{ "cells": [ { "cell_type": "markdown", "id": "1iXBOY1AHNoa", "metadata": { "id": "1iXBOY1AHNoa" }, "source": [ "# **Viet Fact Check Base Line Model**" ] }, { "cell_type": "markdown", "id": "pB3tvmy1HSxu", "metadata": { "id": "pB3tvmy1HSxu" }, "source": [ "## **Prepare enviroment**" ] }, { "cell_type": "code", "execution_count": 1, "id": "dCH6KgJOfJYB", "metadata": { "colab": { "base_uri": "https://localhost:8080/", "height": 108 }, "id": "dCH6KgJOfJYB", "outputId": "b0ba4e25-6df7-435a-a98f-f917d39b3b12" }, "outputs": [ { "output_type": "stream", "name": "stdout", "text": [ "Chọn file .env để upload\n" ] }, { "output_type": "display_data", "data": { "text/plain": [ "" ], "text/html": [ "\n", " \n", " \n", " Upload widget is only available when the cell has been executed in the\n", " current browser session. Please rerun this cell to enable.\n", " \n", " " ] }, "metadata": {} }, { "output_type": "stream", "name": "stdout", "text": [ "Saving .env to .env\n" ] }, { "output_type": "execute_result", "data": { "text/plain": [ "True" ] }, "metadata": {}, "execution_count": 1 } ], "source": [ "# Dùng để tải file env. và file requirements. txt chạy trên colab\n", "from google.colab import files\n", "from dotenv import load_dotenv\n", "\n", "print(\"Chọn file .env để upload\")\n", "uploaded = files.upload() # chọn file .env từ máy\n", "load_dotenv(\".env\") # load biến môi trường từ file .env" ] }, { "cell_type": "code", "execution_count": 2, "id": "k4ljzB-xIcUF", "metadata": { "colab": { "base_uri": "https://localhost:8080/", "height": 212 }, "id": "k4ljzB-xIcUF", "outputId": "2e9e0923-3709-45d8-e4c4-4557f61ca102" }, "outputs": [ { "output_type": "stream", "name": "stdout", "text": [ "Choose file requirements.txt to upload\n" ] }, { "output_type": "display_data", "data": { "text/plain": [ "" ], "text/html": [ "\n", " \n", " \n", " Upload widget is only available when the cell has been executed in the\n", " current browser session. Please rerun this cell to enable.\n", " \n", " " ] }, "metadata": {} }, { "output_type": "stream", "name": "stderr", "text": [ "WARNING:dotenv.main:python-dotenv could not parse statement starting at line 76\n", "WARNING:dotenv.main:python-dotenv could not parse statement starting at line 116\n", "WARNING:dotenv.main:python-dotenv could not parse statement starting at line 280\n", "WARNING:dotenv.main:python-dotenv could not parse statement starting at line 307\n", "WARNING:dotenv.main:python-dotenv could not parse statement starting at line 387\n" ] }, { "output_type": "stream", "name": "stdout", "text": [ "Saving requirements.txt to requirements.txt\n" ] }, { "output_type": "stream", "name": "stderr", "text": [ "WARNING:dotenv.main:python-dotenv could not parse statement starting at line 481\n" ] }, { "output_type": "execute_result", "data": { "text/plain": [ "True" ] }, "metadata": {}, "execution_count": 2 } ], "source": [ "print(\"Choose file requirements.txt to upload\")\n", "uploaded = files.upload() # chọn file requirements.txt từ máy\n", "load_dotenv(\"requirements.txt\") # load danh sách thư viện từ file requirements.txt" ] }, { "cell_type": "code", "execution_count": 3, "id": "jj26pnaLrCwf", "metadata": { "colab": { "base_uri": "https://localhost:8080/", "height": 1000 }, "id": "jj26pnaLrCwf", "outputId": "b1f662f5-bef7-41d9-ab51-e2d439831603" }, "outputs": [ { "output_type": "stream", "name": "stdout", "text": [ "Collecting cudf-cu12@ https://pypi.nvidia.com/cudf-cu12/cudf_cu12-25.6.0-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (from -r requirements.txt (line 76))\n", " Downloading https://pypi.nvidia.com/cudf-cu12/cudf_cu12-25.6.0-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (1.9 MB)\n", "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m1.9/1.9 MB\u001b[0m \u001b[31m33.8 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", "\u001b[?25hCollecting en_core_web_sm@ https://github.com/explosion/spacy-models/releases/download/en_core_web_sm-3.8.0/en_core_web_sm-3.8.0-py3-none-any.whl#sha256=1932429db727d4bff3deed6b34cfc05df17794f4a52eeb26cf8928f7c1a0fb85 (from -r requirements.txt (line 116))\n", " Downloading https://github.com/explosion/spacy-models/releases/download/en_core_web_sm-3.8.0/en_core_web_sm-3.8.0-py3-none-any.whl (12.8 MB)\n", "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m12.8/12.8 MB\u001b[0m \u001b[31m86.3 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", "\u001b[?25hCollecting jupyter_kernel_gateway@ git+https://github.com/googlecolab/kernel_gateway@b134e9945df25c2dcb98ade9129399be10788671 (from -r requirements.txt (line 280))\n", " Cloning https://github.com/googlecolab/kernel_gateway (to revision b134e9945df25c2dcb98ade9129399be10788671) to /tmp/pip-install-4asrq3wq/jupyter-kernel-gateway_dc640b95037640cfaf050e5c488305d6\n", " Running command git clone --filter=blob:none --quiet https://github.com/googlecolab/kernel_gateway /tmp/pip-install-4asrq3wq/jupyter-kernel-gateway_dc640b95037640cfaf050e5c488305d6\n", " Running command git rev-parse -q --verify 'sha^b134e9945df25c2dcb98ade9129399be10788671'\n", " Running command git fetch -q https://github.com/googlecolab/kernel_gateway b134e9945df25c2dcb98ade9129399be10788671\n", " Running command git checkout -q b134e9945df25c2dcb98ade9129399be10788671\n", " Resolved https://github.com/googlecolab/kernel_gateway to commit b134e9945df25c2dcb98ade9129399be10788671\n", " Preparing metadata (setup.py) ... \u001b[?25l\u001b[?25hdone\n", "Collecting libcudf-cu12@ https://pypi.nvidia.com/libcudf-cu12/libcudf_cu12-25.6.0-py3-none-manylinux_2_28_x86_64.whl (from -r requirements.txt (line 307))\n", " Downloading https://pypi.nvidia.com/libcudf-cu12/libcudf_cu12-25.6.0-py3-none-manylinux_2_28_x86_64.whl (589.5 MB)\n", "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m589.5/589.5 MB\u001b[0m \u001b[31m89.1 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", "\u001b[?25hCollecting nx-cugraph-cu12@ https://pypi.nvidia.com/nx-cugraph-cu12/nx_cugraph_cu12-25.6.0-py3-none-any.whl (from -r requirements.txt (line 387))\n", " Downloading https://pypi.nvidia.com/nx-cugraph-cu12/nx_cugraph_cu12-25.6.0-py3-none-any.whl (173 kB)\n", "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m173.5/173.5 kB\u001b[0m \u001b[31m183.3 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", "\u001b[?25hCollecting pylibcudf-cu12@ https://pypi.nvidia.com/pylibcudf-cu12/pylibcudf_cu12-25.6.0-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (from -r requirements.txt (line 481))\n", " Downloading https://pypi.nvidia.com/pylibcudf-cu12/pylibcudf_cu12-25.6.0-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (28.6 MB)\n", "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m28.6/28.6 MB\u001b[0m \u001b[31m233.8 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", "\u001b[?25hRequirement already satisfied: absl-py==1.4.0 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 1)) (1.4.0)\n", "Requirement already satisfied: absolufy-imports==0.3.1 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 2)) (0.3.1)\n", "Collecting accelerate==1.10.1 (from -r requirements.txt (line 3))\n", " Downloading accelerate-1.10.1-py3-none-any.whl.metadata (19 kB)\n", "Requirement already satisfied: aiofiles==24.1.0 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 4)) (24.1.0)\n", "Requirement already satisfied: aiohappyeyeballs==2.6.1 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 5)) (2.6.1)\n", "Collecting aiohttp==3.12.15 (from -r requirements.txt (line 6))\n", " Downloading aiohttp-3.12.15-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (7.7 kB)\n", "Requirement already satisfied: aiosignal==1.4.0 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 7)) (1.4.0)\n", "Requirement already satisfied: alabaster==1.0.0 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 8)) (1.0.0)\n", "Requirement already satisfied: albucore==0.0.24 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 9)) (0.0.24)\n", "Requirement already satisfied: albumentations==2.0.8 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 10)) (2.0.8)\n", "Requirement already satisfied: ale-py==0.11.2 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 11)) (0.11.2)\n", "Collecting alembic==1.16.5 (from -r requirements.txt (line 12))\n", " Downloading alembic-1.16.5-py3-none-any.whl.metadata (7.3 kB)\n", "Requirement already satisfied: altair==5.5.0 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 13)) (5.5.0)\n", "Requirement already satisfied: annotated-types==0.7.0 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 14)) (0.7.0)\n", "Requirement already satisfied: antlr4-python3-runtime==4.9.3 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 15)) (4.9.3)\n", "Requirement already satisfied: anyio==4.11.0 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 16)) (4.11.0)\n", "Requirement already satisfied: anywidget==0.9.18 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 17)) (0.9.18)\n", "Requirement already satisfied: argon2-cffi==25.1.0 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 18)) (25.1.0)\n", "Requirement already satisfied: argon2-cffi-bindings==25.1.0 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 19)) (25.1.0)\n", "Requirement already satisfied: array_record==0.8.1 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 20)) (0.8.1)\n", "Collecting arrow==1.3.0 (from -r requirements.txt (line 21))\n", " Downloading arrow-1.3.0-py3-none-any.whl.metadata (7.5 kB)\n", "Requirement already satisfied: arviz==0.22.0 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 22)) (0.22.0)\n", "Collecting astropy==7.1.0 (from -r requirements.txt (line 23))\n", " Downloading astropy-7.1.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (10 kB)\n", "Collecting astropy-iers-data==0.2025.9.29.0.35.48 (from -r requirements.txt (line 24))\n", " Downloading astropy_iers_data-0.2025.9.29.0.35.48-py3-none-any.whl.metadata (3.4 kB)\n", "Requirement already satisfied: astunparse==1.6.3 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 25)) (1.6.3)\n", "Requirement already satisfied: atpublic==5.1 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 26)) (5.1)\n", "Collecting attrs==25.3.0 (from -r requirements.txt (line 27))\n", " Downloading attrs-25.3.0-py3-none-any.whl.metadata (10 kB)\n", "Requirement already satisfied: audioread==3.0.1 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 28)) (3.0.1)\n", "Collecting Authlib==1.6.4 (from -r requirements.txt (line 29))\n", " Downloading authlib-1.6.4-py2.py3-none-any.whl.metadata (9.8 kB)\n", "Requirement already satisfied: autograd==1.8.0 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 30)) (1.8.0)\n", "Collecting azure-ai-inference==1.0.0b9 (from -r requirements.txt (line 31))\n", " Downloading azure_ai_inference-1.0.0b9-py3-none-any.whl.metadata (34 kB)\n", "Collecting azure-core==1.35.1 (from -r requirements.txt (line 32))\n", " Downloading azure_core-1.35.1-py3-none-any.whl.metadata (46 kB)\n", "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m46.5/46.5 kB\u001b[0m \u001b[31m4.6 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", "\u001b[?25hRequirement already satisfied: babel==2.17.0 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 33)) (2.17.0)\n", "Requirement already satisfied: backcall==0.2.0 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 34)) (0.2.0)\n", "Collecting beartype==0.21.0 (from -r requirements.txt (line 35))\n", " Downloading beartype-0.21.0-py3-none-any.whl.metadata (33 kB)\n", "Requirement already satisfied: beautifulsoup4==4.13.5 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 36)) (4.13.5)\n", "Requirement already satisfied: betterproto==2.0.0b6 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 37)) (2.0.0b6)\n", "Collecting bigframes==2.23.0 (from -r requirements.txt (line 38))\n", " Downloading bigframes-2.23.0-py2.py3-none-any.whl.metadata (9.0 kB)\n", "Requirement already satisfied: bigquery-magics==0.10.3 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 39)) (0.10.3)\n", "Requirement already satisfied: bleach==6.2.0 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 40)) (6.2.0)\n", "Requirement already satisfied: blinker==1.9.0 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 41)) (1.9.0)\n", "Requirement already satisfied: blis==1.3.0 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 42)) (1.3.0)\n", "Requirement already satisfied: blobfile==3.1.0 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 43)) (3.1.0)\n", "Collecting blosc2==3.9.1 (from -r requirements.txt (line 44))\n", " Downloading blosc2-3.9.1-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.metadata (7.1 kB)\n", "Requirement already satisfied: bokeh==3.7.3 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 45)) (3.7.3)\n", "Requirement already satisfied: Bottleneck==1.4.2 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 46)) (1.4.2)\n", "Requirement already satisfied: bqplot==0.12.45 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 47)) (0.12.45)\n", "Collecting branca==0.8.1 (from -r requirements.txt (line 48))\n", " Downloading branca-0.8.1-py3-none-any.whl.metadata (1.5 kB)\n", "Requirement already satisfied: Brotli==1.1.0 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 49)) (1.1.0)\n", "Requirement already satisfied: build==1.3.0 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 50)) (1.3.0)\n", "Requirement already satisfied: CacheControl==0.14.3 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 51)) (0.14.3)\n", "Requirement already satisfied: cachetools==5.5.2 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 52)) (5.5.2)\n", "Requirement already satisfied: catalogue==2.0.10 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 53)) (2.0.10)\n", "Collecting certifi==2025.8.3 (from -r requirements.txt (line 54))\n", " Downloading certifi-2025.8.3-py3-none-any.whl.metadata (2.4 kB)\n", "Requirement already satisfied: cffi==2.0.0 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 55)) (2.0.0)\n", "Requirement already satisfied: chardet==5.2.0 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 56)) (5.2.0)\n", "Collecting charset-normalizer==3.4.3 (from -r requirements.txt (line 57))\n", " Downloading charset_normalizer-3.4.3-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.metadata (36 kB)\n", "Requirement already satisfied: chex==0.1.90 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 58)) (0.1.90)\n", "Requirement already satisfied: clarabel==0.11.1 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 59)) (0.11.1)\n", "Requirement already satisfied: click==8.3.0 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 60)) (8.3.0)\n", "Collecting cloudpathlib==0.22.0 (from -r requirements.txt (line 61))\n", " Downloading cloudpathlib-0.22.0-py3-none-any.whl.metadata (16 kB)\n", "Requirement already satisfied: cloudpickle==3.1.1 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 62)) (3.1.1)\n", "Requirement already satisfied: cmake==3.31.6 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 63)) (3.31.6)\n", "Requirement already satisfied: cmdstanpy==1.2.5 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 64)) (1.2.5)\n", "Requirement already satisfied: colorcet==3.1.0 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 65)) (3.1.0)\n", "Requirement already satisfied: colorlover==0.3.0 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 66)) (0.3.0)\n", "Requirement already satisfied: colour==0.1.5 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 67)) (0.1.5)\n", "Requirement already satisfied: community==1.0.0b1 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 68)) (1.0.0b1)\n", "Requirement already satisfied: confection==0.1.5 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 69)) (0.1.5)\n", "Requirement already satisfied: cons==0.4.7 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 70)) (0.4.7)\n", "Requirement already satisfied: contourpy==1.3.3 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 71)) (1.3.3)\n", "Collecting courlan==1.3.2 (from -r requirements.txt (line 72))\n", " Downloading courlan-1.3.2-py3-none-any.whl.metadata (17 kB)\n", "Requirement already satisfied: cramjam==2.11.0 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 73)) (2.11.0)\n", "Requirement already satisfied: cryptography==43.0.3 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 74)) (43.0.3)\n", "Requirement already satisfied: cuda-python==12.6.2.post1 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 75)) (12.6.2.post1)\n", "Requirement already satisfied: cudf-polars-cu12==25.6.0 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 77)) (25.6.0)\n", "Requirement already satisfied: cufflinks==0.17.3 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 78)) (0.17.3)\n", "Requirement already satisfied: cuml-cu12==25.6.0 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 79)) (25.6.0)\n", "Requirement already satisfied: cupy-cuda12x==13.3.0 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 80)) (13.3.0)\n", "Requirement already satisfied: curl_cffi==0.13.0 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 81)) (0.13.0)\n", "Requirement already satisfied: cuvs-cu12==25.6.1 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 82)) (25.6.1)\n", "Requirement already satisfied: cvxopt==1.3.2 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 83)) (1.3.2)\n", "Requirement already satisfied: cvxpy==1.6.7 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 84)) (1.6.7)\n", "Requirement already satisfied: cycler==0.12.1 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 85)) (0.12.1)\n", "Requirement already satisfied: cyipopt==1.5.0 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 86)) (1.5.0)\n", "Requirement already satisfied: cymem==2.0.11 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 87)) (2.0.11)\n", "Requirement already satisfied: Cython==3.0.12 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 88)) (3.0.12)\n", "Requirement already satisfied: dask==2025.5.0 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 89)) (2025.5.0)\n", "Requirement already satisfied: dask-cuda==25.6.0 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 90)) (25.6.0)\n", "Requirement already satisfied: dask-cudf-cu12==25.6.0 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 91)) (25.6.0)\n", "Requirement already satisfied: dataproc-spark-connect==0.8.3 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 92)) (0.8.3)\n", "Requirement already satisfied: datasets==4.0.0 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 93)) (4.0.0)\n", "Collecting dateparser==1.2.2 (from -r requirements.txt (line 94))\n", " Downloading dateparser-1.2.2-py3-none-any.whl.metadata (29 kB)\n", "Requirement already satisfied: db-dtypes==1.4.3 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 95)) (1.4.3)\n", "Requirement already satisfied: dbus-python==1.2.18 in /usr/lib/python3/dist-packages (from -r requirements.txt (line 96)) (1.2.18)\n", "Requirement already satisfied: debugpy==1.8.15 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 97)) (1.8.15)\n", "Requirement already satisfied: decorator==4.4.2 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 98)) (4.4.2)\n", "Requirement already satisfied: defusedxml==0.7.1 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 99)) (0.7.1)\n", "Collecting diffusers==0.35.1 (from -r requirements.txt (line 100))\n", " Downloading diffusers-0.35.1-py3-none-any.whl.metadata (20 kB)\n", "Requirement already satisfied: dill==0.3.8 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 101)) (0.3.8)\n", "Requirement already satisfied: distributed==2025.5.0 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 102)) (2025.5.0)\n", "Requirement already satisfied: distributed-ucxx-cu12==0.44.0 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 103)) (0.44.0)\n", "Requirement already satisfied: distro==1.9.0 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 104)) (1.9.0)\n", "Requirement already satisfied: dlib==19.24.6 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 105)) (19.24.6)\n", "Requirement already satisfied: dm-tree==0.1.9 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 106)) (0.1.9)\n", "Requirement already satisfied: docstring_parser==0.17.0 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 107)) (0.17.0)\n", "Requirement already satisfied: docutils==0.21.2 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 108)) (0.21.2)\n", "Requirement already satisfied: dopamine_rl==4.1.2 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 109)) (4.1.2)\n", "Requirement already satisfied: duckdb==1.3.2 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 110)) (1.3.2)\n", "Requirement already satisfied: earthengine-api==1.5.24 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 111)) (1.5.24)\n", "Requirement already satisfied: easydict==1.13 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 112)) (1.13)\n", "Requirement already satisfied: editdistance==0.8.1 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 113)) (0.8.1)\n", "Requirement already satisfied: eerepr==0.1.2 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 114)) (0.1.2)\n", "Requirement already satisfied: einops==0.8.1 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 115)) (0.8.1)\n", "Requirement already satisfied: entrypoints==0.4 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 117)) (0.4)\n", "Requirement already satisfied: et_xmlfile==2.0.0 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 118)) (2.0.0)\n", "Requirement already satisfied: etils==1.13.0 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 119)) (1.13.0)\n", "Requirement already satisfied: etuples==0.3.10 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 120)) (0.3.10)\n", "Requirement already satisfied: Farama-Notifications==0.0.4 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 121)) (0.0.4)\n", "Requirement already satisfied: fastai==2.8.4 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 122)) (2.8.4)\n", "Collecting fastapi==0.118.0 (from -r requirements.txt (line 123))\n", " Downloading fastapi-0.118.0-py3-none-any.whl.metadata (28 kB)\n", "Collecting fastcore==1.8.12 (from -r requirements.txt (line 124))\n", " Downloading fastcore-1.8.12-py3-none-any.whl.metadata (3.7 kB)\n", "Requirement already satisfied: fastdownload==0.0.7 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 125)) (0.0.7)\n", "Requirement already satisfied: fastjsonschema==2.21.2 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 126)) (2.21.2)\n", "Requirement already satisfied: fastprogress==1.0.3 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 127)) (1.0.3)\n", "Requirement already satisfied: fastrlock==0.8.3 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 128)) (0.8.3)\n", "Requirement already satisfied: fasttransform==0.0.2 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 129)) (0.0.2)\n", "Collecting ffmpy==0.6.1 (from -r requirements.txt (line 130))\n", " Downloading ffmpy-0.6.1-py3-none-any.whl.metadata (2.9 kB)\n", "Collecting filelock==3.19.1 (from -r requirements.txt (line 131))\n", " Downloading filelock-3.19.1-py3-none-any.whl.metadata (2.1 kB)\n", "Requirement already satisfied: firebase-admin==6.9.0 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 132)) (6.9.0)\n", "Requirement already satisfied: Flask==3.1.2 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 133)) (3.1.2)\n", "Requirement already satisfied: flatbuffers==25.9.23 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 134)) (25.9.23)\n", "Collecting flax==0.10.6 (from -r requirements.txt (line 135))\n", " Downloading flax-0.10.6-py3-none-any.whl.metadata (11 kB)\n", "Requirement already satisfied: folium==0.20.0 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 136)) (0.20.0)\n", "Requirement already satisfied: fonttools==4.60.1 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 137)) (4.60.1)\n", "Requirement already satisfied: fqdn==1.5.1 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 138)) (1.5.1)\n", "Requirement already satisfied: frozendict==2.4.6 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 139)) (2.4.6)\n", "Collecting frozenlist==1.7.0 (from -r requirements.txt (line 140))\n", " Downloading frozenlist-1.7.0-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (18 kB)\n", "Requirement already satisfied: fsspec==2025.3.0 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 141)) (2025.3.0)\n", "Requirement already satisfied: future==1.0.0 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 142)) (1.0.0)\n", "Requirement already satisfied: gast==0.6.0 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 143)) (0.6.0)\n", "Requirement already satisfied: gcsfs==2025.3.0 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 144)) (2025.3.0)\n", "Requirement already satisfied: GDAL==3.8.4 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 145)) (3.8.4)\n", "Requirement already satisfied: gdown==5.2.0 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 146)) (5.2.0)\n", "Requirement already satisfied: geemap==0.35.3 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 147)) (0.35.3)\n", "Requirement already satisfied: geocoder==1.38.1 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 148)) (1.38.1)\n", "Requirement already satisfied: geographiclib==2.1 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 149)) (2.1)\n", "Requirement already satisfied: geopandas==1.1.1 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 150)) (1.1.1)\n", "Requirement already satisfied: geopy==2.4.1 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 151)) (2.4.1)\n", "Requirement already satisfied: gin-config==0.5.0 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 152)) (0.5.0)\n", "Requirement already satisfied: gitdb==4.0.12 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 153)) (4.0.12)\n", "Requirement already satisfied: GitPython==3.1.45 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 154)) (3.1.45)\n", "Requirement already satisfied: glob2==0.7 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 155)) (0.7)\n", "Requirement already satisfied: google==2.0.3 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 156)) (2.0.3)\n", "Collecting google-adk==1.15.1 (from -r requirements.txt (line 157))\n", " Downloading google_adk-1.15.1-py3-none-any.whl.metadata (12 kB)\n", "Requirement already satisfied: google-ai-generativelanguage==0.6.15 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 158)) (0.6.15)\n", "Collecting google-api-core==2.25.1 (from -r requirements.txt (line 159))\n", " Downloading google_api_core-2.25.1-py3-none-any.whl.metadata (3.0 kB)\n", "Collecting google-api-python-client==2.183.0 (from -r requirements.txt (line 160))\n", " Downloading google_api_python_client-2.183.0-py3-none-any.whl.metadata (7.0 kB)\n", "Requirement already satisfied: google-auth==2.38.0 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 161)) (2.38.0)\n", "Requirement already satisfied: google-auth-httplib2==0.2.0 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 162)) (0.2.0)\n", "Requirement already satisfied: google-auth-oauthlib==1.2.2 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 163)) (1.2.2)\n", "Collecting google-cloud-aiplatform==1.118.0 (from -r requirements.txt (line 164))\n", " Downloading google_cloud_aiplatform-1.118.0-py2.py3-none-any.whl.metadata (43 kB)\n", "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m43.8/43.8 kB\u001b[0m \u001b[31m4.3 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", "\u001b[?25hCollecting google-cloud-appengine-logging==1.6.2 (from -r requirements.txt (line 165))\n", " Downloading google_cloud_appengine_logging-1.6.2-py3-none-any.whl.metadata (9.9 kB)\n", "Collecting google-cloud-audit-log==0.3.2 (from -r requirements.txt (line 166))\n", " Downloading google_cloud_audit_log-0.3.2-py3-none-any.whl.metadata (9.0 kB)\n", "Requirement already satisfied: google-cloud-bigquery==3.38.0 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 167)) (3.38.0)\n", "Collecting google-cloud-bigquery-connection==1.18.3 (from -r requirements.txt (line 168))\n", " Downloading google_cloud_bigquery_connection-1.18.3-py3-none-any.whl.metadata (9.9 kB)\n", "Requirement already satisfied: google-cloud-bigquery-storage==2.33.1 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 169)) (2.33.1)\n", "Collecting google-cloud-bigtable==2.32.0 (from -r requirements.txt (line 170))\n", " Downloading google_cloud_bigtable-2.32.0-py3-none-any.whl.metadata (5.7 kB)\n", "Requirement already satisfied: google-cloud-core==2.4.3 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 171)) (2.4.3)\n", "Collecting google-cloud-dataproc==5.22.0 (from -r requirements.txt (line 172))\n", " Downloading google_cloud_dataproc-5.22.0-py3-none-any.whl.metadata (9.7 kB)\n", "Requirement already satisfied: google-cloud-datastore==2.21.0 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 173)) (2.21.0)\n", "Requirement already satisfied: google-cloud-firestore==2.21.0 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 174)) (2.21.0)\n", "Collecting google-cloud-functions==1.20.4 (from -r requirements.txt (line 175))\n", " Downloading google_cloud_functions-1.20.4-py3-none-any.whl.metadata (9.6 kB)\n", "Collecting google-cloud-language==2.17.2 (from -r requirements.txt (line 176))\n", " Downloading google_cloud_language-2.17.2-py3-none-any.whl.metadata (9.8 kB)\n", "Requirement already satisfied: google-cloud-logging==3.12.1 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 177)) (3.12.1)\n", "Collecting google-cloud-monitoring==2.27.2 (from -r requirements.txt (line 178))\n", " Downloading google_cloud_monitoring-2.27.2-py3-none-any.whl.metadata (10 kB)\n", "Collecting google-cloud-resource-manager==1.14.2 (from -r requirements.txt (line 179))\n", " Downloading google_cloud_resource_manager-1.14.2-py3-none-any.whl.metadata (9.6 kB)\n", "Collecting google-cloud-secret-manager==2.24.0 (from -r requirements.txt (line 180))\n", " Downloading google_cloud_secret_manager-2.24.0-py3-none-any.whl.metadata (9.7 kB)\n", "Requirement already satisfied: google-cloud-spanner==3.58.0 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 181)) (3.58.0)\n", "Collecting google-cloud-speech==2.33.0 (from -r requirements.txt (line 182))\n", " Downloading google_cloud_speech-2.33.0-py3-none-any.whl.metadata (9.6 kB)\n", "Requirement already satisfied: google-cloud-storage==2.19.0 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 183)) (2.19.0)\n", "Collecting google-cloud-trace==1.16.2 (from -r requirements.txt (line 184))\n", " Downloading google_cloud_trace-1.16.2-py3-none-any.whl.metadata (9.7 kB)\n", "Collecting google-cloud-translate==3.21.1 (from -r requirements.txt (line 185))\n", " Downloading google_cloud_translate-3.21.1-py3-none-any.whl.metadata (9.8 kB)\n", "Requirement already satisfied: google-crc32c==1.7.1 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 186)) (1.7.1)\n", "Collecting google-genai==1.39.1 (from -r requirements.txt (line 187))\n", " Downloading google_genai-1.39.1-py3-none-any.whl.metadata (45 kB)\n", "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m45.4/45.4 kB\u001b[0m \u001b[31m4.6 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", "\u001b[?25hRequirement already satisfied: google-generativeai==0.8.5 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 188)) (0.8.5)\n", "Requirement already satisfied: google-pasta==0.2.0 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 189)) (0.2.0)\n", "Requirement already satisfied: google-resumable-media==2.7.2 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 190)) (2.7.2)\n", "Collecting googleapis-common-protos==1.70.0 (from -r requirements.txt (line 191))\n", " Downloading googleapis_common_protos-1.70.0-py3-none-any.whl.metadata (9.3 kB)\n", "Requirement already satisfied: googledrivedownloader==1.1.0 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 192)) (1.1.0)\n", "Collecting gradio==5.47.2 (from -r requirements.txt (line 193))\n", " Downloading gradio-5.47.2-py3-none-any.whl.metadata (16 kB)\n", "Requirement already satisfied: gradio_client==1.13.3 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 194)) (1.13.3)\n", "Requirement already satisfied: graphviz==0.21 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 195)) (0.21)\n", "Requirement already satisfied: greenlet==3.2.4 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 196)) (3.2.4)\n", "Requirement already satisfied: groovy==0.1.2 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 197)) (0.1.2)\n", "Collecting grpc-google-iam-v1==0.14.2 (from -r requirements.txt (line 198))\n", " Downloading grpc_google_iam_v1-0.14.2-py3-none-any.whl.metadata (9.1 kB)\n", "Requirement already satisfied: grpc-interceptor==0.15.4 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 199)) (0.15.4)\n", "Requirement already satisfied: grpcio==1.75.1 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 200)) (1.75.1)\n", "Requirement already satisfied: grpcio-status==1.71.2 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 201)) (1.71.2)\n", "Requirement already satisfied: grpclib==0.4.8 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 202)) (0.4.8)\n", "Requirement already satisfied: gspread==6.2.1 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 203)) (6.2.1)\n", "Requirement already satisfied: gspread-dataframe==4.0.0 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 204)) (4.0.0)\n", "Requirement already satisfied: gym==0.25.2 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 205)) (0.25.2)\n", "Requirement already satisfied: gym-notices==0.1.0 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 206)) (0.1.0)\n", "Requirement already satisfied: gymnasium==1.2.1 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 207)) (1.2.1)\n", "Requirement already satisfied: h11==0.16.0 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 208)) (0.16.0)\n", "Requirement already satisfied: h2==4.3.0 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 209)) (4.3.0)\n", "Collecting h5netcdf==1.6.4 (from -r requirements.txt (line 210))\n", " Downloading h5netcdf-1.6.4-py3-none-any.whl.metadata (13 kB)\n", "Collecting h5py==3.14.0 (from -r requirements.txt (line 211))\n", " Downloading h5py-3.14.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (2.7 kB)\n", "Requirement already satisfied: hdbscan==0.8.40 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 212)) (0.8.40)\n", "Requirement already satisfied: hf-xet==1.1.10 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 213)) (1.1.10)\n", "Requirement already satisfied: hf_transfer==0.1.9 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 214)) (0.1.9)\n", "Requirement already satisfied: highspy==1.11.0 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 215)) (1.11.0)\n", "Collecting holidays==0.81 (from -r requirements.txt (line 216))\n", " Downloading holidays-0.81-py3-none-any.whl.metadata (49 kB)\n", "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m49.1/49.1 kB\u001b[0m \u001b[31m2.8 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", "\u001b[?25hRequirement already satisfied: holoviews==1.21.0 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 217)) (1.21.0)\n", "Requirement already satisfied: hpack==4.1.0 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 218)) (4.1.0)\n", "Requirement already satisfied: html5lib==1.1 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 219)) (1.1)\n", "Collecting htmldate==1.9.3 (from -r requirements.txt (line 220))\n", " Downloading htmldate-1.9.3-py3-none-any.whl.metadata (10 kB)\n", "Requirement already satisfied: httpcore==1.0.9 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 221)) (1.0.9)\n", "Requirement already satisfied: httpimport==1.4.1 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 222)) (1.4.1)\n", "Requirement already satisfied: httplib2==0.31.0 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 223)) (0.31.0)\n", "Requirement already satisfied: httpx==0.28.1 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 224)) (0.28.1)\n", "Collecting httpx-sse==0.4.1 (from -r requirements.txt (line 225))\n", " Downloading httpx_sse-0.4.1-py3-none-any.whl.metadata (9.4 kB)\n", "Requirement already satisfied: huggingface-hub==0.35.3 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 226)) (0.35.3)\n", "Collecting humanize==4.13.0 (from -r requirements.txt (line 227))\n", " Downloading humanize-4.13.0-py3-none-any.whl.metadata (7.8 kB)\n", "Requirement already satisfied: hyperframe==6.1.0 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 228)) (6.1.0)\n", "Requirement already satisfied: hyperopt==0.2.7 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 229)) (0.2.7)\n", "Requirement already satisfied: ibis-framework==9.5.0 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 230)) (9.5.0)\n", "Collecting idna==3.10 (from -r requirements.txt (line 231))\n", " Downloading idna-3.10-py3-none-any.whl.metadata (10 kB)\n", "Requirement already satisfied: imageio==2.37.0 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 232)) (2.37.0)\n", "Requirement already satisfied: imageio-ffmpeg==0.6.0 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 233)) (0.6.0)\n", "Requirement already satisfied: imagesize==1.4.1 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 234)) (1.4.1)\n", "Requirement already satisfied: imbalanced-learn==0.14.0 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 235)) (0.14.0)\n", "Collecting immutabledict==4.2.1 (from -r requirements.txt (line 236))\n", " Downloading immutabledict-4.2.1-py3-none-any.whl.metadata (3.5 kB)\n", "Requirement already satisfied: importlib_metadata==8.7.0 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 237)) (8.7.0)\n", "Requirement already satisfied: importlib_resources==6.5.2 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 238)) (6.5.2)\n", "Requirement already satisfied: imutils==0.5.4 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 239)) (0.5.4)\n", "Requirement already satisfied: inflect==7.5.0 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 240)) (7.5.0)\n", "Collecting iniconfig==2.1.0 (from -r requirements.txt (line 241))\n", " Downloading iniconfig-2.1.0-py3-none-any.whl.metadata (2.7 kB)\n", "Requirement already satisfied: intel-cmplr-lib-ur==2025.2.1 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 242)) (2025.2.1)\n", "Requirement already satisfied: intel-openmp==2025.2.1 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 243)) (2025.2.1)\n", "Requirement already satisfied: ipyevents==2.0.4 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 244)) (2.0.4)\n", "Requirement already satisfied: ipyfilechooser==0.6.0 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 245)) (0.6.0)\n", "Requirement already satisfied: ipykernel==6.17.1 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 246)) (6.17.1)\n", "Requirement already satisfied: ipyleaflet==0.20.0 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 247)) (0.20.0)\n", "Requirement already satisfied: ipyparallel==8.8.0 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 248)) (8.8.0)\n", "Requirement already satisfied: ipython==7.34.0 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 249)) (7.34.0)\n", "Requirement already satisfied: ipython-genutils==0.2.0 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 250)) (0.2.0)\n", "Requirement already satisfied: ipython-sql==0.5.0 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 251)) (0.5.0)\n", "Requirement already satisfied: ipytree==0.2.2 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 252)) (0.2.2)\n", "Requirement already satisfied: ipywidgets==7.7.1 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 253)) (7.7.1)\n", "Collecting isodate==0.7.2 (from -r requirements.txt (line 254))\n", " Downloading isodate-0.7.2-py3-none-any.whl.metadata (11 kB)\n", "Requirement already satisfied: isoduration==20.11.0 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 255)) (20.11.0)\n", "Requirement already satisfied: itsdangerous==2.2.0 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 256)) (2.2.0)\n", "Requirement already satisfied: jaraco.classes==3.4.0 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 257)) (3.4.0)\n", "Requirement already satisfied: jaraco.context==6.0.1 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 258)) (6.0.1)\n", "Requirement already satisfied: jaraco.functools==4.3.0 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 259)) (4.3.0)\n", "Collecting jax==0.5.3 (from -r requirements.txt (line 260))\n", " Downloading jax-0.5.3-py3-none-any.whl.metadata (22 kB)\n", "Collecting jax-cuda12-pjrt==0.5.3 (from -r requirements.txt (line 261))\n", " Downloading jax_cuda12_pjrt-0.5.3-py3-none-manylinux2014_x86_64.whl.metadata (492 bytes)\n", "Collecting jax-cuda12-plugin==0.5.3 (from -r requirements.txt (line 262))\n", " Downloading jax_cuda12_plugin-0.5.3-cp312-cp312-manylinux2014_x86_64.whl.metadata (1.4 kB)\n", "Collecting jaxlib==0.5.3 (from -r requirements.txt (line 263))\n", " Downloading jaxlib-0.5.3-cp312-cp312-manylinux2014_x86_64.whl.metadata (1.2 kB)\n", "Collecting jedi==0.19.2 (from -r requirements.txt (line 264))\n", " Downloading jedi-0.19.2-py2.py3-none-any.whl.metadata (22 kB)\n", "Requirement already satisfied: jeepney==0.9.0 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 265)) (0.9.0)\n", "Requirement already satisfied: jieba==0.42.1 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 266)) (0.42.1)\n", "Requirement already satisfied: Jinja2==3.1.6 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 267)) (3.1.6)\n", "Collecting jiter==0.11.0 (from -r requirements.txt (line 268))\n", " Downloading jiter-0.11.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (5.2 kB)\n", "Requirement already satisfied: joblib==1.5.2 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 269)) (1.5.2)\n", "Requirement already satisfied: jsonpatch==1.33 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 270)) (1.33)\n", "Requirement already satisfied: jsonpickle==4.1.1 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 271)) (4.1.1)\n", "Requirement already satisfied: jsonpointer==3.0.0 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 272)) (3.0.0)\n", "Requirement already satisfied: jsonschema==4.25.1 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 273)) (4.25.1)\n", "Requirement already satisfied: jsonschema-specifications==2025.9.1 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 274)) (2025.9.1)\n", "Requirement already satisfied: jupyter-console==6.6.3 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 275)) (6.6.3)\n", "Requirement already satisfied: jupyter-events==0.12.0 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 276)) (0.12.0)\n", "Requirement already satisfied: jupyter-leaflet==0.20.0 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 277)) (0.20.0)\n", "Requirement already satisfied: jupyter_client==7.4.9 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 278)) (7.4.9)\n", "Collecting jupyter_core==5.8.1 (from -r requirements.txt (line 279))\n", " Downloading jupyter_core-5.8.1-py3-none-any.whl.metadata (1.6 kB)\n", "Requirement already satisfied: jupyter_server==2.14.0 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 281)) (2.14.0)\n", "Requirement already satisfied: jupyter_server_terminals==0.5.3 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 282)) (0.5.3)\n", "Requirement already satisfied: jupyterlab_pygments==0.3.0 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 283)) (0.3.0)\n", "Requirement already satisfied: jupyterlab_widgets==3.0.15 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 284)) (3.0.15)\n", "Requirement already satisfied: jupytext==1.17.3 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 285)) (1.17.3)\n", "Collecting jusText==3.0.2 (from -r requirements.txt (line 286))\n", " Downloading justext-3.0.2-py2.py3-none-any.whl.metadata (7.3 kB)\n", "Requirement already satisfied: kaggle==1.7.4.5 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 287)) (1.7.4.5)\n", "Requirement already satisfied: kagglehub==0.3.13 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 288)) (0.3.13)\n", "Requirement already satisfied: keras==3.10.0 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 289)) (3.10.0)\n", "Requirement already satisfied: keras-hub==0.21.1 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 290)) (0.21.1)\n", "Requirement already satisfied: keras-nlp==0.21.1 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 291)) (0.21.1)\n", "Requirement already satisfied: keyring==25.6.0 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 292)) (25.6.0)\n", "Requirement already satisfied: keyrings.google-artifactregistry-auth==1.1.2 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 293)) (1.1.2)\n", "Requirement already satisfied: kiwisolver==1.4.9 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 294)) (1.4.9)\n", "Requirement already satisfied: langchain==0.3.27 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 295)) (0.3.27)\n", "Collecting langchain-core==0.3.77 (from -r requirements.txt (line 296))\n", " Downloading langchain_core-0.3.77-py3-none-any.whl.metadata (3.2 kB)\n", "Requirement already satisfied: langchain-text-splitters==0.3.11 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 297)) (0.3.11)\n", "Requirement already satisfied: langcodes==3.5.0 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 298)) (3.5.0)\n", "Collecting langsmith==0.4.31 (from -r requirements.txt (line 299))\n", " Downloading langsmith-0.4.31-py3-none-any.whl.metadata (14 kB)\n", "Requirement already satisfied: language_data==1.3.0 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 300)) (1.3.0)\n", "Requirement already satisfied: lark==1.3.0 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 301)) (1.3.0)\n", "Requirement already satisfied: launchpadlib==1.10.16 in /usr/lib/python3/dist-packages (from -r requirements.txt (line 302)) (1.10.16)\n", "Requirement already satisfied: lazr.restfulclient==0.14.4 in /usr/lib/python3/dist-packages (from -r requirements.txt (line 303)) (0.14.4)\n", "Requirement already satisfied: lazr.uri==1.0.6 in /usr/lib/python3/dist-packages (from -r requirements.txt (line 304)) (1.0.6)\n", "Requirement already satisfied: lazy_loader==0.4 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 305)) (0.4)\n", "Requirement already satisfied: libclang==18.1.1 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 306)) (18.1.1)\n", "Requirement already satisfied: libcugraph-cu12==25.6.0 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 308)) (25.6.0)\n", "Requirement already satisfied: libcuml-cu12==25.6.0 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 309)) (25.6.0)\n", "Requirement already satisfied: libcuvs-cu12==25.6.1 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 310)) (25.6.1)\n", "Requirement already satisfied: libkvikio-cu12==25.6.0 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 311)) (25.6.0)\n", "Requirement already satisfied: libpysal==4.13.0 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 312)) (4.13.0)\n", "Requirement already satisfied: libraft-cu12==25.6.0 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 313)) (25.6.0)\n", "Requirement already satisfied: librmm-cu12==25.6.0 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 314)) (25.6.0)\n", "Requirement already satisfied: librosa==0.11.0 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 315)) (0.11.0)\n", "Requirement already satisfied: libucx-cu12==1.18.1 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 316)) (1.18.1)\n", "Requirement already satisfied: libucxx-cu12==0.44.0 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 317)) (0.44.0)\n", "Requirement already satisfied: linkify-it-py==2.0.3 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 318)) (2.0.3)\n", "Requirement already satisfied: llvmlite==0.43.0 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 319)) (0.43.0)\n", "Requirement already satisfied: locket==1.0.0 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 320)) (1.0.0)\n", "Requirement already satisfied: logical-unification==0.4.6 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 321)) (0.4.6)\n", "Requirement already satisfied: lxml==5.4.0 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 322)) (5.4.0)\n", "Collecting lxml_html_clean==0.4.3 (from -r requirements.txt (line 323))\n", " Downloading lxml_html_clean-0.4.3-py3-none-any.whl.metadata (2.3 kB)\n", "Requirement already satisfied: Mako==1.3.10 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 324)) (1.3.10)\n", "Requirement already satisfied: marisa-trie==1.3.1 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 325)) (1.3.1)\n", "Requirement already satisfied: Markdown==3.9 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 326)) (3.9)\n", "Requirement already satisfied: markdown-it-py==4.0.0 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 327)) (4.0.0)\n", "Requirement already satisfied: MarkupSafe==3.0.3 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 328)) (3.0.3)\n", "Requirement already satisfied: matplotlib==3.10.0 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 329)) (3.10.0)\n", "Requirement already satisfied: matplotlib-inline==0.1.7 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 330)) (0.1.7)\n", "Requirement already satisfied: matplotlib-venn==1.1.2 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 331)) (1.1.2)\n", "Collecting mcp==1.15.0 (from -r requirements.txt (line 332))\n", " Downloading mcp-1.15.0-py3-none-any.whl.metadata (80 kB)\n", "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m80.4/80.4 kB\u001b[0m \u001b[31m9.2 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", "\u001b[?25hRequirement already satisfied: mdit-py-plugins==0.5.0 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 333)) (0.5.0)\n", "Requirement already satisfied: mdurl==0.1.2 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 334)) (0.1.2)\n", "Requirement already satisfied: miniKanren==1.0.5 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 335)) (1.0.5)\n", "Requirement already satisfied: missingno==0.5.2 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 336)) (0.5.2)\n", "Requirement already satisfied: mistune==3.1.4 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 337)) (3.1.4)\n", "Requirement already satisfied: mizani==0.13.5 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 338)) (0.13.5)\n", "Requirement already satisfied: mkl==2025.2.0 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 339)) (2025.2.0)\n", "Requirement already satisfied: ml_dtypes==0.5.3 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 340)) (0.5.3)\n", "Requirement already satisfied: mlxtend==0.23.4 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 341)) (0.23.4)\n", "Requirement already satisfied: more-itertools==10.8.0 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 342)) (10.8.0)\n", "Requirement already satisfied: moviepy==1.0.3 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 343)) (1.0.3)\n", "Requirement already satisfied: mpmath==1.3.0 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 344)) (1.3.0)\n", "Collecting msgpack==1.1.1 (from -r requirements.txt (line 345))\n", " Downloading msgpack-1.1.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (8.4 kB)\n", "Collecting multidict==6.6.4 (from -r requirements.txt (line 346))\n", " Downloading multidict-6.6.4-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.metadata (5.3 kB)\n", "Requirement already satisfied: multipledispatch==1.0.0 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 347)) (1.0.0)\n", "Requirement already satisfied: multiprocess==0.70.16 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 348)) (0.70.16)\n", "Requirement already satisfied: multitasking==0.0.12 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 349)) (0.0.12)\n", "Requirement already satisfied: murmurhash==1.0.13 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 350)) (1.0.13)\n", "Requirement already satisfied: music21==9.3.0 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 351)) (9.3.0)\n", "Requirement already satisfied: namex==0.1.0 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 352)) (0.1.0)\n", "Collecting narwhals==2.6.0 (from -r requirements.txt (line 353))\n", " Downloading narwhals-2.6.0-py3-none-any.whl.metadata (11 kB)\n", "Requirement already satisfied: natsort==8.4.0 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 354)) (8.4.0)\n", "Requirement already satisfied: nbclassic==1.3.3 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 355)) (1.3.3)\n", "Requirement already satisfied: nbclient==0.10.2 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 356)) (0.10.2)\n", "Requirement already satisfied: nbconvert==7.16.6 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 357)) (7.16.6)\n", "Requirement already satisfied: nbformat==5.10.4 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 358)) (5.10.4)\n", "Requirement already satisfied: ndindex==1.10.0 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 359)) (1.10.0)\n", "Requirement already satisfied: nest-asyncio==1.6.0 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 360)) (1.6.0)\n", "Requirement already satisfied: networkx==3.5 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 361)) (3.5)\n", "Requirement already satisfied: nibabel==5.3.2 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 362)) (5.3.2)\n", "Requirement already satisfied: nltk==3.9.1 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 363)) (3.9.1)\n", "Requirement already satisfied: notebook==6.5.7 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 364)) (6.5.7)\n", "Requirement already satisfied: notebook_shim==0.2.4 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 365)) (0.2.4)\n", "Requirement already satisfied: numba==0.60.0 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 366)) (0.60.0)\n", "Requirement already satisfied: numba-cuda==0.11.0 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 367)) (0.11.0)\n", "Collecting numexpr==2.13.1 (from -r requirements.txt (line 368))\n", " Downloading numexpr-2.13.1-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.metadata (9.0 kB)\n", "Requirement already satisfied: numpy==2.0.2 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 369)) (2.0.2)\n", "Requirement already satisfied: nvidia-cublas-cu12==12.6.4.1 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 370)) (12.6.4.1)\n", "Requirement already satisfied: nvidia-cuda-cupti-cu12==12.6.80 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 371)) (12.6.80)\n", "Requirement already satisfied: nvidia-cuda-nvcc-cu12==12.5.82 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 372)) (12.5.82)\n", "Requirement already satisfied: nvidia-cuda-nvrtc-cu12==12.6.77 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 373)) (12.6.77)\n", "Requirement already satisfied: nvidia-cuda-runtime-cu12==12.6.77 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 374)) (12.6.77)\n", "Requirement already satisfied: nvidia-cudnn-cu12==9.10.2.21 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 375)) (9.10.2.21)\n", "Requirement already satisfied: nvidia-cufft-cu12==11.3.0.4 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 376)) (11.3.0.4)\n", "Requirement already satisfied: nvidia-cufile-cu12==1.11.1.6 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 377)) (1.11.1.6)\n", "Requirement already satisfied: nvidia-curand-cu12==10.3.7.77 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 378)) (10.3.7.77)\n", "Requirement already satisfied: nvidia-cusolver-cu12==11.7.1.2 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 379)) (11.7.1.2)\n", "Requirement already satisfied: nvidia-cusparse-cu12==12.5.4.2 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 380)) (12.5.4.2)\n", "Requirement already satisfied: nvidia-cusparselt-cu12==0.7.1 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 381)) (0.7.1)\n", "Requirement already satisfied: nvidia-ml-py==12.575.51 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 382)) (12.575.51)\n", "Requirement already satisfied: nvidia-nccl-cu12==2.27.3 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 383)) (2.27.3)\n", "Requirement already satisfied: nvidia-nvjitlink-cu12==12.6.85 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 384)) (12.6.85)\n", "Requirement already satisfied: nvidia-nvtx-cu12==12.6.77 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 385)) (12.6.77)\n", "Requirement already satisfied: nvtx==0.2.13 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 386)) (0.2.13)\n", "Requirement already satisfied: oauth2client==4.1.3 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 388)) (4.1.3)\n", "Requirement already satisfied: oauthlib==3.3.1 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 389)) (3.3.1)\n", "Requirement already satisfied: omegaconf==2.3.0 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 390)) (2.3.0)\n", "Requirement already satisfied: openai==1.109.1 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 391)) (1.109.1)\n", "Requirement already satisfied: opencv-contrib-python==4.12.0.88 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 392)) (4.12.0.88)\n", "Requirement already satisfied: opencv-python==4.12.0.88 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 393)) (4.12.0.88)\n", "Requirement already satisfied: opencv-python-headless==4.12.0.88 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 394)) (4.12.0.88)\n", "Requirement already satisfied: openpyxl==3.1.5 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 395)) (3.1.5)\n", "Requirement already satisfied: opentelemetry-api==1.37.0 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 396)) (1.37.0)\n", "Collecting opentelemetry-exporter-gcp-logging==1.9.0a0 (from -r requirements.txt (line 397))\n", " Downloading opentelemetry_exporter_gcp_logging-1.9.0a0-py3-none-any.whl.metadata (3.8 kB)\n", "Collecting opentelemetry-exporter-gcp-monitoring==1.9.0a0 (from -r requirements.txt (line 398))\n", " Downloading opentelemetry_exporter_gcp_monitoring-1.9.0a0-py3-none-any.whl.metadata (4.1 kB)\n", "Collecting opentelemetry-exporter-gcp-trace==1.9.0 (from -r requirements.txt (line 399))\n", " Downloading opentelemetry_exporter_gcp_trace-1.9.0-py3-none-any.whl.metadata (3.3 kB)\n", "Requirement already satisfied: opentelemetry-exporter-otlp-proto-common==1.37.0 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 400)) (1.37.0)\n", "Requirement already satisfied: opentelemetry-exporter-otlp-proto-http==1.37.0 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 401)) (1.37.0)\n", "Requirement already satisfied: opentelemetry-proto==1.37.0 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 402)) (1.37.0)\n", "Collecting opentelemetry-resourcedetector-gcp==1.9.0a0 (from -r requirements.txt (line 403))\n", " Downloading opentelemetry_resourcedetector_gcp-1.9.0a0-py3-none-any.whl.metadata (2.4 kB)\n", "Requirement already satisfied: opentelemetry-sdk==1.37.0 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 404)) (1.37.0)\n", "Requirement already satisfied: opentelemetry-semantic-conventions==0.58b0 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 405)) (0.58b0)\n", "Requirement already satisfied: opt_einsum==3.4.0 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 406)) (3.4.0)\n", "Requirement already satisfied: optax==0.2.6 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 407)) (0.2.6)\n", "Requirement already satisfied: optree==0.17.0 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 408)) (0.17.0)\n", "Collecting orbax-checkpoint==0.11.24 (from -r requirements.txt (line 409))\n", " Downloading orbax_checkpoint-0.11.24-py3-none-any.whl.metadata (2.3 kB)\n", "Requirement already satisfied: orjson==3.11.3 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 410)) (3.11.3)\n", "Collecting osqp==1.0.4 (from -r requirements.txt (line 411))\n", " Downloading osqp-1.0.4-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (2.1 kB)\n", "Requirement already satisfied: overrides==7.7.0 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 412)) (7.7.0)\n", "Requirement already satisfied: packaging==25.0 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 413)) (25.0)\n", "Requirement already satisfied: pandas==2.2.2 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 414)) (2.2.2)\n", "Requirement already satisfied: pandas-datareader==0.10.0 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 415)) (0.10.0)\n", "Requirement already satisfied: pandas-gbq==0.29.2 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 416)) (0.29.2)\n", "Requirement already satisfied: pandas-stubs==2.2.2.240909 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 417)) (2.2.2.240909)\n", "Requirement already satisfied: pandocfilters==1.5.1 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 418)) (1.5.1)\n", "Collecting panel==1.8.1 (from -r requirements.txt (line 419))\n", " Downloading panel-1.8.1-py3-none-any.whl.metadata (15 kB)\n", "Requirement already satisfied: param==2.2.1 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 420)) (2.2.1)\n", "Requirement already satisfied: parso==0.8.5 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 421)) (0.8.5)\n", "Requirement already satisfied: parsy==2.2 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 422)) (2.2)\n", "Requirement already satisfied: partd==1.4.2 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 423)) (1.4.2)\n", "Collecting patsy==1.0.1 (from -r requirements.txt (line 424))\n", " Downloading patsy-1.0.1-py2.py3-none-any.whl.metadata (3.3 kB)\n", "Collecting pdfminer.six==20250506 (from -r requirements.txt (line 425))\n", " Downloading pdfminer_six-20250506-py3-none-any.whl.metadata (4.2 kB)\n", "Collecting pdfplumber==0.11.7 (from -r requirements.txt (line 426))\n", " Downloading pdfplumber-0.11.7-py3-none-any.whl.metadata (42 kB)\n", "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m42.8/42.8 kB\u001b[0m \u001b[31m3.9 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", "\u001b[?25hRequirement already satisfied: peewee==3.18.2 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 427)) (3.18.2)\n", "Requirement already satisfied: peft==0.17.1 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 428)) (0.17.1)\n", "Requirement already satisfied: pexpect==4.9.0 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 429)) (4.9.0)\n", "Requirement already satisfied: pickleshare==0.7.5 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 430)) (0.7.5)\n", "Requirement already satisfied: pillow==11.3.0 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 431)) (11.3.0)\n", "Collecting platformdirs==4.4.0 (from -r requirements.txt (line 432))\n", " Downloading platformdirs-4.4.0-py3-none-any.whl.metadata (12 kB)\n", "Collecting playwright==1.55.0 (from -r requirements.txt (line 433))\n", " Downloading playwright-1.55.0-py3-none-manylinux1_x86_64.whl.metadata (3.5 kB)\n", "Requirement already satisfied: plotly==5.24.1 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 434)) (5.24.1)\n", "Requirement already satisfied: plotnine==0.14.5 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 435)) (0.14.5)\n", "Requirement already satisfied: pluggy==1.6.0 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 436)) (1.6.0)\n", "Collecting plum-dispatch==2.5.7 (from -r requirements.txt (line 437))\n", " Downloading plum_dispatch-2.5.7-py3-none-any.whl.metadata (7.5 kB)\n", "Requirement already satisfied: ply==3.11 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 438)) (3.11)\n", "Requirement already satisfied: polars==1.25.2 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 439)) (1.25.2)\n", "Requirement already satisfied: pooch==1.8.2 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 440)) (1.8.2)\n", "Requirement already satisfied: portpicker==1.5.2 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 441)) (1.5.2)\n", "Requirement already satisfied: preshed==3.0.10 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 442)) (3.0.10)\n", "Requirement already satisfied: prettytable==3.16.0 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 443)) (3.16.0)\n", "Requirement already satisfied: proglog==0.1.12 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 444)) (0.1.12)\n", "Requirement already satisfied: progressbar2==4.5.0 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 445)) (4.5.0)\n", "Requirement already satisfied: prometheus_client==0.23.1 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 446)) (0.23.1)\n", "Requirement already satisfied: promise==2.3 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 447)) (2.3)\n", "Requirement already satisfied: prompt_toolkit==3.0.52 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 448)) (3.0.52)\n", "Collecting propcache==0.3.2 (from -r requirements.txt (line 449))\n", " Downloading propcache-0.3.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (12 kB)\n", "Requirement already satisfied: prophet==1.1.7 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 450)) (1.1.7)\n", "Requirement already satisfied: proto-plus==1.26.1 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 451)) (1.26.1)\n", "Requirement already satisfied: protobuf==5.29.5 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 452)) (5.29.5)\n", "Requirement already satisfied: psutil==5.9.5 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 453)) (5.9.5)\n", "Collecting psycopg2==2.9.10 (from -r requirements.txt (line 454))\n", " Downloading psycopg2-2.9.10.tar.gz (385 kB)\n", "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m385.7/385.7 kB\u001b[0m \u001b[31m23.9 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", "\u001b[?25h Preparing metadata (setup.py) ... \u001b[?25l\u001b[?25hdone\n", "Collecting psygnal==0.14.2 (from -r requirements.txt (line 455))\n", " Downloading psygnal-0.14.2-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.metadata (6.0 kB)\n", "Requirement already satisfied: ptyprocess==0.7.0 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 456)) (0.7.0)\n", "Requirement already satisfied: py-cpuinfo==9.0.0 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 457)) (9.0.0)\n", "Requirement already satisfied: py4j==0.10.9.7 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 458)) (0.10.9.7)\n", "Requirement already satisfied: pyarrow==18.1.0 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 459)) (18.1.0)\n", "Requirement already satisfied: pyasn1==0.6.1 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 460)) (0.6.1)\n", "Requirement already satisfied: pyasn1_modules==0.4.2 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 461)) (0.4.2)\n", "Requirement already satisfied: pycairo==1.28.0 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 462)) (1.28.0)\n", "Requirement already satisfied: pycocotools==2.0.10 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 463)) (2.0.10)\n", "Requirement already satisfied: pycparser==2.23 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 464)) (2.23)\n", "Requirement already satisfied: pycryptodomex==3.23.0 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 465)) (3.23.0)\n", "Collecting pydantic==2.11.9 (from -r requirements.txt (line 466))\n", " Downloading pydantic-2.11.9-py3-none-any.whl.metadata (68 kB)\n", "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m68.4/68.4 kB\u001b[0m \u001b[31m6.5 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", "\u001b[?25hRequirement already satisfied: pydantic-settings==2.11.0 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 467)) (2.11.0)\n", "Requirement already satisfied: pydantic_core==2.33.2 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 468)) (2.33.2)\n", "Requirement already satisfied: pydata-google-auth==1.9.1 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 469)) (1.9.1)\n", "Requirement already satisfied: pydot==3.0.4 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 470)) (3.0.4)\n", "Requirement already satisfied: pydotplus==2.0.2 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 471)) (2.0.2)\n", "Requirement already satisfied: PyDrive2==1.21.3 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 472)) (1.21.3)\n", "Requirement already satisfied: pydub==0.25.1 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 473)) (0.25.1)\n", "Collecting pyee==13.0.0 (from -r requirements.txt (line 474))\n", " Downloading pyee-13.0.0-py3-none-any.whl.metadata (2.9 kB)\n", "Requirement already satisfied: pyerfa==2.0.1.5 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 475)) (2.0.1.5)\n", "Requirement already satisfied: pygame==2.6.1 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 476)) (2.6.1)\n", "Requirement already satisfied: pygit2==1.18.2 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 477)) (1.18.2)\n", "Requirement already satisfied: Pygments==2.19.2 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 478)) (2.19.2)\n", "Requirement already satisfied: PyGObject==3.42.0 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 479)) (3.42.0)\n", "Requirement already satisfied: PyJWT==2.10.1 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 480)) (2.10.1)\n", "Requirement already satisfied: pylibcugraph-cu12==25.6.0 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 482)) (25.6.0)\n", "Requirement already satisfied: pylibraft-cu12==25.6.0 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 483)) (25.6.0)\n", "Collecting pymc==5.25.1 (from -r requirements.txt (line 484))\n", " Downloading pymc-5.25.1-py3-none-any.whl.metadata (16 kB)\n", "Requirement already satisfied: pynndescent==0.5.13 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 485)) (0.5.13)\n", "Requirement already satisfied: pynvjitlink-cu12==0.7.0 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 486)) (0.7.0)\n", "Requirement already satisfied: pynvml==12.0.0 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 487)) (12.0.0)\n", "Requirement already satisfied: pyogrio==0.11.1 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 488)) (0.11.1)\n", "Collecting pyomo==6.9.4 (from -r requirements.txt (line 489))\n", " Downloading pyomo-6.9.4-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.metadata (11 kB)\n", "Requirement already satisfied: PyOpenGL==3.1.10 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 490)) (3.1.10)\n", "Requirement already satisfied: pyOpenSSL==24.2.1 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 491)) (24.2.1)\n", "Requirement already satisfied: pyparsing==3.2.5 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 492)) (3.2.5)\n", "Collecting pypdfium2==4.30.0 (from -r requirements.txt (line 493))\n", " Downloading pypdfium2-4.30.0-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (48 kB)\n", "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m48.5/48.5 kB\u001b[0m \u001b[31m4.7 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", "\u001b[?25hRequirement already satisfied: pyperclip==1.11.0 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 494)) (1.11.0)\n", "Requirement already satisfied: pyproj==3.7.2 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 495)) (3.7.2)\n", "Requirement already satisfied: pyproject_hooks==1.2.0 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 496)) (1.2.0)\n", "Collecting pyshp==2.3.1 (from -r requirements.txt (line 497))\n", " Downloading pyshp-2.3.1-py2.py3-none-any.whl.metadata (55 kB)\n", "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m56.0/56.0 kB\u001b[0m \u001b[31m5.5 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", "\u001b[?25hRequirement already satisfied: PySocks==1.7.1 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 498)) (1.7.1)\n", "Requirement already satisfied: pyspark==3.5.1 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 499)) (3.5.1)\n", "Collecting pytensor==2.31.7 (from -r requirements.txt (line 500))\n", " Downloading pytensor-2.31.7-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (6.9 kB)\n", "Requirement already satisfied: pytest==8.4.2 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 501)) (8.4.2)\n", "Requirement already satisfied: python-apt==0.0.0 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 502)) (0.0.0)\n", "Requirement already satisfied: python-box==7.3.2 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 503)) (7.3.2)\n", "Requirement already satisfied: python-dateutil==2.9.0.post0 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 504)) (2.9.0.post0)\n", "Requirement already satisfied: python-dotenv==1.1.1 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 505)) (1.1.1)\n", "Collecting python-json-logger==3.3.0 (from -r requirements.txt (line 506))\n", " Downloading python_json_logger-3.3.0-py3-none-any.whl.metadata (4.0 kB)\n", "Requirement already satisfied: python-louvain==0.16 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 507)) (0.16)\n", "Requirement already satisfied: python-multipart==0.0.20 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 508)) (0.0.20)\n", "Requirement already satisfied: python-slugify==8.0.4 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 509)) (8.0.4)\n", "Requirement already satisfied: python-snappy==0.7.3 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 510)) (0.7.3)\n", "Requirement already satisfied: python-utils==3.9.1 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 511)) (3.9.1)\n", "Requirement already satisfied: pytz==2025.2 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 512)) (2025.2)\n", "Requirement already satisfied: pyviz_comms==3.0.6 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 513)) (3.0.6)\n", "Requirement already satisfied: PyWavelets==1.9.0 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 514)) (1.9.0)\n", "Requirement already satisfied: PyYAML==6.0.3 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 515)) (6.0.3)\n", "Requirement already satisfied: pyzmq==26.2.1 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 516)) (26.2.1)\n", "Requirement already satisfied: raft-dask-cu12==25.6.0 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 517)) (25.6.0)\n", "Requirement already satisfied: rapids-dask-dependency==25.6.0 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 518)) (25.6.0)\n", "Collecting rapids-logger==0.1.1 (from -r requirements.txt (line 519))\n", " Downloading rapids_logger-0.1.1-py3-none-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.metadata (3.5 kB)\n", "Requirement already satisfied: ratelim==0.1.6 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 520)) (0.1.6)\n", "Collecting referencing==0.36.2 (from -r requirements.txt (line 521))\n", " Downloading referencing-0.36.2-py3-none-any.whl.metadata (2.8 kB)\n", "Requirement already satisfied: regex==2024.11.6 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 522)) (2024.11.6)\n", "Requirement already satisfied: requests==2.32.4 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 523)) (2.32.4)\n", "Requirement already satisfied: requests-oauthlib==2.0.0 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 524)) (2.0.0)\n", "Requirement already satisfied: requests-toolbelt==1.0.0 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 525)) (1.0.0)\n", "Requirement already satisfied: requirements-parser==0.9.0 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 526)) (0.9.0)\n", "Requirement already satisfied: rfc3339-validator==0.1.4 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 527)) (0.1.4)\n", "Requirement already satisfied: rfc3986-validator==0.1.1 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 528)) (0.1.1)\n", "Requirement already satisfied: rfc3987-syntax==1.1.0 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 529)) (1.1.0)\n", "Requirement already satisfied: rich==13.9.4 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 530)) (13.9.4)\n", "Requirement already satisfied: rmm-cu12==25.6.0 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 531)) (25.6.0)\n", "Requirement already satisfied: roman-numerals-py==3.1.0 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 532)) (3.1.0)\n", "Requirement already satisfied: rpds-py==0.27.1 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 533)) (0.27.1)\n", "Requirement already satisfied: rpy2==3.5.17 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 534)) (3.5.17)\n", "Requirement already satisfied: rsa==4.9.1 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 535)) (4.9.1)\n", "Collecting ruff==0.13.2 (from -r requirements.txt (line 536))\n", " Downloading ruff-0.13.2-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (25 kB)\n", "Requirement already satisfied: safehttpx==0.1.6 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 537)) (0.1.6)\n", "Requirement already satisfied: safetensors==0.6.2 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 538)) (0.6.2)\n", "Requirement already satisfied: scikit-image==0.25.2 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 539)) (0.25.2)\n", "Requirement already satisfied: scikit-learn==1.6.1 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 540)) (1.6.1)\n", "Requirement already satisfied: scipy==1.16.2 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 541)) (1.16.2)\n", "Requirement already satisfied: scooby==0.10.2 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 542)) (0.10.2)\n", "Collecting scs==3.2.8 (from -r requirements.txt (line 543))\n", " Downloading scs-3.2.8-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.metadata (2.8 kB)\n", "Requirement already satisfied: seaborn==0.13.2 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 544)) (0.13.2)\n", "Requirement already satisfied: SecretStorage==3.4.0 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 545)) (3.4.0)\n", "Requirement already satisfied: semantic-version==2.10.0 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 546)) (2.10.0)\n", "Requirement already satisfied: Send2Trash==1.8.3 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 547)) (1.8.3)\n", "Requirement already satisfied: sentence-transformers==5.1.1 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 548)) (5.1.1)\n", "Requirement already satisfied: sentencepiece==0.2.1 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 549)) (0.2.1)\n", "Collecting sentry-sdk==2.39.0 (from -r requirements.txt (line 550))\n", " Downloading sentry_sdk-2.39.0-py2.py3-none-any.whl.metadata (10 kB)\n", "Collecting setuptools==80.9.0 (from -r requirements.txt (line 551))\n", " Downloading setuptools-80.9.0-py3-none-any.whl.metadata (6.6 kB)\n", "Collecting shap==0.48.0 (from -r requirements.txt (line 552))\n", " Downloading shap-0.48.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (25 kB)\n", "Requirement already satisfied: shapely==2.1.2 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 553)) (2.1.2)\n", "Requirement already satisfied: shellingham==1.5.4 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 554)) (1.5.4)\n", "Requirement already satisfied: simple-parsing==0.1.7 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 555)) (0.1.7)\n", "Requirement already satisfied: simplejson==3.20.2 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 556)) (3.20.2)\n", "Requirement already satisfied: simsimd==6.5.3 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 557)) (6.5.3)\n", "Requirement already satisfied: six==1.17.0 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 558)) (1.17.0)\n", "Requirement already satisfied: sklearn-pandas==2.2.0 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 559)) (2.2.0)\n", "Requirement already satisfied: slicer==0.0.8 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 560)) (0.0.8)\n", "Collecting smart_open==7.3.1 (from -r requirements.txt (line 561))\n", " Downloading smart_open-7.3.1-py3-none-any.whl.metadata (24 kB)\n", "Requirement already satisfied: smmap==5.0.2 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 562)) (5.0.2)\n", "Requirement already satisfied: sniffio==1.3.1 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 563)) (1.3.1)\n", "Requirement already satisfied: snowballstemmer==3.0.1 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 564)) (3.0.1)\n", "Requirement already satisfied: sortedcontainers==2.4.0 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 565)) (2.4.0)\n", "Requirement already satisfied: soundfile==0.13.1 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 566)) (0.13.1)\n", "Requirement already satisfied: soupsieve==2.8 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 567)) (2.8)\n", "Requirement already satisfied: soxr==1.0.0 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 568)) (1.0.0)\n", "Requirement already satisfied: spacy==3.8.7 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 569)) (3.8.7)\n", "Requirement already satisfied: spacy-legacy==3.0.12 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 570)) (3.0.12)\n", "Requirement already satisfied: spacy-loggers==1.0.5 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 571)) (1.0.5)\n", "Requirement already satisfied: spanner-graph-notebook==1.1.8 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 572)) (1.1.8)\n", "Requirement already satisfied: Sphinx==8.2.3 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 573)) (8.2.3)\n", "Requirement already satisfied: sphinxcontrib-applehelp==2.0.0 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 574)) (2.0.0)\n", "Requirement already satisfied: sphinxcontrib-devhelp==2.0.0 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 575)) (2.0.0)\n", "Requirement already satisfied: sphinxcontrib-htmlhelp==2.1.0 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 576)) (2.1.0)\n", "Requirement already satisfied: sphinxcontrib-jsmath==1.0.1 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 577)) (1.0.1)\n", "Requirement already satisfied: sphinxcontrib-qthelp==2.0.0 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 578)) (2.0.0)\n", "Requirement already satisfied: sphinxcontrib-serializinghtml==2.0.0 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 579)) (2.0.0)\n", "Collecting SQLAlchemy==2.0.43 (from -r requirements.txt (line 580))\n", " Downloading sqlalchemy-2.0.43-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (9.6 kB)\n", "Collecting sqlalchemy-spanner==1.16.0 (from -r requirements.txt (line 581))\n", " Downloading sqlalchemy_spanner-1.16.0-py3-none-any.whl.metadata (18 kB)\n", "Requirement already satisfied: sqlglot==25.20.2 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 582)) (25.20.2)\n", "Requirement already satisfied: sqlparse==0.5.3 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 583)) (0.5.3)\n", "Requirement already satisfied: srsly==2.5.1 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 584)) (2.5.1)\n", "Requirement already satisfied: sse-starlette==3.0.2 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 585)) (3.0.2)\n", "Requirement already satisfied: stanio==0.5.1 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 586)) (0.5.1)\n", "Requirement already satisfied: starlette==0.48.0 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 587)) (0.48.0)\n", "Requirement already satisfied: statsmodels==0.14.5 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 588)) (0.14.5)\n", "Collecting stringzilla==4.0.15 (from -r requirements.txt (line 589))\n", " Downloading stringzilla-4.0.15-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_28_x86_64.whl.metadata (105 kB)\n", "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m105.2/105.2 kB\u001b[0m \u001b[31m10.5 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", "\u001b[?25hRequirement already satisfied: stumpy==1.13.0 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 590)) (1.13.0)\n", "Requirement already satisfied: sympy==1.13.3 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 591)) (1.13.3)\n", "Requirement already satisfied: tables==3.10.2 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 592)) (3.10.2)\n", "Requirement already satisfied: tabulate==0.9.0 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 593)) (0.9.0)\n", "Requirement already satisfied: tbb==2022.2.0 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 594)) (2022.2.0)\n", "Requirement already satisfied: tblib==3.1.0 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 595)) (3.1.0)\n", "Requirement already satisfied: tcmlib==1.4.0 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 596)) (1.4.0)\n", "Requirement already satisfied: tenacity==8.5.0 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 597)) (8.5.0)\n", "Requirement already satisfied: tensorboard==2.19.0 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 598)) (2.19.0)\n", "Requirement already satisfied: tensorboard-data-server==0.7.2 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 599)) (0.7.2)\n", "Requirement already satisfied: tensorflow==2.19.0 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 600)) (2.19.0)\n", "Requirement already satisfied: tensorflow-datasets==4.9.9 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 601)) (4.9.9)\n", "Requirement already satisfied: tensorflow-hub==0.16.1 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 602)) (0.16.1)\n", "Requirement already satisfied: tensorflow-metadata==1.17.2 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 603)) (1.17.2)\n", "Requirement already satisfied: tensorflow-probability==0.25.0 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 604)) (0.25.0)\n", "Requirement already satisfied: tensorflow-text==2.19.0 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 605)) (2.19.0)\n", "Requirement already satisfied: tensorflow_decision_forests==1.12.0 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 606)) (1.12.0)\n", "Collecting tensorstore==0.1.77 (from -r requirements.txt (line 607))\n", " Downloading tensorstore-0.1.77-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.metadata (21 kB)\n", "Requirement already satisfied: termcolor==3.1.0 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 608)) (3.1.0)\n", "Requirement already satisfied: terminado==0.18.1 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 609)) (0.18.1)\n", "Requirement already satisfied: text-unidecode==1.3 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 610)) (1.3)\n", "Requirement already satisfied: textblob==0.19.0 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 611)) (0.19.0)\n", "Requirement already satisfied: tf-slim==1.1.0 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 612)) (1.1.0)\n", "Requirement already satisfied: tf_keras==2.19.0 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 613)) (2.19.0)\n", "Requirement already satisfied: thinc==8.3.6 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 614)) (8.3.6)\n", "Requirement already satisfied: threadpoolctl==3.6.0 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 615)) (3.6.0)\n", "Collecting tifffile==2025.9.30 (from -r requirements.txt (line 616))\n", " Downloading tifffile-2025.9.30-py3-none-any.whl.metadata (30 kB)\n", "Collecting tiktoken==0.11.0 (from -r requirements.txt (line 617))\n", " Downloading tiktoken-0.11.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (6.7 kB)\n", "Requirement already satisfied: timm==1.0.20 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 618)) (1.0.20)\n", "Requirement already satisfied: tinycss2==1.4.0 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 619)) (1.4.0)\n", "Collecting tld==0.13.1 (from -r requirements.txt (line 620))\n", " Downloading tld-0.13.1-py2.py3-none-any.whl.metadata (10 kB)\n", "Requirement already satisfied: tokenizers==0.22.1 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 621)) (0.22.1)\n", "Requirement already satisfied: toml==0.10.2 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 622)) (0.10.2)\n", "Requirement already satisfied: tomlkit==0.13.3 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 623)) (0.13.3)\n", "Requirement already satisfied: toolz==0.12.1 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 624)) (0.12.1)\n", "Requirement already satisfied: torch==2.8.0+cu126 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 625)) (2.8.0+cu126)\n", "Requirement already satisfied: torchao==0.10.0 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 626)) (0.10.0)\n", "Requirement already satisfied: torchaudio==2.8.0+cu126 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 627)) (2.8.0+cu126)\n", "Requirement already satisfied: torchdata==0.11.0 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 628)) (0.11.0)\n", "Requirement already satisfied: torchsummary==1.5.1 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 629)) (1.5.1)\n", "Requirement already satisfied: torchtune==0.6.1 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 630)) (0.6.1)\n", "Requirement already satisfied: torchvision==0.23.0+cu126 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 631)) (0.23.0+cu126)\n", "Collecting tornado==6.4.2 (from -r requirements.txt (line 632))\n", " Downloading tornado-6.4.2-cp38-abi3-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (2.5 kB)\n", "Requirement already satisfied: tqdm==4.67.1 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 633)) (4.67.1)\n", "Collecting trafilatura==2.0.0 (from -r requirements.txt (line 634))\n", " Downloading trafilatura-2.0.0-py3-none-any.whl.metadata (12 kB)\n", "Requirement already satisfied: traitlets==5.7.1 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 635)) (5.7.1)\n", "Requirement already satisfied: traittypes==0.2.1 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 636)) (0.2.1)\n", "Collecting transformers==4.56.2 (from -r requirements.txt (line 637))\n", " Downloading transformers-4.56.2-py3-none-any.whl.metadata (40 kB)\n", "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m40.1/40.1 kB\u001b[0m \u001b[31m3.3 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", "\u001b[?25hRequirement already satisfied: treelite==4.4.1 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 638)) (4.4.1)\n", "Requirement already satisfied: treescope==0.1.10 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 639)) (0.1.10)\n", "Requirement already satisfied: triton==3.4.0 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 640)) (3.4.0)\n", "Requirement already satisfied: tsfresh==0.21.1 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 641)) (0.21.1)\n", "Requirement already satisfied: tweepy==4.16.0 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 642)) (4.16.0)\n", "Requirement already satisfied: typeguard==4.4.4 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 643)) (4.4.4)\n", "Collecting typer==0.19.2 (from -r requirements.txt (line 644))\n", " Downloading typer-0.19.2-py3-none-any.whl.metadata (16 kB)\n", "Collecting types-python-dateutil==2.9.0.20250822 (from -r requirements.txt (line 645))\n", " Downloading types_python_dateutil-2.9.0.20250822-py3-none-any.whl.metadata (1.8 kB)\n", "Requirement already satisfied: types-pytz==2025.2.0.20250809 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 646)) (2025.2.0.20250809)\n", "Requirement already satisfied: types-setuptools==80.9.0.20250822 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 647)) (80.9.0.20250822)\n", "Requirement already satisfied: typing-inspection==0.4.2 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 648)) (0.4.2)\n", "Requirement already satisfied: typing_extensions==4.15.0 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 649)) (4.15.0)\n", "Requirement already satisfied: tzdata==2025.2 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 650)) (2025.2)\n", "Requirement already satisfied: tzlocal==5.3.1 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 651)) (5.3.1)\n", "Requirement already satisfied: uc-micro-py==1.0.3 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 652)) (1.0.3)\n", "Requirement already satisfied: ucx-py-cu12==0.44.0 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 653)) (0.44.0)\n", "Requirement already satisfied: ucxx-cu12==0.44.0 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 654)) (0.44.0)\n", "Requirement already satisfied: umap-learn==0.5.9.post2 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 655)) (0.5.9.post2)\n", "Requirement already satisfied: umf==0.11.0 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 656)) (0.11.0)\n", "Requirement already satisfied: uri-template==1.3.0 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 657)) (1.3.0)\n", "Requirement already satisfied: uritemplate==4.2.0 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 658)) (4.2.0)\n", "Requirement already satisfied: urllib3==2.5.0 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 659)) (2.5.0)\n", "Collecting uvicorn==0.37.0 (from -r requirements.txt (line 660))\n", " Downloading uvicorn-0.37.0-py3-none-any.whl.metadata (6.6 kB)\n", "Requirement already satisfied: vega-datasets==0.9.0 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 661)) (0.9.0)\n", "Requirement already satisfied: wadllib==1.3.6 in /usr/lib/python3/dist-packages (from -r requirements.txt (line 662)) (1.3.6)\n", "Collecting wandb==0.22.1 (from -r requirements.txt (line 663))\n", " Downloading wandb-0.22.1-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (10 kB)\n", "Requirement already satisfied: wasabi==1.1.3 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 664)) (1.1.3)\n", "Requirement already satisfied: watchdog==6.0.0 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 665)) (6.0.0)\n", "Requirement already satisfied: wcwidth==0.2.14 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 666)) (0.2.14)\n", "Requirement already satisfied: weasel==0.4.1 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 667)) (0.4.1)\n", "Requirement already satisfied: webcolors==24.11.1 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 668)) (24.11.1)\n", "Requirement already satisfied: webencodings==0.5.1 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 669)) (0.5.1)\n", "Collecting websocket-client==1.8.0 (from -r requirements.txt (line 670))\n", " Downloading websocket_client-1.8.0-py3-none-any.whl.metadata (8.0 kB)\n", "Requirement already satisfied: websockets==15.0.1 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 671)) (15.0.1)\n", "Requirement already satisfied: Werkzeug==3.1.3 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 672)) (3.1.3)\n", "Requirement already satisfied: wheel==0.45.1 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 673)) (0.45.1)\n", "Requirement already satisfied: widgetsnbextension==3.6.10 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 674)) (3.6.10)\n", "Requirement already satisfied: wordcloud==1.9.4 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 675)) (1.9.4)\n", "Collecting wrapt==1.17.3 (from -r requirements.txt (line 676))\n", " Downloading wrapt-1.17.3-cp312-cp312-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl.metadata (6.4 kB)\n", "Requirement already satisfied: wurlitzer==3.1.1 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 677)) (3.1.1)\n", "Collecting xarray==2025.9.1 (from -r requirements.txt (line 678))\n", " Downloading xarray-2025.9.1-py3-none-any.whl.metadata (12 kB)\n", "Requirement already satisfied: xarray-einstats==0.9.1 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 679)) (0.9.1)\n", "Collecting xgboost==3.0.5 (from -r requirements.txt (line 680))\n", " Downloading xgboost-3.0.5-py3-none-manylinux_2_28_x86_64.whl.metadata (2.1 kB)\n", "Requirement already satisfied: xlrd==2.0.2 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 681)) (2.0.2)\n", "Collecting xxhash==3.5.0 (from -r requirements.txt (line 682))\n", " Downloading xxhash-3.5.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (12 kB)\n", "Requirement already satisfied: xyzservices==2025.4.0 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 683)) (2025.4.0)\n", "Collecting yarl==1.20.1 (from -r requirements.txt (line 684))\n", " Downloading yarl-1.20.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (73 kB)\n", "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m73.9/73.9 kB\u001b[0m \u001b[31m5.5 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", "\u001b[?25hRequirement already satisfied: ydf==0.13.0 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 685)) (0.13.0)\n", "Requirement already satisfied: yellowbrick==1.5 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 686)) (1.5)\n", "Requirement already satisfied: yfinance==0.2.66 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 687)) (0.2.66)\n", "Requirement already satisfied: zict==3.0.0 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 688)) (3.0.0)\n", "Requirement already satisfied: zipp==3.23.0 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 689)) (3.23.0)\n", "Requirement already satisfied: zstandard==0.25.0 in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 690)) (0.25.0)\n", "Requirement already satisfied: pip in /usr/local/lib/python3.12/dist-packages (from fastai==2.8.4->-r requirements.txt (line 122)) (24.1.2)\n", "Downloading accelerate-1.10.1-py3-none-any.whl (374 kB)\n", "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m374.9/374.9 kB\u001b[0m \u001b[31m33.6 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", "\u001b[?25hDownloading aiohttp-3.12.15-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.7 MB)\n", "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m1.7/1.7 MB\u001b[0m \u001b[31m79.3 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", "\u001b[?25hDownloading alembic-1.16.5-py3-none-any.whl (247 kB)\n", "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m247.4/247.4 kB\u001b[0m \u001b[31m24.8 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", "\u001b[?25hDownloading arrow-1.3.0-py3-none-any.whl (66 kB)\n", "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m66.4/66.4 kB\u001b[0m \u001b[31m6.7 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", "\u001b[?25hDownloading astropy-7.1.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (10.2 MB)\n", "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m10.2/10.2 MB\u001b[0m \u001b[31m16.7 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", "\u001b[?25hDownloading astropy_iers_data-0.2025.9.29.0.35.48-py3-none-any.whl (2.0 MB)\n", "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m2.0/2.0 MB\u001b[0m \u001b[31m96.0 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", "\u001b[?25hDownloading attrs-25.3.0-py3-none-any.whl (63 kB)\n", "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m63.8/63.8 kB\u001b[0m \u001b[31m6.2 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", "\u001b[?25hDownloading authlib-1.6.4-py2.py3-none-any.whl (243 kB)\n", "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m243.1/243.1 kB\u001b[0m \u001b[31m23.5 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", "\u001b[?25hDownloading azure_ai_inference-1.0.0b9-py3-none-any.whl (124 kB)\n", "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m124.9/124.9 kB\u001b[0m \u001b[31m13.1 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", "\u001b[?25hDownloading azure_core-1.35.1-py3-none-any.whl (211 kB)\n", "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m211.8/211.8 kB\u001b[0m \u001b[31m22.0 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", "\u001b[?25hDownloading beartype-0.21.0-py3-none-any.whl (1.2 MB)\n", "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m1.2/1.2 MB\u001b[0m \u001b[31m75.4 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", "\u001b[?25hDownloading bigframes-2.23.0-py2.py3-none-any.whl (1.4 MB)\n", "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m1.4/1.4 MB\u001b[0m \u001b[31m18.5 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", "\u001b[?25hDownloading blosc2-3.9.1-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (4.5 MB)\n", "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m4.5/4.5 MB\u001b[0m \u001b[31m15.8 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", "\u001b[?25hDownloading branca-0.8.1-py3-none-any.whl (26 kB)\n", "Downloading certifi-2025.8.3-py3-none-any.whl (161 kB)\n", "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m161.2/161.2 kB\u001b[0m \u001b[31m16.1 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", "\u001b[?25hDownloading charset_normalizer-3.4.3-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (151 kB)\n", "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m151.8/151.8 kB\u001b[0m \u001b[31m17.9 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", "\u001b[?25hDownloading cloudpathlib-0.22.0-py3-none-any.whl (61 kB)\n", "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m61.5/61.5 kB\u001b[0m \u001b[31m6.2 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", "\u001b[?25hDownloading courlan-1.3.2-py3-none-any.whl (33 kB)\n", "Downloading dateparser-1.2.2-py3-none-any.whl (315 kB)\n", "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m315.5/315.5 kB\u001b[0m \u001b[31m27.0 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", "\u001b[?25hDownloading diffusers-0.35.1-py3-none-any.whl (4.1 MB)\n", "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m4.1/4.1 MB\u001b[0m \u001b[31m112.5 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", "\u001b[?25hDownloading fastapi-0.118.0-py3-none-any.whl (97 kB)\n", "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m97.7/97.7 kB\u001b[0m \u001b[31m9.5 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", "\u001b[?25hDownloading fastcore-1.8.12-py3-none-any.whl (84 kB)\n", "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m84.2/84.2 kB\u001b[0m \u001b[31m9.5 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", "\u001b[?25hDownloading ffmpy-0.6.1-py3-none-any.whl (5.5 kB)\n", "Downloading filelock-3.19.1-py3-none-any.whl (15 kB)\n", "Downloading flax-0.10.6-py3-none-any.whl (447 kB)\n", "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m447.1/447.1 kB\u001b[0m \u001b[31m37.8 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", "\u001b[?25hDownloading frozenlist-1.7.0-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (241 kB)\n", "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m241.8/241.8 kB\u001b[0m \u001b[31m21.8 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", "\u001b[?25hDownloading google_adk-1.15.1-py3-none-any.whl (2.0 MB)\n", "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m2.0/2.0 MB\u001b[0m \u001b[31m93.0 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", "\u001b[?25hDownloading google_api_core-2.25.1-py3-none-any.whl (160 kB)\n", "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m160.8/160.8 kB\u001b[0m \u001b[31m16.8 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", "\u001b[?25hDownloading google_api_python_client-2.183.0-py3-none-any.whl (14.2 MB)\n", "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m14.2/14.2 MB\u001b[0m \u001b[31m113.2 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", "\u001b[?25hDownloading google_cloud_aiplatform-1.118.0-py2.py3-none-any.whl (8.0 MB)\n", "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m8.0/8.0 MB\u001b[0m \u001b[31m127.2 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", "\u001b[?25hDownloading google_cloud_appengine_logging-1.6.2-py3-none-any.whl (16 kB)\n", "Downloading google_cloud_audit_log-0.3.2-py3-none-any.whl (32 kB)\n", "Downloading google_cloud_bigquery_connection-1.18.3-py3-none-any.whl (68 kB)\n", "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m68.0/68.0 kB\u001b[0m \u001b[31m7.0 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", "\u001b[?25hDownloading google_cloud_bigtable-2.32.0-py3-none-any.whl (520 kB)\n", "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m520.4/520.4 kB\u001b[0m \u001b[31m46.8 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", "\u001b[?25hDownloading google_cloud_dataproc-5.22.0-py3-none-any.whl (482 kB)\n", "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m482.8/482.8 kB\u001b[0m \u001b[31m40.4 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", "\u001b[?25hDownloading google_cloud_functions-1.20.4-py3-none-any.whl (154 kB)\n", "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m154.6/154.6 kB\u001b[0m \u001b[31m17.2 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", "\u001b[?25hDownloading google_cloud_language-2.17.2-py3-none-any.whl (168 kB)\n", "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m168.4/168.4 kB\u001b[0m \u001b[31m2.1 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", "\u001b[?25hDownloading google_cloud_monitoring-2.27.2-py3-none-any.whl (383 kB)\n", "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m383.7/383.7 kB\u001b[0m \u001b[31m39.5 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", "\u001b[?25hDownloading google_cloud_resource_manager-1.14.2-py3-none-any.whl (394 kB)\n", "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m394.3/394.3 kB\u001b[0m \u001b[31m31.3 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", "\u001b[?25hDownloading google_cloud_secret_manager-2.24.0-py3-none-any.whl (218 kB)\n", "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m218.1/218.1 kB\u001b[0m \u001b[31m22.7 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", "\u001b[?25hDownloading google_cloud_speech-2.33.0-py3-none-any.whl (335 kB)\n", "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m335.7/335.7 kB\u001b[0m \u001b[31m35.2 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", "\u001b[?25hDownloading google_cloud_trace-1.16.2-py3-none-any.whl (103 kB)\n", "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m103.8/103.8 kB\u001b[0m \u001b[31m11.9 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", "\u001b[?25hDownloading google_cloud_translate-3.21.1-py3-none-any.whl (204 kB)\n", "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m204.1/204.1 kB\u001b[0m \u001b[31m22.0 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", "\u001b[?25hDownloading google_genai-1.39.1-py3-none-any.whl (244 kB)\n", "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m244.7/244.7 kB\u001b[0m \u001b[31m27.4 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", "\u001b[?25hDownloading googleapis_common_protos-1.70.0-py3-none-any.whl (294 kB)\n", "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m294.5/294.5 kB\u001b[0m \u001b[31m26.0 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", "\u001b[?25hDownloading gradio-5.47.2-py3-none-any.whl (60.4 MB)\n", "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m60.4/60.4 MB\u001b[0m \u001b[31m12.6 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", "\u001b[?25hDownloading grpc_google_iam_v1-0.14.2-py3-none-any.whl (19 kB)\n", "Downloading h5netcdf-1.6.4-py3-none-any.whl (50 kB)\n", "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m50.7/50.7 kB\u001b[0m \u001b[31m5.3 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", "\u001b[?25hDownloading h5py-3.14.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.9 MB)\n", "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m4.9/4.9 MB\u001b[0m \u001b[31m106.1 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", "\u001b[?25hDownloading holidays-0.81-py3-none-any.whl (1.3 MB)\n", "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m1.3/1.3 MB\u001b[0m \u001b[31m81.7 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", "\u001b[?25hDownloading htmldate-1.9.3-py3-none-any.whl (31 kB)\n", "Downloading httpx_sse-0.4.1-py3-none-any.whl (8.1 kB)\n", "Downloading humanize-4.13.0-py3-none-any.whl (128 kB)\n", "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m128.9/128.9 kB\u001b[0m \u001b[31m14.9 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", "\u001b[?25hDownloading idna-3.10-py3-none-any.whl (70 kB)\n", "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m70.4/70.4 kB\u001b[0m \u001b[31m8.2 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", "\u001b[?25hDownloading immutabledict-4.2.1-py3-none-any.whl (4.7 kB)\n", "Downloading iniconfig-2.1.0-py3-none-any.whl (6.0 kB)\n", "Downloading isodate-0.7.2-py3-none-any.whl (22 kB)\n", "Downloading jax-0.5.3-py3-none-any.whl (2.4 MB)\n", "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m2.4/2.4 MB\u001b[0m \u001b[31m95.5 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", "\u001b[?25hDownloading jax_cuda12_pjrt-0.5.3-py3-none-manylinux2014_x86_64.whl (104.7 MB)\n", "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m104.7/104.7 MB\u001b[0m \u001b[31m11.5 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", "\u001b[?25hDownloading jax_cuda12_plugin-0.5.3-cp312-cp312-manylinux2014_x86_64.whl (16.7 MB)\n", "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m16.7/16.7 MB\u001b[0m \u001b[31m104.6 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", "\u001b[?25hDownloading jaxlib-0.5.3-cp312-cp312-manylinux2014_x86_64.whl (105.1 MB)\n", "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m105.1/105.1 MB\u001b[0m \u001b[31m8.7 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", "\u001b[?25hDownloading jedi-0.19.2-py2.py3-none-any.whl (1.6 MB)\n", "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m1.6/1.6 MB\u001b[0m \u001b[31m75.9 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", "\u001b[?25hDownloading jiter-0.11.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (347 kB)\n", "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m347.9/347.9 kB\u001b[0m \u001b[31m28.5 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", "\u001b[?25hDownloading jupyter_core-5.8.1-py3-none-any.whl (28 kB)\n", "Downloading justext-3.0.2-py2.py3-none-any.whl (837 kB)\n", "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m837.9/837.9 kB\u001b[0m \u001b[31m43.4 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", "\u001b[?25hDownloading langchain_core-0.3.77-py3-none-any.whl (449 kB)\n", "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m449.5/449.5 kB\u001b[0m \u001b[31m26.9 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", "\u001b[?25hDownloading langsmith-0.4.31-py3-none-any.whl (386 kB)\n", "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m386.3/386.3 kB\u001b[0m \u001b[31m30.3 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", "\u001b[?25hDownloading lxml_html_clean-0.4.3-py3-none-any.whl (14 kB)\n", "Downloading mcp-1.15.0-py3-none-any.whl (166 kB)\n", "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m167.0/167.0 kB\u001b[0m \u001b[31m14.5 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", "\u001b[?25hDownloading msgpack-1.1.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (426 kB)\n", "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m426.9/426.9 kB\u001b[0m \u001b[31m31.2 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", "\u001b[?25hDownloading multidict-6.6.4-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (256 kB)\n", "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m256.1/256.1 kB\u001b[0m \u001b[31m22.3 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", "\u001b[?25hDownloading narwhals-2.6.0-py3-none-any.whl (408 kB)\n", "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m408.4/408.4 kB\u001b[0m \u001b[31m29.1 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", "\u001b[?25hDownloading numexpr-2.13.1-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (443 kB)\n", "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m443.1/443.1 kB\u001b[0m \u001b[31m22.8 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", "\u001b[?25hDownloading opentelemetry_exporter_gcp_logging-1.9.0a0-py3-none-any.whl (11 kB)\n", "Downloading opentelemetry_exporter_gcp_monitoring-1.9.0a0-py3-none-any.whl (13 kB)\n", "Downloading opentelemetry_exporter_gcp_trace-1.9.0-py3-none-any.whl (13 kB)\n", "Downloading opentelemetry_resourcedetector_gcp-1.9.0a0-py3-none-any.whl (20 kB)\n", "Downloading orbax_checkpoint-0.11.24-py3-none-any.whl (529 kB)\n", "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m529.3/529.3 kB\u001b[0m \u001b[31m36.6 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", "\u001b[?25hDownloading osqp-1.0.4-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (345 kB)\n", "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m345.1/345.1 kB\u001b[0m \u001b[31m24.2 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", "\u001b[?25hDownloading panel-1.8.1-py3-none-any.whl (30.1 MB)\n", "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m30.1/30.1 MB\u001b[0m \u001b[31m24.4 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", "\u001b[?25hDownloading patsy-1.0.1-py2.py3-none-any.whl (232 kB)\n", "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m232.9/232.9 kB\u001b[0m \u001b[31m21.9 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", "\u001b[?25hDownloading pdfminer_six-20250506-py3-none-any.whl (5.6 MB)\n", "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m5.6/5.6 MB\u001b[0m \u001b[31m138.0 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", "\u001b[?25hDownloading pdfplumber-0.11.7-py3-none-any.whl (60 kB)\n", "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m60.0/60.0 kB\u001b[0m \u001b[31m6.2 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", "\u001b[?25hDownloading platformdirs-4.4.0-py3-none-any.whl (18 kB)\n", "Downloading playwright-1.55.0-py3-none-manylinux1_x86_64.whl (45.9 MB)\n", "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m45.9/45.9 MB\u001b[0m \u001b[31m21.4 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", "\u001b[?25hDownloading plum_dispatch-2.5.7-py3-none-any.whl (42 kB)\n", "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m42.6/42.6 kB\u001b[0m \u001b[31m4.0 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", "\u001b[?25hDownloading propcache-0.3.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (224 kB)\n", "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m224.4/224.4 kB\u001b[0m \u001b[31m16.6 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", "\u001b[?25hDownloading psygnal-0.14.2-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (889 kB)\n", "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m889.2/889.2 kB\u001b[0m \u001b[31m53.0 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", "\u001b[?25hDownloading pydantic-2.11.9-py3-none-any.whl (444 kB)\n", "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m444.9/444.9 kB\u001b[0m \u001b[31m40.9 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", "\u001b[?25hDownloading pyee-13.0.0-py3-none-any.whl (15 kB)\n", "Downloading pymc-5.25.1-py3-none-any.whl (535 kB)\n", "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m535.5/535.5 kB\u001b[0m \u001b[31m40.2 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", "\u001b[?25hDownloading pyomo-6.9.4-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (4.3 MB)\n", "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m4.3/4.3 MB\u001b[0m \u001b[31m14.7 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", "\u001b[?25hDownloading pypdfium2-4.30.0-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.8 MB)\n", "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m2.8/2.8 MB\u001b[0m \u001b[31m96.4 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", "\u001b[?25hDownloading pyshp-2.3.1-py2.py3-none-any.whl (46 kB)\n", "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m46.5/46.5 kB\u001b[0m \u001b[31m4.3 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", "\u001b[?25hDownloading pytensor-2.31.7-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.1 MB)\n", "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m2.1/2.1 MB\u001b[0m \u001b[31m91.3 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", "\u001b[?25hDownloading python_json_logger-3.3.0-py3-none-any.whl (15 kB)\n", "Downloading rapids_logger-0.1.1-py3-none-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (192 kB)\n", "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m193.0/193.0 kB\u001b[0m \u001b[31m18.4 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", "\u001b[?25hDownloading referencing-0.36.2-py3-none-any.whl (26 kB)\n", "Downloading ruff-0.13.2-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (13.4 MB)\n", "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m13.4/13.4 MB\u001b[0m \u001b[31m101.8 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", "\u001b[?25hDownloading scs-3.2.8-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (12.1 MB)\n", "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m12.1/12.1 MB\u001b[0m \u001b[31m112.3 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", "\u001b[?25hDownloading sentry_sdk-2.39.0-py2.py3-none-any.whl (370 kB)\n", "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m370.9/370.9 kB\u001b[0m \u001b[31m19.8 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", "\u001b[?25hDownloading setuptools-80.9.0-py3-none-any.whl (1.2 MB)\n", "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m1.2/1.2 MB\u001b[0m \u001b[31m61.2 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", "\u001b[?25hDownloading shap-0.48.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.0 MB)\n", "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m1.0/1.0 MB\u001b[0m \u001b[31m69.0 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", "\u001b[?25hDownloading smart_open-7.3.1-py3-none-any.whl (61 kB)\n", "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m61.7/61.7 kB\u001b[0m \u001b[31m6.7 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", "\u001b[?25hDownloading sqlalchemy-2.0.43-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.3 MB)\n", "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m3.3/3.3 MB\u001b[0m \u001b[31m120.8 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", "\u001b[?25hDownloading sqlalchemy_spanner-1.16.0-py3-none-any.whl (32 kB)\n", "Downloading stringzilla-4.0.15-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_28_x86_64.whl (502 kB)\n", "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m502.8/502.8 kB\u001b[0m \u001b[31m39.8 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", "\u001b[?25hDownloading tensorstore-0.1.77-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (19.5 MB)\n", "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m19.5/19.5 MB\u001b[0m \u001b[31m10.6 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", "\u001b[?25hDownloading tifffile-2025.9.30-py3-none-any.whl (230 kB)\n", "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m230.2/230.2 kB\u001b[0m \u001b[31m24.8 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", "\u001b[?25hDownloading tiktoken-0.11.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.2 MB)\n", "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m1.2/1.2 MB\u001b[0m \u001b[31m60.6 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", "\u001b[?25hDownloading tld-0.13.1-py2.py3-none-any.whl (274 kB)\n", "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m274.7/274.7 kB\u001b[0m \u001b[31m28.6 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", "\u001b[?25hDownloading tornado-6.4.2-cp38-abi3-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (437 kB)\n", "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m437.2/437.2 kB\u001b[0m \u001b[31m39.1 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", "\u001b[?25hDownloading trafilatura-2.0.0-py3-none-any.whl (132 kB)\n", "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m132.6/132.6 kB\u001b[0m \u001b[31m15.5 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", "\u001b[?25hDownloading transformers-4.56.2-py3-none-any.whl (11.6 MB)\n", "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m11.6/11.6 MB\u001b[0m \u001b[31m133.9 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", "\u001b[?25hDownloading typer-0.19.2-py3-none-any.whl (46 kB)\n", "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m46.7/46.7 kB\u001b[0m \u001b[31m4.2 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", "\u001b[?25hDownloading types_python_dateutil-2.9.0.20250822-py3-none-any.whl (17 kB)\n", "Downloading uvicorn-0.37.0-py3-none-any.whl (67 kB)\n", "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m68.0/68.0 kB\u001b[0m \u001b[31m7.5 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", "\u001b[?25hDownloading wandb-0.22.1-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (19.6 MB)\n", "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m19.6/19.6 MB\u001b[0m \u001b[31m105.4 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", "\u001b[?25hDownloading websocket_client-1.8.0-py3-none-any.whl (58 kB)\n", "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m58.8/58.8 kB\u001b[0m \u001b[31m5.9 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", "\u001b[?25hDownloading wrapt-1.17.3-cp312-cp312-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (88 kB)\n", "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m88.0/88.0 kB\u001b[0m \u001b[31m8.7 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", "\u001b[?25hDownloading xarray-2025.9.1-py3-none-any.whl (1.4 MB)\n", "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m1.4/1.4 MB\u001b[0m \u001b[31m66.6 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", "\u001b[?25hDownloading xgboost-3.0.5-py3-none-manylinux_2_28_x86_64.whl (94.9 MB)\n", "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m94.9/94.9 MB\u001b[0m \u001b[31m9.7 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", "\u001b[?25hDownloading xxhash-3.5.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (194 kB)\n", "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m194.4/194.4 kB\u001b[0m \u001b[31m19.9 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", "\u001b[?25hDownloading yarl-1.20.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (355 kB)\n", "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m355.6/355.6 kB\u001b[0m \u001b[31m32.0 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", "\u001b[?25hBuilding wheels for collected packages: psycopg2\n", " Building wheel for psycopg2 (setup.py) ... \u001b[?25l\u001b[?25hdone\n", " Created wheel for psycopg2: filename=psycopg2-2.9.10-cp312-cp312-linux_x86_64.whl size=533609 sha256=b84253cabdddb5634d2ba44e4b0ff3ab0f2a1a129c79d2bdc56ceeabefa0f74c\n", " Stored in directory: /root/.cache/pip/wheels/ac/bb/ce/afa589c50b6004d3a06fc691e71bd09c9bd5f01e5921e5329b\n", "Successfully built psycopg2\n", "Installing collected packages: jax-cuda12-pjrt, xxhash, wrapt, websocket-client, uvicorn, types-python-dateutil, tornado, tld, tifffile, stringzilla, SQLAlchemy, setuptools, ruff, rapids-logger, python-json-logger, pyshp, pypdfium2, pyomo, pyee, psygnal, psycopg2, propcache, platformdirs, patsy, numexpr, narwhals, multidict, msgpack, lxml_html_clean, jiter, jedi, jax-cuda12-plugin, isodate, iniconfig, immutabledict, idna, humanize, httpx-sse, h5py, googleapis-common-protos, frozenlist, filelock, ffmpy, fastcore, cloudpathlib, charset-normalizer, certifi, beartype, attrs, astropy-iers-data, yarl, xgboost, tensorstore, smart_open, sentry-sdk, scs, referencing, pydantic, playwright, osqp, jupyter_core, jaxlib, holidays, h5netcdf, google-cloud-audit-log, dateparser, courlan, branca, astropy, arrow, alembic, xarray, wandb, typer, tiktoken, shap, plum-dispatch, pdfminer.six, jusText, jax, htmldate, grpc-google-iam-v1, google-api-core, blosc2, azure-core, Authlib, aiohttp, trafilatura, pdfplumber, panel, orbax-checkpoint, langsmith, google-genai, google-api-python-client, fastapi, diffusers, azure-ai-inference, accelerate, transformers, pytensor, opentelemetry-resourcedetector-gcp, mcp, langchain-core, gradio, google-cloud-translate, google-cloud-trace, google-cloud-speech, google-cloud-secret-manager, google-cloud-resource-manager, google-cloud-monitoring, google-cloud-language, google-cloud-functions, google-cloud-dataproc, google-cloud-bigtable, google-cloud-bigquery-connection, google-cloud-appengine-logging, sqlalchemy-spanner, pymc, opentelemetry-exporter-gcp-trace, opentelemetry-exporter-gcp-monitoring, google-cloud-aiplatform, flax, opentelemetry-exporter-gcp-logging, google-adk, bigframes\n", " Attempting uninstall: jax-cuda12-pjrt\n", " Found existing installation: jax-cuda12-pjrt 0.7.2\n", " Uninstalling jax-cuda12-pjrt-0.7.2:\n", " Successfully uninstalled jax-cuda12-pjrt-0.7.2\n", " Attempting uninstall: xxhash\n", " Found existing installation: xxhash 3.6.0\n", " Uninstalling xxhash-3.6.0:\n", " Successfully uninstalled xxhash-3.6.0\n", " Attempting uninstall: wrapt\n", " Found existing installation: wrapt 2.0.0\n", " Uninstalling wrapt-2.0.0:\n", " Successfully uninstalled wrapt-2.0.0\n", " Attempting uninstall: websocket-client\n", " Found existing installation: websocket-client 1.9.0\n", " Uninstalling websocket-client-1.9.0:\n", " Successfully uninstalled websocket-client-1.9.0\n", " Attempting uninstall: uvicorn\n", " Found existing installation: uvicorn 0.38.0\n", " Uninstalling uvicorn-0.38.0:\n", " Successfully uninstalled uvicorn-0.38.0\n", " Attempting uninstall: tornado\n", " Found existing installation: tornado 6.5.1\n", " Uninstalling tornado-6.5.1:\n", " Successfully uninstalled tornado-6.5.1\n", " Attempting uninstall: tifffile\n", " Found existing installation: tifffile 2025.10.16\n", " Uninstalling tifffile-2025.10.16:\n", " Successfully uninstalled tifffile-2025.10.16\n", " Attempting uninstall: stringzilla\n", " Found existing installation: stringzilla 4.2.1\n", " Uninstalling stringzilla-4.2.1:\n", " Successfully uninstalled stringzilla-4.2.1\n", " Attempting uninstall: SQLAlchemy\n", " Found existing installation: SQLAlchemy 2.0.44\n", " Uninstalling SQLAlchemy-2.0.44:\n", " Successfully uninstalled SQLAlchemy-2.0.44\n", " Attempting uninstall: setuptools\n", " Found existing installation: setuptools 75.2.0\n", " Uninstalling setuptools-75.2.0:\n", " Successfully uninstalled setuptools-75.2.0\n", " Attempting uninstall: ruff\n", " Found existing installation: ruff 0.14.1\n", " Uninstalling ruff-0.14.1:\n", " Successfully uninstalled ruff-0.14.1\n", " Attempting uninstall: rapids-logger\n", " Found existing installation: rapids-logger 0.1.19\n", " Uninstalling rapids-logger-0.1.19:\n", " Successfully uninstalled rapids-logger-0.1.19\n", " Attempting uninstall: python-json-logger\n", " Found existing installation: python-json-logger 4.0.0\n", " Uninstalling python-json-logger-4.0.0:\n", " Successfully uninstalled python-json-logger-4.0.0\n", " Attempting uninstall: pyshp\n", " Found existing installation: pyshp 3.0.2.post1\n", " Uninstalling pyshp-3.0.2.post1:\n", " Successfully uninstalled pyshp-3.0.2.post1\n", " Attempting uninstall: pyomo\n", " Found existing installation: pyomo 6.9.5\n", " Uninstalling pyomo-6.9.5:\n", " Successfully uninstalled pyomo-6.9.5\n", " Attempting uninstall: psygnal\n", " Found existing installation: psygnal 0.15.0\n", " Uninstalling psygnal-0.15.0:\n", " Successfully uninstalled psygnal-0.15.0\n", " Attempting uninstall: psycopg2\n", " Found existing installation: psycopg2 2.9.11\n", " Uninstalling psycopg2-2.9.11:\n", " Successfully uninstalled psycopg2-2.9.11\n", " Attempting uninstall: propcache\n", " Found existing installation: propcache 0.4.1\n", " Uninstalling propcache-0.4.1:\n", " Successfully uninstalled propcache-0.4.1\n", " Attempting uninstall: platformdirs\n", " Found existing installation: platformdirs 4.5.0\n", " Uninstalling platformdirs-4.5.0:\n", " Successfully uninstalled platformdirs-4.5.0\n", " Attempting uninstall: patsy\n", " Found existing installation: patsy 1.0.2\n", " Uninstalling patsy-1.0.2:\n", " Successfully uninstalled patsy-1.0.2\n", " Attempting uninstall: numexpr\n", " Found existing installation: numexpr 2.14.1\n", " Uninstalling numexpr-2.14.1:\n", " Successfully uninstalled numexpr-2.14.1\n", " Attempting uninstall: narwhals\n", " Found existing installation: narwhals 2.9.0\n", " Uninstalling narwhals-2.9.0:\n", " Successfully uninstalled narwhals-2.9.0\n", " Attempting uninstall: multidict\n", " Found existing installation: multidict 6.7.0\n", " Uninstalling multidict-6.7.0:\n", " Successfully uninstalled multidict-6.7.0\n", " Attempting uninstall: msgpack\n", " Found existing installation: msgpack 1.1.2\n", " Uninstalling msgpack-1.1.2:\n", " Successfully uninstalled msgpack-1.1.2\n", " Attempting uninstall: jiter\n", " Found existing installation: jiter 0.11.1\n", " Uninstalling jiter-0.11.1:\n", " Successfully uninstalled jiter-0.11.1\n", " Attempting uninstall: jax-cuda12-plugin\n", " Found existing installation: jax-cuda12-plugin 0.7.2\n", " Uninstalling jax-cuda12-plugin-0.7.2:\n", " Successfully uninstalled jax-cuda12-plugin-0.7.2\n", " Attempting uninstall: iniconfig\n", " Found existing installation: iniconfig 2.3.0\n", " Uninstalling iniconfig-2.3.0:\n", " Successfully uninstalled iniconfig-2.3.0\n", " Attempting uninstall: immutabledict\n", " Found existing installation: immutabledict 4.2.2\n", " Uninstalling immutabledict-4.2.2:\n", " Successfully uninstalled immutabledict-4.2.2\n", " Attempting uninstall: idna\n", " Found existing installation: idna 3.11\n", " Uninstalling idna-3.11:\n", " Successfully uninstalled idna-3.11\n", " Attempting uninstall: humanize\n", " Found existing installation: humanize 4.14.0\n", " Uninstalling humanize-4.14.0:\n", " Successfully uninstalled humanize-4.14.0\n", " Attempting uninstall: httpx-sse\n", " Found existing installation: httpx-sse 0.4.3\n", " Uninstalling httpx-sse-0.4.3:\n", " Successfully uninstalled httpx-sse-0.4.3\n", " Attempting uninstall: h5py\n", " Found existing installation: h5py 3.15.1\n", " Uninstalling h5py-3.15.1:\n", " Successfully uninstalled h5py-3.15.1\n", " Attempting uninstall: googleapis-common-protos\n", " Found existing installation: googleapis-common-protos 1.71.0\n", " Uninstalling googleapis-common-protos-1.71.0:\n", " Successfully uninstalled googleapis-common-protos-1.71.0\n", " Attempting uninstall: frozenlist\n", " Found existing installation: frozenlist 1.8.0\n", " Uninstalling frozenlist-1.8.0:\n", " Successfully uninstalled frozenlist-1.8.0\n", " Attempting uninstall: filelock\n", " Found existing installation: filelock 3.20.0\n", " Uninstalling filelock-3.20.0:\n", " Successfully uninstalled filelock-3.20.0\n", " Attempting uninstall: ffmpy\n", " Found existing installation: ffmpy 0.6.3\n", " Uninstalling ffmpy-0.6.3:\n", " Successfully uninstalled ffmpy-0.6.3\n", " Attempting uninstall: fastcore\n", " Found existing installation: fastcore 1.8.13\n", " Uninstalling fastcore-1.8.13:\n", " Successfully uninstalled fastcore-1.8.13\n", " Attempting uninstall: cloudpathlib\n", " Found existing installation: cloudpathlib 0.23.0\n", " Uninstalling cloudpathlib-0.23.0:\n", " Successfully uninstalled cloudpathlib-0.23.0\n", " Attempting uninstall: charset-normalizer\n", " Found existing installation: charset-normalizer 3.4.4\n", " Uninstalling charset-normalizer-3.4.4:\n", " Successfully uninstalled charset-normalizer-3.4.4\n", " Attempting uninstall: certifi\n", " Found existing installation: certifi 2025.10.5\n", " Uninstalling certifi-2025.10.5:\n", " Successfully uninstalled certifi-2025.10.5\n", " Attempting uninstall: beartype\n", " Found existing installation: beartype 0.22.2\n", " Uninstalling beartype-0.22.2:\n", " Successfully uninstalled beartype-0.22.2\n", " Attempting uninstall: attrs\n", " Found existing installation: attrs 25.4.0\n", " Uninstalling attrs-25.4.0:\n", " Successfully uninstalled attrs-25.4.0\n", " Attempting uninstall: astropy-iers-data\n", " Found existing installation: astropy-iers-data 0.2025.10.20.0.39.8\n", " Uninstalling astropy-iers-data-0.2025.10.20.0.39.8:\n", " Successfully uninstalled astropy-iers-data-0.2025.10.20.0.39.8\n", " Attempting uninstall: yarl\n", " Found existing installation: yarl 1.22.0\n", " Uninstalling yarl-1.22.0:\n", " Successfully uninstalled yarl-1.22.0\n", " Attempting uninstall: xgboost\n", " Found existing installation: xgboost 3.1.0\n", " Uninstalling xgboost-3.1.0:\n", " Successfully uninstalled xgboost-3.1.0\n", " Attempting uninstall: tensorstore\n", " Found existing installation: tensorstore 0.1.78\n", " Uninstalling tensorstore-0.1.78:\n", " Successfully uninstalled tensorstore-0.1.78\n", " Attempting uninstall: smart_open\n", " Found existing installation: smart_open 7.4.0\n", " Uninstalling smart_open-7.4.0:\n", " Successfully uninstalled smart_open-7.4.0\n", " Attempting uninstall: sentry-sdk\n", " Found existing installation: sentry-sdk 2.42.1\n", " Uninstalling sentry-sdk-2.42.1:\n", " Successfully uninstalled sentry-sdk-2.42.1\n", " Attempting uninstall: scs\n", " Found existing installation: scs 3.2.9\n", " Uninstalling scs-3.2.9:\n", " Successfully uninstalled scs-3.2.9\n", " Attempting uninstall: referencing\n", " Found existing installation: referencing 0.37.0\n", " Uninstalling referencing-0.37.0:\n", " Successfully uninstalled referencing-0.37.0\n", " Attempting uninstall: pydantic\n", " Found existing installation: pydantic 2.11.10\n", " Uninstalling pydantic-2.11.10:\n", " Successfully uninstalled pydantic-2.11.10\n", " Attempting uninstall: osqp\n", " Found existing installation: osqp 1.0.5\n", " Uninstalling osqp-1.0.5:\n", " Successfully uninstalled osqp-1.0.5\n", " Attempting uninstall: jupyter_core\n", " Found existing installation: jupyter_core 5.9.1\n", " Uninstalling jupyter_core-5.9.1:\n", " Successfully uninstalled jupyter_core-5.9.1\n", " Attempting uninstall: jaxlib\n", " Found existing installation: jaxlib 0.7.2\n", " Uninstalling jaxlib-0.7.2:\n", " Successfully uninstalled jaxlib-0.7.2\n", " Attempting uninstall: holidays\n", " Found existing installation: holidays 0.82\n", " Uninstalling holidays-0.82:\n", " Successfully uninstalled holidays-0.82\n", " Attempting uninstall: h5netcdf\n", " Found existing installation: h5netcdf 1.7.2\n", " Uninstalling h5netcdf-1.7.2:\n", " Successfully uninstalled h5netcdf-1.7.2\n", " Attempting uninstall: google-cloud-audit-log\n", " Found existing installation: google-cloud-audit-log 0.4.0\n", " Uninstalling google-cloud-audit-log-0.4.0:\n", " Successfully uninstalled google-cloud-audit-log-0.4.0\n", " Attempting uninstall: branca\n", " Found existing installation: branca 0.8.2\n", " Uninstalling branca-0.8.2:\n", " Successfully uninstalled branca-0.8.2\n", " Attempting uninstall: astropy\n", " Found existing installation: astropy 7.1.1\n", " Uninstalling astropy-7.1.1:\n", " Successfully uninstalled astropy-7.1.1\n", " Attempting uninstall: arrow\n", " Found existing installation: arrow 1.4.0\n", " Uninstalling arrow-1.4.0:\n", " Successfully uninstalled arrow-1.4.0\n", " Attempting uninstall: alembic\n", " Found existing installation: alembic 1.17.0\n", " Uninstalling alembic-1.17.0:\n", " Successfully uninstalled alembic-1.17.0\n", " Attempting uninstall: xarray\n", " Found existing installation: xarray 2025.10.1\n", " Uninstalling xarray-2025.10.1:\n", " Successfully uninstalled xarray-2025.10.1\n", " Attempting uninstall: wandb\n", " Found existing installation: wandb 0.22.2\n", " Uninstalling wandb-0.22.2:\n", " Successfully uninstalled wandb-0.22.2\n", " Attempting uninstall: typer\n", " Found existing installation: typer 0.20.0\n", " Uninstalling typer-0.20.0:\n", " Successfully uninstalled typer-0.20.0\n", " Attempting uninstall: tiktoken\n", " Found existing installation: tiktoken 0.12.0\n", " Uninstalling tiktoken-0.12.0:\n", " Successfully uninstalled tiktoken-0.12.0\n", " Attempting uninstall: shap\n", " Found existing installation: shap 0.49.1\n", " Uninstalling shap-0.49.1:\n", " Successfully uninstalled shap-0.49.1\n", " Attempting uninstall: plum-dispatch\n", " Found existing installation: plum-dispatch 2.5.8\n", " Uninstalling plum-dispatch-2.5.8:\n", " Successfully uninstalled plum-dispatch-2.5.8\n", " Attempting uninstall: jax\n", " Found existing installation: jax 0.7.2\n", " Uninstalling jax-0.7.2:\n", " Successfully uninstalled jax-0.7.2\n", " Attempting uninstall: grpc-google-iam-v1\n", " Found existing installation: grpc-google-iam-v1 0.14.3\n", " Uninstalling grpc-google-iam-v1-0.14.3:\n", " Successfully uninstalled grpc-google-iam-v1-0.14.3\n", " Attempting uninstall: google-api-core\n", " Found existing installation: google-api-core 2.26.0\n", " Uninstalling google-api-core-2.26.0:\n", " Successfully uninstalled google-api-core-2.26.0\n", " Attempting uninstall: blosc2\n", " Found existing installation: blosc2 3.10.2\n", " Uninstalling blosc2-3.10.2:\n", " Successfully uninstalled blosc2-3.10.2\n", " Attempting uninstall: Authlib\n", " Found existing installation: Authlib 1.6.5\n", " Uninstalling Authlib-1.6.5:\n", " Successfully uninstalled Authlib-1.6.5\n", " Attempting uninstall: aiohttp\n", " Found existing installation: aiohttp 3.13.1\n", " Uninstalling aiohttp-3.13.1:\n", " Successfully uninstalled aiohttp-3.13.1\n", " Attempting uninstall: panel\n", " Found existing installation: panel 1.8.2\n", " Uninstalling panel-1.8.2:\n", " Successfully uninstalled panel-1.8.2\n", " Attempting uninstall: orbax-checkpoint\n", " Found existing installation: orbax-checkpoint 0.11.25\n", " Uninstalling orbax-checkpoint-0.11.25:\n", " Successfully uninstalled orbax-checkpoint-0.11.25\n", " Attempting uninstall: langsmith\n", " Found existing installation: langsmith 0.4.37\n", " Uninstalling langsmith-0.4.37:\n", " Successfully uninstalled langsmith-0.4.37\n", " Attempting uninstall: google-genai\n", " Found existing installation: google-genai 1.45.0\n", " Uninstalling google-genai-1.45.0:\n", " Successfully uninstalled google-genai-1.45.0\n", " Attempting uninstall: google-api-python-client\n", " Found existing installation: google-api-python-client 2.185.0\n", " Uninstalling google-api-python-client-2.185.0:\n", " Successfully uninstalled google-api-python-client-2.185.0\n", " Attempting uninstall: fastapi\n", " Found existing installation: fastapi 0.119.1\n", " Uninstalling fastapi-0.119.1:\n", " Successfully uninstalled fastapi-0.119.1\n", " Attempting uninstall: diffusers\n", " Found existing installation: diffusers 0.35.2\n", " Uninstalling diffusers-0.35.2:\n", " Successfully uninstalled diffusers-0.35.2\n", " Attempting uninstall: accelerate\n", " Found existing installation: accelerate 1.11.0\n", " Uninstalling accelerate-1.11.0:\n", " Successfully uninstalled accelerate-1.11.0\n", " Attempting uninstall: transformers\n", " Found existing installation: transformers 4.57.1\n", " Uninstalling transformers-4.57.1:\n", " Successfully uninstalled transformers-4.57.1\n", " Attempting uninstall: pytensor\n", " Found existing installation: pytensor 2.35.1\n", " Uninstalling pytensor-2.35.1:\n", " Successfully uninstalled pytensor-2.35.1\n", " Attempting uninstall: opentelemetry-resourcedetector-gcp\n", " Found existing installation: opentelemetry-resourcedetector-gcp 1.10.0a0\n", " Uninstalling opentelemetry-resourcedetector-gcp-1.10.0a0:\n", " Successfully uninstalled opentelemetry-resourcedetector-gcp-1.10.0a0\n", " Attempting uninstall: mcp\n", " Found existing installation: mcp 1.18.0\n", " Uninstalling mcp-1.18.0:\n", " Successfully uninstalled mcp-1.18.0\n", " Attempting uninstall: langchain-core\n", " Found existing installation: langchain-core 0.3.79\n", " Uninstalling langchain-core-0.3.79:\n", " Successfully uninstalled langchain-core-0.3.79\n", " Attempting uninstall: gradio\n", " Found existing installation: gradio 5.49.1\n", " Uninstalling gradio-5.49.1:\n", " Successfully uninstalled gradio-5.49.1\n", " Attempting uninstall: google-cloud-translate\n", " Found existing installation: google-cloud-translate 3.22.0\n", " Uninstalling google-cloud-translate-3.22.0:\n", " Successfully uninstalled google-cloud-translate-3.22.0\n", " Attempting uninstall: google-cloud-trace\n", " Found existing installation: google-cloud-trace 1.17.0\n", " Uninstalling google-cloud-trace-1.17.0:\n", " Successfully uninstalled google-cloud-trace-1.17.0\n", " Attempting uninstall: google-cloud-speech\n", " Found existing installation: google-cloud-speech 2.34.0\n", " Uninstalling google-cloud-speech-2.34.0:\n", " Successfully uninstalled google-cloud-speech-2.34.0\n", " Attempting uninstall: google-cloud-secret-manager\n", " Found existing installation: google-cloud-secret-manager 2.25.0\n", " Uninstalling google-cloud-secret-manager-2.25.0:\n", " Successfully uninstalled google-cloud-secret-manager-2.25.0\n", " Attempting uninstall: google-cloud-resource-manager\n", " Found existing installation: google-cloud-resource-manager 1.15.0\n", " Uninstalling google-cloud-resource-manager-1.15.0:\n", " Successfully uninstalled google-cloud-resource-manager-1.15.0\n", " Attempting uninstall: google-cloud-monitoring\n", " Found existing installation: google-cloud-monitoring 2.28.0\n", " Uninstalling google-cloud-monitoring-2.28.0:\n", " Successfully uninstalled google-cloud-monitoring-2.28.0\n", " Attempting uninstall: google-cloud-language\n", " Found existing installation: google-cloud-language 2.18.0\n", " Uninstalling google-cloud-language-2.18.0:\n", " Successfully uninstalled google-cloud-language-2.18.0\n", " Attempting uninstall: google-cloud-functions\n", " Found existing installation: google-cloud-functions 1.21.0\n", " Uninstalling google-cloud-functions-1.21.0:\n", " Successfully uninstalled google-cloud-functions-1.21.0\n", " Attempting uninstall: google-cloud-dataproc\n", " Found existing installation: google-cloud-dataproc 5.23.0\n", " Uninstalling google-cloud-dataproc-5.23.0:\n", " Successfully uninstalled google-cloud-dataproc-5.23.0\n", " Attempting uninstall: google-cloud-bigtable\n", " Found existing installation: google-cloud-bigtable 2.33.0\n", " Uninstalling google-cloud-bigtable-2.33.0:\n", " Successfully uninstalled google-cloud-bigtable-2.33.0\n", " Attempting uninstall: google-cloud-bigquery-connection\n", " Found existing installation: google-cloud-bigquery-connection 1.19.0\n", " Uninstalling google-cloud-bigquery-connection-1.19.0:\n", " Successfully uninstalled google-cloud-bigquery-connection-1.19.0\n", " Attempting uninstall: google-cloud-appengine-logging\n", " Found existing installation: google-cloud-appengine-logging 1.7.0\n", " Uninstalling google-cloud-appengine-logging-1.7.0:\n", " Successfully uninstalled google-cloud-appengine-logging-1.7.0\n", " Attempting uninstall: sqlalchemy-spanner\n", " Found existing installation: sqlalchemy-spanner 1.17.0\n", " Uninstalling sqlalchemy-spanner-1.17.0:\n", " Successfully uninstalled sqlalchemy-spanner-1.17.0\n", " Attempting uninstall: pymc\n", " Found existing installation: pymc 5.26.1\n", " Uninstalling pymc-5.26.1:\n", " Successfully uninstalled pymc-5.26.1\n", " Attempting uninstall: opentelemetry-exporter-gcp-trace\n", " Found existing installation: opentelemetry-exporter-gcp-trace 1.10.0\n", " Uninstalling opentelemetry-exporter-gcp-trace-1.10.0:\n", " Successfully uninstalled opentelemetry-exporter-gcp-trace-1.10.0\n", " Attempting uninstall: opentelemetry-exporter-gcp-monitoring\n", " Found existing installation: opentelemetry-exporter-gcp-monitoring 1.10.0a0\n", " Uninstalling opentelemetry-exporter-gcp-monitoring-1.10.0a0:\n", " Successfully uninstalled opentelemetry-exporter-gcp-monitoring-1.10.0a0\n", " Attempting uninstall: google-cloud-aiplatform\n", " Found existing installation: google-cloud-aiplatform 1.121.0\n", " Uninstalling google-cloud-aiplatform-1.121.0:\n", " Successfully uninstalled google-cloud-aiplatform-1.121.0\n", " Attempting uninstall: flax\n", " Found existing installation: flax 0.10.7\n", " Uninstalling flax-0.10.7:\n", " Successfully uninstalled flax-0.10.7\n", " Attempting uninstall: opentelemetry-exporter-gcp-logging\n", " Found existing installation: opentelemetry-exporter-gcp-logging 1.10.0a0\n", " Uninstalling opentelemetry-exporter-gcp-logging-1.10.0a0:\n", " Successfully uninstalled opentelemetry-exporter-gcp-logging-1.10.0a0\n", " Attempting uninstall: google-adk\n", " Found existing installation: google-adk 1.16.0\n", " Uninstalling google-adk-1.16.0:\n", " Successfully uninstalled google-adk-1.16.0\n", " Attempting uninstall: bigframes\n", " Found existing installation: bigframes 2.26.0\n", " Uninstalling bigframes-2.26.0:\n", " Successfully uninstalled bigframes-2.26.0\n", "\u001b[31mERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.\n", "google-colab 1.0.0 requires tornado==6.5.1, but you have tornado 6.4.2 which is incompatible.\u001b[0m\u001b[31m\n", "\u001b[0mSuccessfully installed Authlib-1.6.4 SQLAlchemy-2.0.43 accelerate-1.10.1 aiohttp-3.12.15 alembic-1.16.5 arrow-1.3.0 astropy-7.1.0 astropy-iers-data-0.2025.9.29.0.35.48 attrs-25.3.0 azure-ai-inference-1.0.0b9 azure-core-1.35.1 beartype-0.21.0 bigframes-2.23.0 blosc2-3.9.1 branca-0.8.1 certifi-2025.8.3 charset-normalizer-3.4.3 cloudpathlib-0.22.0 courlan-1.3.2 dateparser-1.2.2 diffusers-0.35.1 fastapi-0.118.0 fastcore-1.8.12 ffmpy-0.6.1 filelock-3.19.1 flax-0.10.6 frozenlist-1.7.0 google-adk-1.15.1 google-api-core-2.25.1 google-api-python-client-2.183.0 google-cloud-aiplatform-1.118.0 google-cloud-appengine-logging-1.6.2 google-cloud-audit-log-0.3.2 google-cloud-bigquery-connection-1.18.3 google-cloud-bigtable-2.32.0 google-cloud-dataproc-5.22.0 google-cloud-functions-1.20.4 google-cloud-language-2.17.2 google-cloud-monitoring-2.27.2 google-cloud-resource-manager-1.14.2 google-cloud-secret-manager-2.24.0 google-cloud-speech-2.33.0 google-cloud-trace-1.16.2 google-cloud-translate-3.21.1 google-genai-1.39.1 googleapis-common-protos-1.70.0 gradio-5.47.2 grpc-google-iam-v1-0.14.2 h5netcdf-1.6.4 h5py-3.14.0 holidays-0.81 htmldate-1.9.3 httpx-sse-0.4.1 humanize-4.13.0 idna-3.10 immutabledict-4.2.1 iniconfig-2.1.0 isodate-0.7.2 jax-0.5.3 jax-cuda12-pjrt-0.5.3 jax-cuda12-plugin-0.5.3 jaxlib-0.5.3 jedi-0.19.2 jiter-0.11.0 jupyter_core-5.8.1 jusText-3.0.2 langchain-core-0.3.77 langsmith-0.4.31 lxml_html_clean-0.4.3 mcp-1.15.0 msgpack-1.1.1 multidict-6.6.4 narwhals-2.6.0 numexpr-2.13.1 opentelemetry-exporter-gcp-logging-1.9.0a0 opentelemetry-exporter-gcp-monitoring-1.9.0a0 opentelemetry-exporter-gcp-trace-1.9.0 opentelemetry-resourcedetector-gcp-1.9.0a0 orbax-checkpoint-0.11.24 osqp-1.0.4 panel-1.8.1 patsy-1.0.1 pdfminer.six-20250506 pdfplumber-0.11.7 platformdirs-4.4.0 playwright-1.55.0 plum-dispatch-2.5.7 propcache-0.3.2 psycopg2-2.9.10 psygnal-0.14.2 pydantic-2.11.9 pyee-13.0.0 pymc-5.25.1 pyomo-6.9.4 pypdfium2-4.30.0 pyshp-2.3.1 pytensor-2.31.7 python-json-logger-3.3.0 rapids-logger-0.1.1 referencing-0.36.2 ruff-0.13.2 scs-3.2.8 sentry-sdk-2.39.0 setuptools-80.9.0 shap-0.48.0 smart_open-7.3.1 sqlalchemy-spanner-1.16.0 stringzilla-4.0.15 tensorstore-0.1.77 tifffile-2025.9.30 tiktoken-0.11.0 tld-0.13.1 tornado-6.4.2 trafilatura-2.0.0 transformers-4.56.2 typer-0.19.2 types-python-dateutil-2.9.0.20250822 uvicorn-0.37.0 wandb-0.22.1 websocket-client-1.8.0 wrapt-1.17.3 xarray-2025.9.1 xgboost-3.0.5 xxhash-3.5.0 yarl-1.20.1\n" ] }, { "output_type": "display_data", "data": { "application/vnd.colab-display-data+json": { "pip_warning": { "packages": [ "_distutils_hack", "certifi", "google", "jupyter_core", "platformdirs", "tornado" ] }, "id": "b69ce97790984106a83efb8b43eed05b" } }, "metadata": {} } ], "source": [ "!pip install -r requirements.txt --upgrade" ] }, { "cell_type": "code", "execution_count": 4, "id": "BZQ4J8xqdalK", "metadata": { "id": "BZQ4J8xqdalK" }, "outputs": [], "source": [ "import os\n", "from dotenv import load_dotenv\n", "from azure.ai.inference import ChatCompletionsClient\n", "from azure.core.credentials import AzureKeyCredential\n", "from azure.ai.inference.models import SystemMessage, UserMessage" ] }, { "cell_type": "code", "execution_count": 5, "id": "jgisP0TTbAT5", "metadata": { "id": "jgisP0TTbAT5" }, "outputs": [], "source": [ "load_dotenv(\".env\") # load biến môi trường từ file .env\n", "endpoint = \"https://models.github.ai/inference\"\n", "model = \"openai/gpt-4o-mini\"\n", "token = os.environ[\"GITHUB_TOKEN\"]\n", "\n", "client = ChatCompletionsClient(\n", " endpoint=endpoint,\n", " credential=AzureKeyCredential(token),\n", ")" ] }, { "cell_type": "markdown", "id": "0f031bce", "metadata": { "id": "0f031bce" }, "source": [ "## **I. Input & Preprocessing**" ] }, { "cell_type": "markdown", "id": "c45527e8", "metadata": { "id": "c45527e8" }, "source": [ "- Input: Một đoạn văn bản ngắn tiếng Việt.\n", "- Output: Đoạn văn bản tiếng Việt đã được tiền xử lý đưa về tiếng Việt chuẩn phổ thông." ] }, { "cell_type": "code", "execution_count": 6, "id": "4437641d", "metadata": { "colab": { "base_uri": "https://localhost:8080/" }, "id": "4437641d", "outputId": "0021a49d-4e24-49b9-e344-5d1caea02d64" }, "outputs": [ { "output_type": "stream", "name": "stdout", "text": [ "Trời ơi, hôm nay nóng quá đi! \n", "Tôi tin rằng biến đổi khí hậu đang làm thời tiết cực đoan hơn. \n", "Bạn khỏe không? \n", "Nhiệt độ toàn cầu đã tăng 1.1°C trong 100 năm qua.\n" ] } ], "source": [ "import os\n", "from azure.ai.inference import ChatCompletionsClient\n", "from azure.ai.inference.models import SystemMessage, UserMessage\n", "from azure.core.credentials import AzureKeyCredential\n", "from dotenv import load_dotenv\n", "\n", "load_dotenv(\".env\") # load biến môi trường từ file .env\n", "\n", "SYSTEM_PROMPT = \"Ghi lại những gì người dùng nhập vào nhưng đúng chính tả và ngữ pháp. Đối với các từ viết tắt hãy ghi ra đầy đủ. Những từ lóng, teencode, từ tiếng Việt nhưng viết không dấu, ... hãy chuyển về ngôn ngữ phổ thông.\"\n", "\n", "INPUT_TEXT = \"\"\"Troi oi, hom nay nong qua di\n", "Tôi tin rằng biến đổi khí hậu đang làm thời tiết cực đoan hơn.\n", "Bn khỏe hông\n", "Nhiệt độ toàn cầu đã tăng 1.1°C trong 100 năm qua\"\"\"\n", "\n", "PROCESSED_TEXT = \"\"\n", "\n", "endpoint = \"https://models.github.ai/inference\"\n", "model = \"openai/gpt-4o-mini\"\n", "token = os.environ[\"GITHUB_TOKEN\"]\n", "\n", "client = ChatCompletionsClient(\n", " endpoint=endpoint,\n", " credential=AzureKeyCredential(token),\n", ")\n", "\n", "response = client.complete(\n", " messages=[\n", " SystemMessage(SYSTEM_PROMPT),\n", " UserMessage(INPUT_TEXT),\n", " ],\n", " model=model\n", ")\n", "\n", "PROCESSED_TEXT=response.choices[0].message.content\n", "\n", "print(PROCESSED_TEXT)" ] }, { "cell_type": "markdown", "id": "ec115d59", "metadata": { "id": "ec115d59" }, "source": [ "- [Hướng dẫn sử dụng API của Github hỗ trợ](https://www.youtube.com/watch?v=YP8mV_2RDLc)\n", "- [Github Models Usage Guide](https://docs.github.com/en/github-models/use-github-models/prototyping-with-ai-models#rate-limits)" ] }, { "cell_type": "markdown", "id": "hOLiVBpZgKIy", "metadata": { "id": "hOLiVBpZgKIy" }, "source": [ "## **II. Claim Detection**" ] }, { "cell_type": "markdown", "id": "HFuuhRFWgTB2", "metadata": { "id": "HFuuhRFWgTB2" }, "source": [ "- Input: Đoạn văn bản tiếng Việt đã được tiền xử lý đưa về tiếng Việt chuẩn phổ thông.\n", "- Output: Đoạn văn bản chứa các claim (khẳng định, luận điểm, sự thật có thể kiểm chứng) đã lược bỏ phần dư thừa và không cần thiết." ] }, { "cell_type": "code", "execution_count": 7, "id": "0jkUpzEPhFLT", "metadata": { "colab": { "base_uri": "https://localhost:8080/" }, "id": "0jkUpzEPhFLT", "outputId": "9e921fc7-f908-4e4e-d2d8-ed821cfd3fc6" }, "outputs": [ { "output_type": "stream", "name": "stdout", "text": [ "Biến đổi khí hậu đang làm thời tiết cực đoan hơn. \n", "Nhiệt độ toàn cầu đã tăng 1.1°C trong 100 năm qua.\n" ] } ], "source": [ "import os\n", "from azure.ai.inference import ChatCompletionsClient\n", "from azure.ai.inference.models import SystemMessage, UserMessage\n", "from azure.core.credentials import AzureKeyCredential\n", "\n", "SYSTEM_PROMPT = \"\"\"\n", "Bạn là mô-đun Claim Detection.\n", "\n", "Nhiệm vụ:\n", "- Giữ lại và trả về những câu có chứa claim: phát biểu khẳng định, luận điểm hoặc sự thật có thể kiểm chứng đúng/sai.\n", "- Bỏ đi các câu cảm thán, chào hỏi, xã giao hoặc câu không chứa claim.\n", "\n", "Yêu cầu chi tiết:\n", "- Một claim phải là một mệnh đề có thông tin khách quan, có thể kiểm chứng được (fact hoặc assertion).\n", "- Nếu câu có chứa từ ngữ như \"tôi tin rằng\", \"theo tôi nghĩ\", \"có lẽ\", hãy bỏ phần mở đầu đó và chỉ giữ lại nội dung khẳng định chính.\n", "- Kết quả cần giữ nguyên ngữ pháp, chính tả, tiếng Việt chuẩn.\"\"\"\n", "\n", "CLAIM_TEXT = \"\"\n", "\n", "endpoint = \"https://models.github.ai/inference\"\n", "model = \"openai/gpt-4o-mini\"\n", "token = os.environ[\"GITHUB_TOKEN\"]\n", "\n", "client = ChatCompletionsClient(\n", " endpoint=endpoint,\n", " credential=AzureKeyCredential(token),\n", ")\n", "\n", "response = client.complete(\n", " messages=[\n", " SystemMessage(SYSTEM_PROMPT),\n", " UserMessage(PROCESSED_TEXT),\n", " ],\n", " model=model\n", ")\n", "\n", "CLAIM_TEXT = response.choices[0].message.content\n", "\n", "print(CLAIM_TEXT)" ] }, { "cell_type": "markdown", "source": [ "## **I + II**" ], "metadata": { "id": "gTxbLVNWfGcc" }, "id": "gTxbLVNWfGcc" }, { "cell_type": "code", "source": [ "import os\n", "from azure.ai.inference import ChatCompletionsClient\n", "from azure.ai.inference.models import SystemMessage, UserMessage\n", "from azure.core.credentials import AzureKeyCredential\n", "from dotenv import load_dotenv\n", "\n", "def processing_by_llm(INPUT_TEXT, SYSTEM_PROMPT):\n", " endpoint = \"https://models.github.ai/inference\"\n", " model = \"openai/gpt-4o-mini\"\n", " token = os.environ[\"GITHUB_TOKEN\"]\n", "\n", " client = ChatCompletionsClient(\n", " endpoint=endpoint,\n", " credential=AzureKeyCredential(token),\n", " )\n", "\n", " response = client.complete(\n", " messages=[\n", " SystemMessage(SYSTEM_PROMPT),\n", " UserMessage(INPUT_TEXT),\n", " ],\n", " model=model\n", " )\n", "\n", " PROCESSED_TEXT=response.choices[0].message.content\n", "\n", " return PROCESSED_TEXT" ], "metadata": { "id": "oHOB97XifRFg" }, "id": "oHOB97XifRFg", "execution_count": 39, "outputs": [] }, { "cell_type": "markdown", "id": "0f1cf172", "metadata": { "id": "0f1cf172" }, "source": [ "## **III. Document Retrieval**" ] }, { "cell_type": "markdown", "id": "6327787c", "metadata": { "id": "6327787c" }, "source": [ "- Input: Danh sách các claim (chuỗi văn bản tiếng Việt ngắn) được tạo ra từ Module 2 (sau khi đã tiền xử lý và tách các khẳng định có thể kiểm chứng).\n", "- Output: Tập hợp kết quả truy xuất tài liệu cho từng claim bao gồm tiêu đề, đường dẫn, và đoạn mô tả ngắn (snippet) của các bài viết từ Google Search." ] }, { "cell_type": "code", "execution_count": 8, "id": "chEmUUxHSFj_", "metadata": { "colab": { "base_uri": "https://localhost:8080/" }, "id": "chEmUUxHSFj_", "outputId": "d496d9b3-1b8a-4248-e21e-3a3ce5ecdb84" }, "outputs": [ { "output_type": "stream", "name": "stdout", "text": [ "Collecting tldextract\n", " Downloading tldextract-5.3.0-py3-none-any.whl.metadata (11 kB)\n", "Requirement already satisfied: idna in /usr/local/lib/python3.12/dist-packages (from tldextract) (3.10)\n", "Requirement already satisfied: requests>=2.1.0 in /usr/local/lib/python3.12/dist-packages (from tldextract) (2.32.4)\n", "Collecting requests-file>=1.4 (from tldextract)\n", " Downloading requests_file-3.0.1-py2.py3-none-any.whl.metadata (1.7 kB)\n", "Requirement already satisfied: filelock>=3.0.8 in /usr/local/lib/python3.12/dist-packages (from tldextract) (3.19.1)\n", "Requirement already satisfied: charset_normalizer<4,>=2 in /usr/local/lib/python3.12/dist-packages (from requests>=2.1.0->tldextract) (3.4.3)\n", "Requirement already satisfied: urllib3<3,>=1.21.1 in /usr/local/lib/python3.12/dist-packages (from requests>=2.1.0->tldextract) (2.5.0)\n", "Requirement already satisfied: certifi>=2017.4.17 in /usr/local/lib/python3.12/dist-packages (from requests>=2.1.0->tldextract) (2025.8.3)\n", "Downloading tldextract-5.3.0-py3-none-any.whl (107 kB)\n", "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m107.4/107.4 kB\u001b[0m \u001b[31m3.1 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", "\u001b[?25hDownloading requests_file-3.0.1-py2.py3-none-any.whl (4.5 kB)\n", "Installing collected packages: requests-file, tldextract\n", "Successfully installed requests-file-3.0.1 tldextract-5.3.0\n", "Collecting ddgs\n", " Downloading ddgs-9.6.1-py3-none-any.whl.metadata (18 kB)\n", "Requirement already satisfied: click>=8.1.8 in /usr/local/lib/python3.12/dist-packages (from ddgs) (8.3.0)\n", "Collecting primp>=0.15.0 (from ddgs)\n", " Downloading primp-0.15.0-cp38-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (13 kB)\n", "Collecting lxml>=6.0.0 (from ddgs)\n", " Downloading lxml-6.0.2-cp312-cp312-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl.metadata (3.6 kB)\n", "Requirement already satisfied: httpx>=0.28.1 in /usr/local/lib/python3.12/dist-packages (from httpx[brotli,http2,socks]>=0.28.1->ddgs) (0.28.1)\n", "Requirement already satisfied: anyio in /usr/local/lib/python3.12/dist-packages (from httpx>=0.28.1->httpx[brotli,http2,socks]>=0.28.1->ddgs) (4.11.0)\n", "Requirement already satisfied: certifi in /usr/local/lib/python3.12/dist-packages (from httpx>=0.28.1->httpx[brotli,http2,socks]>=0.28.1->ddgs) (2025.8.3)\n", "Requirement already satisfied: httpcore==1.* in /usr/local/lib/python3.12/dist-packages (from httpx>=0.28.1->httpx[brotli,http2,socks]>=0.28.1->ddgs) (1.0.9)\n", "Requirement already satisfied: idna in /usr/local/lib/python3.12/dist-packages (from httpx>=0.28.1->httpx[brotli,http2,socks]>=0.28.1->ddgs) (3.10)\n", "Requirement already satisfied: h11>=0.16 in /usr/local/lib/python3.12/dist-packages (from httpcore==1.*->httpx>=0.28.1->httpx[brotli,http2,socks]>=0.28.1->ddgs) (0.16.0)\n", "Requirement already satisfied: brotli in /usr/local/lib/python3.12/dist-packages (from httpx[brotli,http2,socks]>=0.28.1->ddgs) (1.1.0)\n", "Requirement already satisfied: h2<5,>=3 in /usr/local/lib/python3.12/dist-packages (from httpx[brotli,http2,socks]>=0.28.1->ddgs) (4.3.0)\n", "Collecting socksio==1.* (from httpx[brotli,http2,socks]>=0.28.1->ddgs)\n", " Downloading socksio-1.0.0-py3-none-any.whl.metadata (6.1 kB)\n", "Requirement already satisfied: hyperframe<7,>=6.1 in /usr/local/lib/python3.12/dist-packages (from h2<5,>=3->httpx[brotli,http2,socks]>=0.28.1->ddgs) (6.1.0)\n", "Requirement already satisfied: hpack<5,>=4.1 in /usr/local/lib/python3.12/dist-packages (from h2<5,>=3->httpx[brotli,http2,socks]>=0.28.1->ddgs) (4.1.0)\n", "Requirement already satisfied: sniffio>=1.1 in /usr/local/lib/python3.12/dist-packages (from anyio->httpx>=0.28.1->httpx[brotli,http2,socks]>=0.28.1->ddgs) (1.3.1)\n", "Requirement already satisfied: typing_extensions>=4.5 in /usr/local/lib/python3.12/dist-packages (from anyio->httpx>=0.28.1->httpx[brotli,http2,socks]>=0.28.1->ddgs) (4.15.0)\n", "Downloading ddgs-9.6.1-py3-none-any.whl (41 kB)\n", "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m41.6/41.6 kB\u001b[0m \u001b[31m2.6 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", "\u001b[?25hDownloading socksio-1.0.0-py3-none-any.whl (12 kB)\n", "Downloading lxml-6.0.2-cp312-cp312-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl (5.3 MB)\n", "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m5.3/5.3 MB\u001b[0m \u001b[31m48.1 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", "\u001b[?25hDownloading primp-0.15.0-cp38-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.3 MB)\n", "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m3.3/3.3 MB\u001b[0m \u001b[31m79.2 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", "\u001b[?25hInstalling collected packages: socksio, primp, lxml, ddgs\n", " Attempting uninstall: lxml\n", " Found existing installation: lxml 5.4.0\n", " Uninstalling lxml-5.4.0:\n", " Successfully uninstalled lxml-5.4.0\n", "\u001b[31mERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.\n", "htmldate 1.9.3 requires lxml<6,>=5.3.0; platform_system != \"Darwin\" or python_version > \"3.8\", but you have lxml 6.0.2 which is incompatible.\u001b[0m\u001b[31m\n", "\u001b[0mSuccessfully installed ddgs-9.6.1 lxml-6.0.2 primp-0.15.0 socksio-1.0.0\n" ] } ], "source": [ "!pip install tldextract\n", "!pip install ddgs" ] }, { "cell_type": "code", "execution_count": 9, "id": "18c52c1a", "metadata": { "colab": { "base_uri": "https://localhost:8080/", "height": 557, "referenced_widgets": [ "e61d698da4764b7d9cd7342909261908", "7ecb1d139c6c4928bfd8e84def479717", "523ae214ea6a436c923e0b6727c3148f", "852f7d320a1a4f20b643ba2c52081c3c", "843aaf6996f647ee9c2b3cc075c44708", "0758ac787e78437696c11daffefa5fa0", "c262950601c645cfa9d67a1567a1199d", "c7eb3756b9194d69bbd410bf4ddae74c", "17edd653514a432a9107cb59e2e15493", "8c9c7d7a9c764bbfbec862f87cc779b2", "225f8dc42c6d471c9cefed8cc5441f71", "c114e1e303e8401e82af90044de34a9b", "22a3f60199b8432b8efa735a85fa5a26", "2ad25a50f8f04616b0d94a533213cf21", "ed9747f1cdf04c45b4a3760664291fdc", "f899459421a0429b9551e8b78a996fab", "616f8f418102474cbebfa3141e3df766", "17c61a03267b4ba38f769203ff13d256", "0b26273cd06147069f7b9da0b66dc832", "c2f507af822a4c71abb73e79f31bb7fe", "9d4ea96f1e19416ea48ef34a503062fc", "4601b22d2de64920a097a2d1f7d7259e", "51e672d00a9b413482314e00fec1027e", "f07aa6c541044862bd2426bd627fd7af", "f27b6dc0cb844cedbccd99e697defde3", "f8e33777a98542258a43832c4364485a", "50062a47ea7f407daf4cb87a0b632f21", "e1122a10108d464b834989da66c7965d", "9d09142eb7474c7595c4743795132b35", "4637da31d6694b848218a608b735fc20", "a30031c5ef944ef09a2a1de4e822a8bf", "b283c86649f74f918186e2e4702fe5d0", "efc9ef98e7f444e8a5fb7c6bc3387dae", "bf3667756ed24f7aa49f1da10c661985", "fb6b90087db046b194a3bc1c33fa5735", "6db0452cdb8f4bad95f22eca074f325b", "c5298118e1164ee2898f845362a2f910", "786c6b5bb44444d0a86327f67ab15baa", "b84b8983ca014aff8842c4d3f9aec7f0", "38b07b89bb8d41989eff07e1dfc6b510", "441d33df113f4aad832e518ed774c01c", "a50719f8212c48fbac200cc88a47abd7", "0da3ac7e0daf4e59ae2384eac9a8fff3", "f62c307106df44f0b9c1ee2cc1dd67a3", "9d6db17fd2b448c7922374b73a67994d", "2a3caf8d8fe847fe80c3ef9ef1dd113a", "9b674bc791b044e1bec1c5768e222ab5", "b289f17f918e48a7b4c021c8bc961253", "ece7b14691614798a20cce12b44d18c7", "7e8583ff057b484ebce9a0c9baaeefb0", "f8e709a24e5a45c0a9a8cdf2a853ca19", "3b9fa7cfcacc4c3d8dacf8b1c280bb3d", "ba42c3c512d540519c546f5e2237d432", "5122e1f2ffe8457f8f6a1f5f9551387f", "dad024677f2b4178a0d72b0075136db5", "f769cefd56ac4709b4365d169a6804a3", "c9635953ff4c4610ba65fd0b63c66f8e", "639b59fb3129434692a3df6ab5b4ecd7", "a7beceb80c23476aa68ad54dc6132c0f", "0f614eb234e64326a835d5e2484e987b", "e67011f99b1b4067bdeca334bcc6e6b6", "0dd0e36cd93d444d98a04256672e3442", "d779953da12c4fa490f5757d51f2d72e", "8ac1bf5a0c7b418facb43277a2844b6d", "e97eefd936244a7a9e508e4c545772cc", "169db1e4e5d848b99942def073bac344", "50f8215d9a184029bb95dbeb144afede", "90e5c4e8dd7744a3b26a0780ad26025d", "050d86b27a9b40b3b56ff07b1576f2df", "60e61534f67844238196163e58177d62", "2cc1c35b757e47fd80a6881b5b1f3ec9", "42eab12414124f94a351435c9c3e18d6", "3554ac6aa4da44e08fad05c28f0b1494", "e81f238f23cf4b689ddc4aeecdd77256", "ffec3745c5c143f9b59bd9a6e80a4a9c", "8a9773fe262a48e0bc840d16a6bd7954", "da8ec081254c4507b18e54317ccc1258", "b967fa173f464de5b013b2733754cd99", "4b43d4175bd8401c951e182bdca2cf88", "2b6aa02a1b9f4882adea8275bfb12dbd", "f2eda9a93c1d4d70b2d7009f507b99ca", "3531fb64dfbf4df9a86c580827ff7483", "ad74afcf0f044f6ea6800cafd1bc418c", "71e1a725add649c8a70d5e2b130f60f9", "63b7686e08ec492096e7a0bce24f81b4", "a0f7845dfa614c7794f9222344c7e49b", "9416591290b9475788f8568bd3b2a84c", "18c22bc17ec44ea88a19daa508270bd3", "76eeb1f8de204fb3b37588e632bdfbd0", "107a25a9dcc346979726a5e56814c948", "5ffae796c62e4427b70872b6a2404f70", "959d1db5bf2149d3beeabe1a5cd20a5c", "710930b72cf04e119938a366262f16e9", "9754399f248d460b8bfc40aa6d0600b6", "83c1fc9ba49945079d96ce9dafa0ef27", "34e7bb49d41242b794cca5f19bc117f7", "b832d66e52fd44e787b055aa688814a1", "ed02448037144ae6bbf6bfe5de08f900", "2676ea0467d84e55a7e8e673d523f091", "17090a3973504e168a540ca6a0353287", "5d8585dae3964ddaaeeda944592a2a4b", "ccc7b0f0c8db4cc99e8413c21d710140", "d9da793298ad4c02b95dce9eda873fa7", "7765045cb9b1454e9254640c49ef197e", "aea5cdfc0799410e881801a803b921ca", "a03253e3477b47cda92e3cbb2f5d03ca", "ad1344778280486088fb49db4bf5d097", "43c0911a4bb44484a71e5ad244d4de4b", "cbb39f1235e74d0fb4b59ff693ff8184", "f301f890e80e43189848c9683c5a8dd6", "e78c66a9cb1f44a1b77c359ceb044e9c", "84a0d4f9f41e43778eb8e59d6c9d633b", "be1ec855c9f144de912ed0616b81bde9", "978f89d0a286430eb52f6c6cf01aa1c7", "be1f8261f3964777a008121dd24c01eb", "ad781811041c46efb30f098532b3c323", "f2da5f5e4c4d49b28a91771848d3ee03", "7b042df27e7d48618b55cc74d0769f6a", "4a7c4f2f4c5a478da5e07120b1f6d351", "bb2b97acfdde4905984922961a70de80", "7ca249a17ac048a1957182e78040510b", "455ceb7f3121474b944362cec1a6f6f8", "3084ed5c40a74c9686e70f3fadbe7a1a", "373ed743bf454af29fffa4e59ffdbc99", "82a2fc25280b48b2a485bb0aeedc7cc3", "9d777658ca1646a78a69121e3f9178ae", "deceb954e312448f91a93c74b8ebb858", "85f87ee6d65043718ca4cd91686b04ef", "37cef34cc3a04830969bb59f944339f4", "149d7f6ba644415191ef6c221214df00", "5db7fc297dd440d492425884fab4b36b", "aed0c83015204c2a89b3db6cc6f3beb4", "a8b17c118174401997f63141fbcab9b5", "b786350f659345cc8e07365607dea7ff", "916c4f18d11b4c9aa91a3a9817aaef66", "de7257f8525c4c008715acf7277bdefa", "5c6f9769efea45c0b2ec62f6c7ed26c9", "d7990cf1a50d483fb7dcd289da1d6d34", "b5aeae260cfd4846bab72ace6f75a2b2", "f3b6dcc776f24805936c4b66dd055cba", "b4fd97fad9d449549b23c672ae63a694", "6131a4d2660046e5aec6db188466abdd", "e0c77737509044678c5355413c735f3d" ] }, "id": "18c52c1a", "outputId": "2a76b9e8-2688-4f73-f66c-a9e44b23615a" }, "outputs": [ { "output_type": "stream", "name": "stderr", "text": [ "/usr/local/lib/python3.12/dist-packages/huggingface_hub/utils/_auth.py:94: UserWarning: \n", "The secret `HF_TOKEN` does not exist in your Colab secrets.\n", "To authenticate with the Hugging Face Hub, create a token in your settings tab (https://huggingface.co/settings/tokens), set it as secret in your Google Colab and restart your session.\n", "You will be able to reuse this secret in all of your notebooks.\n", "Please note that authentication is recommended but still optional to access public models or datasets.\n", " warnings.warn(\n" ] }, { "output_type": "display_data", "data": { "text/plain": [ "modules.json: 0%| | 0.00/229 [00:00 list[str]:\n", " \"\"\"Sinh các biến thể tìm kiếm từ claim.\"\"\"\n", " prompt = f\"\"\"\n", " Sinh ra 3-5 phiên bản khác nhau của câu truy vấn sau để tìm kiếm web.\n", " - Viết lại tự nhiên, cùng nghĩa.\n", " - Không thêm ý mới.\n", " - Giữ ngắn gọn, phù hợp tìm kiếm.\n", "\n", " Truy vấn gốc: \"{claim}\"\n", "\n", " Trả về JSON array duy nhất như:\n", " [\"biến thể 1\", \"biến thể 2\", \"biến thể 3\", ...]\n", " \"\"\"\n", "\n", " response = client.complete(\n", " messages=[\n", " SystemMessage(\"Bạn chỉ trả về JSON array, KHÔNG có giải thích.\"),\n", " UserMessage(prompt)\n", " ],\n", " model=MODEL,\n", " temperature=0.7\n", " )\n", "\n", " content = response.choices[0].message.content.strip()\n", "\n", " try:\n", " expanded = json.loads(content)\n", " if not isinstance(expanded, list):\n", " raise ValueError\n", " except Exception:\n", " m = re.search(r'\\[.*\\]', content, re.S)\n", " expanded = json.loads(m.group(0)) if m else [claim]\n", "\n", " expanded += [\n", " claim,\n", " f\"{claim} site:vnexpress.net OR site:tuoitre.vn OR site:thanhnien.vn \"\n", " f\"OR site:nhandan.vn OR site:moh.gov.vn OR site:suckhoedoisong.vn\"\n", " ]\n", " return list(dict.fromkeys(expanded))\n", "\n", "# 2. DuckDuckGo Search\n", "def duckduckgo_search(query: str, num_results: int = 5) -> list[dict]:\n", " results = []\n", " try:\n", " with DDGS() as ddgs:\n", " for r in ddgs.text(query, max_results=num_results):\n", " results.append({\n", " \"title\": r.get(\"title\", \"\"),\n", " \"link\": r.get(\"href\", \"\"),\n", " \"snippet\": r.get(\"body\", \"\")\n", " })\n", " except Exception as e:\n", " print(f\"[DuckDuckGo error] {query[:40]}...: {e}\")\n", " return results[:num_results]\n", "\n", "# 3. Tính độ tin cậy (Trust Score)\n", "def compute_trust_score(claim: str, source: dict) -> float:\n", " \"\"\"Tính điểm tin cậy (trust_score) cho nguồn tin dựa trên:\n", " - sim: độ tương đồng ngữ nghĩa giữa claim và snippet (0–1)\n", " - overlap: tỉ lệ trùng lặp từ khóa giữa claim và snippet\n", " - domain_bonus: cộng điểm nếu domain uy tín (+0.25)\n", " - penalty: trừ điểm nếu domain kém tin cậy (-0.3)\n", " - lang_bonus: cộng nếu snippet là tiếng Việt (+0.1), trừ nếu không (-0.1)\n", " => trust_score = 0.5*sim + 0.2*overlap + domain_bonus + lang_bonus - penalty\n", " (giới hạn trong [0,1])\n", " \"\"\"\n", " link = source.get(\"link\", \"\")\n", " snippet = source.get(\"snippet\", \"\")\n", " domain = tldextract.extract(link).top_domain_under_public_suffix\n", "\n", " # Semantic similarity\n", " try:\n", " emb_claim = embedder.encode(claim, convert_to_tensor=True)\n", " emb_snip = embedder.encode(snippet, convert_to_tensor=True)\n", " sim = util.cos_sim(emb_claim, emb_snip).item()\n", " except Exception:\n", " sim = 0.0\n", "\n", " # Keyword overlap\n", " claim_words = set(re.findall(r'\\w+', claim.lower()))\n", " snip_words = set(re.findall(r'\\w+', snippet.lower()))\n", " overlap = len(claim_words & snip_words) / len(claim_words) if claim_words else 0\n", "\n", " # Domain-based reward / penalty\n", " domain_bonus = 0\n", " penalty = 0\n", "\n", " if any(d in domain for d in TRUSTED_DOMAINS):\n", " domain_bonus += 0.25\n", " elif any(d in domain for d in BAD_DOMAINS):\n", " penalty += 0.3\n", "\n", " # Language bonus (phát hiện tiếng Việt)\n", " vietnamese_chars = re.findall(r'[àáạảãâầấậẩẫăằắặẳẵèéẹẻẽêềếệểễìíịỉĩòóọỏõôồốộổỗơờớợởỡùúụủũưừứựửữỳýỵỷỹđ]', snippet)\n", " lang_bonus = 0.1 if len(vietnamese_chars) > 5 else -0.1 # trừ nếu snippet không phải tiếng Việt\n", "\n", " # Tổng hợp (chuẩn hóa 0–1)\n", " trust_score = 0.5 * sim + 0.2 * overlap + domain_bonus + lang_bonus - penalty\n", " trust_score = max(0, min(trust_score, 1)) # giới hạn [0,1]\n", " return round(trust_score, 3)\n", "\n", "# 4. Pipeline cho 1 claim\n", "def process_claim(claim: str) -> list[dict]:\n", " queries = expand_query(claim)\n", " print(f\"\\n=== Claim: {claim}\")\n", " print(f\"Sinh {len(queries)} truy vấn mở rộng.\\n\")\n", "\n", " results = []\n", " with ThreadPoolExecutor(max_workers=4) as executor:\n", " futures = {executor.submit(duckduckgo_search, q): q for q in queries}\n", " for f in tqdm(as_completed(futures), total=len(futures), desc=f\"Tìm kiếm '{claim[:40]}...'\"):\n", " results.extend(f.result())\n", " time.sleep(0.1)\n", "\n", " # Lọc trùng link và loại bỏ link không hợp lệ\n", " filtered = []\n", " seen = set()\n", " for r in results:\n", " link = r.get(\"link\")\n", " if not link or not link.startswith(\"http\"):\n", " continue\n", " if link in seen:\n", " continue\n", " seen.add(link)\n", "\n", " domain = tldextract.extract(link).top_domain_under_public_suffix\n", "\n", " if not domain: # bỏ link rác\n", " continue\n", "\n", " filtered.append(r)\n", "\n", " # Tính trust score\n", " for src in filtered:\n", " src[\"trust_score\"] = compute_trust_score(claim, src)\n", "\n", " sorted_sources = sorted(filtered, key=lambda x: x[\"trust_score\"], reverse=True)\n", " return sorted_sources[:5]\n", "\n", "# 5. Chạy toàn bộ pipeline\n", "def run_pipeline(claims: list[str]):\n", " all_results = []\n", " for claim in claims:\n", " claim = claim.strip()\n", " if not claim:\n", " continue\n", " sources = process_claim(claim)\n", " all_results.append({\n", " \"claim\": claim,\n", " \"sources\": sources\n", " })\n", "\n", " output_file = \"document_retrieval_results_duckduckgo_v2.json\"\n", " with open(output_file, \"w\", encoding=\"utf-8\") as f:\n", " json.dump(all_results, f, ensure_ascii=False, indent=2)\n", " print(f\"\\nHoàn tất! Kết quả được lưu tại: {output_file}\")" ] }, { "cell_type": "code", "execution_count": 10, "id": "771734e4", "metadata": { "colab": { "base_uri": "https://localhost:8080/", "height": 225 }, "id": "771734e4", "outputId": "d378f29f-c092-487d-a387-9abfaebec97a" }, "outputs": [ { "output_type": "stream", "name": "stdout", "text": [ "\n", "=== Claim: Biến đổi khí hậu đang làm thời tiết cực đoan hơn.\n", "Sinh 7 truy vấn mở rộng.\n", "\n" ] }, { "output_type": "stream", "name": "stderr", "text": [ "Tìm kiếm 'Biến đổi khí hậu đang làm thời tiết cực ...': 100%|██████████| 7/7 [00:02<00:00, 3.09it/s]\n" ] }, { "output_type": "stream", "name": "stdout", "text": [ "\n", "=== Claim: Nhiệt độ toàn cầu đã tăng 1.1°C trong 100 năm qua.\n", "Sinh 7 truy vấn mở rộng.\n", "\n" ] }, { "output_type": "stream", "name": "stderr", "text": [ "Tìm kiếm 'Nhiệt độ toàn cầu đã tăng 1.1°C trong 10...': 100%|██████████| 7/7 [00:04<00:00, 1.63it/s]\n" ] }, { "output_type": "stream", "name": "stdout", "text": [ "\n", "Hoàn tất! Kết quả được lưu tại: document_retrieval_results_duckduckgo_v2.json\n" ] } ], "source": [ "claims = [c.strip() for c in CLAIM_TEXT.split(\"\\n\") if c.strip()]\n", "run_pipeline(claims)" ] }, { "cell_type": "markdown", "id": "vBPv5pmkHG9P", "metadata": { "id": "vBPv5pmkHG9P" }, "source": [ "## **IV. Evidence Selection**" ] }, { "cell_type": "code", "execution_count": 11, "id": "IAxlvGzQULAZ", "metadata": { "colab": { "base_uri": "https://localhost:8080/", "height": 1000 }, "id": "IAxlvGzQULAZ", "outputId": "00c97334-0daa-4e9f-b275-aaf56e3ee13b" }, "outputs": [ { "output_type": "stream", "name": "stdout", "text": [ "Requirement already satisfied: playwright in /usr/local/lib/python3.12/dist-packages (1.55.0)\n", "Requirement already satisfied: pyee<14,>=13 in /usr/local/lib/python3.12/dist-packages (from playwright) (13.0.0)\n", "Requirement already satisfied: greenlet<4.0.0,>=3.1.1 in /usr/local/lib/python3.12/dist-packages (from playwright) (3.2.4)\n", "Requirement already satisfied: typing-extensions in /usr/local/lib/python3.12/dist-packages (from pyee<14,>=13->playwright) (4.15.0)\n", "Collecting playwright-stealth\n", " Downloading playwright_stealth-2.0.0-py3-none-any.whl.metadata (4.0 kB)\n", "Requirement already satisfied: playwright<2.0.0,>=1.0.0 in /usr/local/lib/python3.12/dist-packages (from playwright-stealth) (1.55.0)\n", "Requirement already satisfied: pyee<14,>=13 in /usr/local/lib/python3.12/dist-packages (from playwright<2.0.0,>=1.0.0->playwright-stealth) (13.0.0)\n", "Requirement already satisfied: greenlet<4.0.0,>=3.1.1 in /usr/local/lib/python3.12/dist-packages (from playwright<2.0.0,>=1.0.0->playwright-stealth) (3.2.4)\n", "Requirement already satisfied: typing-extensions in /usr/local/lib/python3.12/dist-packages (from pyee<14,>=13->playwright<2.0.0,>=1.0.0->playwright-stealth) (4.15.0)\n", "Downloading playwright_stealth-2.0.0-py3-none-any.whl (32 kB)\n", "Installing collected packages: playwright-stealth\n", "Successfully installed playwright-stealth-2.0.0\n", "Downloading Chromium 140.0.7339.16 (playwright build v1187)\u001b[2m from https://cdn.playwright.dev/dbazure/download/playwright/builds/chromium/1187/chromium-linux.zip\u001b[22m\n", "\u001b[1G173.7 MiB [] 0% 0.0s\u001b[0K\u001b[1G173.7 MiB [] 0% 18.6s\u001b[0K\u001b[1G173.7 MiB [] 0% 7.3s\u001b[0K\u001b[1G173.7 MiB [] 1% 5.1s\u001b[0K\u001b[1G173.7 MiB [] 1% 4.3s\u001b[0K\u001b[1G173.7 MiB [] 2% 3.9s\u001b[0K\u001b[1G173.7 MiB [] 2% 3.5s\u001b[0K\u001b[1G173.7 MiB [] 3% 3.2s\u001b[0K\u001b[1G173.7 MiB [] 4% 3.2s\u001b[0K\u001b[1G173.7 MiB [] 4% 3.0s\u001b[0K\u001b[1G173.7 MiB [] 5% 3.3s\u001b[0K\u001b[1G173.7 MiB [] 5% 3.4s\u001b[0K\u001b[1G173.7 MiB [] 6% 3.2s\u001b[0K\u001b[1G173.7 MiB [] 7% 3.2s\u001b[0K\u001b[1G173.7 MiB [] 8% 3.0s\u001b[0K\u001b[1G173.7 MiB [] 9% 3.1s\u001b[0K\u001b[1G173.7 MiB [] 9% 3.0s\u001b[0K\u001b[1G173.7 MiB [] 10% 3.0s\u001b[0K\u001b[1G173.7 MiB [] 11% 2.8s\u001b[0K\u001b[1G173.7 MiB [] 11% 2.7s\u001b[0K\u001b[1G173.7 MiB [] 12% 2.7s\u001b[0K\u001b[1G173.7 MiB [] 12% 2.8s\u001b[0K\u001b[1G173.7 MiB [] 13% 2.8s\u001b[0K\u001b[1G173.7 MiB [] 13% 2.7s\u001b[0K\u001b[1G173.7 MiB [] 14% 2.7s\u001b[0K\u001b[1G173.7 MiB [] 15% 2.7s\u001b[0K\u001b[1G173.7 MiB [] 16% 2.6s\u001b[0K\u001b[1G173.7 MiB [] 17% 2.5s\u001b[0K\u001b[1G173.7 MiB [] 18% 2.4s\u001b[0K\u001b[1G173.7 MiB [] 19% 2.2s\u001b[0K\u001b[1G173.7 MiB [] 20% 2.2s\u001b[0K\u001b[1G173.7 MiB [] 22% 2.1s\u001b[0K\u001b[1G173.7 MiB [] 24% 2.0s\u001b[0K\u001b[1G173.7 MiB [] 25% 1.9s\u001b[0K\u001b[1G173.7 MiB [] 26% 1.9s\u001b[0K\u001b[1G173.7 MiB [] 26% 2.0s\u001b[0K\u001b[1G173.7 MiB [] 27% 1.9s\u001b[0K\u001b[1G173.7 MiB [] 28% 1.8s\u001b[0K\u001b[1G173.7 MiB [] 30% 1.7s\u001b[0K\u001b[1G173.7 MiB [] 31% 1.7s\u001b[0K\u001b[1G173.7 MiB [] 32% 1.6s\u001b[0K\u001b[1G173.7 MiB [] 34% 1.5s\u001b[0K\u001b[1G173.7 MiB [] 35% 1.5s\u001b[0K\u001b[1G173.7 MiB [] 36% 1.4s\u001b[0K\u001b[1G173.7 MiB [] 38% 1.4s\u001b[0K\u001b[1G173.7 MiB [] 39% 1.3s\u001b[0K\u001b[1G173.7 MiB [] 40% 1.3s\u001b[0K\u001b[1G173.7 MiB [] 41% 1.3s\u001b[0K\u001b[1G173.7 MiB [] 42% 1.2s\u001b[0K\u001b[1G173.7 MiB [] 43% 1.2s\u001b[0K\u001b[1G173.7 MiB [] 44% 1.2s\u001b[0K\u001b[1G173.7 MiB [] 46% 1.1s\u001b[0K\u001b[1G173.7 MiB [] 47% 1.1s\u001b[0K\u001b[1G173.7 MiB [] 48% 1.1s\u001b[0K\u001b[1G173.7 MiB [] 49% 1.1s\u001b[0K\u001b[1G173.7 MiB [] 50% 1.1s\u001b[0K\u001b[1G173.7 MiB [] 51% 1.1s\u001b[0K\u001b[1G173.7 MiB [] 52% 1.0s\u001b[0K\u001b[1G173.7 MiB [] 53% 1.0s\u001b[0K\u001b[1G173.7 MiB [] 54% 1.0s\u001b[0K\u001b[1G173.7 MiB [] 55% 1.0s\u001b[0K\u001b[1G173.7 MiB [] 56% 0.9s\u001b[0K\u001b[1G173.7 MiB [] 57% 0.9s\u001b[0K\u001b[1G173.7 MiB [] 58% 0.9s\u001b[0K\u001b[1G173.7 MiB [] 59% 0.9s\u001b[0K\u001b[1G173.7 MiB [] 60% 0.8s\u001b[0K\u001b[1G173.7 MiB [] 61% 0.8s\u001b[0K\u001b[1G173.7 MiB [] 62% 0.8s\u001b[0K\u001b[1G173.7 MiB [] 63% 0.7s\u001b[0K\u001b[1G173.7 MiB [] 65% 0.7s\u001b[0K\u001b[1G173.7 MiB [] 66% 0.7s\u001b[0K\u001b[1G173.7 MiB [] 67% 0.7s\u001b[0K\u001b[1G173.7 MiB [] 68% 0.6s\u001b[0K\u001b[1G173.7 MiB [] 69% 0.6s\u001b[0K\u001b[1G173.7 MiB [] 71% 0.6s\u001b[0K\u001b[1G173.7 MiB [] 72% 0.5s\u001b[0K\u001b[1G173.7 MiB [] 73% 0.5s\u001b[0K\u001b[1G173.7 MiB [] 74% 0.5s\u001b[0K\u001b[1G173.7 MiB [] 75% 0.5s\u001b[0K\u001b[1G173.7 MiB [] 76% 0.5s\u001b[0K\u001b[1G173.7 MiB [] 77% 0.4s\u001b[0K\u001b[1G173.7 MiB [] 78% 0.4s\u001b[0K\u001b[1G173.7 MiB [] 79% 0.4s\u001b[0K\u001b[1G173.7 MiB [] 80% 0.4s\u001b[0K\u001b[1G173.7 MiB [] 81% 0.4s\u001b[0K\u001b[1G173.7 MiB [] 82% 0.3s\u001b[0K\u001b[1G173.7 MiB [] 83% 0.3s\u001b[0K\u001b[1G173.7 MiB [] 85% 0.3s\u001b[0K\u001b[1G173.7 MiB [] 86% 0.3s\u001b[0K\u001b[1G173.7 MiB [] 87% 0.2s\u001b[0K\u001b[1G173.7 MiB [] 88% 0.2s\u001b[0K\u001b[1G173.7 MiB [] 90% 0.2s\u001b[0K\u001b[1G173.7 MiB [] 92% 0.1s\u001b[0K\u001b[1G173.7 MiB [] 93% 0.1s\u001b[0K\u001b[1G173.7 MiB [] 94% 0.1s\u001b[0K\u001b[1G173.7 MiB [] 95% 0.1s\u001b[0K\u001b[1G173.7 MiB [] 96% 0.1s\u001b[0K\u001b[1G173.7 MiB [] 97% 0.0s\u001b[0K\u001b[1G173.7 MiB [] 99% 0.0s\u001b[0K\u001b[1G173.7 MiB [] 100% 0.0s\u001b[0K\n", "Chromium 140.0.7339.16 (playwright build v1187) downloaded to /root/.cache/ms-playwright/chromium-1187\n", "Downloading Chromium Headless Shell 140.0.7339.16 (playwright build v1187)\u001b[2m from https://cdn.playwright.dev/dbazure/download/playwright/builds/chromium/1187/chromium-headless-shell-linux.zip\u001b[22m\n", "\u001b[1G104.3 MiB [] 0% 0.0s\u001b[0K\u001b[1G104.3 MiB [] 0% 16.3s\u001b[0K\u001b[1G104.3 MiB [] 0% 12.6s\u001b[0K\u001b[1G104.3 MiB [] 0% 10.3s\u001b[0K\u001b[1G104.3 MiB [] 0% 8.1s\u001b[0K\u001b[1G104.3 MiB [] 1% 7.6s\u001b[0K\u001b[1G104.3 MiB [] 1% 7.1s\u001b[0K\u001b[1G104.3 MiB [] 1% 6.7s\u001b[0K\u001b[1G104.3 MiB [] 2% 5.9s\u001b[0K\u001b[1G104.3 MiB [] 2% 5.4s\u001b[0K\u001b[1G104.3 MiB [] 3% 5.0s\u001b[0K\u001b[1G104.3 MiB [] 4% 4.5s\u001b[0K\u001b[1G104.3 MiB [] 4% 4.3s\u001b[0K\u001b[1G104.3 MiB [] 5% 4.2s\u001b[0K\u001b[1G104.3 MiB [] 5% 4.1s\u001b[0K\u001b[1G104.3 MiB [] 6% 3.9s\u001b[0K\u001b[1G104.3 MiB [] 6% 3.8s\u001b[0K\u001b[1G104.3 MiB [] 7% 3.7s\u001b[0K\u001b[1G104.3 MiB [] 8% 3.7s\u001b[0K\u001b[1G104.3 MiB [] 8% 4.0s\u001b[0K\u001b[1G104.3 MiB [] 9% 4.0s\u001b[0K\u001b[1G104.3 MiB [] 10% 3.9s\u001b[0K\u001b[1G104.3 MiB [] 10% 3.8s\u001b[0K\u001b[1G104.3 MiB [] 11% 3.8s\u001b[0K\u001b[1G104.3 MiB [] 11% 3.7s\u001b[0K\u001b[1G104.3 MiB [] 12% 3.6s\u001b[0K\u001b[1G104.3 MiB [] 13% 3.2s\u001b[0K\u001b[1G104.3 MiB [] 14% 3.1s\u001b[0K\u001b[1G104.3 MiB [] 15% 3.0s\u001b[0K\u001b[1G104.3 MiB [] 16% 2.9s\u001b[0K\u001b[1G104.3 MiB [] 17% 2.7s\u001b[0K\u001b[1G104.3 MiB [] 18% 2.6s\u001b[0K\u001b[1G104.3 MiB [] 20% 2.4s\u001b[0K\u001b[1G104.3 MiB [] 21% 2.4s\u001b[0K\u001b[1G104.3 MiB [] 21% 2.3s\u001b[0K\u001b[1G104.3 MiB [] 22% 2.3s\u001b[0K\u001b[1G104.3 MiB [] 23% 2.3s\u001b[0K\u001b[1G104.3 MiB [] 24% 2.2s\u001b[0K\u001b[1G104.3 MiB [] 25% 2.0s\u001b[0K\u001b[1G104.3 MiB [] 27% 1.9s\u001b[0K\u001b[1G104.3 MiB [] 28% 1.9s\u001b[0K\u001b[1G104.3 MiB [] 29% 1.9s\u001b[0K\u001b[1G104.3 MiB [] 30% 1.8s\u001b[0K\u001b[1G104.3 MiB [] 31% 1.7s\u001b[0K\u001b[1G104.3 MiB [] 33% 1.6s\u001b[0K\u001b[1G104.3 MiB [] 34% 1.6s\u001b[0K\u001b[1G104.3 MiB [] 35% 1.5s\u001b[0K\u001b[1G104.3 MiB [] 36% 1.5s\u001b[0K\u001b[1G104.3 MiB [] 37% 1.5s\u001b[0K\u001b[1G104.3 MiB [] 39% 1.4s\u001b[0K\u001b[1G104.3 MiB [] 40% 1.3s\u001b[0K\u001b[1G104.3 MiB [] 42% 1.3s\u001b[0K\u001b[1G104.3 MiB [] 44% 1.2s\u001b[0K\u001b[1G104.3 MiB [] 45% 1.2s\u001b[0K\u001b[1G104.3 MiB [] 47% 1.2s\u001b[0K\u001b[1G104.3 MiB [] 48% 1.1s\u001b[0K\u001b[1G104.3 MiB [] 49% 1.1s\u001b[0K\u001b[1G104.3 MiB [] 51% 1.0s\u001b[0K\u001b[1G104.3 MiB [] 52% 1.0s\u001b[0K\u001b[1G104.3 MiB [] 53% 1.0s\u001b[0K\u001b[1G104.3 MiB [] 55% 0.9s\u001b[0K\u001b[1G104.3 MiB [] 57% 0.9s\u001b[0K\u001b[1G104.3 MiB [] 58% 0.8s\u001b[0K\u001b[1G104.3 MiB [] 59% 0.8s\u001b[0K\u001b[1G104.3 MiB [] 60% 0.8s\u001b[0K\u001b[1G104.3 MiB [] 62% 0.8s\u001b[0K\u001b[1G104.3 MiB [] 62% 0.7s\u001b[0K\u001b[1G104.3 MiB [] 64% 0.7s\u001b[0K\u001b[1G104.3 MiB [] 65% 0.7s\u001b[0K\u001b[1G104.3 MiB [] 67% 0.6s\u001b[0K\u001b[1G104.3 MiB [] 70% 0.5s\u001b[0K\u001b[1G104.3 MiB [] 71% 0.5s\u001b[0K\u001b[1G104.3 MiB [] 72% 0.5s\u001b[0K\u001b[1G104.3 MiB [] 74% 0.5s\u001b[0K\u001b[1G104.3 MiB [] 75% 0.4s\u001b[0K\u001b[1G104.3 MiB [] 77% 0.4s\u001b[0K\u001b[1G104.3 MiB [] 79% 0.4s\u001b[0K\u001b[1G104.3 MiB [] 80% 0.3s\u001b[0K\u001b[1G104.3 MiB [] 82% 0.3s\u001b[0K\u001b[1G104.3 MiB [] 84% 0.3s\u001b[0K\u001b[1G104.3 MiB [] 87% 0.2s\u001b[0K\u001b[1G104.3 MiB [] 88% 0.2s\u001b[0K\u001b[1G104.3 MiB [] 91% 0.1s\u001b[0K\u001b[1G104.3 MiB [] 92% 0.1s\u001b[0K\u001b[1G104.3 MiB [] 94% 0.1s\u001b[0K\u001b[1G104.3 MiB [] 96% 0.1s\u001b[0K\u001b[1G104.3 MiB [] 98% 0.0s\u001b[0K\u001b[1G104.3 MiB [] 99% 0.0s\u001b[0K\u001b[1G104.3 MiB [] 100% 0.0s\u001b[0K\n", "Chromium Headless Shell 140.0.7339.16 (playwright build v1187) downloaded to /root/.cache/ms-playwright/chromium_headless_shell-1187\n", "Downloading Firefox 141.0 (playwright build v1490)\u001b[2m from https://cdn.playwright.dev/dbazure/download/playwright/builds/firefox/1490/firefox-ubuntu-22.04.zip\u001b[22m\n", "\u001b[1G96 MiB [] 0% 0.0s\u001b[0K\u001b[1G96 MiB [] 0% 6.1s\u001b[0K\u001b[1G96 MiB [] 1% 2.7s\u001b[0K\u001b[1G96 MiB [] 2% 1.8s\u001b[0K\u001b[1G96 MiB [] 4% 1.5s\u001b[0K\u001b[1G96 MiB [] 6% 1.2s\u001b[0K\u001b[1G96 MiB [] 7% 1.3s\u001b[0K\u001b[1G96 MiB [] 8% 1.2s\u001b[0K\u001b[1G96 MiB [] 9% 1.3s\u001b[0K\u001b[1G96 MiB [] 11% 1.2s\u001b[0K\u001b[1G96 MiB [] 13% 1.2s\u001b[0K\u001b[1G96 MiB [] 14% 1.1s\u001b[0K\u001b[1G96 MiB [] 16% 1.1s\u001b[0K\u001b[1G96 MiB [] 17% 1.1s\u001b[0K\u001b[1G96 MiB [] 19% 1.0s\u001b[0K\u001b[1G96 MiB [] 22% 0.9s\u001b[0K\u001b[1G96 MiB [] 24% 0.9s\u001b[0K\u001b[1G96 MiB [] 27% 0.8s\u001b[0K\u001b[1G96 MiB [] 29% 0.8s\u001b[0K\u001b[1G96 MiB [] 32% 0.7s\u001b[0K\u001b[1G96 MiB [] 34% 0.7s\u001b[0K\u001b[1G96 MiB [] 36% 0.6s\u001b[0K\u001b[1G96 MiB [] 38% 0.6s\u001b[0K\u001b[1G96 MiB [] 41% 0.6s\u001b[0K\u001b[1G96 MiB [] 43% 0.5s\u001b[0K\u001b[1G96 MiB [] 46% 0.5s\u001b[0K\u001b[1G96 MiB [] 47% 0.5s\u001b[0K\u001b[1G96 MiB [] 49% 0.5s\u001b[0K\u001b[1G96 MiB [] 52% 0.4s\u001b[0K\u001b[1G96 MiB [] 55% 0.4s\u001b[0K\u001b[1G96 MiB [] 58% 0.4s\u001b[0K\u001b[1G96 MiB [] 61% 0.4s\u001b[0K\u001b[1G96 MiB [] 63% 0.3s\u001b[0K\u001b[1G96 MiB [] 66% 0.3s\u001b[0K\u001b[1G96 MiB [] 69% 0.3s\u001b[0K\u001b[1G96 MiB [] 71% 0.2s\u001b[0K\u001b[1G96 MiB [] 74% 0.2s\u001b[0K\u001b[1G96 MiB [] 76% 0.2s\u001b[0K\u001b[1G96 MiB [] 79% 0.2s\u001b[0K\u001b[1G96 MiB [] 80% 0.2s\u001b[0K\u001b[1G96 MiB [] 82% 0.2s\u001b[0K\u001b[1G96 MiB [] 84% 0.1s\u001b[0K\u001b[1G96 MiB [] 86% 0.1s\u001b[0K\u001b[1G96 MiB [] 89% 0.1s\u001b[0K\u001b[1G96 MiB [] 92% 0.1s\u001b[0K\u001b[1G96 MiB [] 94% 0.0s\u001b[0K\u001b[1G96 MiB [] 98% 0.0s\u001b[0K\u001b[1G96 MiB [] 100% 0.0s\u001b[0K\n", "Firefox 141.0 (playwright build v1490) downloaded to /root/.cache/ms-playwright/firefox-1490\n", "Downloading Webkit 26.0 (playwright build v2203)\u001b[2m from https://cdn.playwright.dev/dbazure/download/playwright/builds/webkit/2203/webkit-ubuntu-22.04.zip\u001b[22m\n", "\u001b[1G94.6 MiB [] 0% 0.0s\u001b[0K\u001b[1G94.6 MiB [] 0% 9.9s\u001b[0K\u001b[1G94.6 MiB [] 0% 3.3s\u001b[0K\u001b[1G94.6 MiB [] 2% 1.8s\u001b[0K\u001b[1G94.6 MiB [] 4% 1.4s\u001b[0K\u001b[1G94.6 MiB [] 6% 1.2s\u001b[0K\u001b[1G94.6 MiB [] 8% 1.1s\u001b[0K\u001b[1G94.6 MiB [] 9% 1.2s\u001b[0K\u001b[1G94.6 MiB [] 10% 1.1s\u001b[0K\u001b[1G94.6 MiB [] 11% 1.1s\u001b[0K\u001b[1G94.6 MiB [] 13% 1.0s\u001b[0K\u001b[1G94.6 MiB [] 15% 1.0s\u001b[0K\u001b[1G94.6 MiB [] 16% 1.0s\u001b[0K\u001b[1G94.6 MiB [] 18% 1.0s\u001b[0K\u001b[1G94.6 MiB [] 20% 0.9s\u001b[0K\u001b[1G94.6 MiB [] 23% 0.8s\u001b[0K\u001b[1G94.6 MiB [] 25% 0.8s\u001b[0K\u001b[1G94.6 MiB [] 27% 0.8s\u001b[0K\u001b[1G94.6 MiB [] 29% 0.7s\u001b[0K\u001b[1G94.6 MiB [] 32% 0.7s\u001b[0K\u001b[1G94.6 MiB [] 35% 0.6s\u001b[0K\u001b[1G94.6 MiB [] 37% 0.6s\u001b[0K\u001b[1G94.6 MiB [] 39% 0.6s\u001b[0K\u001b[1G94.6 MiB [] 42% 0.5s\u001b[0K\u001b[1G94.6 MiB [] 44% 0.5s\u001b[0K\u001b[1G94.6 MiB [] 47% 0.5s\u001b[0K\u001b[1G94.6 MiB [] 48% 0.5s\u001b[0K\u001b[1G94.6 MiB [] 50% 0.5s\u001b[0K\u001b[1G94.6 MiB [] 53% 0.4s\u001b[0K\u001b[1G94.6 MiB [] 56% 0.4s\u001b[0K\u001b[1G94.6 MiB [] 59% 0.4s\u001b[0K\u001b[1G94.6 MiB [] 61% 0.3s\u001b[0K\u001b[1G94.6 MiB [] 64% 0.3s\u001b[0K\u001b[1G94.6 MiB [] 67% 0.3s\u001b[0K\u001b[1G94.6 MiB [] 70% 0.2s\u001b[0K\u001b[1G94.6 MiB [] 72% 0.2s\u001b[0K\u001b[1G94.6 MiB [] 75% 0.2s\u001b[0K\u001b[1G94.6 MiB [] 77% 0.2s\u001b[0K\u001b[1G94.6 MiB [] 80% 0.2s\u001b[0K\u001b[1G94.6 MiB [] 82% 0.1s\u001b[0K\u001b[1G94.6 MiB [] 85% 0.1s\u001b[0K\u001b[1G94.6 MiB [] 88% 0.1s\u001b[0K\u001b[1G94.6 MiB [] 91% 0.1s\u001b[0K\u001b[1G94.6 MiB [] 93% 0.0s\u001b[0K\u001b[1G94.6 MiB [] 96% 0.0s\u001b[0K\u001b[1G94.6 MiB [] 100% 0.0s\u001b[0K\n", "Webkit 26.0 (playwright build v2203) downloaded to /root/.cache/ms-playwright/webkit-2203\n", "Downloading FFMPEG playwright build v1011\u001b[2m from https://cdn.playwright.dev/dbazure/download/playwright/builds/ffmpeg/1011/ffmpeg-linux.zip\u001b[22m\n", "\u001b[1G2.3 MiB [] 0% 0.0s\u001b[0K\u001b[1G2.3 MiB [] 4% 0.5s\u001b[0K\u001b[1G2.3 MiB [] 56% 0.0s\u001b[0K\u001b[1G2.3 MiB [] 100% 0.0s\u001b[0K\n", "FFMPEG playwright build v1011 downloaded to /root/.cache/ms-playwright/ffmpeg-1011\n", "Playwright Host validation warning: \n", "╔══════════════════════════════════════════════════════╗\n", "║ Host system is missing dependencies to run browsers. ║\n", "║ Missing libraries: ║\n", "║ libwoff2dec.so.1.0.2 ║\n", "║ libgstgl-1.0.so.0 ║\n", "║ libgstcodecparsers-1.0.so.0 ║\n", "║ libavif.so.13 ║\n", "║ libharfbuzz-icu.so.0 ║\n", "║ libenchant-2.so.2 ║\n", "║ libsecret-1.so.0 ║\n", "║ libhyphen.so.0 ║\n", "║ libmanette-0.2.so.0 ║\n", "╚══════════════════════════════════════════════════════╝\n", " at validateDependenciesLinux (/usr/local/lib/python3.12/dist-packages/playwright/driver/package/lib/server/registry/dependencies.js:269:9)\n", "\u001b[90m at process.processTicksAndRejections (node:internal/process/task_queues:105:5)\u001b[39m\n", " at async Registry._validateHostRequirements (/usr/local/lib/python3.12/dist-packages/playwright/driver/package/lib/server/registry/index.js:934:14)\n", " at async Registry._validateHostRequirementsForExecutableIfNeeded (/usr/local/lib/python3.12/dist-packages/playwright/driver/package/lib/server/registry/index.js:1056:7)\n", " at async Registry.validateHostRequirementsForExecutablesIfNeeded (/usr/local/lib/python3.12/dist-packages/playwright/driver/package/lib/server/registry/index.js:1045:7)\n", " at async i. (/usr/local/lib/python3.12/dist-packages/playwright/driver/package/lib/cli/program.js:217:7)\n", "Installing dependencies...\n", "Hit:1 https://cli.github.com/packages stable InRelease\n", "Get:2 https://cloud.r-project.org/bin/linux/ubuntu jammy-cran40/ InRelease [3,632 B]\n", "Hit:3 https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2204/x86_64 InRelease\n", "Get:4 http://security.ubuntu.com/ubuntu jammy-security InRelease [129 kB]\n", "Hit:5 http://archive.ubuntu.com/ubuntu jammy InRelease\n", "Get:6 https://r2u.stat.illinois.edu/ubuntu jammy InRelease [6,555 B]\n", "Get:7 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [128 kB]\n", "Get:8 https://r2u.stat.illinois.edu/ubuntu jammy/main amd64 Packages [2,816 kB]\n", "Get:9 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [127 kB]\n", "Get:10 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [3,799 kB]\n", "Hit:11 https://ppa.launchpadcontent.net/deadsnakes/ppa/ubuntu jammy InRelease\n", "Hit:12 https://ppa.launchpadcontent.net/graphics-drivers/ppa/ubuntu jammy InRelease\n", "Get:13 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [5,865 kB]\n", "Get:14 https://r2u.stat.illinois.edu/ubuntu jammy/main all Packages [9,389 kB]\n", "Hit:15 https://ppa.launchpadcontent.net/ubuntugis/ppa/ubuntu jammy InRelease\n", "Get:16 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1,594 kB]\n", "Get:17 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [3,473 kB]\n", "Get:18 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [1,288 kB]\n", "Fetched 28.6 MB in 3s (10.2 MB/s)\n", "Reading package lists... Done\n", "W: Skipping acquire of configured file 'main/source/Sources' as repository 'https://r2u.stat.illinois.edu/ubuntu jammy InRelease' does not seem to provide it (sources.list entry misspelt?)\n", "Reading package lists... Done\n", "Building dependency tree... Done\n", "Reading state information... Done\n", "fonts-liberation is already the newest version (1:1.07.4-11).\n", "libasound2 is already the newest version (1.2.6.1-1ubuntu1).\n", "libasound2 set to manually installed.\n", "libatk-bridge2.0-0 is already the newest version (2.38.0-3).\n", "libatk-bridge2.0-0 set to manually installed.\n", "libatk1.0-0 is already the newest version (2.36.0-3build1).\n", "libatk1.0-0 set to manually installed.\n", "libatspi2.0-0 is already the newest version (2.44.0-3).\n", "libatspi2.0-0 set to manually installed.\n", "libcairo-gobject2 is already the newest version (1.16.0-5ubuntu2).\n", "libcairo-gobject2 set to manually installed.\n", "libcairo2 is already the newest version (1.16.0-5ubuntu2).\n", "libcairo2 set to manually installed.\n", "libegl1 is already the newest version (1.4.0-1).\n", "libepoxy0 is already the newest version (1.5.10-1).\n", "libepoxy0 set to manually installed.\n", "libevent-2.1-7 is already the newest version (2.1.12-stable-1build3).\n", "libevent-2.1-7 set to manually installed.\n", "libfontconfig1 is already the newest version (2.13.1-4.2ubuntu5).\n", "libgles2 is already the newest version (1.4.0-1).\n", "libglx0 is already the newest version (1.4.0-1).\n", "libglx0 set to manually installed.\n", "libicu70 is already the newest version (70.1-2).\n", "libicu70 set to manually installed.\n", "libjpeg-turbo8 is already the newest version (2.1.2-0ubuntu1).\n", "libjpeg-turbo8 set to manually installed.\n", "liblcms2-2 is already the newest version (2.12~rc1-2build2).\n", "liblcms2-2 set to manually installed.\n", "libopengl0 is already the newest version (1.4.0-1).\n", "libopus0 is already the newest version (1.3.1-0.1build2).\n", "libopus0 set to manually installed.\n", "libpng16-16 is already the newest version (1.6.37-3build5).\n", "libpng16-16 set to manually installed.\n", "libxcb-shm0 is already the newest version (1.14-3ubuntu3).\n", "libxcb-shm0 set to manually installed.\n", "libxcb1 is already the newest version (1.14-3ubuntu3).\n", "libxcb1 set to manually installed.\n", "libxcomposite1 is already the newest version (1:0.4.5-1build2).\n", "libxcomposite1 set to manually installed.\n", "libxcursor1 is already the newest version (1:1.2.0-2build4).\n", "libxcursor1 set to manually installed.\n", "libxdamage1 is already the newest version (1:1.1.5-2build2).\n", "libxdamage1 set to manually installed.\n", "libxext6 is already the newest version (2:1.3.4-1build1).\n", "libxfixes3 is already the newest version (1:6.0.0-1).\n", "libxfixes3 set to manually installed.\n", "libxi6 is already the newest version (2:1.8-1build1).\n", "libxi6 set to manually installed.\n", "libxkbcommon0 is already the newest version (1.4.0-1).\n", "libxkbcommon0 set to manually installed.\n", "libxrandr2 is already the newest version (2:1.5.2-1build1).\n", "libxrandr2 set to manually installed.\n", "libxrender1 is already the newest version (1:0.9.10-1build4).\n", "libx264-163 is already the newest version (2:0.163.3060+git5db6aa6-2build1).\n", "libx264-163 set to manually installed.\n", "libatomic1 is already the newest version (12.3.0-1ubuntu1~22.04.2).\n", "libatomic1 set to manually installed.\n", "libcups2 is already the newest version (2.4.1op1-1ubuntu4.12).\n", "libcups2 set to manually installed.\n", "libdbus-1-3 is already the newest version (1.12.20-2ubuntu4.1).\n", "libdbus-1-3 set to manually installed.\n", "libdrm2 is already the newest version (2.4.113-2~ubuntu0.22.04.1).\n", "libdrm2 set to manually installed.\n", "libfreetype6 is already the newest version (2.11.1+dfsg-1ubuntu0.3).\n", "libfreetype6 set to manually installed.\n", "libgbm1 is already the newest version (23.2.1-1ubuntu3.1~22.04.3).\n", "libgbm1 set to manually installed.\n", "libgdk-pixbuf-2.0-0 is already the newest version (2.42.8+dfsg-1ubuntu0.4).\n", "libgdk-pixbuf-2.0-0 set to manually installed.\n", "libglib2.0-0 is already the newest version (2.72.4-0ubuntu2.6).\n", "libgstreamer-plugins-base1.0-0 is already the newest version (1.20.1-1ubuntu0.5).\n", "libgstreamer-plugins-base1.0-0 set to manually installed.\n", "libgstreamer1.0-0 is already the newest version (1.20.3-0ubuntu1.1).\n", "libgstreamer1.0-0 set to manually installed.\n", "libgtk-3-0 is already the newest version (3.24.33-1ubuntu2.2).\n", "libgtk-3-0 set to manually installed.\n", "libgtk-4-1 is already the newest version (4.6.9+ds-0ubuntu0.22.04.2).\n", "libgtk-4-1 set to manually installed.\n", "libharfbuzz0b is already the newest version (2.7.4-1ubuntu3.2).\n", "libharfbuzz0b set to manually installed.\n", "libnspr4 is already the newest version (2:4.35-0ubuntu0.22.04.1).\n", "libnspr4 set to manually installed.\n", "libnss3 is already the newest version (2:3.98-0ubuntu0.22.04.2).\n", "libnss3 set to manually installed.\n", "libopenjp2-7 is already the newest version (2.4.0-6ubuntu0.4).\n", "libopenjp2-7 set to manually installed.\n", "libpango-1.0-0 is already the newest version (1.50.6+ds-2ubuntu1).\n", "libpango-1.0-0 set to manually installed.\n", "libpangocairo-1.0-0 is already the newest version (1.50.6+ds-2ubuntu1).\n", "libpangocairo-1.0-0 set to manually installed.\n", "libwayland-client0 is already the newest version (1.20.0-1ubuntu0.1).\n", "libwayland-client0 set to manually installed.\n", "libwayland-egl1 is already the newest version (1.20.0-1ubuntu0.1).\n", "libwayland-egl1 set to manually installed.\n", "libwayland-server0 is already the newest version (1.20.0-1ubuntu0.1).\n", "libwayland-server0 set to manually installed.\n", "libwebpdemux2 is already the newest version (1.2.2-2ubuntu0.22.04.2).\n", "libx11-6 is already the newest version (2:1.7.5-1ubuntu0.3).\n", "libx11-6 set to manually installed.\n", "libx11-xcb1 is already the newest version (2:1.7.5-1ubuntu0.3).\n", "libx11-xcb1 set to manually installed.\n", "libxml2 is already the newest version (2.9.13+dfsg-1ubuntu0.9).\n", "libxml2 set to manually installed.\n", "libxslt1.1 is already the newest version (1.1.34-4ubuntu0.22.04.4).\n", "ffmpeg is already the newest version (7:4.4.2-0ubuntu0.22.04.1).\n", "xvfb is already the newest version (2:21.1.4-2ubuntu1.7~22.04.15).\n", "The following additional packages will be installed:\n", " dictionaries-common glib-networking glib-networking-common\n", " glib-networking-services gsettings-desktop-schemas hunspell-en-us libaa1\n", " libabsl20210324 libaspell15 libcdparanoia0 libdca0 libdv4 libdvdnav4\n", " libdvdread8 libfaad2 libfluidsynth3 libfreeaptx0 libgav1-0 libgssdp-1.2-0\n", " libgstreamer-plugins-bad1.0-0 libgstreamer-plugins-good1.0-0 libgupnp-1.2-1\n", " libgupnp-igd-1.0-4 libhunspell-1.7-0 libinstpatch-1.0-2 libjson-glib-1.0-0\n", " libjson-glib-1.0-common libkate1 libldacbt-enc2 libltc11 libmjpegutils-2.1-0\n", " libmodplug1 libmpcdec6 libmpeg2encpp-2.1-0 libmplex2-2.1-0 libnice10\n", " libopenh264-6 libopenni2-0 libqrencode4 libsbc1 libsecret-common libshout3\n", " libsoundtouch1 libsoup-3.0-common libsoup2.4-1 libsoup2.4-common libspandsp2\n", " libsrtp2-1 libtag1v5 libtag1v5-vanilla libtext-iconv-perl libv4l-0\n", " libv4lconvert0 libvisual-0.4-0 libvo-aacenc0 libvo-amrwbenc0 libwavpack1\n", " libwebrtc-audio-processing1 libwildmidi2 libyuv0 libzbar0 libzxingcore1\n", " session-migration timgm6mb-soundfont xfonts-encodings xfonts-utils\n", "Suggested packages:\n", " ispell | aspell | hunspell wordlist frei0r-plugins gvfs hunspell\n", " openoffice.org-hunspell | openoffice.org-core aspell libdv-bin oss-compat\n", " libdvdcss2 libenchant-2-voikko gnome-shell | notification-daemon\n", " libvisual-0.4-plugins libwildmidi-config fluid-soundfont-gm\n", "Recommended packages:\n", " fonts-ipafont-mincho fonts-tlwg-loma gstreamer1.0-x aspell-en\n", " | aspell-dictionary | aspell6a-dictionary enchant-2 gstreamer1.0-gl\n", " libmagickcore-6.q16-6-extra\n", "The following NEW packages will be installed:\n", " dictionaries-common fonts-freefont-ttf fonts-ipafont-gothic\n", " fonts-noto-color-emoji fonts-tlwg-loma-otf fonts-unifont fonts-wqy-zenhei\n", " glib-networking glib-networking-common glib-networking-services\n", " gsettings-desktop-schemas gstreamer1.0-libav gstreamer1.0-plugins-bad\n", " gstreamer1.0-plugins-base gstreamer1.0-plugins-good hunspell-en-us libaa1\n", " libabsl20210324 libaspell15 libavif13 libcdparanoia0 libdbus-glib-1-2\n", " libdca0 libdv4 libdvdnav4 libdvdread8 libenchant-2-2 libevdev2 libfaad2\n", " libffi7 libfluidsynth3 libfreeaptx0 libgav1-0 libgssdp-1.2-0\n", " libgstreamer-gl1.0-0 libgstreamer-plugins-bad1.0-0\n", " libgstreamer-plugins-good1.0-0 libgudev-1.0-0 libgupnp-1.2-1\n", " libgupnp-igd-1.0-4 libharfbuzz-icu0 libhunspell-1.7-0 libhyphen0\n", " libinstpatch-1.0-2 libjson-glib-1.0-0 libjson-glib-1.0-common libkate1\n", " libldacbt-enc2 libltc11 libmanette-0.2-0 libmjpegutils-2.1-0 libmodplug1\n", " libmpcdec6 libmpeg2encpp-2.1-0 libmplex2-2.1-0 libnice10 libnotify4\n", " libopenh264-6 libopenni2-0 libproxy1v5 libqrencode4 libsbc1 libsecret-1-0\n", " libsecret-common libshout3 libsoundtouch1 libsoup-3.0-0 libsoup-3.0-common\n", " libsoup2.4-1 libsoup2.4-common libspandsp2 libsrtp2-1 libtag1v5\n", " libtag1v5-vanilla libtext-iconv-perl libv4l-0 libv4lconvert0 libvisual-0.4-0\n", " libvo-aacenc0 libvo-amrwbenc0 libwavpack1 libwebrtc-audio-processing1\n", " libwildmidi2 libwoff1 libxtst6 libyuv0 libzbar0 libzxingcore1\n", " session-migration timgm6mb-soundfont xfonts-cyrillic xfonts-encodings\n", " xfonts-scalable xfonts-utils\n", "0 upgraded, 94 newly installed, 0 to remove and 43 not upgraded.\n", "Need to get 48.2 MB of archives.\n", "After this operation, 123 MB of additional disk space will be used.\n", "Get:1 http://archive.ubuntu.com/ubuntu jammy/universe amd64 fonts-ipafont-gothic all 00303-21ubuntu1 [3,513 kB]\n", "Get:2 http://archive.ubuntu.com/ubuntu jammy/main amd64 libtext-iconv-perl amd64 1.7-7build3 [14.3 kB]\n", "Get:3 http://archive.ubuntu.com/ubuntu jammy/main amd64 dictionaries-common all 1.28.14 [185 kB]\n", "Get:4 http://archive.ubuntu.com/ubuntu jammy/main amd64 fonts-freefont-ttf all 20120503-10build1 [2,388 kB]\n", "Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 fonts-noto-color-emoji all 2.047-0ubuntu0.22.04.1 [10.0 MB]\n", "Get:6 http://archive.ubuntu.com/ubuntu jammy/universe amd64 fonts-tlwg-loma-otf all 1:0.7.3-1 [107 kB]\n", "Get:7 http://archive.ubuntu.com/ubuntu jammy/universe amd64 fonts-unifont all 1:14.0.01-1 [3,551 kB]\n", "Get:8 http://archive.ubuntu.com/ubuntu jammy/universe amd64 fonts-wqy-zenhei all 0.9.45-8 [7,472 kB]\n", "Get:9 http://archive.ubuntu.com/ubuntu jammy/main amd64 libproxy1v5 amd64 0.4.17-2 [51.9 kB]\n", "Get:10 http://archive.ubuntu.com/ubuntu jammy/main amd64 glib-networking-common all 2.72.0-1 [3,718 B]\n", "Get:11 http://archive.ubuntu.com/ubuntu jammy/main amd64 glib-networking-services amd64 2.72.0-1 [9,982 B]\n", "Get:12 http://archive.ubuntu.com/ubuntu jammy/main amd64 session-migration amd64 0.3.6 [9,774 B]\n", "Get:13 http://archive.ubuntu.com/ubuntu jammy/main amd64 gsettings-desktop-schemas all 42.0-1ubuntu1 [31.1 kB]\n", "Get:14 http://archive.ubuntu.com/ubuntu jammy/main amd64 glib-networking amd64 2.72.0-1 [69.8 kB]\n", "Get:15 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 gstreamer1.0-libav amd64 1.20.3-0ubuntu1 [103 kB]\n", "Get:16 http://archive.ubuntu.com/ubuntu jammy/main amd64 libcdparanoia0 amd64 3.10.2+debian-14build2 [49.3 kB]\n", "Get:17 http://archive.ubuntu.com/ubuntu jammy/main amd64 libvisual-0.4-0 amd64 0.4.0-17build2 [108 kB]\n", "Get:18 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 gstreamer1.0-plugins-base amd64 1.20.1-1ubuntu0.5 [712 kB]\n", "Get:19 http://archive.ubuntu.com/ubuntu jammy/main amd64 libaa1 amd64 1.4p5-50build1 [51.9 kB]\n", "Get:20 http://archive.ubuntu.com/ubuntu jammy/main amd64 libdv4 amd64 1.0.0-14build1 [61.9 kB]\n", "Get:21 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libgstreamer-plugins-good1.0-0 amd64 1.20.3-0ubuntu1.4 [30.2 kB]\n", "Get:22 http://archive.ubuntu.com/ubuntu jammy/main amd64 libgudev-1.0-0 amd64 1:237-2build1 [16.3 kB]\n", "Get:23 http://archive.ubuntu.com/ubuntu jammy/main amd64 libshout3 amd64 2.4.5-1build3 [54.5 kB]\n", "Get:24 http://archive.ubuntu.com/ubuntu jammy/main amd64 libtag1v5-vanilla amd64 1.11.1+dfsg.1-3ubuntu3 [304 kB]\n", "Get:25 http://archive.ubuntu.com/ubuntu jammy/main amd64 libtag1v5 amd64 1.11.1+dfsg.1-3ubuntu3 [11.5 kB]\n", "Get:26 http://archive.ubuntu.com/ubuntu jammy/main amd64 libv4lconvert0 amd64 1.22.1-2build1 [82.4 kB]\n", "Get:27 http://archive.ubuntu.com/ubuntu jammy/main amd64 libv4l-0 amd64 1.22.1-2build1 [44.9 kB]\n", "Get:28 http://archive.ubuntu.com/ubuntu jammy/main amd64 libwavpack1 amd64 5.4.0-1build2 [83.7 kB]\n", "Get:29 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libsoup2.4-common all 2.74.2-3ubuntu0.6 [4,778 B]\n", "Get:30 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libsoup2.4-1 amd64 2.74.2-3ubuntu0.6 [288 kB]\n", "Get:31 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 gstreamer1.0-plugins-good amd64 1.20.3-0ubuntu1.4 [2,009 kB]\n", "Get:32 http://archive.ubuntu.com/ubuntu jammy/main amd64 hunspell-en-us all 1:2020.12.07-2 [280 kB]\n", "Get:33 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libabsl20210324 amd64 0~20210324.2-2ubuntu0.2 [386 kB]\n", "Get:34 http://archive.ubuntu.com/ubuntu jammy/main amd64 libaspell15 amd64 0.60.8-4build1 [325 kB]\n", "Get:35 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libgav1-0 amd64 0.17.0-1build1 [336 kB]\n", "Get:36 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libyuv0 amd64 0.0~git20220104.b91df1a-2 [154 kB]\n", "Get:37 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libavif13 amd64 0.9.3-3 [69.5 kB]\n", "Get:38 http://archive.ubuntu.com/ubuntu jammy/main amd64 libdbus-glib-1-2 amd64 0.112-2build1 [65.4 kB]\n", "Get:39 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libdvdread8 amd64 6.1.2-1 [55.7 kB]\n", "Get:40 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libdvdnav4 amd64 6.1.1-1 [39.3 kB]\n", "Get:41 http://archive.ubuntu.com/ubuntu jammy/main amd64 libhunspell-1.7-0 amd64 1.7.0-4build1 [175 kB]\n", "Get:42 http://archive.ubuntu.com/ubuntu jammy/main amd64 libenchant-2-2 amd64 2.3.2-1ubuntu2 [50.9 kB]\n", "Get:43 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libfaad2 amd64 2.10.0-2 [197 kB]\n", "Get:44 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libffi7 amd64 3.3-5ubuntu1 [19.9 kB]\n", "Get:45 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libinstpatch-1.0-2 amd64 1.1.6-1 [240 kB]\n", "Get:46 http://archive.ubuntu.com/ubuntu jammy/universe amd64 timgm6mb-soundfont all 1.3-5 [5,427 kB]\n", "Get:47 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libfluidsynth3 amd64 2.2.5-1 [246 kB]\n", "Get:48 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libfreeaptx0 amd64 0.1.1-1 [12.9 kB]\n", "Get:49 http://archive.ubuntu.com/ubuntu jammy/main amd64 libgssdp-1.2-0 amd64 1.4.0.1-2build1 [48.9 kB]\n", "Get:50 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libgstreamer-gl1.0-0 amd64 1.20.1-1ubuntu0.5 [204 kB]\n", "Get:51 http://archive.ubuntu.com/ubuntu jammy/main amd64 libgupnp-1.2-1 amd64 1.4.3-1 [93.3 kB]\n", "Get:52 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libgupnp-igd-1.0-4 amd64 1.2.0-1build1 [16.8 kB]\n", "Get:53 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libharfbuzz-icu0 amd64 2.7.4-1ubuntu3.2 [5,890 B]\n", "Get:54 http://archive.ubuntu.com/ubuntu jammy/main amd64 libhyphen0 amd64 2.8.8-7build2 [28.2 kB]\n", "Get:55 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjson-glib-1.0-common all 1.6.6-1build1 [4,432 B]\n", "Get:56 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjson-glib-1.0-0 amd64 1.6.6-1build1 [69.9 kB]\n", "Get:57 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libkate1 amd64 0.4.1-11build1 [39.4 kB]\n", "Get:58 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libldacbt-enc2 amd64 2.0.2.3+git20200429+ed310a0-4 [24.6 kB]\n", "Get:59 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libltc11 amd64 1.3.1-1 [12.3 kB]\n", "Get:60 http://archive.ubuntu.com/ubuntu jammy/main amd64 libevdev2 amd64 1.12.1+dfsg-1 [39.5 kB]\n", "Get:61 http://archive.ubuntu.com/ubuntu jammy/main amd64 libmanette-0.2-0 amd64 0.2.6-3build1 [30.4 kB]\n", "Get:62 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libmjpegutils-2.1-0 amd64 1:2.1.0+debian-6build1 [24.1 kB]\n", "Get:63 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libmodplug1 amd64 1:0.8.9.0-3 [153 kB]\n", "Get:64 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libmpcdec6 amd64 2:0.1~r495-2 [32.4 kB]\n", "Get:65 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libmpeg2encpp-2.1-0 amd64 1:2.1.0+debian-6build1 [69.4 kB]\n", "Get:66 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libmplex2-2.1-0 amd64 1:2.1.0+debian-6build1 [44.4 kB]\n", "Get:67 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libnice10 amd64 0.1.18-2 [156 kB]\n", "Get:68 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libnotify4 amd64 0.7.9-3ubuntu5.22.04.1 [20.3 kB]\n", "Get:69 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libopenh264-6 amd64 2.2.0+dfsg-2 [407 kB]\n", "Get:70 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libopenni2-0 amd64 2.2.0.33+dfsg-15 [389 kB]\n", "Get:71 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libqrencode4 amd64 4.1.1-1 [24.0 kB]\n", "Get:72 http://archive.ubuntu.com/ubuntu jammy/main amd64 libsecret-common all 0.20.5-2 [4,278 B]\n", "Get:73 http://archive.ubuntu.com/ubuntu jammy/main amd64 libsecret-1-0 amd64 0.20.5-2 [124 kB]\n", "Get:74 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libsoundtouch1 amd64 2.3.1+ds1-1 [38.3 kB]\n", "Get:75 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libsoup-3.0-common all 3.0.7-0ubuntu1 [62.1 kB]\n", "Get:76 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libsoup-3.0-0 amd64 3.0.7-0ubuntu1 [278 kB]\n", "Get:77 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libspandsp2 amd64 0.0.6+dfsg-2 [272 kB]\n", "Get:78 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libsrtp2-1 amd64 2.4.2-2 [40.7 kB]\n", "Get:79 http://archive.ubuntu.com/ubuntu jammy/main amd64 libwebrtc-audio-processing1 amd64 0.3.1-0ubuntu5 [291 kB]\n", "Get:80 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libwildmidi2 amd64 0.4.3-1 [59.9 kB]\n", "Get:81 http://archive.ubuntu.com/ubuntu jammy/main amd64 libwoff1 amd64 1.0.2-1build4 [45.2 kB]\n", "Get:82 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxtst6 amd64 2:1.2.3-1build4 [13.4 kB]\n", "Get:83 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libzbar0 amd64 0.23.92-4build2 [121 kB]\n", "Get:84 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libzxingcore1 amd64 1.2.0-1 [619 kB]\n", "Get:85 http://archive.ubuntu.com/ubuntu jammy/main amd64 xfonts-encodings all 1:1.0.5-0ubuntu2 [578 kB]\n", "Get:86 http://archive.ubuntu.com/ubuntu jammy/main amd64 xfonts-utils amd64 1:7.7+6build2 [94.6 kB]\n", "Get:87 http://archive.ubuntu.com/ubuntu jammy/universe amd64 xfonts-cyrillic all 1:1.0.5 [386 kB]\n", "Get:88 http://archive.ubuntu.com/ubuntu jammy/main amd64 xfonts-scalable all 1:1.0.3-1.2ubuntu1 [306 kB]\n", "Get:89 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libdca0 amd64 0.0.7-2 [88.2 kB]\n", "Get:90 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libgstreamer-plugins-bad1.0-0 amd64 1.20.3-0ubuntu1.1 [489 kB]\n", "Get:91 http://archive.ubuntu.com/ubuntu jammy/main amd64 libsbc1 amd64 1.5-3build2 [34.4 kB]\n", "Get:92 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libvo-aacenc0 amd64 0.1.3-2 [69.4 kB]\n", "Get:93 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libvo-amrwbenc0 amd64 0.1.3-2 [68.2 kB]\n", "Get:94 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 gstreamer1.0-plugins-bad amd64 1.20.3-0ubuntu1.1 [2,602 kB]\n", "Fetched 48.2 MB in 2s (19.5 MB/s)\n", "Extracting templates from packages: 100%\n", "Preconfiguring packages ...\n", "Selecting previously unselected package fonts-ipafont-gothic.\n", "(Reading database ... 126675 files and directories currently installed.)\n", "Preparing to unpack .../00-fonts-ipafont-gothic_00303-21ubuntu1_all.deb ...\n", "Unpacking fonts-ipafont-gothic (00303-21ubuntu1) ...\n", "Selecting previously unselected package libtext-iconv-perl.\n", "Preparing to unpack .../01-libtext-iconv-perl_1.7-7build3_amd64.deb ...\n", "Unpacking libtext-iconv-perl (1.7-7build3) ...\n", "Selecting previously unselected package dictionaries-common.\n", "Preparing to unpack .../02-dictionaries-common_1.28.14_all.deb ...\n", "Adding 'diversion of /usr/share/dict/words to /usr/share/dict/words.pre-dictionaries-common by dictionaries-common'\n", "Unpacking dictionaries-common (1.28.14) ...\n", "Selecting previously unselected package fonts-freefont-ttf.\n", "Preparing to unpack .../03-fonts-freefont-ttf_20120503-10build1_all.deb ...\n", "Unpacking fonts-freefont-ttf (20120503-10build1) ...\n", "Selecting previously unselected package fonts-noto-color-emoji.\n", "Preparing to unpack .../04-fonts-noto-color-emoji_2.047-0ubuntu0.22.04.1_all.deb ...\n", "Unpacking fonts-noto-color-emoji (2.047-0ubuntu0.22.04.1) ...\n", "Selecting previously unselected package fonts-tlwg-loma-otf.\n", "Preparing to unpack .../05-fonts-tlwg-loma-otf_1%3a0.7.3-1_all.deb ...\n", "Unpacking fonts-tlwg-loma-otf (1:0.7.3-1) ...\n", "Selecting previously unselected package fonts-unifont.\n", "Preparing to unpack .../06-fonts-unifont_1%3a14.0.01-1_all.deb ...\n", "Unpacking fonts-unifont (1:14.0.01-1) ...\n", "Selecting previously unselected package fonts-wqy-zenhei.\n", "Preparing to unpack .../07-fonts-wqy-zenhei_0.9.45-8_all.deb ...\n", "Unpacking fonts-wqy-zenhei (0.9.45-8) ...\n", "Selecting previously unselected package libproxy1v5:amd64.\n", "Preparing to unpack .../08-libproxy1v5_0.4.17-2_amd64.deb ...\n", "Unpacking libproxy1v5:amd64 (0.4.17-2) ...\n", "Selecting previously unselected package glib-networking-common.\n", "Preparing to unpack .../09-glib-networking-common_2.72.0-1_all.deb ...\n", "Unpacking glib-networking-common (2.72.0-1) ...\n", "Selecting previously unselected package glib-networking-services.\n", "Preparing to unpack .../10-glib-networking-services_2.72.0-1_amd64.deb ...\n", "Unpacking glib-networking-services (2.72.0-1) ...\n", "Selecting previously unselected package session-migration.\n", "Preparing to unpack .../11-session-migration_0.3.6_amd64.deb ...\n", "Unpacking session-migration (0.3.6) ...\n", "Selecting previously unselected package gsettings-desktop-schemas.\n", "Preparing to unpack .../12-gsettings-desktop-schemas_42.0-1ubuntu1_all.deb ...\n", "Unpacking gsettings-desktop-schemas (42.0-1ubuntu1) ...\n", "Selecting previously unselected package glib-networking:amd64.\n", "Preparing to unpack .../13-glib-networking_2.72.0-1_amd64.deb ...\n", "Unpacking glib-networking:amd64 (2.72.0-1) ...\n", "Selecting previously unselected package gstreamer1.0-libav:amd64.\n", "Preparing to unpack .../14-gstreamer1.0-libav_1.20.3-0ubuntu1_amd64.deb ...\n", "Unpacking gstreamer1.0-libav:amd64 (1.20.3-0ubuntu1) ...\n", "Selecting previously unselected package libcdparanoia0:amd64.\n", "Preparing to unpack .../15-libcdparanoia0_3.10.2+debian-14build2_amd64.deb ...\n", "Unpacking libcdparanoia0:amd64 (3.10.2+debian-14build2) ...\n", "Selecting previously unselected package libvisual-0.4-0:amd64.\n", "Preparing to unpack .../16-libvisual-0.4-0_0.4.0-17build2_amd64.deb ...\n", "Unpacking libvisual-0.4-0:amd64 (0.4.0-17build2) ...\n", "Selecting previously unselected package gstreamer1.0-plugins-base:amd64.\n", "Preparing to unpack .../17-gstreamer1.0-plugins-base_1.20.1-1ubuntu0.5_amd64.deb ...\n", "Unpacking gstreamer1.0-plugins-base:amd64 (1.20.1-1ubuntu0.5) ...\n", "Selecting previously unselected package libaa1:amd64.\n", "Preparing to unpack .../18-libaa1_1.4p5-50build1_amd64.deb ...\n", "Unpacking libaa1:amd64 (1.4p5-50build1) ...\n", "Selecting previously unselected package libdv4:amd64.\n", "Preparing to unpack .../19-libdv4_1.0.0-14build1_amd64.deb ...\n", "Unpacking libdv4:amd64 (1.0.0-14build1) ...\n", "Selecting previously unselected package libgstreamer-plugins-good1.0-0:amd64.\n", "Preparing to unpack .../20-libgstreamer-plugins-good1.0-0_1.20.3-0ubuntu1.4_amd64.deb ...\n", "Unpacking libgstreamer-plugins-good1.0-0:amd64 (1.20.3-0ubuntu1.4) ...\n", "Selecting previously unselected package libgudev-1.0-0:amd64.\n", "Preparing to unpack .../21-libgudev-1.0-0_1%3a237-2build1_amd64.deb ...\n", "Unpacking libgudev-1.0-0:amd64 (1:237-2build1) ...\n", "Selecting previously unselected package libshout3:amd64.\n", "Preparing to unpack .../22-libshout3_2.4.5-1build3_amd64.deb ...\n", "Unpacking libshout3:amd64 (2.4.5-1build3) ...\n", "Selecting previously unselected package libtag1v5-vanilla:amd64.\n", "Preparing to unpack .../23-libtag1v5-vanilla_1.11.1+dfsg.1-3ubuntu3_amd64.deb ...\n", "Unpacking libtag1v5-vanilla:amd64 (1.11.1+dfsg.1-3ubuntu3) ...\n", "Selecting previously unselected package libtag1v5:amd64.\n", "Preparing to unpack .../24-libtag1v5_1.11.1+dfsg.1-3ubuntu3_amd64.deb ...\n", "Unpacking libtag1v5:amd64 (1.11.1+dfsg.1-3ubuntu3) ...\n", "Selecting previously unselected package libv4lconvert0:amd64.\n", "Preparing to unpack .../25-libv4lconvert0_1.22.1-2build1_amd64.deb ...\n", "Unpacking libv4lconvert0:amd64 (1.22.1-2build1) ...\n", "Selecting previously unselected package libv4l-0:amd64.\n", "Preparing to unpack .../26-libv4l-0_1.22.1-2build1_amd64.deb ...\n", "Unpacking libv4l-0:amd64 (1.22.1-2build1) ...\n", "Selecting previously unselected package libwavpack1:amd64.\n", "Preparing to unpack .../27-libwavpack1_5.4.0-1build2_amd64.deb ...\n", "Unpacking libwavpack1:amd64 (5.4.0-1build2) ...\n", "Selecting previously unselected package libsoup2.4-common.\n", "Preparing to unpack .../28-libsoup2.4-common_2.74.2-3ubuntu0.6_all.deb ...\n", "Unpacking libsoup2.4-common (2.74.2-3ubuntu0.6) ...\n", "Selecting previously unselected package libsoup2.4-1:amd64.\n", "Preparing to unpack .../29-libsoup2.4-1_2.74.2-3ubuntu0.6_amd64.deb ...\n", "Unpacking libsoup2.4-1:amd64 (2.74.2-3ubuntu0.6) ...\n", "Selecting previously unselected package gstreamer1.0-plugins-good:amd64.\n", "Preparing to unpack .../30-gstreamer1.0-plugins-good_1.20.3-0ubuntu1.4_amd64.deb ...\n", "Unpacking gstreamer1.0-plugins-good:amd64 (1.20.3-0ubuntu1.4) ...\n", "Selecting previously unselected package hunspell-en-us.\n", "Preparing to unpack .../31-hunspell-en-us_1%3a2020.12.07-2_all.deb ...\n", "Unpacking hunspell-en-us (1:2020.12.07-2) ...\n", "Selecting previously unselected package libabsl20210324:amd64.\n", "Preparing to unpack .../32-libabsl20210324_0~20210324.2-2ubuntu0.2_amd64.deb ...\n", "Unpacking libabsl20210324:amd64 (0~20210324.2-2ubuntu0.2) ...\n", "Selecting previously unselected package libaspell15:amd64.\n", "Preparing to unpack .../33-libaspell15_0.60.8-4build1_amd64.deb ...\n", "Unpacking libaspell15:amd64 (0.60.8-4build1) ...\n", "Selecting previously unselected package libgav1-0:amd64.\n", "Preparing to unpack .../34-libgav1-0_0.17.0-1build1_amd64.deb ...\n", "Unpacking libgav1-0:amd64 (0.17.0-1build1) ...\n", "Selecting previously unselected package libyuv0:amd64.\n", "Preparing to unpack .../35-libyuv0_0.0~git20220104.b91df1a-2_amd64.deb ...\n", "Unpacking libyuv0:amd64 (0.0~git20220104.b91df1a-2) ...\n", "Selecting previously unselected package libavif13:amd64.\n", "Preparing to unpack .../36-libavif13_0.9.3-3_amd64.deb ...\n", "Unpacking libavif13:amd64 (0.9.3-3) ...\n", "Selecting previously unselected package libdbus-glib-1-2:amd64.\n", "Preparing to unpack .../37-libdbus-glib-1-2_0.112-2build1_amd64.deb ...\n", "Unpacking libdbus-glib-1-2:amd64 (0.112-2build1) ...\n", "Selecting previously unselected package libdvdread8:amd64.\n", "Preparing to unpack .../38-libdvdread8_6.1.2-1_amd64.deb ...\n", "Unpacking libdvdread8:amd64 (6.1.2-1) ...\n", "Selecting previously unselected package libdvdnav4:amd64.\n", "Preparing to unpack .../39-libdvdnav4_6.1.1-1_amd64.deb ...\n", "Unpacking libdvdnav4:amd64 (6.1.1-1) ...\n", "Selecting previously unselected package libhunspell-1.7-0:amd64.\n", "Preparing to unpack .../40-libhunspell-1.7-0_1.7.0-4build1_amd64.deb ...\n", "Unpacking libhunspell-1.7-0:amd64 (1.7.0-4build1) ...\n", "Selecting previously unselected package libenchant-2-2:amd64.\n", "Preparing to unpack .../41-libenchant-2-2_2.3.2-1ubuntu2_amd64.deb ...\n", "Unpacking libenchant-2-2:amd64 (2.3.2-1ubuntu2) ...\n", "Selecting previously unselected package libfaad2:amd64.\n", "Preparing to unpack .../42-libfaad2_2.10.0-2_amd64.deb ...\n", "Unpacking libfaad2:amd64 (2.10.0-2) ...\n", "Selecting previously unselected package libffi7:amd64.\n", "Preparing to unpack .../43-libffi7_3.3-5ubuntu1_amd64.deb ...\n", "Unpacking libffi7:amd64 (3.3-5ubuntu1) ...\n", "Selecting previously unselected package libinstpatch-1.0-2:amd64.\n", "Preparing to unpack .../44-libinstpatch-1.0-2_1.1.6-1_amd64.deb ...\n", "Unpacking libinstpatch-1.0-2:amd64 (1.1.6-1) ...\n", "Selecting previously unselected package timgm6mb-soundfont.\n", "Preparing to unpack .../45-timgm6mb-soundfont_1.3-5_all.deb ...\n", "Unpacking timgm6mb-soundfont (1.3-5) ...\n", "Selecting previously unselected package libfluidsynth3:amd64.\n", "Preparing to unpack .../46-libfluidsynth3_2.2.5-1_amd64.deb ...\n", "Unpacking libfluidsynth3:amd64 (2.2.5-1) ...\n", "Selecting previously unselected package libfreeaptx0:amd64.\n", "Preparing to unpack .../47-libfreeaptx0_0.1.1-1_amd64.deb ...\n", "Unpacking libfreeaptx0:amd64 (0.1.1-1) ...\n", "Selecting previously unselected package libgssdp-1.2-0:amd64.\n", "Preparing to unpack .../48-libgssdp-1.2-0_1.4.0.1-2build1_amd64.deb ...\n", "Unpacking libgssdp-1.2-0:amd64 (1.4.0.1-2build1) ...\n", "Selecting previously unselected package libgstreamer-gl1.0-0:amd64.\n", "Preparing to unpack .../49-libgstreamer-gl1.0-0_1.20.1-1ubuntu0.5_amd64.deb ...\n", "Unpacking libgstreamer-gl1.0-0:amd64 (1.20.1-1ubuntu0.5) ...\n", "Selecting previously unselected package libgupnp-1.2-1:amd64.\n", "Preparing to unpack .../50-libgupnp-1.2-1_1.4.3-1_amd64.deb ...\n", "Unpacking libgupnp-1.2-1:amd64 (1.4.3-1) ...\n", "Selecting previously unselected package libgupnp-igd-1.0-4:amd64.\n", "Preparing to unpack .../51-libgupnp-igd-1.0-4_1.2.0-1build1_amd64.deb ...\n", "Unpacking libgupnp-igd-1.0-4:amd64 (1.2.0-1build1) ...\n", "Selecting previously unselected package libharfbuzz-icu0:amd64.\n", "Preparing to unpack .../52-libharfbuzz-icu0_2.7.4-1ubuntu3.2_amd64.deb ...\n", "Unpacking libharfbuzz-icu0:amd64 (2.7.4-1ubuntu3.2) ...\n", "Selecting previously unselected package libhyphen0:amd64.\n", "Preparing to unpack .../53-libhyphen0_2.8.8-7build2_amd64.deb ...\n", "Unpacking libhyphen0:amd64 (2.8.8-7build2) ...\n", "Selecting previously unselected package libjson-glib-1.0-common.\n", "Preparing to unpack .../54-libjson-glib-1.0-common_1.6.6-1build1_all.deb ...\n", "Unpacking libjson-glib-1.0-common (1.6.6-1build1) ...\n", "Selecting previously unselected package libjson-glib-1.0-0:amd64.\n", "Preparing to unpack .../55-libjson-glib-1.0-0_1.6.6-1build1_amd64.deb ...\n", "Unpacking libjson-glib-1.0-0:amd64 (1.6.6-1build1) ...\n", "Selecting previously unselected package libkate1:amd64.\n", "Preparing to unpack .../56-libkate1_0.4.1-11build1_amd64.deb ...\n", "Unpacking libkate1:amd64 (0.4.1-11build1) ...\n", "Selecting previously unselected package libldacbt-enc2:amd64.\n", "Preparing to unpack .../57-libldacbt-enc2_2.0.2.3+git20200429+ed310a0-4_amd64.deb ...\n", "Unpacking libldacbt-enc2:amd64 (2.0.2.3+git20200429+ed310a0-4) ...\n", "Selecting previously unselected package libltc11:amd64.\n", "Preparing to unpack .../58-libltc11_1.3.1-1_amd64.deb ...\n", "Unpacking libltc11:amd64 (1.3.1-1) ...\n", "Selecting previously unselected package libevdev2:amd64.\n", "Preparing to unpack .../59-libevdev2_1.12.1+dfsg-1_amd64.deb ...\n", "Unpacking libevdev2:amd64 (1.12.1+dfsg-1) ...\n", "Selecting previously unselected package libmanette-0.2-0:amd64.\n", "Preparing to unpack .../60-libmanette-0.2-0_0.2.6-3build1_amd64.deb ...\n", "Unpacking libmanette-0.2-0:amd64 (0.2.6-3build1) ...\n", "Selecting previously unselected package libmjpegutils-2.1-0:amd64.\n", "Preparing to unpack .../61-libmjpegutils-2.1-0_1%3a2.1.0+debian-6build1_amd64.deb ...\n", "Unpacking libmjpegutils-2.1-0:amd64 (1:2.1.0+debian-6build1) ...\n", "Selecting previously unselected package libmodplug1:amd64.\n", "Preparing to unpack .../62-libmodplug1_1%3a0.8.9.0-3_amd64.deb ...\n", "Unpacking libmodplug1:amd64 (1:0.8.9.0-3) ...\n", "Selecting previously unselected package libmpcdec6:amd64.\n", "Preparing to unpack .../63-libmpcdec6_2%3a0.1~r495-2_amd64.deb ...\n", "Unpacking libmpcdec6:amd64 (2:0.1~r495-2) ...\n", "Selecting previously unselected package libmpeg2encpp-2.1-0:amd64.\n", "Preparing to unpack .../64-libmpeg2encpp-2.1-0_1%3a2.1.0+debian-6build1_amd64.deb ...\n", "Unpacking libmpeg2encpp-2.1-0:amd64 (1:2.1.0+debian-6build1) ...\n", "Selecting previously unselected package libmplex2-2.1-0:amd64.\n", "Preparing to unpack .../65-libmplex2-2.1-0_1%3a2.1.0+debian-6build1_amd64.deb ...\n", "Unpacking libmplex2-2.1-0:amd64 (1:2.1.0+debian-6build1) ...\n", "Selecting previously unselected package libnice10:amd64.\n", "Preparing to unpack .../66-libnice10_0.1.18-2_amd64.deb ...\n", "Unpacking libnice10:amd64 (0.1.18-2) ...\n", "Selecting previously unselected package libnotify4:amd64.\n", "Preparing to unpack .../67-libnotify4_0.7.9-3ubuntu5.22.04.1_amd64.deb ...\n", "Unpacking libnotify4:amd64 (0.7.9-3ubuntu5.22.04.1) ...\n", "Selecting previously unselected package libopenh264-6:amd64.\n", "Preparing to unpack .../68-libopenh264-6_2.2.0+dfsg-2_amd64.deb ...\n", "Unpacking libopenh264-6:amd64 (2.2.0+dfsg-2) ...\n", "Selecting previously unselected package libopenni2-0:amd64.\n", "Preparing to unpack .../69-libopenni2-0_2.2.0.33+dfsg-15_amd64.deb ...\n", "Unpacking libopenni2-0:amd64 (2.2.0.33+dfsg-15) ...\n", "Selecting previously unselected package libqrencode4:amd64.\n", "Preparing to unpack .../70-libqrencode4_4.1.1-1_amd64.deb ...\n", "Unpacking libqrencode4:amd64 (4.1.1-1) ...\n", "Selecting previously unselected package libsecret-common.\n", "Preparing to unpack .../71-libsecret-common_0.20.5-2_all.deb ...\n", "Unpacking libsecret-common (0.20.5-2) ...\n", "Selecting previously unselected package libsecret-1-0:amd64.\n", "Preparing to unpack .../72-libsecret-1-0_0.20.5-2_amd64.deb ...\n", "Unpacking libsecret-1-0:amd64 (0.20.5-2) ...\n", "Selecting previously unselected package libsoundtouch1:amd64.\n", "Preparing to unpack .../73-libsoundtouch1_2.3.1+ds1-1_amd64.deb ...\n", "Unpacking libsoundtouch1:amd64 (2.3.1+ds1-1) ...\n", "Selecting previously unselected package libsoup-3.0-common.\n", "Preparing to unpack .../74-libsoup-3.0-common_3.0.7-0ubuntu1_all.deb ...\n", "Unpacking libsoup-3.0-common (3.0.7-0ubuntu1) ...\n", "Selecting previously unselected package libsoup-3.0-0:amd64.\n", "Preparing to unpack .../75-libsoup-3.0-0_3.0.7-0ubuntu1_amd64.deb ...\n", "Unpacking libsoup-3.0-0:amd64 (3.0.7-0ubuntu1) ...\n", "Selecting previously unselected package libspandsp2:amd64.\n", "Preparing to unpack .../76-libspandsp2_0.0.6+dfsg-2_amd64.deb ...\n", "Unpacking libspandsp2:amd64 (0.0.6+dfsg-2) ...\n", "Selecting previously unselected package libsrtp2-1:amd64.\n", "Preparing to unpack .../77-libsrtp2-1_2.4.2-2_amd64.deb ...\n", "Unpacking libsrtp2-1:amd64 (2.4.2-2) ...\n", "Selecting previously unselected package libwebrtc-audio-processing1:amd64.\n", "Preparing to unpack .../78-libwebrtc-audio-processing1_0.3.1-0ubuntu5_amd64.deb ...\n", "Unpacking libwebrtc-audio-processing1:amd64 (0.3.1-0ubuntu5) ...\n", "Selecting previously unselected package libwildmidi2:amd64.\n", "Preparing to unpack .../79-libwildmidi2_0.4.3-1_amd64.deb ...\n", "Unpacking libwildmidi2:amd64 (0.4.3-1) ...\n", "Selecting previously unselected package libwoff1:amd64.\n", "Preparing to unpack .../80-libwoff1_1.0.2-1build4_amd64.deb ...\n", "Unpacking libwoff1:amd64 (1.0.2-1build4) ...\n", "Selecting previously unselected package libxtst6:amd64.\n", "Preparing to unpack .../81-libxtst6_2%3a1.2.3-1build4_amd64.deb ...\n", "Unpacking libxtst6:amd64 (2:1.2.3-1build4) ...\n", "Selecting previously unselected package libzbar0:amd64.\n", "Preparing to unpack .../82-libzbar0_0.23.92-4build2_amd64.deb ...\n", "Unpacking libzbar0:amd64 (0.23.92-4build2) ...\n", "Selecting previously unselected package libzxingcore1:amd64.\n", "Preparing to unpack .../83-libzxingcore1_1.2.0-1_amd64.deb ...\n", "Unpacking libzxingcore1:amd64 (1.2.0-1) ...\n", "Selecting previously unselected package xfonts-encodings.\n", "Preparing to unpack .../84-xfonts-encodings_1%3a1.0.5-0ubuntu2_all.deb ...\n", "Unpacking xfonts-encodings (1:1.0.5-0ubuntu2) ...\n", "Selecting previously unselected package xfonts-utils.\n", "Preparing to unpack .../85-xfonts-utils_1%3a7.7+6build2_amd64.deb ...\n", "Unpacking xfonts-utils (1:7.7+6build2) ...\n", "Selecting previously unselected package xfonts-cyrillic.\n", "Preparing to unpack .../86-xfonts-cyrillic_1%3a1.0.5_all.deb ...\n", "Unpacking xfonts-cyrillic (1:1.0.5) ...\n", "Selecting previously unselected package xfonts-scalable.\n", "Preparing to unpack .../87-xfonts-scalable_1%3a1.0.3-1.2ubuntu1_all.deb ...\n", "Unpacking xfonts-scalable (1:1.0.3-1.2ubuntu1) ...\n", "Selecting previously unselected package libdca0:amd64.\n", "Preparing to unpack .../88-libdca0_0.0.7-2_amd64.deb ...\n", "Unpacking libdca0:amd64 (0.0.7-2) ...\n", "Selecting previously unselected package libgstreamer-plugins-bad1.0-0:amd64.\n", "Preparing to unpack .../89-libgstreamer-plugins-bad1.0-0_1.20.3-0ubuntu1.1_amd64.deb ...\n", "Unpacking libgstreamer-plugins-bad1.0-0:amd64 (1.20.3-0ubuntu1.1) ...\n", "Selecting previously unselected package libsbc1:amd64.\n", "Preparing to unpack .../90-libsbc1_1.5-3build2_amd64.deb ...\n", "Unpacking libsbc1:amd64 (1.5-3build2) ...\n", "Selecting previously unselected package libvo-aacenc0:amd64.\n", "Preparing to unpack .../91-libvo-aacenc0_0.1.3-2_amd64.deb ...\n", "Unpacking libvo-aacenc0:amd64 (0.1.3-2) ...\n", "Selecting previously unselected package libvo-amrwbenc0:amd64.\n", "Preparing to unpack .../92-libvo-amrwbenc0_0.1.3-2_amd64.deb ...\n", "Unpacking libvo-amrwbenc0:amd64 (0.1.3-2) ...\n", "Selecting previously unselected package gstreamer1.0-plugins-bad:amd64.\n", "Preparing to unpack .../93-gstreamer1.0-plugins-bad_1.20.3-0ubuntu1.1_amd64.deb ...\n", "Unpacking gstreamer1.0-plugins-bad:amd64 (1.20.3-0ubuntu1.1) ...\n", "Setting up libtext-iconv-perl (1.7-7build3) ...\n", "Setting up libfreeaptx0:amd64 (0.1.1-1) ...\n", "Setting up libmodplug1:amd64 (1:0.8.9.0-3) ...\n", "Setting up libcdparanoia0:amd64 (3.10.2+debian-14build2) ...\n", "Setting up libvo-amrwbenc0:amd64 (0.1.3-2) ...\n", "Setting up session-migration (0.3.6) ...\n", "Created symlink /etc/systemd/user/graphical-session-pre.target.wants/session-migration.service → /usr/lib/systemd/user/session-migration.service.\n", "Setting up libsbc1:amd64 (1.5-3build2) ...\n", "Setting up libproxy1v5:amd64 (0.4.17-2) ...\n", "Setting up libtag1v5-vanilla:amd64 (1.11.1+dfsg.1-3ubuntu3) ...\n", "Setting up libkate1:amd64 (0.4.1-11build1) ...\n", "Setting up libharfbuzz-icu0:amd64 (2.7.4-1ubuntu3.2) ...\n", "Setting up libopenni2-0:amd64 (2.2.0.33+dfsg-15) ...\n", "Setting up libwoff1:amd64 (1.0.2-1build4) ...\n", "Setting up libqrencode4:amd64 (4.1.1-1) ...\n", "Setting up libhyphen0:amd64 (2.8.8-7build2) ...\n", "Setting up dictionaries-common (1.28.14) ...\n", "Setting up fonts-noto-color-emoji (2.047-0ubuntu0.22.04.1) ...\n", "Setting up libvisual-0.4-0:amd64 (0.4.0-17build2) ...\n", "Setting up libaspell15:amd64 (0.60.8-4build1) ...\n", "Setting up libxtst6:amd64 (2:1.2.3-1build4) ...\n", "Setting up libsrtp2-1:amd64 (2.4.2-2) ...\n", "Setting up libffi7:amd64 (3.3-5ubuntu1) ...\n", "Setting up libldacbt-enc2:amd64 (2.0.2.3+git20200429+ed310a0-4) ...\n", "Setting up fonts-wqy-zenhei (0.9.45-8) ...\n", "Setting up libwebrtc-audio-processing1:amd64 (0.3.1-0ubuntu5) ...\n", "Setting up fonts-freefont-ttf (20120503-10build1) ...\n", "Setting up libsoup-3.0-common (3.0.7-0ubuntu1) ...\n", "Setting up libmpcdec6:amd64 (2:0.1~r495-2) ...\n", "Setting up libspandsp2:amd64 (0.0.6+dfsg-2) ...\n", "Setting up libvo-aacenc0:amd64 (0.1.3-2) ...\n", "Setting up libgstreamer-plugins-bad1.0-0:amd64 (1.20.3-0ubuntu1.1) ...\n", "Setting up libgstreamer-plugins-good1.0-0:amd64 (1.20.3-0ubuntu1.4) ...\n", "Setting up libsoundtouch1:amd64 (2.3.1+ds1-1) ...\n", "Setting up gstreamer1.0-plugins-base:amd64 (1.20.1-1ubuntu0.5) ...\n", "Setting up fonts-tlwg-loma-otf (1:0.7.3-1) ...\n", "Setting up libdvdread8:amd64 (6.1.2-1) ...\n", "Setting up libdbus-glib-1-2:amd64 (0.112-2build1) ...\n", "Setting up libnotify4:amd64 (0.7.9-3ubuntu5.22.04.1) ...\n", "Setting up xfonts-encodings (1:1.0.5-0ubuntu2) ...\n", "Setting up libfaad2:amd64 (2.10.0-2) ...\n", "Setting up libshout3:amd64 (2.4.5-1build3) ...\n", "Setting up libabsl20210324:amd64 (0~20210324.2-2ubuntu0.2) ...\n", "Setting up libltc11:amd64 (1.3.1-1) ...\n", "Setting up libsoup2.4-common (2.74.2-3ubuntu0.6) ...\n", "Setting up libtag1v5:amd64 (1.11.1+dfsg.1-3ubuntu3) ...\n", "Setting up libdv4:amd64 (1.0.0-14build1) ...\n", "Setting up fonts-ipafont-gothic (00303-21ubuntu1) ...\n", "update-alternatives: using /usr/share/fonts/opentype/ipafont-gothic/ipag.ttf to provide /usr/share/fonts/truetype/fonts-japanese-gothic.ttf (fonts-japanese-gothic.ttf) in auto mode\n", "Setting up libwildmidi2:amd64 (0.4.3-1) ...\n", "Setting up libopenh264-6:amd64 (2.2.0+dfsg-2) ...\n", "Setting up libwavpack1:amd64 (5.4.0-1build2) ...\n", "Setting up libzxingcore1:amd64 (1.2.0-1) ...\n", "Setting up libv4lconvert0:amd64 (1.22.1-2build1) ...\n", "Setting up hunspell-en-us (1:2020.12.07-2) ...\n", "Setting up libdca0:amd64 (0.0.7-2) ...\n", "Setting up libjson-glib-1.0-common (1.6.6-1build1) ...\n", "Setting up libhunspell-1.7-0:amd64 (1.7.0-4build1) ...\n", "Setting up glib-networking-common (2.72.0-1) ...\n", "Setting up timgm6mb-soundfont (1.3-5) ...\n", "update-alternatives: using /usr/share/sounds/sf2/TimGM6mb.sf2 to provide /usr/share/sounds/sf2/default-GM.sf2 (default-GM.sf2) in auto mode\n", "update-alternatives: using /usr/share/sounds/sf2/TimGM6mb.sf2 to provide /usr/share/sounds/sf3/default-GM.sf3 (default-GM.sf3) in auto mode\n", "Setting up libyuv0:amd64 (0.0~git20220104.b91df1a-2) ...\n", "Setting up libevdev2:amd64 (1.12.1+dfsg-1) ...\n", "Setting up gstreamer1.0-libav:amd64 (1.20.3-0ubuntu1) ...\n", "Setting up libinstpatch-1.0-2:amd64 (1.1.6-1) ...\n", "Setting up libmjpegutils-2.1-0:amd64 (1:2.1.0+debian-6build1) ...\n", "Setting up libgudev-1.0-0:amd64 (1:237-2build1) ...\n", "Setting up libsecret-common (0.20.5-2) ...\n", "Setting up libfluidsynth3:amd64 (2.2.5-1) ...\n", "Setting up libdvdnav4:amd64 (6.1.1-1) ...\n", "Setting up fonts-unifont (1:14.0.01-1) ...\n", "Setting up libaa1:amd64 (1.4p5-50build1) ...\n", "Setting up gsettings-desktop-schemas (42.0-1ubuntu1) ...\n", "Setting up glib-networking-services (2.72.0-1) ...\n", "Setting up libenchant-2-2:amd64 (2.3.2-1ubuntu2) ...\n", "Setting up libmanette-0.2-0:amd64 (0.2.6-3build1) ...\n", "Setting up xfonts-utils (1:7.7+6build2) ...\n", "Setting up libjson-glib-1.0-0:amd64 (1.6.6-1build1) ...\n", "Setting up libv4l-0:amd64 (1.22.1-2build1) ...\n", "Setting up libsecret-1-0:amd64 (0.20.5-2) ...\n", "Setting up libgstreamer-gl1.0-0:amd64 (1.20.1-1ubuntu0.5) ...\n", "Setting up libgav1-0:amd64 (0.17.0-1build1) ...\n", "Setting up libmpeg2encpp-2.1-0:amd64 (1:2.1.0+debian-6build1) ...\n", "Setting up libavif13:amd64 (0.9.3-3) ...\n", "Setting up xfonts-cyrillic (1:1.0.5) ...\n", "Setting up libmplex2-2.1-0:amd64 (1:2.1.0+debian-6build1) ...\n", "Setting up xfonts-scalable (1:1.0.3-1.2ubuntu1) ...\n", "Setting up libzbar0:amd64 (0.23.92-4build2) ...\n", "Processing triggers for man-db (2.10.2-1) ...\n", "Processing triggers for fontconfig (2.13.1-4.2ubuntu5) ...\n", "Processing triggers for libglib2.0-0:amd64 (2.72.4-0ubuntu2.6) ...\n", "Processing triggers for libc-bin (2.35-0ubuntu3.8) ...\n", "/sbin/ldconfig.real: /usr/local/lib/libtbb.so.12 is not a symbolic link\n", "\n", "/sbin/ldconfig.real: /usr/local/lib/libhwloc.so.15 is not a symbolic link\n", "\n", "/sbin/ldconfig.real: /usr/local/lib/libtbbmalloc.so.2 is not a symbolic link\n", "\n", "/sbin/ldconfig.real: /usr/local/lib/libumf.so.0 is not a symbolic link\n", "\n", "/sbin/ldconfig.real: /usr/local/lib/libtbbbind_2_5.so.3 is not a symbolic link\n", "\n", "/sbin/ldconfig.real: /usr/local/lib/libur_adapter_level_zero.so.0 is not a symbolic link\n", "\n", "/sbin/ldconfig.real: /usr/local/lib/libtbbbind.so.3 is not a symbolic link\n", "\n", "/sbin/ldconfig.real: /usr/local/lib/libur_adapter_opencl.so.0 is not a symbolic link\n", "\n", "/sbin/ldconfig.real: /usr/local/lib/libtcm.so.1 is not a symbolic link\n", "\n", "/sbin/ldconfig.real: /usr/local/lib/libtcm_debug.so.1 is not a symbolic link\n", "\n", "/sbin/ldconfig.real: /usr/local/lib/libur_adapter_level_zero_v2.so.0 is not a symbolic link\n", "\n", "/sbin/ldconfig.real: /usr/local/lib/libtbbbind_2_0.so.3 is not a symbolic link\n", "\n", "/sbin/ldconfig.real: /usr/local/lib/libur_loader.so.0 is not a symbolic link\n", "\n", "/sbin/ldconfig.real: /usr/local/lib/libtbbmalloc_proxy.so.2 is not a symbolic link\n", "\n", "Setting up glib-networking:amd64 (2.72.0-1) ...\n", "Setting up libsoup2.4-1:amd64 (2.74.2-3ubuntu0.6) ...\n", "Setting up gstreamer1.0-plugins-good:amd64 (1.20.3-0ubuntu1.4) ...\n", "Setting up libsoup-3.0-0:amd64 (3.0.7-0ubuntu1) ...\n", "Setting up libgssdp-1.2-0:amd64 (1.4.0.1-2build1) ...\n", "Setting up libgupnp-1.2-1:amd64 (1.4.3-1) ...\n", "Setting up libgupnp-igd-1.0-4:amd64 (1.2.0-1build1) ...\n", "Setting up libnice10:amd64 (0.1.18-2) ...\n", "Setting up gstreamer1.0-plugins-bad:amd64 (1.20.3-0ubuntu1.1) ...\n", "Processing triggers for dictionaries-common (1.28.14) ...\n", "Processing triggers for libc-bin (2.35-0ubuntu3.8) ...\n", "/sbin/ldconfig.real: /usr/local/lib/libtbb.so.12 is not a symbolic link\n", "\n", "/sbin/ldconfig.real: /usr/local/lib/libhwloc.so.15 is not a symbolic link\n", "\n", "/sbin/ldconfig.real: /usr/local/lib/libtbbmalloc.so.2 is not a symbolic link\n", "\n", "/sbin/ldconfig.real: /usr/local/lib/libumf.so.0 is not a symbolic link\n", "\n", "/sbin/ldconfig.real: /usr/local/lib/libtbbbind_2_5.so.3 is not a symbolic link\n", "\n", "/sbin/ldconfig.real: /usr/local/lib/libur_adapter_level_zero.so.0 is not a symbolic link\n", "\n", "/sbin/ldconfig.real: /usr/local/lib/libtbbbind.so.3 is not a symbolic link\n", "\n", "/sbin/ldconfig.real: /usr/local/lib/libur_adapter_opencl.so.0 is not a symbolic link\n", "\n", "/sbin/ldconfig.real: /usr/local/lib/libtcm.so.1 is not a symbolic link\n", "\n", "/sbin/ldconfig.real: /usr/local/lib/libtcm_debug.so.1 is not a symbolic link\n", "\n", "/sbin/ldconfig.real: /usr/local/lib/libur_adapter_level_zero_v2.so.0 is not a symbolic link\n", "\n", "/sbin/ldconfig.real: /usr/local/lib/libtbbbind_2_0.so.3 is not a symbolic link\n", "\n", "/sbin/ldconfig.real: /usr/local/lib/libur_loader.so.0 is not a symbolic link\n", "\n", "/sbin/ldconfig.real: /usr/local/lib/libtbbmalloc_proxy.so.2 is not a symbolic link\n", "\n", "Requirement already satisfied: pdfplumber in /usr/local/lib/python3.12/dist-packages (0.11.7)\n", "Requirement already satisfied: pdfminer.six==20250506 in /usr/local/lib/python3.12/dist-packages (from pdfplumber) (20250506)\n", "Requirement already satisfied: Pillow>=9.1 in /usr/local/lib/python3.12/dist-packages (from pdfplumber) (11.3.0)\n", "Requirement already satisfied: pypdfium2>=4.18.0 in /usr/local/lib/python3.12/dist-packages (from pdfplumber) (4.30.0)\n", "Requirement already satisfied: charset-normalizer>=2.0.0 in /usr/local/lib/python3.12/dist-packages (from pdfminer.six==20250506->pdfplumber) (3.4.3)\n", "Requirement already satisfied: cryptography>=36.0.0 in /usr/local/lib/python3.12/dist-packages (from pdfminer.six==20250506->pdfplumber) (43.0.3)\n", "Requirement already satisfied: cffi>=1.12 in /usr/local/lib/python3.12/dist-packages (from cryptography>=36.0.0->pdfminer.six==20250506->pdfplumber) (2.0.0)\n", "Requirement already satisfied: pycparser in /usr/local/lib/python3.12/dist-packages (from cffi>=1.12->cryptography>=36.0.0->pdfminer.six==20250506->pdfplumber) (2.23)\n", "Requirement already satisfied: trafilatura in /usr/local/lib/python3.12/dist-packages (2.0.0)\n", "Requirement already satisfied: certifi in /usr/local/lib/python3.12/dist-packages (from trafilatura) (2025.8.3)\n", "Requirement already satisfied: charset_normalizer>=3.4.0 in /usr/local/lib/python3.12/dist-packages (from trafilatura) (3.4.3)\n", "Requirement already satisfied: courlan>=1.3.2 in /usr/local/lib/python3.12/dist-packages (from trafilatura) (1.3.2)\n", "Requirement already satisfied: htmldate>=1.9.2 in /usr/local/lib/python3.12/dist-packages (from trafilatura) (1.9.3)\n", "Requirement already satisfied: justext>=3.0.1 in /usr/local/lib/python3.12/dist-packages (from trafilatura) (3.0.2)\n", "Requirement already satisfied: lxml>=5.3.0 in /usr/local/lib/python3.12/dist-packages (from trafilatura) (6.0.2)\n", "Requirement already satisfied: urllib3<3,>=1.26 in /usr/local/lib/python3.12/dist-packages (from trafilatura) (2.5.0)\n", "Requirement already satisfied: babel>=2.16.0 in /usr/local/lib/python3.12/dist-packages (from courlan>=1.3.2->trafilatura) (2.17.0)\n", "Requirement already satisfied: tld>=0.13 in /usr/local/lib/python3.12/dist-packages (from courlan>=1.3.2->trafilatura) (0.13.1)\n", "Requirement already satisfied: dateparser>=1.1.2 in /usr/local/lib/python3.12/dist-packages (from htmldate>=1.9.2->trafilatura) (1.2.2)\n", "Collecting lxml>=5.3.0 (from trafilatura)\n", " Downloading lxml-5.4.0-cp312-cp312-manylinux_2_28_x86_64.whl.metadata (3.5 kB)\n", "Requirement already satisfied: python-dateutil>=2.9.0.post0 in /usr/local/lib/python3.12/dist-packages (from htmldate>=1.9.2->trafilatura) (2.9.0.post0)\n", "Requirement already satisfied: pytz>=2024.2 in /usr/local/lib/python3.12/dist-packages (from dateparser>=1.1.2->htmldate>=1.9.2->trafilatura) (2025.2)\n", "Requirement already satisfied: regex>=2024.9.11 in /usr/local/lib/python3.12/dist-packages (from dateparser>=1.1.2->htmldate>=1.9.2->trafilatura) (2024.11.6)\n", "Requirement already satisfied: tzlocal>=0.2 in /usr/local/lib/python3.12/dist-packages (from dateparser>=1.1.2->htmldate>=1.9.2->trafilatura) (5.3.1)\n", "Requirement already satisfied: lxml_html_clean in /usr/local/lib/python3.12/dist-packages (from lxml[html_clean]>=4.4.2->justext>=3.0.1->trafilatura) (0.4.3)\n", "Requirement already satisfied: six>=1.5 in /usr/local/lib/python3.12/dist-packages (from python-dateutil>=2.9.0.post0->htmldate>=1.9.2->trafilatura) (1.17.0)\n", "Downloading lxml-5.4.0-cp312-cp312-manylinux_2_28_x86_64.whl (5.0 MB)\n", "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m5.0/5.0 MB\u001b[0m \u001b[31m67.8 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", "\u001b[?25hInstalling collected packages: lxml\n", " Attempting uninstall: lxml\n", " Found existing installation: lxml 6.0.2\n", " Uninstalling lxml-6.0.2:\n", " Successfully uninstalled lxml-6.0.2\n", "\u001b[31mERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.\n", "ddgs 9.6.1 requires lxml>=6.0.0, but you have lxml 5.4.0 which is incompatible.\u001b[0m\u001b[31m\n", "\u001b[0mSuccessfully installed lxml-5.4.0\n" ] }, { "output_type": "display_data", "data": { "application/vnd.colab-display-data+json": { "pip_warning": { "packages": [ "lxml" ] }, "id": "6f56448aabe345f189f00dccb0bdca03" } }, "metadata": {} } ], "source": [ "!pip install playwright\n", "!pip install playwright-stealth\n", "!playwright install\n", "!playwright install-deps\n", "!pip install pdfplumber\n", "!pip install trafilatura" ] }, { "cell_type": "code", "execution_count": 12, "id": "uNgeNVFoMErV", "metadata": { "id": "uNgeNVFoMErV" }, "outputs": [], "source": [ "import requests\n", "from pdfminer.high_level import extract_text\n", "import asyncio\n", "import aiohttp\n", "import json" ] }, { "cell_type": "code", "execution_count": 13, "id": "tvAnpg8zMA08", "metadata": { "id": "tvAnpg8zMA08" }, "outputs": [], "source": [ "async def extract_text_from_pdf(url: str, session: aiohttp.ClientSession) -> str | None:\n", " \"\"\"\n", " Tải file PDF từ URL và trích xuất văn bản nhanh bằng pdfminer.six (dùng session async)\n", " \"\"\"\n", " print(f\" -> Detect PDF link. Handle by pdfminer.six: {url}\")\n", " try:\n", " async with session.get(url, timeout=60) as response:\n", " if response.status != 200:\n", " print(f\"❌ Failed to download PDF ({response.status})\")\n", " return None\n", "\n", " data = await response.read()\n", "\n", " text = extract_text(io.BytesIO(data))\n", " print(\"✅ SUCCESS! Extracted text using pdfminer.six ---\")\n", " return text.strip()\n", "\n", " except Exception as e:\n", " print(f\"❌ Error when open file PDF {url}: {e}\")\n", " return None" ] }, { "cell_type": "code", "execution_count": 14, "id": "xSKWwAbIBwTu", "metadata": { "id": "xSKWwAbIBwTu" }, "outputs": [], "source": [ "from playwright.async_api import async_playwright\n", "from playwright_stealth import Stealth\n", "import trafilatura" ] }, { "cell_type": "code", "execution_count": 15, "id": "6QF-79pKSBw1", "metadata": { "id": "6QF-79pKSBw1" }, "outputs": [], "source": [ "async def extract_text_from_web(url: str, session: aiohttp.ClientSession) -> str | None:\n", " \"\"\"\n", " Thử dùng trafilatura để trích xuất nội dung trước, nếu có lỗi\n", " thì dùng Playwright hoặc Stealth Playwright để lấy nội dung HTML.\n", " \"\"\"\n", " print(f\" -> Detect web link. Handle by Trafilatura: {url}\")\n", "\n", " try:\n", " # Fetch HTML bằng session (nhanh hơn nhiều so với trafilatura.fetch_url)\n", " async with session.get(url, timeout=30) as resp:\n", " if resp.status != 200:\n", " raise ValueError(f\"HTTP {resp.status}\")\n", " html_content = await resp.text()\n", "\n", " text = trafilatura.extract(html_content)\n", " if text:\n", " print(\"✅ SUCCESS! Extracted text using Trafilatura ---\")\n", " return text\n", "\n", " raise ValueError(\"Trafilatura extraction return None\")\n", "\n", " except Exception as e:\n", " print(f\"⚠️ Error using Trafilatura for URL {url}: {e}\")\n", " print(f\"Falling back to Playwright extraction ...\")\n", "\n", " try:\n", " async with async_playwright() as p:\n", " browser = await p.chromium.launch(headless=True)\n", " page = await browser.new_page()\n", "\n", " await page.goto(url, timeout=15000, wait_until=\"domcontentloaded\")\n", " html_content = await page.content()\n", " await browser.close()\n", "\n", " if not html_content:\n", " return None\n", "\n", " # Nếu bị Cloudflare block, fallback stealth\n", " if \"Cloudflare Ray ID\" in html_content:\n", " print(\"⚠️ Detected Cloudflare! Retrying with Stealth...\")\n", " async with Stealth().use_async(async_playwright()) as p2:\n", " browser = await p2.chromium.launch(headless=True)\n", " page = await browser.new_page()\n", " await page.goto(url, timeout=20000)\n", " html_content = await page.content()\n", " await browser.close()\n", "\n", " main_text = trafilatura.extract(html_content, include_comments=False)\n", " print(f\"✅ SUCCESS! Extracted text using Playwright ---\")\n", " return main_text\n", "\n", " except Exception as e1:\n", " print(f\"❌ Error using Playwright extraction for URL {url}: {e1}\")\n", " return None" ] }, { "cell_type": "code", "execution_count": 16, "id": "rL1vDTvHMwAj", "metadata": { "id": "rL1vDTvHMwAj" }, "outputs": [], "source": [ "async def fetch_content_from_url(url: str, session: aiohttp.ClientSession) -> str | None:\n", " \"\"\"\n", " Hàm điều phối: Kiểm tra loại URL và gọi hàm xử lý tương ứng.\n", " \"\"\"\n", " if url.lower().endswith('.pdf'):\n", " return await extract_text_from_pdf(url, session)\n", " else:\n", " return await extract_text_from_web(url, session)" ] }, { "cell_type": "code", "execution_count": 17, "id": "w3y0tq_pLIXu", "metadata": { "id": "w3y0tq_pLIXu" }, "outputs": [], "source": [ "import re\n", "\n", "def clean_text(text: str) -> str:\n", " \"\"\"\n", " Hàm để làm sạch văn bản thô:\n", " - Loại bỏ URL và địa chỉ email.\n", " - Thay thế nhiều ký tự xuống dòng, tab bằng một dấu cách.\n", " - Xóa các dấu cách thừa.\n", " \"\"\"\n", " if not text:\n", " return \"\"\n", "\n", " # Loại bỏ URL\n", " text = re.sub(r'https?://\\S+|www\\.\\S+', '', text)\n", "\n", " # Loại bỏ địa chỉ email\n", " text = re.sub(r'\\S+@\\S+', '', text)\n", "\n", " # Thay thế các ký tự xuống dòng, tab, và các loại khoảng trắng khác bằng một dấu cách\n", " text = re.sub(r'[\\n\\r\\t\\xa0]+', ' ', text)\n", "\n", " # Thay thế nhiều dấu cách liên tiếp bằng một dấu cách duy nhất\n", " text = re.sub(r'\\s{2,}', ' ', text)\n", "\n", " # Xóa dấu cách ở đầu và cuối chuỗi\n", " return text.strip()" ] }, { "cell_type": "code", "execution_count": 18, "id": "0eJs0RfoBz5o", "metadata": { "id": "0eJs0RfoBz5o" }, "outputs": [], "source": [ "import json\n", "from langchain.text_splitter import RecursiveCharacterTextSplitter\n", "\n", "def chunk_text(text: str, chunk_size: int = 512, chunk_overlap: int = 50) -> list[str]:\n", " \"\"\"Hàm tiện ích để chia văn bản dài thành các chunk nhỏ hơn.\"\"\"\n", " text_splitter = RecursiveCharacterTextSplitter(\n", " chunk_size=chunk_size,\n", " chunk_overlap=chunk_overlap,\n", " length_function=len\n", " )\n", " return text_splitter.split_text(text)" ] }, { "cell_type": "code", "execution_count": 19, "id": "BsLJSWmbHrPf", "metadata": { "id": "BsLJSWmbHrPf" }, "outputs": [], "source": [ "async def process_claims_parallel(retrieved_data):\n", " evidence_by_claim = {}\n", " claims = list(retrieved_data.keys())\n", "\n", " async with aiohttp.ClientSession() as session:\n", " for claim in claims:\n", " print(f\"\\n{'='*50}\\nHandle claim: '{claim}'\")\n", " documents = retrieved_data[claim]\n", " all_chunks_for_this_claim = []\n", "\n", " # Gom tất cả link cần crawl\n", " urls = [doc['link'] for doc in documents]\n", "\n", " # Chạy crawl song song\n", " print(f\" -> Crawling {len(urls)} links in parallel...\")\n", " tasks = [fetch_content_from_url(u, session) for u in urls]\n", " full_contents = await asyncio.gather(*tasks)\n", "\n", " # Ghép kết quả với từng doc\n", " for doc, full_content in zip(documents, full_contents):\n", " content_to_process = \"\"\n", "\n", " if full_content and len(full_content) > 100:\n", " print(f\"SUCCESS!! {doc['link']}\")\n", " cleaned_full_content = clean_text(full_content)\n", " content_to_process = f\"{doc.get('title', '')}. {cleaned_full_content}\"\n", " else:\n", " print(f\"FAIL!! Using snippet for {doc['link']}\")\n", " cleaned_snippet = clean_text(doc.get('snippet', ''))\n", " content_to_process = f\"{doc.get('title', '')}. {cleaned_snippet}\"\n", "\n", " # Chia nhỏ nội dung\n", " chunks = chunk_text(content_to_process)\n", "\n", " # Lưu lại\n", " for chunk_text_part in chunks:\n", " all_chunks_for_this_claim.append({\n", " \"text\": chunk_text_part,\n", " \"link\": doc['link']\n", " })\n", "\n", " evidence_by_claim[claim] = all_chunks_for_this_claim\n", " print(f\"==> Finish for claim '{claim}'. Total: {len(all_chunks_for_this_claim)} chunks.\")\n", "\n", " return evidence_by_claim" ] }, { "cell_type": "code", "execution_count": 20, "id": "hFOOzyCCTWEq", "metadata": { "colab": { "base_uri": "https://localhost:8080/" }, "id": "hFOOzyCCTWEq", "outputId": "23f02315-7109-4911-8b2b-e31f54340513" }, "outputs": [ { "output_type": "stream", "name": "stdout", "text": [ "\n", "==================================================\n", "Handle claim: 'Biến đổi khí hậu đang làm thời tiết cực đoan hơn.'\n", " -> Crawling 5 links in parallel...\n", " -> Detect web link. Handle by Trafilatura: https://thanhnien.vn/the-gioi-chiu-ton-that-khung-do-bien-doi-khi-hau-185241111225813102.htm\n", " -> Detect web link. Handle by Trafilatura: https://cuoituan.tuoitre.vn/bien-doi-khi-hau-them-nuoc-vao-lu-20250731094741417.htm\n", " -> Detect web link. Handle by Trafilatura: https://vnexpress.net/luong-co2-toan-cau-dat-muc-cao-ky-luc-4952520.html\n", " -> Detect web link. Handle by Trafilatura: https://tuoitre.vn/nguoi-ganh-hau-qua-nang-ne-nhat-cua-bien-doi-khi-hau-900-trieu-nguoi-ngheo-20251017161418043.htm\n", " -> Detect web link. Handle by Trafilatura: https://nhandan.vn/bac-phi-oan-minh-chong-chiu-tac-dong-cua-bien-doi-khi-hau-post913175.html\n", "✅ SUCCESS! Extracted text using Trafilatura ---\n", "✅ SUCCESS! Extracted text using Trafilatura ---\n", "✅ SUCCESS! Extracted text using Trafilatura ---\n", "✅ SUCCESS! Extracted text using Trafilatura ---\n", "✅ SUCCESS! Extracted text using Trafilatura ---\n", "SUCCESS!! https://thanhnien.vn/the-gioi-chiu-ton-that-khung-do-bien-doi-khi-hau-185241111225813102.htm\n", "SUCCESS!! https://cuoituan.tuoitre.vn/bien-doi-khi-hau-them-nuoc-vao-lu-20250731094741417.htm\n", "SUCCESS!! https://vnexpress.net/luong-co2-toan-cau-dat-muc-cao-ky-luc-4952520.html\n", "SUCCESS!! https://tuoitre.vn/nguoi-ganh-hau-qua-nang-ne-nhat-cua-bien-doi-khi-hau-900-trieu-nguoi-ngheo-20251017161418043.htm\n", "SUCCESS!! https://nhandan.vn/bac-phi-oan-minh-chong-chiu-tac-dong-cua-bien-doi-khi-hau-post913175.html\n", "==> Finish for claim 'Biến đổi khí hậu đang làm thời tiết cực đoan hơn.'. Total: 52 chunks.\n", "\n", "==================================================\n", "Handle claim: 'Nhiệt độ toàn cầu đã tăng 1.1°C trong 100 năm qua.'\n", " -> Crawling 5 links in parallel...\n", " -> Detect web link. Handle by Trafilatura: https://nhandan.vn/nhiet-do-toan-cau-se-tang-len-muc-ky-luc-moi-trong-vong-5-nam-toi-post753212.html\n", " -> Detect web link. Handle by Trafilatura: https://vnexpress.net/bien-doi-khi-hau-4796505.html\n", " -> Detect web link. Handle by Trafilatura: https://vnexpress.net/qua-trinh-trai-dat-ruc-nong-trong-100-nam-qua-3601999.html\n", " -> Detect web link. Handle by Trafilatura: https://nhandan.vn/special/biendoi_khihau_dedoa_toancau/index.html\n", " -> Detect web link. Handle by Trafilatura: https://nhandan.vn/su-nong-len-toan-cau-giua-15-c-va-2-c-khac-biet-nhau-nhu-the-nao-post672944.html\n", "✅ SUCCESS! Extracted text using Trafilatura ---\n", "✅ SUCCESS! Extracted text using Trafilatura ---\n", "✅ SUCCESS! Extracted text using Trafilatura ---\n", "✅ SUCCESS! Extracted text using Trafilatura ---\n", "✅ SUCCESS! Extracted text using Trafilatura ---\n", "SUCCESS!! https://nhandan.vn/nhiet-do-toan-cau-se-tang-len-muc-ky-luc-moi-trong-vong-5-nam-toi-post753212.html\n", "SUCCESS!! https://vnexpress.net/bien-doi-khi-hau-4796505.html\n", "SUCCESS!! https://vnexpress.net/qua-trinh-trai-dat-ruc-nong-trong-100-nam-qua-3601999.html\n", "SUCCESS!! https://nhandan.vn/special/biendoi_khihau_dedoa_toancau/index.html\n", "SUCCESS!! https://nhandan.vn/su-nong-len-toan-cau-giua-15-c-va-2-c-khac-biet-nhau-nhu-the-nao-post672944.html\n", "==> Finish for claim 'Nhiệt độ toàn cầu đã tăng 1.1°C trong 100 năm qua.'. Total: 66 chunks.\n" ] } ], "source": [ "# Tải dữ liệu\n", "with open('document_retrieval_results_duckduckgo_v2.json', 'r', encoding='utf-8') as f:\n", " retrieved_data = json.load(f)\n", " retrieved_dict = {\n", " item[\"claim\"]: item[\"sources\"]\n", " for item in retrieved_data\n", "}\n", "\n", "evidence_by_claim = await process_claims_parallel(retrieved_dict)" ] }, { "cell_type": "code", "execution_count": 21, "id": "-CcEWKwlpLII", "metadata": { "id": "-CcEWKwlpLII" }, "outputs": [], "source": [ "HF_TOKEN = os.getenv(\"HF_TOKEN\")" ] }, { "cell_type": "code", "execution_count": 22, "id": "F2Wl6CytHxXu", "metadata": { "colab": { "base_uri": "https://localhost:8080/", "height": 1000, "referenced_widgets": [ "d0381c73d66046f99d91f316a0de3150", "fdfaab23d56e49e3926a01e9f3ce6524", "bdb84fd6af2b4d0eb78d2367346bd517", "caaf159d643745d5b147ace1b12b37c0", "d71bd6bf67e84a959ac702b769ae8e29", "029b72ac7db24b18908638a39f41b3c7", "61d2087c02f04322ad569d48455971d3", "dc6e523993b0468eb363c6d0ef5cbb3d", "bd5c9b2a9ef44cd98c4ecd25dd8c8597", "62f9dcea92604ba687dac561ee57e681", "bcbbcde57ab74399ac19f4b7345fc15d", "9173626a2d4941a3b2106451ca3dde28", "1fbf2fe9b74149bd9a46860f2cc6447a", "b89cedfe750d466a868278bebe88ba97", "09ee1d661324490d84ff13c94c0e73f2", "5853fbd8be49468d943feac7d98b489b", "e976ef7694544d47a41d18076b43163d", "b6552c1f6aea442297c6dfced1033bc7", "d1e9956963a242b69b73d6cc86b9c7b5", "c47e4479fd544596907a74f833ee61f7", "7d68c49ab77541d6a94240ce0a4736b1", "611feb9be4d44bc08ce71f5fb58812a4", "ad10e6d1b52b4e828abdcdfcc6cbc064", "936bea43021e425fb2e9b006a60eb6ef", "f13756f38bd140248439ad16930191c6", "22ed7b0b32994aec973d20072170eb30", "4b77723a24c045a6ba361ebc9cf7a05b", "31511fa6ab414d689bf94fe6adda5bb0", "53ab566851ee4330948d529d06beba86", "194a5904e60c4ef39338f05a2cd99ab2", "49f934b5794c47c9ab2ff7c50dfac36f", "248629731fdc47f4ad3282dc7f81049d", "b83cfbb1a8ba4936876c52efd16a2bfd", "96093c53f1154fa9b9b730d2bc95d4d0", "7fa88b6187764802b907494fb7f66519", "63f5ddb3f0da40d6a87b81f24e2b640b", "3ac88358c9ce43d282fb40ade9854bd1", "82ff3842bbd546f1adc722d57f56cc80", "9f7c54bb67094628836f388eaab502aa", "a2e821244ac749beb23346d23ceec986", "6a24b390e417440bb5e77894641c6ade", "4c3b576d53474ea2aad78c132e749af1", "be77ed152e54450f9ff80ed858b0893d", "d1017508a3b04f2b8ec8f8f2e6d16a0f", "114c32a1aa2a47d3a19524634170ee11", "5fa83df036e342798a75adbaee9c7e71", "45b99c2ac2034ed591cb4c162ec739e5", "0623edf98a4d47b290e2982f449f4c24", "85cf3e79c385449a98c242fc00e3c0a5", "cbc4119cbe0d4d399cde214129176894", "bc0e62afa9d14b1f86ce828b4b086b0f", "19e3e6910fd84b258ee69bcc8f45a716", "f6a05ea967654f248ee3b82c9033cc84", "5c46967d1e6b47aca69cc62c55ed0226", "6ff82421408d4d3b8380c960ee524f21", "52486a3e57e046bc8f07c84ede67e8e2", "db8abcfc01514e1e8d5fbe231a446f30", "32c5719cb00b44fca98dd30c920ead5c", "baad00bc778044f9b265621be7c8ce5e", "0947c953adc145b1ac01a5afb660bf35", "99164ea1325f4690a77a23705ae5412f", "578e52d0dbed449dae006dbc4943fd3f", "79ce5e4a2bc645ea9b15f1a6f1afea89", "2f407eafd96a4883a5df8633ad9e5f8b", "7b03282d0e0142dab804f2970c670553", "0c597b3ac8d04ed0bfb49d7f10e69865", "a308d659b32442df835618e04ed692ca", "24ea591c43754edcbc0ce1bcb07a4ebe", "fa53498dd98f41e2881e062ab2fcaf63", "1dfe87f73ad7467ca7e7c243e1f78a07", "19159ac758e04748834946bf8646547f", "902f006b5c3545dd8f0bbc97c9dcd5e0", "2b27ebc01c7d457e8dad6db8c45f87f3", "ab781bc6c7bd4c948a8b8584e5e38192", "d2a09f7fee9646bdaa9de4f9efd7a600", "7c26d273e1c14308b7c834470c9814fd", "599e29b477dc4ac48615eab74296e607", "5a69fc6f26b9409ab076be5f554a7ac1", "4fdc1b78e3a4465d926fd8a4beed70e1", "2bcb8df2545a458db36b09df4209fae7", "197f073341f84b699609c078b117ffec", "680155e754c54a07a91908af5b20e444", "ab9949ed7e614dc0a3dc6b1dcc0b1dbf", "34899994f7b041548d1ecaacff592fab", "8b536602d49f4f1b9ccfd6caa547cb46", "ee6e9ddb4d364f10b368620f0e252f8e", "7248e86faa80491da72471ddf5bcd95a", "c57c43ac67294ba8a954b1612f7e20e0", "46bca58b4e4a41b7835e62ee44c81631", "68306c903860487bb710f2be6a0dacd1", "25b164c1955f4f9483aefd5f3b926e87", "473de4ab39c040eb9dce3c6df574ad71", "9fe9e663c2a14d3d881583f46a253de0", "e85236ee3687489c9f8ed520cab5d2b6", "ea27836f7c524d36947ce7a606cfd336", "699308b7d2354b00a9159ec55abc7e67", "b261a24130134c5d981138c5dff3ab54", "d2b4d410002249bbba5d9433f9eb21d6", "1793945d870a474e87cf03850248541f", "579f172378554f2fac3f95803c5829d2", "667a5bb7fb2147f5994c0421abacba5a", "feabeac294204c9d9c1b097943b43e8c", "bc98f7a714994745836b53bdf902b87b", "8debd43cb1534571b893001c49187446", "d5f7d57d879243c1a6dd829c6fb204ac", "267a25f921534114b00fc1353187d2c1", "d2cfeac81a944a1ea87ac47fadefb0f9", "8844bf8830974ce1adc7094154ff7662", "7f2aa8f594ad40d2a840e0d6c92c440e", "462fcd7aa68340b2b74023db9f057a70", "27e40e1788024cf0804f5810cc9bcc9d", "5dc6d61764064bcf8c3f1f57b88c0a8d", "50945d027af84a98b58de5b057e005ea", "4f627d58f139435bae20902e2804754b", "b9f4c3302e5d4204945a8f70edc19510", "d9699c15b33247989a8bbc82de13d770", "76f0d891ca0f4ffaba64bb170ba63dc7", "4416794dfaa4449c9223a25d03231006", "01a3649f906049899b9486fd9a8138e2", "b298d6b18a0a4be8bd199c4600e3c221", "5336188d92cb4568b7314d0101c8b94f", "08466c40308f4cfa95de5468751e512b", "064f93157ad04b529bd3c288d7ee3563", "231f34d5d2a649419d901fd2eb190a9c", "972d9961bd6d4e499c4c6fcf46e60b8c", "fb5341897d8548679a2c65d5f6dfa4c7", "d3943620530d4d0fb918dd77288308f4", "ce31322d116a4e60a96ab2166d701dc6", "122a91ff235743ba936dac1ecbb8d327", "edd1b196d7e34eb5b00a2af61f38b987", "33193f132e9948d89f8c2319b9837481", "a3a60892277b43378b45c8a531885ac2" ] }, "id": "F2Wl6CytHxXu", "outputId": "9832c550-12f0-4dfd-d840-a17286d6b5fd" }, "outputs": [ { "output_type": "stream", "name": "stdout", "text": [ "Downloading Bi-Encoder model...\n" ] }, { "output_type": "display_data", "data": { "text/plain": [ "modules.json: 0%| | 0.00/229 [00:00 dict:\n", " \"\"\"\n", " Phân loại lập trường của một bằng chứng so với một claim sử dụng mô hình NLI.\n", " (Hàm này giữ nguyên y hệt như trong notebook gốc của bạn)\n", " \"\"\"\n", " # Mã hóa cặp (bằng chứng, claim)\n", " # Premise = evidence_text, Hypothesis = claim\n", "\n", " # Cắt bớt văn bản để tránh lỗi token quá dài\n", " tokenized_input = tokenizer(evidence_text, claim, return_tensors='pt', truncation=True, max_length=512)\n", "\n", " with torch.no_grad():\n", " outputs = nli_model(**tokenized_input)\n", "\n", " # Lấy điểm số xác suất cho mỗi nhãn\n", " logits = outputs.logits\n", " probabilities = torch.softmax(logits, dim=1).squeeze().tolist()\n", "\n", " # Các mô hình XNLI thường có thứ tự nhãn: [contradiction, neutral, entailment]\n", " # tương ứng với index [0, 1, 2]\n", " # (Mô hình Moritz này cũng theo thứ tự đó)\n", " labels = ['Refute', 'Neutral', 'Support']\n", "\n", " # Tìm nhãn có xác suất cao nhất\n", " predicted_index = torch.argmax(logits, dim=1).item()\n", " predicted_label = labels[predicted_index]\n", "\n", " return {\n", " \"stance\": predicted_label,\n", " \"score\": probabilities[predicted_index],\n", " \"scores_all\": {\n", " \"refute\": probabilities[0],\n", " \"neutral\": probabilities[1],\n", " \"support\": probabilities[2]\n", " }\n", " }" ] }, { "cell_type": "code", "source": [ "results_with_stance = {}\n", "\n", "for claim, top_evidence in final_evidence_by_claim.items():\n", " evidence_with_stance = []\n", " print(f\"\\n--- Phân loại lập trường cho claim: '{claim}' ---\")\n", "\n", " for score, chunk in top_evidence:\n", " stance_result = classify_stance(claim, chunk['text'])\n", "\n", " evidence_with_stance.append({\n", " 'text': chunk['text'],\n", " 'link': chunk['link'],\n", " 'rerank_score': score,\n", " 'stance': stance_result['stance'],\n", " 'stance_score': stance_result['score'],\n", " 'stance_scores': stance_result['scores_all']\n", " })\n", " print(f\" -> Stance: {stance_result['stance']} ({stance_result['scores_all']}): | Text: {chunk['text']}\")\n", "\n", " results_with_stance[claim] = evidence_with_stance" ], "metadata": { "id": "cwcx_EYqby9w" }, "id": "cwcx_EYqby9w", "execution_count": 29, "outputs": [] }, { "cell_type": "markdown", "id": "iQPAXW8skFwV", "metadata": { "id": "iQPAXW8skFwV" }, "source": [ "## **V. Output**" ] }, { "cell_type": "code", "execution_count": 31, "id": "9uWkAS27vOiz", "metadata": { "id": "9uWkAS27vOiz" }, "outputs": [], "source": [ "from collections import Counter\n", "import numpy as np\n", "import os\n", "from azure.ai.inference import ChatCompletionsClient\n", "from azure.ai.inference.models import SystemMessage, UserMessage\n", "from azure.core.credentials import AzureKeyCredential" ] }, { "cell_type": "markdown", "id": "XRmR7DoZvK8E", "metadata": { "id": "XRmR7DoZvK8E" }, "source": [ "### 1. HÀM TỔNG HỢP KẾT LUẬN (VERDICT)" ] }, { "cell_type": "code", "execution_count": 32, "id": "lil5l1E9amjz", "metadata": { "id": "lil5l1E9amjz" }, "outputs": [], "source": [ "def aggregate_verdict_weighted(evidence_with_stance):\n", " \"\"\"\n", " Tổng hợp verdict (True / False / Unknown) dựa trên stance_scores có trọng số.\n", " \"\"\"\n", " if not evidence_with_stance:\n", " return {\"verdict\": \"Unknown\", \"confidence\": 0.0}\n", "\n", " weights = {\"Support\": 0.0, \"Refute\": 0.0, \"Neutral\": 0.0}\n", " total_weight = 0.0\n", "\n", " for e in evidence_with_stance:\n", " s = e[\"stance_scores\"]\n", " rel = e.get(\"rerank_score\", 1.0) # nếu có rerank_score thì dùng làm trọng số phụ\n", " weights[\"Support\"] += s[\"support\"] * rel\n", " weights[\"Refute\"] += s[\"refute\"] * rel\n", " weights[\"Neutral\"] += s[\"neutral\"] * rel\n", " total_weight += rel\n", "\n", " # Chuẩn hóa lại tỷ lệ\n", " ratio = {k: v / total_weight for k, v in weights.items()}\n", "\n", " if ratio[\"Support\"] > 0.5:\n", " verdict = \"True\"\n", " elif ratio[\"Refute\"] > 0.5:\n", " verdict = \"False\"\n", " else:\n", " verdict = \"Unknown\"\n", "\n", " confidence = max(ratio.values())\n", " return {\"verdict\": verdict, \"confidence\": confidence, \"stance_ratio\": ratio}" ] }, { "cell_type": "markdown", "id": "0wD8ptjDvkPN", "metadata": { "id": "0wD8ptjDvkPN" }, "source": [ "### 2. HÀM SINH GIẢI THÍCH (JUSTIFICATION)" ] }, { "cell_type": "code", "execution_count": 33, "id": "nRmnXAp-viUr", "metadata": { "id": "nRmnXAp-viUr" }, "outputs": [], "source": [ "# Cấu hình Azure LLM (GPT-4o-mini)\n", "endpoint = \"https://models.github.ai/inference\"\n", "model = \"openai/gpt-4o-mini\"\n", "token = os.environ[\"GITHUB_TOKEN\"]\n", "\n", "client = ChatCompletionsClient(\n", " endpoint=endpoint,\n", " credential=AzureKeyCredential(token)\n", ")\n", "\n", "def explain_factcheck_with_best_evidence(claim, verdict, best_evidence, stance_ratio):\n", " prompt = f\"\"\"\n", "Bạn là trợ lý fact-check trung lập và chính xác.\n", "Dưới đây là thông tin hệ thống đã thu thập:\n", "\n", "Claim: \"{claim}\"\n", "System verdict (tổng hợp): {verdict}\n", "Stance ratio (tổng hợp): {stance_ratio}\n", "\n", "Best evidence (đã chọn):\n", "\"{best_evidence['text']}\"\n", "Nguồn: {best_evidence.get('link','(no link)')}\n", "\n", "YÊU CẦU (bắt buộc):\n", "- Dựa vào 'System verdict' và 'Stance ratio' khi viết. KHÔNG được mâu thuẫn với verdict đã cho.\n", "- Nếu best evidence ủng hộ nhưng verdict là Unknown, hãy viết theo cấu trúc:\n", " \"[Nhận định]: (True/False/Unknown)\"\n", " \"[Giải thích]: Giải thích ngắn (2 câu). Nếu có mâu thuẫn giữa best evidence và verdict, nêu rõ: 'Mặc dù một bằng chứng mạnh cho thấy..., tổng thể bằng chứng hiện nay vẫn...'\"\n", "\n", "Viết tiếng Việt, 2-3 câu, trung lập và rõ ràng.\n", "\"\"\"\n", " response = client.complete(\n", " messages=[\n", " SystemMessage(\"Bạn là trợ lý fact-check chuyên nghiệp, không mâu thuẫn với verdict đã cho.\"),\n", " UserMessage(prompt)\n", " ],\n", " model=model,\n", " temperature=0.2\n", " )\n", " return response.choices[0].message.content.strip()" ] }, { "cell_type": "markdown", "id": "pSgDqMuDvt8T", "metadata": { "id": "pSgDqMuDvt8T" }, "source": [ "### 3. SINH KẾT LUẬN & IN KẾT QUẢ" ] }, { "cell_type": "code", "execution_count": 34, "id": "MABYca6Lvn--", "metadata": { "colab": { "base_uri": "https://localhost:8080/" }, "id": "MABYca6Lvn--", "outputId": "5a659047-c8b7-40aa-967f-99afd5209978" }, "outputs": [ { "output_type": "stream", "name": "stdout", "text": [ "\n", "================================================================================\n", "Claim: Biến đổi khí hậu đang làm thời tiết cực đoan hơn.\n", "→ Verdict: True (Confidence: 0.81)\n", "→ Stance ratio: {'Support': np.float32(0.80569065), 'Refute': np.float32(0.00133091), 'Neutral': np.float32(0.1929785)}\n", "→ Best Evidence (score=1.00):\n", "Bắc Phi “oằn mình” chống chịu tác động của biến đổi khí hậu. Các nước Bắc Phi, từ Maroc, Tunisia, Algeria đến Ai Cập, đều phải chứng kiến những hiện tượng thời tiết cực đoan ngày càng gia tăng. Biến đổi khí hậu là một trong những nguyên nhân chính khiến khí hậu khu vực ngày càng thất thường, với nhi...\n", "[Source: https://nhandan.vn/bac-phi-oan-minh-chong-chiu-tac-dong-cua-bien-doi-khi-hau-post913175.html]\n", "→ Giải thích kiểm chứng:\n", "[Nhận định]: True \n", "[Giải thích]: Bằng chứng cho thấy biến đổi khí hậu đang gây ra hiện tượng thời tiết cực đoan hơn, như tình trạng nắng nóng và mưa dông dữ dội ở Bắc Phi. Điều này phù hợp với verdict đã cho, cho thấy sự đồng thuận về tác động của biến đổi khí hậu đối với thời tiết.\n", "\n", "================================================================================\n", "Claim: Nhiệt độ toàn cầu đã tăng 1.1°C trong 100 năm qua.\n", "→ Verdict: Unknown (Confidence: 0.48)\n", "→ Stance ratio: {'Support': np.float32(0.24219885), 'Refute': np.float32(0.27532393), 'Neutral': np.float32(0.4824772)}\n", "→ Best Evidence (score=0.99):\n", "VnExpress Quá trình Trái Đất rực nóng trong 100 năm qua - Báo VnExpress. Cơ quan Hàng không Vũ trụ Mỹ (NASA) đầu tháng 6 công bố đồ họa mô tả xu hướng nóng lên toàn cầu trong giai đoạn 1880-2015, theo Telegraph. Đồ họa cho thấy trong hơn 100 năm qua, nhiệt độ trên Trái Đất đã thay đổi từ màu xanh la...\n", "[Source: https://vnexpress.net/qua-trinh-trai-dat-ruc-nong-trong-100-nam-qua-3601999.html]\n", "→ Giải thích kiểm chứng:\n", "[Nhận định]: Unknown \n", "[Giải thích]: Mặc dù bằng chứng từ NASA cho thấy nhiệt độ toàn cầu đã tăng trong hơn 100 năm qua, tổng thể bằng chứng hiện nay vẫn không đủ để khẳng định chính xác mức tăng 1.1°C. Do đó, thông tin này vẫn chưa được xác nhận rõ ràng.\n" ] } ], "source": [ "final_results = {}\n", "\n", "for claim, evidences in results_with_stance.items():\n", " if not evidences:\n", " continue\n", "\n", " # Tính verdict có trọng số\n", " agg = aggregate_verdict_weighted(evidences)\n", "\n", " # Chọn bằng chứng mạnh nhất (score cao nhất)\n", " best_evidence = max(evidences, key=lambda e: e[\"stance_score\"])\n", "\n", " # Gọi LLM sinh phần giải thích (theo hướng A: tuân thủ verdict)\n", " justification = explain_factcheck_with_best_evidence(\n", " claim,\n", " agg[\"verdict\"],\n", " best_evidence,\n", " agg[\"stance_ratio\"]\n", " )\n", "\n", " # Lưu kết quả\n", " final_results[claim] = {\n", " \"claim\": claim,\n", " \"verdict\": agg[\"verdict\"],\n", " \"confidence\": agg[\"confidence\"],\n", " \"stance_ratio\": agg[\"stance_ratio\"],\n", " \"best_evidence\": best_evidence,\n", " \"justification\": justification\n", " }\n", "\n", " # In ra cho người dùng xem\n", " print(\"\\n\" + \"=\"*80)\n", " print(f\"Claim: {claim}\")\n", " print(f\"→ Verdict: {agg['verdict']} (Confidence: {agg['confidence']:.2f})\")\n", " print(f\"→ Stance ratio: {agg['stance_ratio']}\")\n", " print(f\"→ Best Evidence (score={best_evidence['stance_score']:.2f}):\")\n", " print(f\"{best_evidence['text'][:300]}...\")\n", " print(f\"[Source: {best_evidence['link']}]\")\n", " print(\"→ Giải thích kiểm chứng:\")\n", " print(justification)" ] }, { "cell_type": "markdown", "source": [ "### Phần đánh giá cho Module 5" ], "metadata": { "id": "iVAFvHEyhKSH" }, "id": "iVAFvHEyhKSH" }, { "cell_type": "code", "source": [ "def run_module5(results_with_stance, save_justification_separately=False):\n", " endpoint = \"https://models.github.ai/inference\"\n", " model = \"openai/gpt-4o-mini\"\n", " token = os.environ[\"GITHUB_TOKEN\"]\n", "\n", " client = ChatCompletionsClient(\n", " endpoint=endpoint,\n", " credential=AzureKeyCredential(token)\n", " )\n", "\n", " final_results = {}\n", " justifications = {}\n", "\n", " for claim, evidences in results_with_stance.items():\n", " if not evidences:\n", " continue\n", "\n", " # Tính verdict có trọng số\n", " agg = aggregate_verdict_weighted(evidences)\n", "\n", " # Chọn evidence mạnh nhất\n", " best_evidence = max(evidences, key=lambda e: e[\"stance_score\"])\n", "\n", " # Gọi LLM sinh phần giải thích\n", " justification = explain_factcheck_with_best_evidence(\n", " claim,\n", " agg[\"verdict\"],\n", " best_evidence,\n", " agg[\"stance_ratio\"]\n", " )\n", "\n", " # Lưu kết quả\n", " final_results[claim] = {\n", " \"claim\": claim,\n", " \"verdict\": agg[\"verdict\"],\n", " \"confidence\": agg[\"confidence\"],\n", " \"stance_ratio\": agg[\"stance_ratio\"],\n", " \"best_evidence\": best_evidence,\n", " \"justification\": justification\n", " }\n", "\n", " if save_justification_separately:\n", " justifications[claim] = {\n", " \"claim\": claim,\n", " \"verdict\": agg[\"verdict\"],\n", " \"justification\": justification\n", " }\n", "\n", " with open(\"final_results.json\", \"w\", encoding=\"utf-8\") as f:\n", " json.dump(final_results, f, ensure_ascii=False, indent=2)\n", "\n", " if save_justification_separately:\n", " with open(\"justifications.json\", \"w\", encoding=\"utf-8\") as f:\n", " json.dump(justifications, f, ensure_ascii=False, indent=2)\n", "\n", " print(\"Hoàn tất. Kết quả đã lưu vào 'final_results.json'\")\n", " if save_justification_separately:\n", " print(\"File 'justifications.json' cũng đã được tạo.\")\n", "\n", " return final_results" ], "metadata": { "id": "8ODgHTrRhK0A" }, "id": "8ODgHTrRhK0A", "execution_count": 40, "outputs": [] }, { "cell_type": "markdown", "source": [ "## **Test Pipline**\n", "\n", "Phần này kiểm thử pipline với dữ liệu có sẵn. Tập dữ liệu gồm 100 mẫu cân bằng, được trích từ tập test gốc. \n", "\n", "Ba lớp nhãn `Support`, `Refute`, `Neutral` được lấy phân bố đều nhau để đảm bảo đánh giá công bằng giữa các loại kết quả.\n" ], "metadata": { "id": "pbAvGqf8Pohv" }, "id": "pbAvGqf8Pohv" }, { "cell_type": "code", "source": [ "# Import thư viện cần thiết\n", "from datasets import load_dataset\n", "from tqdm import tqdm\n", "import json\n", "from sklearn.metrics import classification_report, confusion_matrix\n", "import matplotlib.pyplot as plt\n", "import seaborn as sns\n", "import random\n", "import pandas as pd" ], "metadata": { "id": "loR1nDAxQZSD" }, "id": "loR1nDAxQZSD", "execution_count": 41, "outputs": [] }, { "cell_type": "markdown", "source": [ "### 1. Tải và xử lý dữ liệu" ], "metadata": { "id": "qj5AMtrvQoP0" }, "id": "qj5AMtrvQoP0" }, { "cell_type": "code", "source": [ "ds = load_dataset(\"tranthaihoa/vifactcheck\")\n", "\n", "# Map nhãn số (0, 1, 2) sang chuỗi (Support, Refute, Neutral)\n", "label_map = {\n", " 0: \"Support\",\n", " 1: \"Refute\",\n", " 2: \"Neutral\"\n", "}\n", "\n", "ds = ds.map(lambda x: {\"label\": label_map.get(x[\"labels\"], x[\"labels\"])})" ], "metadata": { "id": "Y3sqY-nIQn0S" }, "id": "Y3sqY-nIQn0S", "execution_count": 42, "outputs": [] }, { "cell_type": "code", "source": [ "# test_ds = ds[\"test\"].remove_columns([\"Evidence\"])\n", "# df = test_ds.to_pandas()\n", "\n", "# sampled_df = (\n", "# df.groupby(\"label\", group_keys=False)\n", "# .apply(lambda x: x.sample(n=100 // 3, random_state=42))\n", "# .reset_index(drop=True)\n", "# )\n", "\n", "# if len(sampled_df) < 100:\n", "# sampled_df = pd.concat([sampled_df, df.sample(n=1, random_state=43)], ignore_index=True)" ], "metadata": { "colab": { "base_uri": "https://localhost:8080/" }, "id": "VXR8_8XHXCtW", "outputId": "21991980-2dcd-41f9-c7ab-548f02b875b9" }, "id": "VXR8_8XHXCtW", "execution_count": 43, "outputs": [ { "output_type": "stream", "name": "stderr", "text": [ "/tmp/ipython-input-1924888240.py:6: DeprecationWarning: DataFrameGroupBy.apply operated on the grouping columns. This behavior is deprecated, and in a future version of pandas the grouping columns will be excluded from the operation. Either pass `include_groups=False` to exclude the groupings or explicitly select the grouping columns after groupby to silence this warning.\n", " .apply(lambda x: x.sample(n=100 // 3, random_state=42))\n" ] } ] }, { "cell_type": "code", "source": [ "# Test thử 1 claim\n", "sample = ds[\"test\"][0]\n", "sample = dict(sample)" ], "metadata": { "id": "B-GIBqI0j_uV" }, "id": "B-GIBqI0j_uV", "execution_count": 55, "outputs": [] }, { "cell_type": "markdown", "source": [ "### 2. Chạy hệ thống fact-check" ], "metadata": { "id": "lYHtzhd3RMfi" }, "id": "lYHtzhd3RMfi" }, { "cell_type": "code", "source": [ "SYSTEM_PROMPT_M1 = \"Ghi lại những gì người dùng nhập vào nhưng đúng chính tả và ngữ pháp. Đối với các từ viết tắt hãy ghi ra đầy đủ. Những từ lóng, teencode, từ tiếng Việt nhưng viết không dấu, ... hãy chuyển về ngôn ngữ phổ thông.\"" ], "metadata": { "id": "59odNQFAgMIe" }, "id": "59odNQFAgMIe", "execution_count": 44, "outputs": [] }, { "cell_type": "code", "source": [ "SYSTEM_PROMPT_M2 = \"\"\"\n", "Bạn là mô-đun Claim Detection.\n", "\n", "Nhiệm vụ:\n", "- Giữ lại và trả về những câu có chứa claim: phát biểu khẳng định, luận điểm hoặc sự thật có thể kiểm chứng đúng/sai.\n", "- Bỏ đi các câu cảm thán, chào hỏi, xã giao hoặc câu không chứa claim.\n", "\n", "Yêu cầu chi tiết:\n", "- Một claim phải là một mệnh đề có thông tin khách quan, có thể kiểm chứng được (fact hoặc assertion).\n", "- Nếu câu có chứa từ ngữ như \"tôi tin rằng\", \"theo tôi nghĩ\", \"có lẽ\", hãy bỏ phần mở đầu đó và chỉ giữ lại nội dung khẳng định chính.\n", "- Kết quả cần giữ nguyên ngữ pháp, chính tả, tiếng Việt chuẩn.\"\"\"" ], "metadata": { "id": "2rMbDvfngVwQ" }, "id": "2rMbDvfngVwQ", "execution_count": 45, "outputs": [] }, { "cell_type": "code", "source": [ "# Test thử 1 claim\n", "claim = sample[\"Statement\"]\n", "gold_label = sample[\"label\"]\n", "\n", "print(f\"Claim: {claim}\")\n", "print(f\"Gold label: {gold_label}\")\n", "\n", "# chạy qua pipeline\n", "processed_text = processing_by_llm(claim, SYSTEM_PROMPT_M1)\n", "claim_detected = processing_by_llm(processed_text, SYSTEM_PROMPT_M2)\n", "\n", "claims = [c.strip() for c in CLAIM_TEXT.split(\"\\n\") if c.strip()]\n", "run_pipeline(claims)\n", "\n", "# module 4\n", "\n", "final_results = run_module5(results_with_stance, save_justification_separately=True)\n", "\n", "verdict = list(final_results.values())[0][\"verdict\"]\n", "print(f\"Pipeline verdict: {verdict}\")\n" ], "metadata": { "colab": { "base_uri": "https://localhost:8080/", "height": 391 }, "id": "shU4rKEDkStV", "outputId": "acf55544-d2b6-47c2-d942-d1880d384fea" }, "id": "shU4rKEDkStV", "execution_count": 56, "outputs": [ { "output_type": "stream", "name": "stdout", "text": [ "Claim: Bộ xương bản sao được đưa đến Lodon bằng cách nghép thành con hoàn chỉnh rồi vận chuyển đến.\n", "Gold label: Refute\n" ] }, { "output_type": "error", "ename": "KeyboardInterrupt", "evalue": "", "traceback": [ "\u001b[0;31m---------------------------------------------------------------------------\u001b[0m", "\u001b[0;31mKeyboardInterrupt\u001b[0m Traceback (most recent call last)", "\u001b[0;32m/tmp/ipython-input-2273335663.py\u001b[0m in \u001b[0;36m\u001b[0;34m()\u001b[0m\n\u001b[1;32m 7\u001b[0m \u001b[0;31m# chạy qua pipeline\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[1;32m 8\u001b[0m \u001b[0mprocessed_text\u001b[0m \u001b[0;34m=\u001b[0m \u001b[0mprocessing_by_llm\u001b[0m\u001b[0;34m(\u001b[0m\u001b[0mclaim\u001b[0m\u001b[0;34m,\u001b[0m \u001b[0mSYSTEM_PROMPT_M1\u001b[0m\u001b[0;34m)\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[0;32m----> 9\u001b[0;31m \u001b[0mclaim_detected\u001b[0m \u001b[0;34m=\u001b[0m \u001b[0mprocessing_by_llm\u001b[0m\u001b[0;34m(\u001b[0m\u001b[0mprocessed_text\u001b[0m\u001b[0;34m,\u001b[0m \u001b[0mSYSTEM_PROMPT_M2\u001b[0m\u001b[0;34m)\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[0m\u001b[1;32m 10\u001b[0m \u001b[0;34m\u001b[0m\u001b[0m\n\u001b[1;32m 11\u001b[0m \u001b[0mclaims\u001b[0m \u001b[0;34m=\u001b[0m \u001b[0;34m[\u001b[0m\u001b[0mc\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0mstrip\u001b[0m\u001b[0;34m(\u001b[0m\u001b[0;34m)\u001b[0m \u001b[0;32mfor\u001b[0m \u001b[0mc\u001b[0m \u001b[0;32min\u001b[0m \u001b[0mCLAIM_TEXT\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0msplit\u001b[0m\u001b[0;34m(\u001b[0m\u001b[0;34m\"\\n\"\u001b[0m\u001b[0;34m)\u001b[0m \u001b[0;32mif\u001b[0m \u001b[0mc\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0mstrip\u001b[0m\u001b[0;34m(\u001b[0m\u001b[0;34m)\u001b[0m\u001b[0;34m]\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n", "\u001b[0;32m/tmp/ipython-input-1072511913.py\u001b[0m in \u001b[0;36mprocessing_by_llm\u001b[0;34m(INPUT_TEXT, SYSTEM_PROMPT)\u001b[0m\n\u001b[1;32m 15\u001b[0m )\n\u001b[1;32m 16\u001b[0m \u001b[0;34m\u001b[0m\u001b[0m\n\u001b[0;32m---> 17\u001b[0;31m response = client.complete(\n\u001b[0m\u001b[1;32m 18\u001b[0m messages=[\n\u001b[1;32m 19\u001b[0m \u001b[0mSystemMessage\u001b[0m\u001b[0;34m(\u001b[0m\u001b[0mSYSTEM_PROMPT\u001b[0m\u001b[0;34m)\u001b[0m\u001b[0;34m,\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n", "\u001b[0;32m/usr/local/lib/python3.12/dist-packages/azure/ai/inference/_patch.py\u001b[0m in \u001b[0;36mcomplete\u001b[0;34m(self, body, messages, stream, frequency_penalty, presence_penalty, temperature, top_p, max_tokens, response_format, stop, tools, tool_choice, seed, model, model_extras, **kwargs)\u001b[0m\n\u001b[1;32m 726\u001b[0m \u001b[0;34m\u001b[0m\u001b[0m\n\u001b[1;32m 727\u001b[0m \u001b[0m_stream\u001b[0m \u001b[0;34m=\u001b[0m \u001b[0mstream\u001b[0m \u001b[0;32mor\u001b[0m \u001b[0;32mFalse\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[0;32m--> 728\u001b[0;31m pipeline_response: PipelineResponse = self._client._pipeline.run( # pylint: disable=protected-access\n\u001b[0m\u001b[1;32m 729\u001b[0m \u001b[0m_request\u001b[0m\u001b[0;34m,\u001b[0m \u001b[0mstream\u001b[0m\u001b[0;34m=\u001b[0m\u001b[0m_stream\u001b[0m\u001b[0;34m,\u001b[0m \u001b[0;34m**\u001b[0m\u001b[0mkwargs\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[1;32m 730\u001b[0m )\n", "\u001b[0;32m/usr/local/lib/python3.12/dist-packages/azure/core/pipeline/_base.py\u001b[0m in \u001b[0;36mrun\u001b[0;34m(self, request, **kwargs)\u001b[0m\n\u001b[1;32m 240\u001b[0m \u001b[0mpipeline_request\u001b[0m\u001b[0;34m:\u001b[0m \u001b[0mPipelineRequest\u001b[0m\u001b[0;34m[\u001b[0m\u001b[0mHTTPRequestType\u001b[0m\u001b[0;34m]\u001b[0m \u001b[0;34m=\u001b[0m \u001b[0mPipelineRequest\u001b[0m\u001b[0;34m(\u001b[0m\u001b[0mrequest\u001b[0m\u001b[0;34m,\u001b[0m \u001b[0mcontext\u001b[0m\u001b[0;34m)\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[1;32m 241\u001b[0m \u001b[0mfirst_node\u001b[0m \u001b[0;34m=\u001b[0m \u001b[0mself\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0m_impl_policies\u001b[0m\u001b[0;34m[\u001b[0m\u001b[0;36m0\u001b[0m\u001b[0;34m]\u001b[0m \u001b[0;32mif\u001b[0m \u001b[0mself\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0m_impl_policies\u001b[0m \u001b[0;32melse\u001b[0m \u001b[0m_TransportRunner\u001b[0m\u001b[0;34m(\u001b[0m\u001b[0mself\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0m_transport\u001b[0m\u001b[0;34m)\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[0;32m--> 242\u001b[0;31m \u001b[0;32mreturn\u001b[0m \u001b[0mfirst_node\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0msend\u001b[0m\u001b[0;34m(\u001b[0m\u001b[0mpipeline_request\u001b[0m\u001b[0;34m)\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[0m", "\u001b[0;32m/usr/local/lib/python3.12/dist-packages/azure/core/pipeline/_base.py\u001b[0m in \u001b[0;36msend\u001b[0;34m(self, request)\u001b[0m\n\u001b[1;32m 96\u001b[0m \u001b[0m_await_result\u001b[0m\u001b[0;34m(\u001b[0m\u001b[0mself\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0m_policy\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0mon_request\u001b[0m\u001b[0;34m,\u001b[0m \u001b[0mrequest\u001b[0m\u001b[0;34m)\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[1;32m 97\u001b[0m \u001b[0;32mtry\u001b[0m\u001b[0;34m:\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[0;32m---> 98\u001b[0;31m \u001b[0mresponse\u001b[0m \u001b[0;34m=\u001b[0m \u001b[0mself\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0mnext\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0msend\u001b[0m\u001b[0;34m(\u001b[0m\u001b[0mrequest\u001b[0m\u001b[0;34m)\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[0m\u001b[1;32m 99\u001b[0m \u001b[0;32mexcept\u001b[0m \u001b[0mException\u001b[0m\u001b[0;34m:\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[1;32m 100\u001b[0m \u001b[0m_await_result\u001b[0m\u001b[0;34m(\u001b[0m\u001b[0mself\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0m_policy\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0mon_exception\u001b[0m\u001b[0;34m,\u001b[0m \u001b[0mrequest\u001b[0m\u001b[0;34m)\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n", "\u001b[0;32m/usr/local/lib/python3.12/dist-packages/azure/core/pipeline/_base.py\u001b[0m in \u001b[0;36msend\u001b[0;34m(self, request)\u001b[0m\n\u001b[1;32m 96\u001b[0m \u001b[0m_await_result\u001b[0m\u001b[0;34m(\u001b[0m\u001b[0mself\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0m_policy\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0mon_request\u001b[0m\u001b[0;34m,\u001b[0m \u001b[0mrequest\u001b[0m\u001b[0;34m)\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[1;32m 97\u001b[0m \u001b[0;32mtry\u001b[0m\u001b[0;34m:\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[0;32m---> 98\u001b[0;31m \u001b[0mresponse\u001b[0m \u001b[0;34m=\u001b[0m \u001b[0mself\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0mnext\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0msend\u001b[0m\u001b[0;34m(\u001b[0m\u001b[0mrequest\u001b[0m\u001b[0;34m)\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[0m\u001b[1;32m 99\u001b[0m \u001b[0;32mexcept\u001b[0m \u001b[0mException\u001b[0m\u001b[0;34m:\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[1;32m 100\u001b[0m \u001b[0m_await_result\u001b[0m\u001b[0;34m(\u001b[0m\u001b[0mself\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0m_policy\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0mon_exception\u001b[0m\u001b[0;34m,\u001b[0m \u001b[0mrequest\u001b[0m\u001b[0;34m)\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n", "\u001b[0;32m/usr/local/lib/python3.12/dist-packages/azure/core/pipeline/_base.py\u001b[0m in \u001b[0;36msend\u001b[0;34m(self, request)\u001b[0m\n\u001b[1;32m 96\u001b[0m \u001b[0m_await_result\u001b[0m\u001b[0;34m(\u001b[0m\u001b[0mself\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0m_policy\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0mon_request\u001b[0m\u001b[0;34m,\u001b[0m \u001b[0mrequest\u001b[0m\u001b[0;34m)\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[1;32m 97\u001b[0m \u001b[0;32mtry\u001b[0m\u001b[0;34m:\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[0;32m---> 98\u001b[0;31m \u001b[0mresponse\u001b[0m \u001b[0;34m=\u001b[0m \u001b[0mself\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0mnext\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0msend\u001b[0m\u001b[0;34m(\u001b[0m\u001b[0mrequest\u001b[0m\u001b[0;34m)\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[0m\u001b[1;32m 99\u001b[0m \u001b[0;32mexcept\u001b[0m \u001b[0mException\u001b[0m\u001b[0;34m:\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[1;32m 100\u001b[0m \u001b[0m_await_result\u001b[0m\u001b[0;34m(\u001b[0m\u001b[0mself\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0m_policy\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0mon_exception\u001b[0m\u001b[0;34m,\u001b[0m \u001b[0mrequest\u001b[0m\u001b[0;34m)\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n", "\u001b[0;32m/usr/local/lib/python3.12/dist-packages/azure/core/pipeline/_base.py\u001b[0m in \u001b[0;36msend\u001b[0;34m(self, request)\u001b[0m\n\u001b[1;32m 96\u001b[0m \u001b[0m_await_result\u001b[0m\u001b[0;34m(\u001b[0m\u001b[0mself\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0m_policy\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0mon_request\u001b[0m\u001b[0;34m,\u001b[0m \u001b[0mrequest\u001b[0m\u001b[0;34m)\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[1;32m 97\u001b[0m \u001b[0;32mtry\u001b[0m\u001b[0;34m:\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[0;32m---> 98\u001b[0;31m \u001b[0mresponse\u001b[0m \u001b[0;34m=\u001b[0m \u001b[0mself\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0mnext\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0msend\u001b[0m\u001b[0;34m(\u001b[0m\u001b[0mrequest\u001b[0m\u001b[0;34m)\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[0m\u001b[1;32m 99\u001b[0m \u001b[0;32mexcept\u001b[0m \u001b[0mException\u001b[0m\u001b[0;34m:\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[1;32m 100\u001b[0m \u001b[0m_await_result\u001b[0m\u001b[0;34m(\u001b[0m\u001b[0mself\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0m_policy\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0mon_exception\u001b[0m\u001b[0;34m,\u001b[0m \u001b[0mrequest\u001b[0m\u001b[0;34m)\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n", "\u001b[0;32m/usr/local/lib/python3.12/dist-packages/azure/core/pipeline/_base.py\u001b[0m in \u001b[0;36msend\u001b[0;34m(self, request)\u001b[0m\n\u001b[1;32m 96\u001b[0m \u001b[0m_await_result\u001b[0m\u001b[0;34m(\u001b[0m\u001b[0mself\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0m_policy\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0mon_request\u001b[0m\u001b[0;34m,\u001b[0m \u001b[0mrequest\u001b[0m\u001b[0;34m)\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[1;32m 97\u001b[0m \u001b[0;32mtry\u001b[0m\u001b[0;34m:\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[0;32m---> 98\u001b[0;31m \u001b[0mresponse\u001b[0m \u001b[0;34m=\u001b[0m \u001b[0mself\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0mnext\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0msend\u001b[0m\u001b[0;34m(\u001b[0m\u001b[0mrequest\u001b[0m\u001b[0;34m)\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[0m\u001b[1;32m 99\u001b[0m \u001b[0;32mexcept\u001b[0m \u001b[0mException\u001b[0m\u001b[0;34m:\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[1;32m 100\u001b[0m \u001b[0m_await_result\u001b[0m\u001b[0;34m(\u001b[0m\u001b[0mself\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0m_policy\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0mon_exception\u001b[0m\u001b[0;34m,\u001b[0m \u001b[0mrequest\u001b[0m\u001b[0;34m)\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n", "\u001b[0;32m/usr/local/lib/python3.12/dist-packages/azure/core/pipeline/policies/_redirect.py\u001b[0m in \u001b[0;36msend\u001b[0;34m(self, request)\u001b[0m\n\u001b[1;32m 203\u001b[0m \u001b[0moriginal_domain\u001b[0m \u001b[0;34m=\u001b[0m \u001b[0mget_domain\u001b[0m\u001b[0;34m(\u001b[0m\u001b[0mrequest\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0mhttp_request\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0murl\u001b[0m\u001b[0;34m)\u001b[0m \u001b[0;32mif\u001b[0m \u001b[0mredirect_settings\u001b[0m\u001b[0;34m[\u001b[0m\u001b[0;34m\"allow\"\u001b[0m\u001b[0;34m]\u001b[0m \u001b[0;32melse\u001b[0m \u001b[0;32mNone\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[1;32m 204\u001b[0m \u001b[0;32mwhile\u001b[0m \u001b[0mretryable\u001b[0m\u001b[0;34m:\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[0;32m--> 205\u001b[0;31m \u001b[0mresponse\u001b[0m \u001b[0;34m=\u001b[0m \u001b[0mself\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0mnext\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0msend\u001b[0m\u001b[0;34m(\u001b[0m\u001b[0mrequest\u001b[0m\u001b[0;34m)\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[0m\u001b[1;32m 206\u001b[0m \u001b[0mredirect_location\u001b[0m \u001b[0;34m=\u001b[0m \u001b[0mself\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0mget_redirect_location\u001b[0m\u001b[0;34m(\u001b[0m\u001b[0mresponse\u001b[0m\u001b[0;34m)\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[1;32m 207\u001b[0m \u001b[0;32mif\u001b[0m \u001b[0mredirect_location\u001b[0m \u001b[0;32mand\u001b[0m \u001b[0mredirect_settings\u001b[0m\u001b[0;34m[\u001b[0m\u001b[0;34m\"allow\"\u001b[0m\u001b[0;34m]\u001b[0m\u001b[0;34m:\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n", "\u001b[0;32m/usr/local/lib/python3.12/dist-packages/azure/core/pipeline/policies/_retry.py\u001b[0m in \u001b[0;36msend\u001b[0;34m(self, request)\u001b[0m\n\u001b[1;32m 543\u001b[0m \u001b[0mself\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0m_configure_timeout\u001b[0m\u001b[0;34m(\u001b[0m\u001b[0mrequest\u001b[0m\u001b[0;34m,\u001b[0m \u001b[0mabsolute_timeout\u001b[0m\u001b[0;34m,\u001b[0m \u001b[0mis_response_error\u001b[0m\u001b[0;34m)\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[1;32m 544\u001b[0m \u001b[0mrequest\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0mcontext\u001b[0m\u001b[0;34m[\u001b[0m\u001b[0;34m\"retry_count\"\u001b[0m\u001b[0;34m]\u001b[0m \u001b[0;34m=\u001b[0m \u001b[0mlen\u001b[0m\u001b[0;34m(\u001b[0m\u001b[0mretry_settings\u001b[0m\u001b[0;34m[\u001b[0m\u001b[0;34m\"history\"\u001b[0m\u001b[0;34m]\u001b[0m\u001b[0;34m)\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[0;32m--> 545\u001b[0;31m \u001b[0mresponse\u001b[0m \u001b[0;34m=\u001b[0m \u001b[0mself\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0mnext\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0msend\u001b[0m\u001b[0;34m(\u001b[0m\u001b[0mrequest\u001b[0m\u001b[0;34m)\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[0m\u001b[1;32m 546\u001b[0m \u001b[0;32mif\u001b[0m \u001b[0mself\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0mis_retry\u001b[0m\u001b[0;34m(\u001b[0m\u001b[0mretry_settings\u001b[0m\u001b[0;34m,\u001b[0m \u001b[0mresponse\u001b[0m\u001b[0;34m)\u001b[0m\u001b[0;34m:\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[1;32m 547\u001b[0m \u001b[0mretry_active\u001b[0m \u001b[0;34m=\u001b[0m \u001b[0mself\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0mincrement\u001b[0m\u001b[0;34m(\u001b[0m\u001b[0mretry_settings\u001b[0m\u001b[0;34m,\u001b[0m \u001b[0mresponse\u001b[0m\u001b[0;34m=\u001b[0m\u001b[0mresponse\u001b[0m\u001b[0;34m)\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n", "\u001b[0;32m/usr/local/lib/python3.12/dist-packages/azure/core/pipeline/_base.py\u001b[0m in \u001b[0;36msend\u001b[0;34m(self, request)\u001b[0m\n\u001b[1;32m 96\u001b[0m \u001b[0m_await_result\u001b[0m\u001b[0;34m(\u001b[0m\u001b[0mself\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0m_policy\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0mon_request\u001b[0m\u001b[0;34m,\u001b[0m \u001b[0mrequest\u001b[0m\u001b[0;34m)\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[1;32m 97\u001b[0m \u001b[0;32mtry\u001b[0m\u001b[0;34m:\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[0;32m---> 98\u001b[0;31m \u001b[0mresponse\u001b[0m \u001b[0;34m=\u001b[0m \u001b[0mself\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0mnext\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0msend\u001b[0m\u001b[0;34m(\u001b[0m\u001b[0mrequest\u001b[0m\u001b[0;34m)\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[0m\u001b[1;32m 99\u001b[0m \u001b[0;32mexcept\u001b[0m \u001b[0mException\u001b[0m\u001b[0;34m:\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[1;32m 100\u001b[0m \u001b[0m_await_result\u001b[0m\u001b[0;34m(\u001b[0m\u001b[0mself\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0m_policy\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0mon_exception\u001b[0m\u001b[0;34m,\u001b[0m \u001b[0mrequest\u001b[0m\u001b[0;34m)\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n", "\u001b[0;32m/usr/local/lib/python3.12/dist-packages/azure/core/pipeline/_base.py\u001b[0m in \u001b[0;36msend\u001b[0;34m(self, request)\u001b[0m\n\u001b[1;32m 96\u001b[0m \u001b[0m_await_result\u001b[0m\u001b[0;34m(\u001b[0m\u001b[0mself\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0m_policy\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0mon_request\u001b[0m\u001b[0;34m,\u001b[0m \u001b[0mrequest\u001b[0m\u001b[0;34m)\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[1;32m 97\u001b[0m \u001b[0;32mtry\u001b[0m\u001b[0;34m:\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[0;32m---> 98\u001b[0;31m \u001b[0mresponse\u001b[0m \u001b[0;34m=\u001b[0m \u001b[0mself\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0mnext\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0msend\u001b[0m\u001b[0;34m(\u001b[0m\u001b[0mrequest\u001b[0m\u001b[0;34m)\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[0m\u001b[1;32m 99\u001b[0m \u001b[0;32mexcept\u001b[0m \u001b[0mException\u001b[0m\u001b[0;34m:\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[1;32m 100\u001b[0m \u001b[0m_await_result\u001b[0m\u001b[0;34m(\u001b[0m\u001b[0mself\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0m_policy\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0mon_exception\u001b[0m\u001b[0;34m,\u001b[0m \u001b[0mrequest\u001b[0m\u001b[0;34m)\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n", "\u001b[0;32m/usr/local/lib/python3.12/dist-packages/azure/core/pipeline/_base.py\u001b[0m in \u001b[0;36msend\u001b[0;34m(self, request)\u001b[0m\n\u001b[1;32m 96\u001b[0m \u001b[0m_await_result\u001b[0m\u001b[0;34m(\u001b[0m\u001b[0mself\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0m_policy\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0mon_request\u001b[0m\u001b[0;34m,\u001b[0m \u001b[0mrequest\u001b[0m\u001b[0;34m)\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[1;32m 97\u001b[0m \u001b[0;32mtry\u001b[0m\u001b[0;34m:\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[0;32m---> 98\u001b[0;31m \u001b[0mresponse\u001b[0m \u001b[0;34m=\u001b[0m \u001b[0mself\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0mnext\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0msend\u001b[0m\u001b[0;34m(\u001b[0m\u001b[0mrequest\u001b[0m\u001b[0;34m)\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[0m\u001b[1;32m 99\u001b[0m \u001b[0;32mexcept\u001b[0m \u001b[0mException\u001b[0m\u001b[0;34m:\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[1;32m 100\u001b[0m \u001b[0m_await_result\u001b[0m\u001b[0;34m(\u001b[0m\u001b[0mself\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0m_policy\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0mon_exception\u001b[0m\u001b[0;34m,\u001b[0m \u001b[0mrequest\u001b[0m\u001b[0;34m)\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n", "\u001b[0;32m/usr/local/lib/python3.12/dist-packages/azure/core/pipeline/_base.py\u001b[0m in \u001b[0;36msend\u001b[0;34m(self, request)\u001b[0m\n\u001b[1;32m 96\u001b[0m \u001b[0m_await_result\u001b[0m\u001b[0;34m(\u001b[0m\u001b[0mself\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0m_policy\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0mon_request\u001b[0m\u001b[0;34m,\u001b[0m \u001b[0mrequest\u001b[0m\u001b[0;34m)\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[1;32m 97\u001b[0m \u001b[0;32mtry\u001b[0m\u001b[0;34m:\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[0;32m---> 98\u001b[0;31m \u001b[0mresponse\u001b[0m \u001b[0;34m=\u001b[0m \u001b[0mself\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0mnext\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0msend\u001b[0m\u001b[0;34m(\u001b[0m\u001b[0mrequest\u001b[0m\u001b[0;34m)\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[0m\u001b[1;32m 99\u001b[0m \u001b[0;32mexcept\u001b[0m \u001b[0mException\u001b[0m\u001b[0;34m:\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[1;32m 100\u001b[0m \u001b[0m_await_result\u001b[0m\u001b[0;34m(\u001b[0m\u001b[0mself\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0m_policy\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0mon_exception\u001b[0m\u001b[0;34m,\u001b[0m \u001b[0mrequest\u001b[0m\u001b[0;34m)\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n", "\u001b[0;32m/usr/local/lib/python3.12/dist-packages/azure/core/pipeline/_base.py\u001b[0m in \u001b[0;36msend\u001b[0;34m(self, request)\u001b[0m\n\u001b[1;32m 96\u001b[0m \u001b[0m_await_result\u001b[0m\u001b[0;34m(\u001b[0m\u001b[0mself\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0m_policy\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0mon_request\u001b[0m\u001b[0;34m,\u001b[0m \u001b[0mrequest\u001b[0m\u001b[0;34m)\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[1;32m 97\u001b[0m \u001b[0;32mtry\u001b[0m\u001b[0;34m:\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[0;32m---> 98\u001b[0;31m \u001b[0mresponse\u001b[0m \u001b[0;34m=\u001b[0m \u001b[0mself\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0mnext\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0msend\u001b[0m\u001b[0;34m(\u001b[0m\u001b[0mrequest\u001b[0m\u001b[0;34m)\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[0m\u001b[1;32m 99\u001b[0m \u001b[0;32mexcept\u001b[0m \u001b[0mException\u001b[0m\u001b[0;34m:\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[1;32m 100\u001b[0m \u001b[0m_await_result\u001b[0m\u001b[0;34m(\u001b[0m\u001b[0mself\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0m_policy\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0mon_exception\u001b[0m\u001b[0;34m,\u001b[0m \u001b[0mrequest\u001b[0m\u001b[0;34m)\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n", "\u001b[0;32m/usr/local/lib/python3.12/dist-packages/azure/core/pipeline/_base.py\u001b[0m in \u001b[0;36msend\u001b[0;34m(self, request)\u001b[0m\n\u001b[1;32m 96\u001b[0m \u001b[0m_await_result\u001b[0m\u001b[0;34m(\u001b[0m\u001b[0mself\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0m_policy\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0mon_request\u001b[0m\u001b[0;34m,\u001b[0m \u001b[0mrequest\u001b[0m\u001b[0;34m)\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[1;32m 97\u001b[0m \u001b[0;32mtry\u001b[0m\u001b[0;34m:\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[0;32m---> 98\u001b[0;31m \u001b[0mresponse\u001b[0m \u001b[0;34m=\u001b[0m \u001b[0mself\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0mnext\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0msend\u001b[0m\u001b[0;34m(\u001b[0m\u001b[0mrequest\u001b[0m\u001b[0;34m)\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[0m\u001b[1;32m 99\u001b[0m \u001b[0;32mexcept\u001b[0m \u001b[0mException\u001b[0m\u001b[0;34m:\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[1;32m 100\u001b[0m \u001b[0m_await_result\u001b[0m\u001b[0;34m(\u001b[0m\u001b[0mself\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0m_policy\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0mon_exception\u001b[0m\u001b[0;34m,\u001b[0m \u001b[0mrequest\u001b[0m\u001b[0;34m)\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n", "\u001b[0;32m/usr/local/lib/python3.12/dist-packages/azure/core/pipeline/_base.py\u001b[0m in \u001b[0;36msend\u001b[0;34m(self, request)\u001b[0m\n\u001b[1;32m 128\u001b[0m return PipelineResponse(\n\u001b[1;32m 129\u001b[0m \u001b[0mrequest\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0mhttp_request\u001b[0m\u001b[0;34m,\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[0;32m--> 130\u001b[0;31m \u001b[0mself\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0m_sender\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0msend\u001b[0m\u001b[0;34m(\u001b[0m\u001b[0mrequest\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0mhttp_request\u001b[0m\u001b[0;34m,\u001b[0m \u001b[0;34m**\u001b[0m\u001b[0mrequest\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0mcontext\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0moptions\u001b[0m\u001b[0;34m)\u001b[0m\u001b[0;34m,\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[0m\u001b[1;32m 131\u001b[0m \u001b[0mcontext\u001b[0m\u001b[0;34m=\u001b[0m\u001b[0mrequest\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0mcontext\u001b[0m\u001b[0;34m,\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[1;32m 132\u001b[0m )\n", "\u001b[0;32m/usr/local/lib/python3.12/dist-packages/azure/core/pipeline/transport/_requests_basic.py\u001b[0m in \u001b[0;36msend\u001b[0;34m(self, request, proxies, **kwargs)\u001b[0m\n\u001b[1;32m 363\u001b[0m \u001b[0mread_timeout\u001b[0m \u001b[0;34m=\u001b[0m \u001b[0mkwargs\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0mpop\u001b[0m\u001b[0;34m(\u001b[0m\u001b[0;34m\"read_timeout\"\u001b[0m\u001b[0;34m,\u001b[0m \u001b[0mself\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0mconnection_config\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0mread_timeout\u001b[0m\u001b[0;34m)\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[1;32m 364\u001b[0m \u001b[0mtimeout\u001b[0m \u001b[0;34m=\u001b[0m \u001b[0;34m(\u001b[0m\u001b[0mconnection_timeout\u001b[0m\u001b[0;34m,\u001b[0m \u001b[0mread_timeout\u001b[0m\u001b[0;34m)\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[0;32m--> 365\u001b[0;31m response = self.session.request( # type: ignore\n\u001b[0m\u001b[1;32m 366\u001b[0m \u001b[0mrequest\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0mmethod\u001b[0m\u001b[0;34m,\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[1;32m 367\u001b[0m \u001b[0mrequest\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0murl\u001b[0m\u001b[0;34m,\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n", "\u001b[0;32m/usr/local/lib/python3.12/dist-packages/requests/sessions.py\u001b[0m in \u001b[0;36mrequest\u001b[0;34m(self, method, url, params, data, headers, cookies, files, auth, timeout, allow_redirects, proxies, hooks, stream, verify, cert, json)\u001b[0m\n\u001b[1;32m 587\u001b[0m }\n\u001b[1;32m 588\u001b[0m \u001b[0msend_kwargs\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0mupdate\u001b[0m\u001b[0;34m(\u001b[0m\u001b[0msettings\u001b[0m\u001b[0;34m)\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[0;32m--> 589\u001b[0;31m \u001b[0mresp\u001b[0m \u001b[0;34m=\u001b[0m \u001b[0mself\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0msend\u001b[0m\u001b[0;34m(\u001b[0m\u001b[0mprep\u001b[0m\u001b[0;34m,\u001b[0m \u001b[0;34m**\u001b[0m\u001b[0msend_kwargs\u001b[0m\u001b[0;34m)\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[0m\u001b[1;32m 590\u001b[0m \u001b[0;34m\u001b[0m\u001b[0m\n\u001b[1;32m 591\u001b[0m \u001b[0;32mreturn\u001b[0m \u001b[0mresp\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n", "\u001b[0;32m/usr/local/lib/python3.12/dist-packages/requests/sessions.py\u001b[0m in \u001b[0;36msend\u001b[0;34m(self, request, **kwargs)\u001b[0m\n\u001b[1;32m 701\u001b[0m \u001b[0;34m\u001b[0m\u001b[0m\n\u001b[1;32m 702\u001b[0m \u001b[0;31m# Send the request\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[0;32m--> 703\u001b[0;31m \u001b[0mr\u001b[0m \u001b[0;34m=\u001b[0m \u001b[0madapter\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0msend\u001b[0m\u001b[0;34m(\u001b[0m\u001b[0mrequest\u001b[0m\u001b[0;34m,\u001b[0m \u001b[0;34m**\u001b[0m\u001b[0mkwargs\u001b[0m\u001b[0;34m)\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[0m\u001b[1;32m 704\u001b[0m \u001b[0;34m\u001b[0m\u001b[0m\n\u001b[1;32m 705\u001b[0m \u001b[0;31m# Total elapsed time of the request (approximately)\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n", "\u001b[0;32m/usr/local/lib/python3.12/dist-packages/requests/adapters.py\u001b[0m in \u001b[0;36msend\u001b[0;34m(self, request, stream, timeout, verify, cert, proxies)\u001b[0m\n\u001b[1;32m 665\u001b[0m \u001b[0;34m\u001b[0m\u001b[0m\n\u001b[1;32m 666\u001b[0m \u001b[0;32mtry\u001b[0m\u001b[0;34m:\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[0;32m--> 667\u001b[0;31m resp = conn.urlopen(\n\u001b[0m\u001b[1;32m 668\u001b[0m \u001b[0mmethod\u001b[0m\u001b[0;34m=\u001b[0m\u001b[0mrequest\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0mmethod\u001b[0m\u001b[0;34m,\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[1;32m 669\u001b[0m \u001b[0murl\u001b[0m\u001b[0;34m=\u001b[0m\u001b[0murl\u001b[0m\u001b[0;34m,\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n", "\u001b[0;32m/usr/local/lib/python3.12/dist-packages/urllib3/connectionpool.py\u001b[0m in \u001b[0;36murlopen\u001b[0;34m(self, method, url, body, headers, retries, redirect, assert_same_host, timeout, pool_timeout, release_conn, chunked, body_pos, preload_content, decode_content, **response_kw)\u001b[0m\n\u001b[1;32m 785\u001b[0m \u001b[0;34m\u001b[0m\u001b[0m\n\u001b[1;32m 786\u001b[0m \u001b[0;31m# Make the request on the HTTPConnection object\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[0;32m--> 787\u001b[0;31m response = self._make_request(\n\u001b[0m\u001b[1;32m 788\u001b[0m \u001b[0mconn\u001b[0m\u001b[0;34m,\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[1;32m 789\u001b[0m \u001b[0mmethod\u001b[0m\u001b[0;34m,\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n", "\u001b[0;32m/usr/local/lib/python3.12/dist-packages/urllib3/connectionpool.py\u001b[0m in \u001b[0;36m_make_request\u001b[0;34m(self, conn, method, url, body, headers, retries, timeout, chunked, response_conn, preload_content, decode_content, enforce_content_length)\u001b[0m\n\u001b[1;32m 532\u001b[0m \u001b[0;31m# Receive the response from the server\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[1;32m 533\u001b[0m \u001b[0;32mtry\u001b[0m\u001b[0;34m:\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[0;32m--> 534\u001b[0;31m \u001b[0mresponse\u001b[0m \u001b[0;34m=\u001b[0m \u001b[0mconn\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0mgetresponse\u001b[0m\u001b[0;34m(\u001b[0m\u001b[0;34m)\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[0m\u001b[1;32m 535\u001b[0m \u001b[0;32mexcept\u001b[0m \u001b[0;34m(\u001b[0m\u001b[0mBaseSSLError\u001b[0m\u001b[0;34m,\u001b[0m \u001b[0mOSError\u001b[0m\u001b[0;34m)\u001b[0m \u001b[0;32mas\u001b[0m \u001b[0me\u001b[0m\u001b[0;34m:\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[1;32m 536\u001b[0m \u001b[0mself\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0m_raise_timeout\u001b[0m\u001b[0;34m(\u001b[0m\u001b[0merr\u001b[0m\u001b[0;34m=\u001b[0m\u001b[0me\u001b[0m\u001b[0;34m,\u001b[0m \u001b[0murl\u001b[0m\u001b[0;34m=\u001b[0m\u001b[0murl\u001b[0m\u001b[0;34m,\u001b[0m \u001b[0mtimeout_value\u001b[0m\u001b[0;34m=\u001b[0m\u001b[0mread_timeout\u001b[0m\u001b[0;34m)\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n", "\u001b[0;32m/usr/local/lib/python3.12/dist-packages/urllib3/connection.py\u001b[0m in \u001b[0;36mgetresponse\u001b[0;34m(self)\u001b[0m\n\u001b[1;32m 563\u001b[0m \u001b[0;34m\u001b[0m\u001b[0m\n\u001b[1;32m 564\u001b[0m \u001b[0;31m# Get the response from http.client.HTTPConnection\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[0;32m--> 565\u001b[0;31m \u001b[0mhttplib_response\u001b[0m \u001b[0;34m=\u001b[0m \u001b[0msuper\u001b[0m\u001b[0;34m(\u001b[0m\u001b[0;34m)\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0mgetresponse\u001b[0m\u001b[0;34m(\u001b[0m\u001b[0;34m)\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[0m\u001b[1;32m 566\u001b[0m \u001b[0;34m\u001b[0m\u001b[0m\n\u001b[1;32m 567\u001b[0m \u001b[0;32mtry\u001b[0m\u001b[0;34m:\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n", "\u001b[0;32m/usr/lib/python3.12/http/client.py\u001b[0m in \u001b[0;36mgetresponse\u001b[0;34m(self)\u001b[0m\n\u001b[1;32m 1428\u001b[0m \u001b[0;32mtry\u001b[0m\u001b[0;34m:\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[1;32m 1429\u001b[0m \u001b[0;32mtry\u001b[0m\u001b[0;34m:\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[0;32m-> 1430\u001b[0;31m \u001b[0mresponse\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0mbegin\u001b[0m\u001b[0;34m(\u001b[0m\u001b[0;34m)\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[0m\u001b[1;32m 1431\u001b[0m \u001b[0;32mexcept\u001b[0m \u001b[0mConnectionError\u001b[0m\u001b[0;34m:\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[1;32m 1432\u001b[0m \u001b[0mself\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0mclose\u001b[0m\u001b[0;34m(\u001b[0m\u001b[0;34m)\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n", "\u001b[0;32m/usr/lib/python3.12/http/client.py\u001b[0m in \u001b[0;36mbegin\u001b[0;34m(self)\u001b[0m\n\u001b[1;32m 329\u001b[0m \u001b[0;31m# read until we get a non-100 response\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[1;32m 330\u001b[0m \u001b[0;32mwhile\u001b[0m \u001b[0;32mTrue\u001b[0m\u001b[0;34m:\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[0;32m--> 331\u001b[0;31m \u001b[0mversion\u001b[0m\u001b[0;34m,\u001b[0m \u001b[0mstatus\u001b[0m\u001b[0;34m,\u001b[0m \u001b[0mreason\u001b[0m \u001b[0;34m=\u001b[0m \u001b[0mself\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0m_read_status\u001b[0m\u001b[0;34m(\u001b[0m\u001b[0;34m)\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[0m\u001b[1;32m 332\u001b[0m \u001b[0;32mif\u001b[0m \u001b[0mstatus\u001b[0m \u001b[0;34m!=\u001b[0m \u001b[0mCONTINUE\u001b[0m\u001b[0;34m:\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[1;32m 333\u001b[0m \u001b[0;32mbreak\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n", "\u001b[0;32m/usr/lib/python3.12/http/client.py\u001b[0m in \u001b[0;36m_read_status\u001b[0;34m(self)\u001b[0m\n\u001b[1;32m 290\u001b[0m \u001b[0;34m\u001b[0m\u001b[0m\n\u001b[1;32m 291\u001b[0m \u001b[0;32mdef\u001b[0m \u001b[0m_read_status\u001b[0m\u001b[0;34m(\u001b[0m\u001b[0mself\u001b[0m\u001b[0;34m)\u001b[0m\u001b[0;34m:\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[0;32m--> 292\u001b[0;31m \u001b[0mline\u001b[0m \u001b[0;34m=\u001b[0m \u001b[0mstr\u001b[0m\u001b[0;34m(\u001b[0m\u001b[0mself\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0mfp\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0mreadline\u001b[0m\u001b[0;34m(\u001b[0m\u001b[0m_MAXLINE\u001b[0m \u001b[0;34m+\u001b[0m \u001b[0;36m1\u001b[0m\u001b[0;34m)\u001b[0m\u001b[0;34m,\u001b[0m \u001b[0;34m\"iso-8859-1\"\u001b[0m\u001b[0;34m)\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[0m\u001b[1;32m 293\u001b[0m \u001b[0;32mif\u001b[0m \u001b[0mlen\u001b[0m\u001b[0;34m(\u001b[0m\u001b[0mline\u001b[0m\u001b[0;34m)\u001b[0m \u001b[0;34m>\u001b[0m \u001b[0m_MAXLINE\u001b[0m\u001b[0;34m:\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[1;32m 294\u001b[0m \u001b[0;32mraise\u001b[0m \u001b[0mLineTooLong\u001b[0m\u001b[0;34m(\u001b[0m\u001b[0;34m\"status line\"\u001b[0m\u001b[0;34m)\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n", "\u001b[0;32m/usr/lib/python3.12/socket.py\u001b[0m in \u001b[0;36mreadinto\u001b[0;34m(self, b)\u001b[0m\n\u001b[1;32m 718\u001b[0m \u001b[0;32mwhile\u001b[0m \u001b[0;32mTrue\u001b[0m\u001b[0;34m:\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[1;32m 719\u001b[0m \u001b[0;32mtry\u001b[0m\u001b[0;34m:\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[0;32m--> 720\u001b[0;31m \u001b[0;32mreturn\u001b[0m \u001b[0mself\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0m_sock\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0mrecv_into\u001b[0m\u001b[0;34m(\u001b[0m\u001b[0mb\u001b[0m\u001b[0;34m)\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[0m\u001b[1;32m 721\u001b[0m \u001b[0;32mexcept\u001b[0m \u001b[0mtimeout\u001b[0m\u001b[0;34m:\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[1;32m 722\u001b[0m \u001b[0mself\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0m_timeout_occurred\u001b[0m \u001b[0;34m=\u001b[0m \u001b[0;32mTrue\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n", "\u001b[0;32m/usr/lib/python3.12/ssl.py\u001b[0m in \u001b[0;36mrecv_into\u001b[0;34m(self, buffer, nbytes, flags)\u001b[0m\n\u001b[1;32m 1249\u001b[0m \u001b[0;34m\"non-zero flags not allowed in calls to recv_into() on %s\"\u001b[0m \u001b[0;34m%\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[1;32m 1250\u001b[0m self.__class__)\n\u001b[0;32m-> 1251\u001b[0;31m \u001b[0;32mreturn\u001b[0m \u001b[0mself\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0mread\u001b[0m\u001b[0;34m(\u001b[0m\u001b[0mnbytes\u001b[0m\u001b[0;34m,\u001b[0m \u001b[0mbuffer\u001b[0m\u001b[0;34m)\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[0m\u001b[1;32m 1252\u001b[0m \u001b[0;32melse\u001b[0m\u001b[0;34m:\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[1;32m 1253\u001b[0m \u001b[0;32mreturn\u001b[0m \u001b[0msuper\u001b[0m\u001b[0;34m(\u001b[0m\u001b[0;34m)\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0mrecv_into\u001b[0m\u001b[0;34m(\u001b[0m\u001b[0mbuffer\u001b[0m\u001b[0;34m,\u001b[0m \u001b[0mnbytes\u001b[0m\u001b[0;34m,\u001b[0m \u001b[0mflags\u001b[0m\u001b[0;34m)\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n", "\u001b[0;32m/usr/lib/python3.12/ssl.py\u001b[0m in \u001b[0;36mread\u001b[0;34m(self, len, buffer)\u001b[0m\n\u001b[1;32m 1101\u001b[0m \u001b[0;32mtry\u001b[0m\u001b[0;34m:\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[1;32m 1102\u001b[0m \u001b[0;32mif\u001b[0m \u001b[0mbuffer\u001b[0m \u001b[0;32mis\u001b[0m \u001b[0;32mnot\u001b[0m \u001b[0;32mNone\u001b[0m\u001b[0;34m:\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[0;32m-> 1103\u001b[0;31m \u001b[0;32mreturn\u001b[0m \u001b[0mself\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0m_sslobj\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0mread\u001b[0m\u001b[0;34m(\u001b[0m\u001b[0mlen\u001b[0m\u001b[0;34m,\u001b[0m \u001b[0mbuffer\u001b[0m\u001b[0;34m)\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[0m\u001b[1;32m 1104\u001b[0m \u001b[0;32melse\u001b[0m\u001b[0;34m:\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[1;32m 1105\u001b[0m \u001b[0;32mreturn\u001b[0m \u001b[0mself\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0m_sslobj\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0mread\u001b[0m\u001b[0;34m(\u001b[0m\u001b[0mlen\u001b[0m\u001b[0;34m)\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n", "\u001b[0;31mKeyboardInterrupt\u001b[0m: " ] } ] }, { "cell_type": "code", "source": [ "y_true = []\n", "y_pred = []\n", "\n", "for sample in tqdm(ds[\"test\"], desc=\"Đánh giá pipeline end-to-end\"):\n", " claim = sample[\"Statement\"]\n", " gold_label = sample[\"label\"]\n", "\n", " processed_text = processing_by_llm(claim, SYSTEM_PROMPT_M1)\n", " claim_detected = processing_by_llm(processed_text, SYSTEM_PROMPT_M2)\n", " claims = [c.strip() for c in CLAIM_TEXT.split(\"\\n\") if c.strip()]\n", " run_pipeline(claims)\n", "\n", " # module 4\n", "\n", " final_results = run_module5(results_with_stance, save_justification_separately=True)\n", "\n", " verdict = final_results[claim_detected][\"verdict\"]\n", "\n", " y_true.append(gold_label)\n", " y_pred.append(verdict)" ], "metadata": { "colab": { "base_uri": "https://localhost:8080/", "height": 228 }, "id": "cGZF4sEvjXb-", "outputId": "a42bc777-5499-4722-cfd2-f0f93233247f" }, "id": "cGZF4sEvjXb-", "execution_count": 47, "outputs": [ { "output_type": "stream", "name": "stderr", "text": [ "Đánh giá pipeline end-to-end: 0%| | 0/11 [00:00\u001b[0;34m()\u001b[0m\n\u001b[1;32m 3\u001b[0m \u001b[0;34m\u001b[0m\u001b[0m\n\u001b[1;32m 4\u001b[0m \u001b[0;32mfor\u001b[0m \u001b[0msample\u001b[0m \u001b[0;32min\u001b[0m \u001b[0mtqdm\u001b[0m\u001b[0;34m(\u001b[0m\u001b[0mds\u001b[0m\u001b[0;34m[\u001b[0m\u001b[0;34m\"test\"\u001b[0m\u001b[0;34m]\u001b[0m\u001b[0;34m[\u001b[0m\u001b[0;36m0\u001b[0m\u001b[0;34m]\u001b[0m\u001b[0;34m,\u001b[0m \u001b[0mdesc\u001b[0m\u001b[0;34m=\u001b[0m\u001b[0;34m\"Đánh giá pipeline end-to-end\"\u001b[0m\u001b[0;34m)\u001b[0m\u001b[0;34m:\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[0;32m----> 5\u001b[0;31m \u001b[0mclaim\u001b[0m \u001b[0;34m=\u001b[0m \u001b[0msample\u001b[0m\u001b[0;34m[\u001b[0m\u001b[0;34m\"Statement\"\u001b[0m\u001b[0;34m]\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[0m\u001b[1;32m 6\u001b[0m \u001b[0mgold_label\u001b[0m \u001b[0;34m=\u001b[0m \u001b[0msample\u001b[0m\u001b[0;34m[\u001b[0m\u001b[0;34m\"label\"\u001b[0m\u001b[0;34m]\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[1;32m 7\u001b[0m \u001b[0;34m\u001b[0m\u001b[0m\n", "\u001b[0;31mTypeError\u001b[0m: string indices must be integers, not 'str'" ] } ] }, { "cell_type": "markdown", "source": [ "### 3. Đánh giá độ chính xác" ], "metadata": { "id": "GsyHkaDORU7F" }, "id": "GsyHkaDORU7F" }, { "cell_type": "code", "source": [ "from sklearn.metrics import classification_report, confusion_matrix\n", "import seaborn as sns\n", "import matplotlib.pyplot as plt\n", "\n", "print(classification_report(y_true, y_pred, digits=3))\n", "cm = confusion_matrix(y_true, y_pred, labels=[\"Support\", \"Refute\", \"Neutral\"])\n", "sns.heatmap(cm, annot=True, fmt=\"d\", cmap=\"Blues\",\n", " xticklabels=[\"Support\", \"Refute\", \"Neutral\"],\n", " yticklabels=[\"Support\", \"Refute\", \"Neutral\"])\n", "plt.xlabel(\"Dự đoán (Pipeline)\")\n", "plt.ylabel(\"Nhãn thật (Dataset)\")\n", "plt.title(\"Confusion Matrix – End-to-End Pipeline\")\n", "plt.show()" ], "metadata": { "id": "0SZbBAffjhuz" }, "id": "0SZbBAffjhuz", "execution_count": null, "outputs": [] } ], "metadata": { "accelerator": "GPU", "colab": { "gpuType": "T4", "provenance": [] }, "kernelspec": { "display_name": "Python 3", "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.10.16" }, "widgets": { "application/vnd.jupyter.widget-state+json": { "e61d698da4764b7d9cd7342909261908": { "model_module": "@jupyter-widgets/controls", "model_name": "HBoxModel", "model_module_version": "1.5.0", "state": { "_dom_classes": [], "_model_module": "@jupyter-widgets/controls", "_model_module_version": "1.5.0", "_model_name": "HBoxModel", "_view_count": null, "_view_module": "@jupyter-widgets/controls", "_view_module_version": "1.5.0", "_view_name": "HBoxView", "box_style": "", "children": [ "IPY_MODEL_7ecb1d139c6c4928bfd8e84def479717", "IPY_MODEL_523ae214ea6a436c923e0b6727c3148f", "IPY_MODEL_852f7d320a1a4f20b643ba2c52081c3c" ], "layout": "IPY_MODEL_843aaf6996f647ee9c2b3cc075c44708" } }, "7ecb1d139c6c4928bfd8e84def479717": { "model_module": "@jupyter-widgets/controls", "model_name": "HTMLModel", "model_module_version": "1.5.0", "state": { "_dom_classes": [], "_model_module": "@jupyter-widgets/controls", "_model_module_version": "1.5.0", "_model_name": "HTMLModel", "_view_count": null, "_view_module": "@jupyter-widgets/controls", "_view_module_version": "1.5.0", "_view_name": "HTMLView", "description": "", "description_tooltip": null, "layout": "IPY_MODEL_0758ac787e78437696c11daffefa5fa0", "placeholder": "​", "style": "IPY_MODEL_c262950601c645cfa9d67a1567a1199d", "value": "modules.json: 100%" } }, "523ae214ea6a436c923e0b6727c3148f": { "model_module": "@jupyter-widgets/controls", "model_name": "FloatProgressModel", "model_module_version": "1.5.0", "state": { "_dom_classes": [], "_model_module": "@jupyter-widgets/controls", "_model_module_version": "1.5.0", "_model_name": "FloatProgressModel", "_view_count": null, "_view_module": "@jupyter-widgets/controls", "_view_module_version": "1.5.0", "_view_name": "ProgressView", "bar_style": "success", "description": "", "description_tooltip": null, "layout": "IPY_MODEL_c7eb3756b9194d69bbd410bf4ddae74c", "max": 229, "min": 0, "orientation": "horizontal", "style": "IPY_MODEL_17edd653514a432a9107cb59e2e15493", "value": 229 } }, "852f7d320a1a4f20b643ba2c52081c3c": { "model_module": "@jupyter-widgets/controls", "model_name": "HTMLModel", "model_module_version": "1.5.0", "state": { "_dom_classes": [], "_model_module": "@jupyter-widgets/controls", "_model_module_version": "1.5.0", "_model_name": "HTMLModel", "_view_count": null, "_view_module": "@jupyter-widgets/controls", "_view_module_version": "1.5.0", "_view_name": "HTMLView", "description": "", "description_tooltip": null, "layout": "IPY_MODEL_8c9c7d7a9c764bbfbec862f87cc779b2", "placeholder": "​", "style": "IPY_MODEL_225f8dc42c6d471c9cefed8cc5441f71", "value": " 229/229 [00:00<00:00, 5.51kB/s]" } }, "843aaf6996f647ee9c2b3cc075c44708": { "model_module": "@jupyter-widgets/base", "model_name": "LayoutModel", "model_module_version": "1.2.0", "state": { "_model_module": "@jupyter-widgets/base", "_model_module_version": "1.2.0", "_model_name": "LayoutModel", "_view_count": null, "_view_module": "@jupyter-widgets/base", "_view_module_version": "1.2.0", "_view_name": "LayoutView", "align_content": null, "align_items": null, "align_self": null, "border": null, "bottom": null, "display": null, "flex": null, "flex_flow": null, "grid_area": null, "grid_auto_columns": null, "grid_auto_flow": null, "grid_auto_rows": null, "grid_column": null, "grid_gap": null, "grid_row": null, "grid_template_areas": null, "grid_template_columns": null, "grid_template_rows": null, "height": null, "justify_content": null, "justify_items": null, "left": null, "margin": null, "max_height": null, "max_width": null, "min_height": null, "min_width": null, "object_fit": null, "object_position": null, "order": null, "overflow": null, "overflow_x": null, "overflow_y": null, "padding": null, "right": null, "top": null, "visibility": null, "width": null } }, "0758ac787e78437696c11daffefa5fa0": { "model_module": "@jupyter-widgets/base", "model_name": "LayoutModel", "model_module_version": "1.2.0", "state": { "_model_module": "@jupyter-widgets/base", "_model_module_version": "1.2.0", "_model_name": "LayoutModel", "_view_count": null, "_view_module": "@jupyter-widgets/base", "_view_module_version": "1.2.0", "_view_name": "LayoutView", "align_content": null, "align_items": null, "align_self": null, "border": null, "bottom": null, "display": null, "flex": null, "flex_flow": null, "grid_area": null, "grid_auto_columns": null, "grid_auto_flow": null, "grid_auto_rows": null, "grid_column": null, "grid_gap": null, "grid_row": null, "grid_template_areas": null, "grid_template_columns": null, "grid_template_rows": null, "height": null, "justify_content": null, "justify_items": null, "left": null, "margin": null, "max_height": null, "max_width": null, "min_height": null, "min_width": null, "object_fit": null, "object_position": null, "order": null, "overflow": null, "overflow_x": null, "overflow_y": null, "padding": null, "right": null, "top": null, "visibility": null, "width": null } }, "c262950601c645cfa9d67a1567a1199d": { "model_module": "@jupyter-widgets/controls", "model_name": "DescriptionStyleModel", "model_module_version": "1.5.0", "state": { "_model_module": "@jupyter-widgets/controls", "_model_module_version": "1.5.0", "_model_name": "DescriptionStyleModel", "_view_count": null, "_view_module": "@jupyter-widgets/base", "_view_module_version": "1.2.0", "_view_name": "StyleView", "description_width": "" } }, "c7eb3756b9194d69bbd410bf4ddae74c": { "model_module": "@jupyter-widgets/base", "model_name": "LayoutModel", "model_module_version": "1.2.0", "state": { "_model_module": "@jupyter-widgets/base", "_model_module_version": "1.2.0", "_model_name": "LayoutModel", "_view_count": null, "_view_module": "@jupyter-widgets/base", "_view_module_version": "1.2.0", "_view_name": "LayoutView", "align_content": null, "align_items": null, "align_self": null, "border": null, "bottom": null, "display": null, "flex": null, "flex_flow": null, "grid_area": null, "grid_auto_columns": null, "grid_auto_flow": null, "grid_auto_rows": null, "grid_column": null, "grid_gap": null, "grid_row": null, "grid_template_areas": null, "grid_template_columns": null, "grid_template_rows": null, "height": null, "justify_content": null, "justify_items": null, "left": null, "margin": null, "max_height": null, "max_width": null, "min_height": null, "min_width": null, "object_fit": null, "object_position": null, "order": null, "overflow": null, "overflow_x": null, "overflow_y": null, "padding": null, "right": null, "top": null, "visibility": null, "width": null } }, "17edd653514a432a9107cb59e2e15493": { "model_module": "@jupyter-widgets/controls", "model_name": "ProgressStyleModel", "model_module_version": "1.5.0", "state": { "_model_module": "@jupyter-widgets/controls", "_model_module_version": "1.5.0", "_model_name": "ProgressStyleModel", "_view_count": null, "_view_module": "@jupyter-widgets/base", "_view_module_version": "1.2.0", "_view_name": "StyleView", "bar_color": null, "description_width": "" } }, "8c9c7d7a9c764bbfbec862f87cc779b2": { "model_module": "@jupyter-widgets/base", "model_name": "LayoutModel", "model_module_version": "1.2.0", "state": { "_model_module": "@jupyter-widgets/base", "_model_module_version": "1.2.0", "_model_name": "LayoutModel", "_view_count": null, "_view_module": "@jupyter-widgets/base", "_view_module_version": "1.2.0", "_view_name": "LayoutView", "align_content": null, "align_items": null, "align_self": null, "border": null, "bottom": null, "display": null, "flex": null, "flex_flow": null, "grid_area": null, "grid_auto_columns": null, "grid_auto_flow": null, "grid_auto_rows": null, "grid_column": null, "grid_gap": null, "grid_row": null, "grid_template_areas": null, "grid_template_columns": null, "grid_template_rows": null, "height": null, "justify_content": null, "justify_items": null, "left": null, "margin": null, "max_height": null, "max_width": null, "min_height": null, "min_width": null, "object_fit": null, "object_position": null, "order": null, "overflow": null, "overflow_x": null, "overflow_y": null, "padding": null, "right": null, "top": null, "visibility": null, "width": null } }, "225f8dc42c6d471c9cefed8cc5441f71": { "model_module": "@jupyter-widgets/controls", "model_name": "DescriptionStyleModel", "model_module_version": "1.5.0", "state": { "_model_module": "@jupyter-widgets/controls", "_model_module_version": "1.5.0", "_model_name": "DescriptionStyleModel", "_view_count": null, "_view_module": "@jupyter-widgets/base", "_view_module_version": "1.2.0", "_view_name": "StyleView", "description_width": "" } }, "c114e1e303e8401e82af90044de34a9b": { "model_module": "@jupyter-widgets/controls", "model_name": "HBoxModel", "model_module_version": "1.5.0", "state": { "_dom_classes": [], "_model_module": "@jupyter-widgets/controls", "_model_module_version": "1.5.0", "_model_name": "HBoxModel", "_view_count": null, "_view_module": "@jupyter-widgets/controls", "_view_module_version": "1.5.0", "_view_name": "HBoxView", "box_style": "", "children": [ "IPY_MODEL_22a3f60199b8432b8efa735a85fa5a26", "IPY_MODEL_2ad25a50f8f04616b0d94a533213cf21", "IPY_MODEL_ed9747f1cdf04c45b4a3760664291fdc" ], "layout": "IPY_MODEL_f899459421a0429b9551e8b78a996fab" } }, "22a3f60199b8432b8efa735a85fa5a26": { "model_module": "@jupyter-widgets/controls", "model_name": "HTMLModel", "model_module_version": "1.5.0", "state": { "_dom_classes": [], "_model_module": "@jupyter-widgets/controls", "_model_module_version": "1.5.0", "_model_name": "HTMLModel", "_view_count": null, "_view_module": "@jupyter-widgets/controls", "_view_module_version": "1.5.0", "_view_name": "HTMLView", "description": "", "description_tooltip": null, "layout": "IPY_MODEL_616f8f418102474cbebfa3141e3df766", "placeholder": "​", "style": "IPY_MODEL_17c61a03267b4ba38f769203ff13d256", "value": "config_sentence_transformers.json: 100%" } }, "2ad25a50f8f04616b0d94a533213cf21": { "model_module": "@jupyter-widgets/controls", "model_name": "FloatProgressModel", "model_module_version": "1.5.0", "state": { "_dom_classes": [], "_model_module": "@jupyter-widgets/controls", "_model_module_version": "1.5.0", "_model_name": "FloatProgressModel", "_view_count": null, "_view_module": "@jupyter-widgets/controls", "_view_module_version": "1.5.0", "_view_name": "ProgressView", "bar_style": "success", "description": "", "description_tooltip": null, "layout": "IPY_MODEL_0b26273cd06147069f7b9da0b66dc832", "max": 122, "min": 0, "orientation": "horizontal", "style": "IPY_MODEL_c2f507af822a4c71abb73e79f31bb7fe", "value": 122 } }, "ed9747f1cdf04c45b4a3760664291fdc": { "model_module": "@jupyter-widgets/controls", "model_name": "HTMLModel", "model_module_version": "1.5.0", "state": { "_dom_classes": [], "_model_module": "@jupyter-widgets/controls", "_model_module_version": "1.5.0", "_model_name": "HTMLModel", "_view_count": null, "_view_module": "@jupyter-widgets/controls", "_view_module_version": "1.5.0", "_view_name": "HTMLView", "description": "", "description_tooltip": null, "layout": "IPY_MODEL_9d4ea96f1e19416ea48ef34a503062fc", "placeholder": "​", "style": "IPY_MODEL_4601b22d2de64920a097a2d1f7d7259e", "value": " 122/122 [00:00<00:00, 3.58kB/s]" } }, "f899459421a0429b9551e8b78a996fab": { "model_module": "@jupyter-widgets/base", "model_name": "LayoutModel", "model_module_version": "1.2.0", "state": { "_model_module": "@jupyter-widgets/base", "_model_module_version": "1.2.0", "_model_name": "LayoutModel", "_view_count": null, "_view_module": "@jupyter-widgets/base", "_view_module_version": "1.2.0", "_view_name": "LayoutView", "align_content": null, "align_items": null, "align_self": null, "border": null, "bottom": null, "display": null, "flex": null, "flex_flow": null, "grid_area": null, "grid_auto_columns": null, "grid_auto_flow": null, "grid_auto_rows": null, "grid_column": null, "grid_gap": null, "grid_row": null, "grid_template_areas": null, "grid_template_columns": null, "grid_template_rows": null, "height": null, "justify_content": null, "justify_items": null, "left": null, "margin": null, "max_height": null, "max_width": null, "min_height": null, "min_width": null, "object_fit": null, "object_position": null, "order": null, "overflow": null, "overflow_x": null, "overflow_y": null, "padding": null, "right": null, "top": null, "visibility": null, "width": null } }, "616f8f418102474cbebfa3141e3df766": { "model_module": "@jupyter-widgets/base", "model_name": "LayoutModel", "model_module_version": "1.2.0", "state": { "_model_module": "@jupyter-widgets/base", "_model_module_version": "1.2.0", "_model_name": "LayoutModel", "_view_count": null, "_view_module": "@jupyter-widgets/base", "_view_module_version": "1.2.0", "_view_name": "LayoutView", "align_content": null, "align_items": null, "align_self": null, "border": null, "bottom": null, "display": null, "flex": null, "flex_flow": null, "grid_area": null, "grid_auto_columns": null, "grid_auto_flow": null, "grid_auto_rows": null, "grid_column": null, "grid_gap": null, "grid_row": null, "grid_template_areas": null, "grid_template_columns": null, "grid_template_rows": null, "height": null, "justify_content": null, "justify_items": null, "left": null, "margin": null, "max_height": null, "max_width": null, "min_height": null, "min_width": null, "object_fit": null, "object_position": null, "order": null, "overflow": null, "overflow_x": null, "overflow_y": null, "padding": null, "right": null, "top": null, "visibility": null, "width": null } }, "17c61a03267b4ba38f769203ff13d256": { "model_module": "@jupyter-widgets/controls", "model_name": "DescriptionStyleModel", "model_module_version": "1.5.0", "state": { "_model_module": "@jupyter-widgets/controls", "_model_module_version": "1.5.0", "_model_name": "DescriptionStyleModel", "_view_count": null, "_view_module": "@jupyter-widgets/base", "_view_module_version": "1.2.0", "_view_name": "StyleView", "description_width": "" } }, "0b26273cd06147069f7b9da0b66dc832": { "model_module": "@jupyter-widgets/base", "model_name": "LayoutModel", "model_module_version": "1.2.0", "state": { "_model_module": "@jupyter-widgets/base", "_model_module_version": "1.2.0", "_model_name": "LayoutModel", "_view_count": null, "_view_module": "@jupyter-widgets/base", "_view_module_version": "1.2.0", "_view_name": "LayoutView", "align_content": null, "align_items": null, "align_self": null, "border": null, "bottom": null, "display": null, "flex": null, "flex_flow": null, "grid_area": null, "grid_auto_columns": null, "grid_auto_flow": null, "grid_auto_rows": null, "grid_column": null, "grid_gap": null, "grid_row": null, "grid_template_areas": null, "grid_template_columns": null, "grid_template_rows": null, "height": null, "justify_content": null, "justify_items": null, "left": null, "margin": null, "max_height": null, "max_width": null, "min_height": null, "min_width": null, "object_fit": null, "object_position": null, "order": null, "overflow": null, "overflow_x": null, "overflow_y": null, "padding": null, "right": null, "top": null, "visibility": null, "width": null } }, "c2f507af822a4c71abb73e79f31bb7fe": { "model_module": "@jupyter-widgets/controls", "model_name": "ProgressStyleModel", "model_module_version": "1.5.0", "state": { "_model_module": "@jupyter-widgets/controls", "_model_module_version": "1.5.0", "_model_name": "ProgressStyleModel", "_view_count": null, "_view_module": "@jupyter-widgets/base", "_view_module_version": "1.2.0", "_view_name": "StyleView", "bar_color": null, "description_width": "" } }, "9d4ea96f1e19416ea48ef34a503062fc": { "model_module": "@jupyter-widgets/base", "model_name": "LayoutModel", "model_module_version": "1.2.0", "state": { "_model_module": "@jupyter-widgets/base", "_model_module_version": "1.2.0", "_model_name": "LayoutModel", "_view_count": null, "_view_module": "@jupyter-widgets/base", "_view_module_version": "1.2.0", "_view_name": "LayoutView", "align_content": null, "align_items": null, "align_self": null, "border": null, "bottom": null, "display": null, "flex": null, "flex_flow": null, "grid_area": null, "grid_auto_columns": null, "grid_auto_flow": null, "grid_auto_rows": null, "grid_column": null, "grid_gap": null, "grid_row": null, "grid_template_areas": null, "grid_template_columns": null, "grid_template_rows": null, "height": null, "justify_content": null, "justify_items": null, "left": null, "margin": null, "max_height": null, "max_width": null, "min_height": null, "min_width": null, "object_fit": null, "object_position": null, "order": null, "overflow": null, "overflow_x": null, "overflow_y": null, "padding": null, "right": null, "top": null, "visibility": null, "width": null } }, "4601b22d2de64920a097a2d1f7d7259e": { "model_module": "@jupyter-widgets/controls", "model_name": "DescriptionStyleModel", "model_module_version": "1.5.0", "state": { "_model_module": "@jupyter-widgets/controls", "_model_module_version": "1.5.0", "_model_name": "DescriptionStyleModel", "_view_count": null, "_view_module": "@jupyter-widgets/base", "_view_module_version": "1.2.0", "_view_name": "StyleView", "description_width": "" } }, "51e672d00a9b413482314e00fec1027e": { "model_module": "@jupyter-widgets/controls", "model_name": "HBoxModel", "model_module_version": "1.5.0", "state": { "_dom_classes": [], "_model_module": "@jupyter-widgets/controls", "_model_module_version": "1.5.0", "_model_name": "HBoxModel", "_view_count": null, "_view_module": "@jupyter-widgets/controls", "_view_module_version": "1.5.0", "_view_name": "HBoxView", "box_style": "", "children": [ "IPY_MODEL_f07aa6c541044862bd2426bd627fd7af", "IPY_MODEL_f27b6dc0cb844cedbccd99e697defde3", "IPY_MODEL_f8e33777a98542258a43832c4364485a" ], "layout": "IPY_MODEL_50062a47ea7f407daf4cb87a0b632f21" } }, "f07aa6c541044862bd2426bd627fd7af": { "model_module": "@jupyter-widgets/controls", "model_name": "HTMLModel", "model_module_version": "1.5.0", "state": { "_dom_classes": [], "_model_module": "@jupyter-widgets/controls", "_model_module_version": "1.5.0", "_model_name": "HTMLModel", "_view_count": null, "_view_module": "@jupyter-widgets/controls", "_view_module_version": "1.5.0", "_view_name": "HTMLView", "description": "", "description_tooltip": null, "layout": "IPY_MODEL_e1122a10108d464b834989da66c7965d", "placeholder": "​", "style": "IPY_MODEL_9d09142eb7474c7595c4743795132b35", "value": "README.md: " } }, "f27b6dc0cb844cedbccd99e697defde3": { "model_module": "@jupyter-widgets/controls", "model_name": "FloatProgressModel", "model_module_version": "1.5.0", "state": { "_dom_classes": [], "_model_module": "@jupyter-widgets/controls", "_model_module_version": "1.5.0", "_model_name": "FloatProgressModel", "_view_count": null, "_view_module": "@jupyter-widgets/controls", "_view_module_version": "1.5.0", "_view_name": "ProgressView", "bar_style": "success", "description": "", "description_tooltip": null, "layout": "IPY_MODEL_4637da31d6694b848218a608b735fc20", "max": 1, "min": 0, "orientation": "horizontal", "style": "IPY_MODEL_a30031c5ef944ef09a2a1de4e822a8bf", "value": 1 } }, "f8e33777a98542258a43832c4364485a": { "model_module": "@jupyter-widgets/controls", "model_name": "HTMLModel", "model_module_version": "1.5.0", "state": { "_dom_classes": [], "_model_module": "@jupyter-widgets/controls", "_model_module_version": "1.5.0", "_model_name": "HTMLModel", "_view_count": null, "_view_module": "@jupyter-widgets/controls", "_view_module_version": "1.5.0", "_view_name": "HTMLView", "description": "", "description_tooltip": null, "layout": "IPY_MODEL_b283c86649f74f918186e2e4702fe5d0", "placeholder": "​", "style": "IPY_MODEL_efc9ef98e7f444e8a5fb7c6bc3387dae", "value": " 3.90k/? [00:00<00:00, 90.5kB/s]" } }, "50062a47ea7f407daf4cb87a0b632f21": { "model_module": "@jupyter-widgets/base", "model_name": "LayoutModel", "model_module_version": "1.2.0", "state": { "_model_module": "@jupyter-widgets/base", "_model_module_version": "1.2.0", "_model_name": "LayoutModel", "_view_count": null, "_view_module": "@jupyter-widgets/base", "_view_module_version": "1.2.0", "_view_name": "LayoutView", "align_content": null, "align_items": null, "align_self": null, "border": null, "bottom": null, "display": null, "flex": null, "flex_flow": null, "grid_area": null, "grid_auto_columns": null, "grid_auto_flow": null, "grid_auto_rows": null, "grid_column": null, "grid_gap": null, "grid_row": null, "grid_template_areas": null, "grid_template_columns": null, "grid_template_rows": null, "height": null, "justify_content": null, "justify_items": null, "left": null, "margin": null, "max_height": null, "max_width": null, "min_height": null, "min_width": null, "object_fit": null, "object_position": null, "order": null, "overflow": null, "overflow_x": null, "overflow_y": null, "padding": null, "right": null, "top": null, "visibility": null, "width": null } }, "e1122a10108d464b834989da66c7965d": { "model_module": "@jupyter-widgets/base", "model_name": "LayoutModel", "model_module_version": "1.2.0", "state": { "_model_module": "@jupyter-widgets/base", "_model_module_version": "1.2.0", "_model_name": "LayoutModel", "_view_count": null, "_view_module": "@jupyter-widgets/base", "_view_module_version": "1.2.0", "_view_name": "LayoutView", "align_content": null, "align_items": null, "align_self": null, "border": null, "bottom": null, "display": null, "flex": null, "flex_flow": null, "grid_area": null, "grid_auto_columns": null, "grid_auto_flow": null, "grid_auto_rows": null, "grid_column": null, "grid_gap": null, "grid_row": null, "grid_template_areas": null, "grid_template_columns": null, "grid_template_rows": null, "height": null, "justify_content": null, "justify_items": null, "left": null, "margin": null, "max_height": null, "max_width": null, "min_height": null, "min_width": null, "object_fit": null, "object_position": null, "order": null, "overflow": null, "overflow_x": null, "overflow_y": null, "padding": null, "right": null, "top": null, "visibility": null, "width": null } }, "9d09142eb7474c7595c4743795132b35": { "model_module": "@jupyter-widgets/controls", "model_name": "DescriptionStyleModel", "model_module_version": "1.5.0", "state": { "_model_module": "@jupyter-widgets/controls", "_model_module_version": "1.5.0", "_model_name": "DescriptionStyleModel", "_view_count": null, "_view_module": "@jupyter-widgets/base", "_view_module_version": "1.2.0", "_view_name": "StyleView", "description_width": "" } }, "4637da31d6694b848218a608b735fc20": { "model_module": "@jupyter-widgets/base", "model_name": "LayoutModel", "model_module_version": "1.2.0", "state": { "_model_module": "@jupyter-widgets/base", "_model_module_version": "1.2.0", "_model_name": "LayoutModel", "_view_count": null, "_view_module": "@jupyter-widgets/base", "_view_module_version": "1.2.0", "_view_name": "LayoutView", "align_content": null, "align_items": null, "align_self": null, "border": null, "bottom": null, "display": null, "flex": null, "flex_flow": null, "grid_area": null, "grid_auto_columns": null, "grid_auto_flow": null, "grid_auto_rows": null, "grid_column": null, "grid_gap": null, "grid_row": null, "grid_template_areas": null, "grid_template_columns": null, "grid_template_rows": null, "height": null, "justify_content": null, "justify_items": null, "left": null, "margin": null, "max_height": null, "max_width": null, "min_height": null, "min_width": null, "object_fit": null, "object_position": null, "order": null, "overflow": null, "overflow_x": null, "overflow_y": null, "padding": null, "right": null, "top": null, "visibility": null, "width": "20px" } }, "a30031c5ef944ef09a2a1de4e822a8bf": { "model_module": "@jupyter-widgets/controls", "model_name": "ProgressStyleModel", "model_module_version": "1.5.0", "state": { "_model_module": "@jupyter-widgets/controls", "_model_module_version": "1.5.0", "_model_name": "ProgressStyleModel", "_view_count": null, "_view_module": "@jupyter-widgets/base", "_view_module_version": "1.2.0", "_view_name": "StyleView", "bar_color": null, "description_width": "" } }, "b283c86649f74f918186e2e4702fe5d0": { "model_module": "@jupyter-widgets/base", "model_name": "LayoutModel", "model_module_version": "1.2.0", "state": { "_model_module": "@jupyter-widgets/base", "_model_module_version": "1.2.0", "_model_name": "LayoutModel", "_view_count": null, "_view_module": "@jupyter-widgets/base", "_view_module_version": "1.2.0", "_view_name": "LayoutView", "align_content": null, "align_items": null, "align_self": null, "border": null, "bottom": null, "display": null, "flex": null, "flex_flow": null, "grid_area": null, "grid_auto_columns": null, "grid_auto_flow": null, "grid_auto_rows": null, "grid_column": null, "grid_gap": null, "grid_row": null, "grid_template_areas": null, "grid_template_columns": null, "grid_template_rows": null, "height": null, "justify_content": null, "justify_items": null, "left": null, "margin": null, "max_height": null, "max_width": null, "min_height": null, "min_width": null, "object_fit": null, "object_position": null, "order": null, "overflow": null, "overflow_x": null, "overflow_y": null, "padding": null, "right": null, "top": null, "visibility": null, "width": null } }, "efc9ef98e7f444e8a5fb7c6bc3387dae": { "model_module": "@jupyter-widgets/controls", "model_name": "DescriptionStyleModel", "model_module_version": "1.5.0", "state": { "_model_module": "@jupyter-widgets/controls", "_model_module_version": "1.5.0", "_model_name": "DescriptionStyleModel", "_view_count": null, "_view_module": "@jupyter-widgets/base", "_view_module_version": "1.2.0", "_view_name": "StyleView", "description_width": "" } }, "bf3667756ed24f7aa49f1da10c661985": { "model_module": "@jupyter-widgets/controls", "model_name": "HBoxModel", "model_module_version": "1.5.0", "state": { "_dom_classes": [], "_model_module": "@jupyter-widgets/controls", "_model_module_version": "1.5.0", "_model_name": "HBoxModel", "_view_count": null, "_view_module": "@jupyter-widgets/controls", "_view_module_version": "1.5.0", "_view_name": "HBoxView", "box_style": "", "children": [ "IPY_MODEL_fb6b90087db046b194a3bc1c33fa5735", "IPY_MODEL_6db0452cdb8f4bad95f22eca074f325b", "IPY_MODEL_c5298118e1164ee2898f845362a2f910" ], "layout": "IPY_MODEL_786c6b5bb44444d0a86327f67ab15baa" } }, "fb6b90087db046b194a3bc1c33fa5735": { "model_module": "@jupyter-widgets/controls", "model_name": "HTMLModel", "model_module_version": "1.5.0", "state": { "_dom_classes": [], "_model_module": "@jupyter-widgets/controls", "_model_module_version": "1.5.0", "_model_name": "HTMLModel", "_view_count": null, "_view_module": "@jupyter-widgets/controls", "_view_module_version": "1.5.0", "_view_name": "HTMLView", "description": "", "description_tooltip": null, "layout": "IPY_MODEL_b84b8983ca014aff8842c4d3f9aec7f0", "placeholder": "​", "style": "IPY_MODEL_38b07b89bb8d41989eff07e1dfc6b510", "value": "sentence_bert_config.json: 100%" } }, "6db0452cdb8f4bad95f22eca074f325b": { "model_module": "@jupyter-widgets/controls", "model_name": "FloatProgressModel", "model_module_version": "1.5.0", "state": { "_dom_classes": [], "_model_module": "@jupyter-widgets/controls", "_model_module_version": "1.5.0", "_model_name": "FloatProgressModel", "_view_count": null, "_view_module": "@jupyter-widgets/controls", "_view_module_version": "1.5.0", "_view_name": "ProgressView", "bar_style": "success", "description": "", "description_tooltip": null, "layout": "IPY_MODEL_441d33df113f4aad832e518ed774c01c", "max": 53, "min": 0, "orientation": "horizontal", "style": "IPY_MODEL_a50719f8212c48fbac200cc88a47abd7", "value": 53 } }, "c5298118e1164ee2898f845362a2f910": { "model_module": "@jupyter-widgets/controls", "model_name": "HTMLModel", "model_module_version": "1.5.0", "state": { "_dom_classes": [], "_model_module": "@jupyter-widgets/controls", "_model_module_version": "1.5.0", "_model_name": "HTMLModel", "_view_count": null, "_view_module": "@jupyter-widgets/controls", "_view_module_version": "1.5.0", "_view_name": "HTMLView", "description": "", "description_tooltip": null, "layout": "IPY_MODEL_0da3ac7e0daf4e59ae2384eac9a8fff3", "placeholder": "​", "style": "IPY_MODEL_f62c307106df44f0b9c1ee2cc1dd67a3", "value": " 53.0/53.0 [00:00<00:00, 1.23kB/s]" } }, "786c6b5bb44444d0a86327f67ab15baa": { "model_module": "@jupyter-widgets/base", "model_name": "LayoutModel", "model_module_version": "1.2.0", "state": { "_model_module": "@jupyter-widgets/base", "_model_module_version": "1.2.0", "_model_name": "LayoutModel", "_view_count": null, "_view_module": "@jupyter-widgets/base", "_view_module_version": "1.2.0", "_view_name": "LayoutView", "align_content": null, "align_items": null, "align_self": null, "border": null, "bottom": null, "display": null, "flex": null, "flex_flow": null, "grid_area": null, "grid_auto_columns": null, "grid_auto_flow": null, "grid_auto_rows": null, "grid_column": null, "grid_gap": null, "grid_row": null, "grid_template_areas": null, "grid_template_columns": null, "grid_template_rows": null, "height": null, "justify_content": null, "justify_items": null, "left": null, "margin": null, "max_height": null, "max_width": null, "min_height": null, "min_width": null, "object_fit": null, "object_position": null, "order": null, "overflow": null, "overflow_x": null, "overflow_y": null, "padding": null, "right": null, "top": null, "visibility": null, "width": null } }, "b84b8983ca014aff8842c4d3f9aec7f0": { "model_module": "@jupyter-widgets/base", "model_name": "LayoutModel", "model_module_version": "1.2.0", "state": { "_model_module": "@jupyter-widgets/base", "_model_module_version": "1.2.0", "_model_name": "LayoutModel", "_view_count": null, "_view_module": "@jupyter-widgets/base", "_view_module_version": "1.2.0", "_view_name": "LayoutView", "align_content": null, "align_items": null, "align_self": null, "border": null, "bottom": null, "display": null, "flex": null, "flex_flow": null, "grid_area": null, "grid_auto_columns": null, "grid_auto_flow": null, "grid_auto_rows": null, "grid_column": null, "grid_gap": null, "grid_row": null, "grid_template_areas": null, "grid_template_columns": null, "grid_template_rows": null, "height": null, "justify_content": null, "justify_items": null, "left": null, "margin": null, "max_height": null, "max_width": null, "min_height": null, "min_width": null, "object_fit": null, "object_position": null, "order": null, "overflow": null, "overflow_x": null, "overflow_y": null, "padding": null, "right": null, "top": null, "visibility": null, "width": null } }, "38b07b89bb8d41989eff07e1dfc6b510": { "model_module": "@jupyter-widgets/controls", "model_name": "DescriptionStyleModel", "model_module_version": "1.5.0", "state": { "_model_module": "@jupyter-widgets/controls", "_model_module_version": "1.5.0", "_model_name": "DescriptionStyleModel", "_view_count": null, "_view_module": "@jupyter-widgets/base", "_view_module_version": "1.2.0", "_view_name": "StyleView", "description_width": "" } }, "441d33df113f4aad832e518ed774c01c": { "model_module": "@jupyter-widgets/base", "model_name": "LayoutModel", "model_module_version": "1.2.0", "state": { "_model_module": "@jupyter-widgets/base", "_model_module_version": "1.2.0", "_model_name": "LayoutModel", "_view_count": null, "_view_module": "@jupyter-widgets/base", "_view_module_version": "1.2.0", "_view_name": "LayoutView", "align_content": null, "align_items": null, "align_self": null, "border": null, "bottom": null, "display": null, "flex": null, "flex_flow": null, "grid_area": null, "grid_auto_columns": null, "grid_auto_flow": null, "grid_auto_rows": null, "grid_column": null, "grid_gap": null, "grid_row": null, "grid_template_areas": null, "grid_template_columns": null, "grid_template_rows": null, "height": null, "justify_content": null, "justify_items": null, "left": null, "margin": null, "max_height": null, "max_width": null, "min_height": null, "min_width": null, "object_fit": null, "object_position": null, "order": null, "overflow": null, "overflow_x": null, "overflow_y": null, "padding": null, "right": null, "top": null, "visibility": null, "width": null } }, "a50719f8212c48fbac200cc88a47abd7": { "model_module": "@jupyter-widgets/controls", "model_name": "ProgressStyleModel", "model_module_version": "1.5.0", "state": { "_model_module": "@jupyter-widgets/controls", "_model_module_version": "1.5.0", "_model_name": "ProgressStyleModel", "_view_count": null, "_view_module": "@jupyter-widgets/base", "_view_module_version": "1.2.0", "_view_name": "StyleView", "bar_color": null, "description_width": "" } }, "0da3ac7e0daf4e59ae2384eac9a8fff3": { "model_module": "@jupyter-widgets/base", "model_name": "LayoutModel", "model_module_version": "1.2.0", "state": { "_model_module": "@jupyter-widgets/base", "_model_module_version": "1.2.0", "_model_name": "LayoutModel", "_view_count": null, "_view_module": "@jupyter-widgets/base", "_view_module_version": "1.2.0", "_view_name": "LayoutView", "align_content": null, "align_items": null, "align_self": null, "border": null, "bottom": null, "display": null, "flex": null, "flex_flow": null, "grid_area": null, "grid_auto_columns": null, "grid_auto_flow": null, "grid_auto_rows": null, "grid_column": null, "grid_gap": null, "grid_row": null, "grid_template_areas": null, "grid_template_columns": null, "grid_template_rows": null, "height": null, "justify_content": null, "justify_items": null, "left": null, "margin": null, "max_height": null, "max_width": null, "min_height": null, "min_width": null, "object_fit": null, "object_position": null, "order": null, "overflow": null, "overflow_x": null, "overflow_y": null, "padding": null, "right": null, "top": null, "visibility": null, "width": null } }, "f62c307106df44f0b9c1ee2cc1dd67a3": { "model_module": "@jupyter-widgets/controls", "model_name": "DescriptionStyleModel", "model_module_version": "1.5.0", "state": { "_model_module": "@jupyter-widgets/controls", "_model_module_version": "1.5.0", "_model_name": "DescriptionStyleModel", "_view_count": null, "_view_module": "@jupyter-widgets/base", "_view_module_version": "1.2.0", "_view_name": "StyleView", "description_width": "" } }, "9d6db17fd2b448c7922374b73a67994d": { "model_module": "@jupyter-widgets/controls", "model_name": "HBoxModel", "model_module_version": "1.5.0", "state": { "_dom_classes": [], "_model_module": "@jupyter-widgets/controls", "_model_module_version": "1.5.0", "_model_name": "HBoxModel", "_view_count": null, "_view_module": "@jupyter-widgets/controls", "_view_module_version": "1.5.0", "_view_name": "HBoxView", "box_style": "", "children": [ "IPY_MODEL_2a3caf8d8fe847fe80c3ef9ef1dd113a", "IPY_MODEL_9b674bc791b044e1bec1c5768e222ab5", "IPY_MODEL_b289f17f918e48a7b4c021c8bc961253" ], "layout": "IPY_MODEL_ece7b14691614798a20cce12b44d18c7" } }, "2a3caf8d8fe847fe80c3ef9ef1dd113a": { "model_module": "@jupyter-widgets/controls", "model_name": "HTMLModel", "model_module_version": "1.5.0", "state": { "_dom_classes": [], "_model_module": "@jupyter-widgets/controls", "_model_module_version": "1.5.0", "_model_name": "HTMLModel", "_view_count": null, "_view_module": "@jupyter-widgets/controls", "_view_module_version": "1.5.0", "_view_name": "HTMLView", "description": "", "description_tooltip": null, "layout": "IPY_MODEL_7e8583ff057b484ebce9a0c9baaeefb0", "placeholder": "​", "style": "IPY_MODEL_f8e709a24e5a45c0a9a8cdf2a853ca19", "value": "config.json: 100%" } }, "9b674bc791b044e1bec1c5768e222ab5": { "model_module": "@jupyter-widgets/controls", "model_name": "FloatProgressModel", "model_module_version": "1.5.0", "state": { "_dom_classes": [], "_model_module": "@jupyter-widgets/controls", "_model_module_version": "1.5.0", "_model_name": "FloatProgressModel", "_view_count": null, "_view_module": "@jupyter-widgets/controls", "_view_module_version": "1.5.0", "_view_name": "ProgressView", "bar_style": "success", "description": "", "description_tooltip": null, "layout": "IPY_MODEL_3b9fa7cfcacc4c3d8dacf8b1c280bb3d", "max": 752, "min": 0, "orientation": "horizontal", "style": "IPY_MODEL_ba42c3c512d540519c546f5e2237d432", "value": 752 } }, "b289f17f918e48a7b4c021c8bc961253": { "model_module": "@jupyter-widgets/controls", "model_name": "HTMLModel", "model_module_version": "1.5.0", "state": { "_dom_classes": [], "_model_module": "@jupyter-widgets/controls", "_model_module_version": "1.5.0", "_model_name": "HTMLModel", "_view_count": null, "_view_module": "@jupyter-widgets/controls", "_view_module_version": "1.5.0", "_view_name": "HTMLView", "description": "", "description_tooltip": null, "layout": "IPY_MODEL_5122e1f2ffe8457f8f6a1f5f9551387f", "placeholder": "​", "style": "IPY_MODEL_dad024677f2b4178a0d72b0075136db5", "value": " 752/752 [00:00<00:00, 26.1kB/s]" } }, "ece7b14691614798a20cce12b44d18c7": { "model_module": "@jupyter-widgets/base", "model_name": "LayoutModel", "model_module_version": "1.2.0", "state": { "_model_module": "@jupyter-widgets/base", "_model_module_version": "1.2.0", "_model_name": "LayoutModel", "_view_count": null, "_view_module": "@jupyter-widgets/base", "_view_module_version": "1.2.0", "_view_name": "LayoutView", "align_content": null, "align_items": null, "align_self": null, "border": null, "bottom": null, "display": null, "flex": null, "flex_flow": null, "grid_area": null, "grid_auto_columns": null, "grid_auto_flow": null, "grid_auto_rows": null, "grid_column": null, "grid_gap": null, "grid_row": null, "grid_template_areas": null, "grid_template_columns": null, "grid_template_rows": null, "height": null, "justify_content": null, "justify_items": null, "left": null, "margin": null, "max_height": null, "max_width": null, "min_height": null, "min_width": null, "object_fit": null, "object_position": null, "order": null, "overflow": null, "overflow_x": null, "overflow_y": null, "padding": null, "right": null, "top": null, "visibility": null, "width": null } }, "7e8583ff057b484ebce9a0c9baaeefb0": { "model_module": "@jupyter-widgets/base", "model_name": "LayoutModel", "model_module_version": "1.2.0", "state": { "_model_module": "@jupyter-widgets/base", "_model_module_version": "1.2.0", "_model_name": "LayoutModel", "_view_count": null, "_view_module": "@jupyter-widgets/base", "_view_module_version": "1.2.0", "_view_name": "LayoutView", "align_content": null, "align_items": null, "align_self": null, "border": null, "bottom": null, "display": null, "flex": null, "flex_flow": null, "grid_area": null, "grid_auto_columns": null, "grid_auto_flow": null, "grid_auto_rows": null, "grid_column": null, "grid_gap": null, "grid_row": null, "grid_template_areas": null, "grid_template_columns": null, "grid_template_rows": null, "height": null, "justify_content": null, "justify_items": null, "left": null, "margin": null, "max_height": null, "max_width": null, "min_height": null, "min_width": null, "object_fit": null, "object_position": null, "order": null, "overflow": null, "overflow_x": null, "overflow_y": null, "padding": null, "right": null, "top": null, "visibility": null, "width": null } }, "f8e709a24e5a45c0a9a8cdf2a853ca19": { "model_module": "@jupyter-widgets/controls", "model_name": "DescriptionStyleModel", "model_module_version": "1.5.0", "state": { "_model_module": "@jupyter-widgets/controls", "_model_module_version": "1.5.0", "_model_name": "DescriptionStyleModel", "_view_count": null, "_view_module": "@jupyter-widgets/base", "_view_module_version": "1.2.0", "_view_name": "StyleView", "description_width": "" } }, "3b9fa7cfcacc4c3d8dacf8b1c280bb3d": { "model_module": "@jupyter-widgets/base", "model_name": "LayoutModel", "model_module_version": "1.2.0", "state": { "_model_module": "@jupyter-widgets/base", "_model_module_version": "1.2.0", "_model_name": "LayoutModel", "_view_count": null, "_view_module": "@jupyter-widgets/base", "_view_module_version": "1.2.0", "_view_name": "LayoutView", "align_content": null, "align_items": null, "align_self": null, "border": null, "bottom": null, "display": null, "flex": null, "flex_flow": null, "grid_area": null, "grid_auto_columns": null, "grid_auto_flow": null, "grid_auto_rows": null, "grid_column": null, "grid_gap": null, "grid_row": null, "grid_template_areas": null, "grid_template_columns": null, "grid_template_rows": null, "height": null, "justify_content": null, "justify_items": null, "left": null, "margin": null, "max_height": null, "max_width": null, "min_height": null, "min_width": null, "object_fit": null, "object_position": null, "order": null, "overflow": null, "overflow_x": null, "overflow_y": null, "padding": null, "right": null, "top": null, "visibility": null, "width": null } }, "ba42c3c512d540519c546f5e2237d432": { "model_module": "@jupyter-widgets/controls", "model_name": "ProgressStyleModel", "model_module_version": "1.5.0", "state": { "_model_module": "@jupyter-widgets/controls", "_model_module_version": "1.5.0", "_model_name": "ProgressStyleModel", "_view_count": null, "_view_module": "@jupyter-widgets/base", "_view_module_version": "1.2.0", "_view_name": "StyleView", "bar_color": null, "description_width": "" } }, "5122e1f2ffe8457f8f6a1f5f9551387f": { "model_module": "@jupyter-widgets/base", "model_name": "LayoutModel", "model_module_version": "1.2.0", "state": { "_model_module": "@jupyter-widgets/base", "_model_module_version": "1.2.0", "_model_name": "LayoutModel", "_view_count": null, "_view_module": "@jupyter-widgets/base", "_view_module_version": "1.2.0", "_view_name": "LayoutView", "align_content": null, "align_items": null, "align_self": null, "border": null, "bottom": null, "display": null, "flex": null, "flex_flow": null, "grid_area": null, "grid_auto_columns": null, "grid_auto_flow": null, "grid_auto_rows": null, "grid_column": null, "grid_gap": null, "grid_row": null, "grid_template_areas": null, "grid_template_columns": null, "grid_template_rows": null, "height": null, "justify_content": null, "justify_items": null, "left": null, "margin": null, "max_height": null, "max_width": null, "min_height": null, "min_width": null, "object_fit": null, "object_position": null, "order": null, "overflow": null, "overflow_x": null, "overflow_y": null, "padding": null, "right": null, "top": null, "visibility": null, "width": null } }, "dad024677f2b4178a0d72b0075136db5": { "model_module": "@jupyter-widgets/controls", "model_name": "DescriptionStyleModel", "model_module_version": "1.5.0", "state": { "_model_module": "@jupyter-widgets/controls", "_model_module_version": "1.5.0", "_model_name": "DescriptionStyleModel", "_view_count": null, "_view_module": "@jupyter-widgets/base", "_view_module_version": "1.2.0", "_view_name": "StyleView", "description_width": "" } }, "f769cefd56ac4709b4365d169a6804a3": { "model_module": "@jupyter-widgets/controls", "model_name": "HBoxModel", "model_module_version": "1.5.0", "state": { "_dom_classes": [], "_model_module": "@jupyter-widgets/controls", "_model_module_version": "1.5.0", "_model_name": "HBoxModel", "_view_count": null, "_view_module": "@jupyter-widgets/controls", "_view_module_version": "1.5.0", "_view_name": "HBoxView", "box_style": "", "children": [ "IPY_MODEL_c9635953ff4c4610ba65fd0b63c66f8e", "IPY_MODEL_639b59fb3129434692a3df6ab5b4ecd7", "IPY_MODEL_a7beceb80c23476aa68ad54dc6132c0f" ], "layout": "IPY_MODEL_0f614eb234e64326a835d5e2484e987b" } }, "c9635953ff4c4610ba65fd0b63c66f8e": { "model_module": "@jupyter-widgets/controls", "model_name": "HTMLModel", "model_module_version": "1.5.0", "state": { "_dom_classes": [], "_model_module": "@jupyter-widgets/controls", "_model_module_version": "1.5.0", "_model_name": "HTMLModel", "_view_count": null, "_view_module": "@jupyter-widgets/controls", "_view_module_version": "1.5.0", "_view_name": "HTMLView", "description": "", "description_tooltip": null, "layout": "IPY_MODEL_e67011f99b1b4067bdeca334bcc6e6b6", "placeholder": "​", "style": "IPY_MODEL_0dd0e36cd93d444d98a04256672e3442", "value": "pytorch_model.bin: 100%" } }, "639b59fb3129434692a3df6ab5b4ecd7": { "model_module": "@jupyter-widgets/controls", "model_name": "FloatProgressModel", "model_module_version": "1.5.0", "state": { "_dom_classes": [], "_model_module": "@jupyter-widgets/controls", "_model_module_version": "1.5.0", "_model_name": "FloatProgressModel", "_view_count": null, "_view_module": "@jupyter-widgets/controls", "_view_module_version": "1.5.0", "_view_name": "ProgressView", "bar_style": "success", "description": "", "description_tooltip": null, "layout": "IPY_MODEL_d779953da12c4fa490f5757d51f2d72e", "max": 540069681, "min": 0, "orientation": "horizontal", "style": "IPY_MODEL_8ac1bf5a0c7b418facb43277a2844b6d", "value": 540069681 } }, "a7beceb80c23476aa68ad54dc6132c0f": { "model_module": "@jupyter-widgets/controls", "model_name": "HTMLModel", "model_module_version": "1.5.0", "state": { "_dom_classes": [], "_model_module": "@jupyter-widgets/controls", "_model_module_version": "1.5.0", "_model_name": "HTMLModel", "_view_count": null, "_view_module": "@jupyter-widgets/controls", "_view_module_version": "1.5.0", "_view_name": "HTMLView", "description": "", "description_tooltip": null, "layout": "IPY_MODEL_e97eefd936244a7a9e508e4c545772cc", "placeholder": "​", "style": "IPY_MODEL_169db1e4e5d848b99942def073bac344", "value": " 540M/540M [00:12<00:00, 52.7MB/s]" } }, "0f614eb234e64326a835d5e2484e987b": { "model_module": "@jupyter-widgets/base", "model_name": "LayoutModel", "model_module_version": "1.2.0", "state": { "_model_module": "@jupyter-widgets/base", "_model_module_version": "1.2.0", "_model_name": "LayoutModel", "_view_count": null, "_view_module": "@jupyter-widgets/base", "_view_module_version": "1.2.0", "_view_name": "LayoutView", "align_content": null, "align_items": null, "align_self": null, "border": null, "bottom": null, "display": null, "flex": null, "flex_flow": null, "grid_area": null, "grid_auto_columns": null, "grid_auto_flow": null, "grid_auto_rows": null, "grid_column": null, "grid_gap": null, "grid_row": null, "grid_template_areas": null, "grid_template_columns": null, "grid_template_rows": null, "height": null, "justify_content": null, "justify_items": null, "left": null, "margin": null, "max_height": null, "max_width": null, "min_height": null, "min_width": null, "object_fit": null, "object_position": null, "order": null, "overflow": null, "overflow_x": null, "overflow_y": null, "padding": null, "right": null, "top": null, "visibility": null, "width": null } }, "e67011f99b1b4067bdeca334bcc6e6b6": { "model_module": "@jupyter-widgets/base", "model_name": "LayoutModel", "model_module_version": "1.2.0", "state": { "_model_module": "@jupyter-widgets/base", "_model_module_version": "1.2.0", "_model_name": "LayoutModel", "_view_count": null, "_view_module": "@jupyter-widgets/base", "_view_module_version": "1.2.0", "_view_name": "LayoutView", "align_content": null, "align_items": null, "align_self": null, "border": null, "bottom": null, "display": null, "flex": null, "flex_flow": null, "grid_area": null, "grid_auto_columns": null, "grid_auto_flow": null, "grid_auto_rows": null, "grid_column": null, "grid_gap": null, "grid_row": null, "grid_template_areas": null, "grid_template_columns": null, "grid_template_rows": null, "height": null, "justify_content": null, "justify_items": null, "left": null, "margin": null, "max_height": null, "max_width": null, "min_height": null, "min_width": null, "object_fit": null, "object_position": null, "order": null, "overflow": null, "overflow_x": null, "overflow_y": null, "padding": null, "right": null, "top": null, "visibility": null, "width": null } }, "0dd0e36cd93d444d98a04256672e3442": { "model_module": "@jupyter-widgets/controls", "model_name": "DescriptionStyleModel", "model_module_version": "1.5.0", "state": { "_model_module": "@jupyter-widgets/controls", "_model_module_version": "1.5.0", "_model_name": "DescriptionStyleModel", "_view_count": null, "_view_module": "@jupyter-widgets/base", "_view_module_version": "1.2.0", "_view_name": "StyleView", "description_width": "" } }, "d779953da12c4fa490f5757d51f2d72e": { "model_module": "@jupyter-widgets/base", "model_name": "LayoutModel", "model_module_version": "1.2.0", "state": { "_model_module": "@jupyter-widgets/base", "_model_module_version": "1.2.0", "_model_name": "LayoutModel", "_view_count": null, "_view_module": "@jupyter-widgets/base", "_view_module_version": "1.2.0", "_view_name": "LayoutView", "align_content": null, "align_items": null, "align_self": null, "border": null, "bottom": null, "display": null, "flex": null, "flex_flow": null, "grid_area": null, "grid_auto_columns": null, "grid_auto_flow": null, "grid_auto_rows": null, "grid_column": null, "grid_gap": null, "grid_row": null, "grid_template_areas": null, "grid_template_columns": null, "grid_template_rows": null, "height": null, "justify_content": null, "justify_items": null, "left": null, "margin": null, "max_height": null, "max_width": null, "min_height": null, "min_width": null, "object_fit": null, "object_position": null, "order": null, "overflow": null, "overflow_x": null, "overflow_y": null, "padding": null, "right": null, "top": null, "visibility": null, "width": null } }, "8ac1bf5a0c7b418facb43277a2844b6d": { "model_module": "@jupyter-widgets/controls", "model_name": "ProgressStyleModel", "model_module_version": "1.5.0", "state": { "_model_module": "@jupyter-widgets/controls", "_model_module_version": "1.5.0", "_model_name": "ProgressStyleModel", "_view_count": null, "_view_module": "@jupyter-widgets/base", "_view_module_version": "1.2.0", "_view_name": "StyleView", "bar_color": null, "description_width": "" } }, "e97eefd936244a7a9e508e4c545772cc": { "model_module": "@jupyter-widgets/base", "model_name": "LayoutModel", "model_module_version": "1.2.0", "state": { "_model_module": "@jupyter-widgets/base", "_model_module_version": "1.2.0", "_model_name": "LayoutModel", "_view_count": null, "_view_module": "@jupyter-widgets/base", "_view_module_version": "1.2.0", "_view_name": "LayoutView", "align_content": null, "align_items": null, "align_self": null, "border": null, "bottom": null, "display": null, "flex": null, "flex_flow": null, "grid_area": null, "grid_auto_columns": null, "grid_auto_flow": null, "grid_auto_rows": null, "grid_column": null, "grid_gap": null, "grid_row": null, "grid_template_areas": null, "grid_template_columns": null, "grid_template_rows": null, "height": null, "justify_content": null, "justify_items": null, "left": null, "margin": null, "max_height": null, "max_width": null, "min_height": null, "min_width": null, "object_fit": null, "object_position": null, "order": null, "overflow": null, "overflow_x": null, "overflow_y": null, "padding": null, "right": null, "top": null, "visibility": null, "width": null } }, "169db1e4e5d848b99942def073bac344": { "model_module": "@jupyter-widgets/controls", "model_name": "DescriptionStyleModel", "model_module_version": "1.5.0", "state": { "_model_module": "@jupyter-widgets/controls", "_model_module_version": "1.5.0", "_model_name": "DescriptionStyleModel", "_view_count": null, "_view_module": "@jupyter-widgets/base", "_view_module_version": "1.2.0", "_view_name": "StyleView", "description_width": "" } }, "50f8215d9a184029bb95dbeb144afede": { "model_module": "@jupyter-widgets/controls", "model_name": "HBoxModel", "model_module_version": "1.5.0", "state": { "_dom_classes": [], "_model_module": "@jupyter-widgets/controls", "_model_module_version": "1.5.0", "_model_name": "HBoxModel", "_view_count": null, "_view_module": "@jupyter-widgets/controls", "_view_module_version": "1.5.0", "_view_name": "HBoxView", "box_style": "", "children": [ "IPY_MODEL_90e5c4e8dd7744a3b26a0780ad26025d", "IPY_MODEL_050d86b27a9b40b3b56ff07b1576f2df", "IPY_MODEL_60e61534f67844238196163e58177d62" ], "layout": "IPY_MODEL_2cc1c35b757e47fd80a6881b5b1f3ec9" } }, "90e5c4e8dd7744a3b26a0780ad26025d": { "model_module": "@jupyter-widgets/controls", "model_name": "HTMLModel", "model_module_version": "1.5.0", "state": { "_dom_classes": [], "_model_module": "@jupyter-widgets/controls", "_model_module_version": "1.5.0", "_model_name": "HTMLModel", "_view_count": null, "_view_module": "@jupyter-widgets/controls", "_view_module_version": "1.5.0", "_view_name": "HTMLView", "description": "", "description_tooltip": null, "layout": "IPY_MODEL_42eab12414124f94a351435c9c3e18d6", "placeholder": "​", "style": "IPY_MODEL_3554ac6aa4da44e08fad05c28f0b1494", "value": "tokenizer_config.json: 100%" } }, "050d86b27a9b40b3b56ff07b1576f2df": { "model_module": "@jupyter-widgets/controls", "model_name": "FloatProgressModel", "model_module_version": "1.5.0", "state": { "_dom_classes": [], "_model_module": "@jupyter-widgets/controls", "_model_module_version": "1.5.0", "_model_name": "FloatProgressModel", "_view_count": null, "_view_module": "@jupyter-widgets/controls", "_view_module_version": "1.5.0", "_view_name": "ProgressView", "bar_style": "success", "description": "", "description_tooltip": null, "layout": "IPY_MODEL_e81f238f23cf4b689ddc4aeecdd77256", "max": 313, "min": 0, "orientation": "horizontal", "style": "IPY_MODEL_ffec3745c5c143f9b59bd9a6e80a4a9c", "value": 313 } }, "60e61534f67844238196163e58177d62": { "model_module": "@jupyter-widgets/controls", "model_name": "HTMLModel", "model_module_version": "1.5.0", "state": { "_dom_classes": [], "_model_module": "@jupyter-widgets/controls", "_model_module_version": "1.5.0", "_model_name": "HTMLModel", "_view_count": null, "_view_module": "@jupyter-widgets/controls", "_view_module_version": "1.5.0", "_view_name": "HTMLView", "description": "", "description_tooltip": null, "layout": "IPY_MODEL_8a9773fe262a48e0bc840d16a6bd7954", "placeholder": "​", "style": "IPY_MODEL_da8ec081254c4507b18e54317ccc1258", "value": " 313/313 [00:00<00:00, 17.4kB/s]" } }, "2cc1c35b757e47fd80a6881b5b1f3ec9": { "model_module": "@jupyter-widgets/base", "model_name": "LayoutModel", "model_module_version": "1.2.0", "state": { "_model_module": "@jupyter-widgets/base", "_model_module_version": "1.2.0", "_model_name": "LayoutModel", "_view_count": null, "_view_module": "@jupyter-widgets/base", "_view_module_version": "1.2.0", "_view_name": "LayoutView", "align_content": null, "align_items": null, "align_self": null, "border": null, "bottom": null, "display": null, "flex": null, "flex_flow": null, "grid_area": null, "grid_auto_columns": null, "grid_auto_flow": null, "grid_auto_rows": null, "grid_column": null, "grid_gap": null, "grid_row": null, "grid_template_areas": null, "grid_template_columns": null, "grid_template_rows": null, "height": null, "justify_content": null, "justify_items": null, "left": null, "margin": null, "max_height": null, "max_width": null, "min_height": null, "min_width": null, "object_fit": null, "object_position": null, "order": null, "overflow": null, "overflow_x": null, "overflow_y": null, "padding": null, "right": null, "top": null, "visibility": null, "width": null } }, "42eab12414124f94a351435c9c3e18d6": { "model_module": "@jupyter-widgets/base", "model_name": "LayoutModel", "model_module_version": "1.2.0", "state": { "_model_module": "@jupyter-widgets/base", "_model_module_version": "1.2.0", "_model_name": "LayoutModel", "_view_count": null, "_view_module": "@jupyter-widgets/base", "_view_module_version": "1.2.0", "_view_name": "LayoutView", "align_content": null, "align_items": null, "align_self": null, "border": null, "bottom": null, "display": null, "flex": null, "flex_flow": null, "grid_area": null, "grid_auto_columns": null, "grid_auto_flow": null, "grid_auto_rows": null, "grid_column": null, "grid_gap": null, "grid_row": null, "grid_template_areas": null, "grid_template_columns": null, "grid_template_rows": null, "height": null, "justify_content": null, "justify_items": null, "left": null, "margin": null, "max_height": null, "max_width": null, "min_height": null, "min_width": null, "object_fit": null, "object_position": null, "order": null, "overflow": null, "overflow_x": null, "overflow_y": null, "padding": null, "right": null, "top": null, "visibility": null, "width": null } }, "3554ac6aa4da44e08fad05c28f0b1494": { "model_module": "@jupyter-widgets/controls", "model_name": "DescriptionStyleModel", "model_module_version": "1.5.0", "state": { "_model_module": "@jupyter-widgets/controls", "_model_module_version": "1.5.0", "_model_name": "DescriptionStyleModel", "_view_count": null, "_view_module": "@jupyter-widgets/base", "_view_module_version": "1.2.0", "_view_name": "StyleView", "description_width": "" } }, "e81f238f23cf4b689ddc4aeecdd77256": { "model_module": "@jupyter-widgets/base", "model_name": "LayoutModel", "model_module_version": "1.2.0", "state": { "_model_module": "@jupyter-widgets/base", "_model_module_version": "1.2.0", "_model_name": "LayoutModel", "_view_count": null, "_view_module": "@jupyter-widgets/base", "_view_module_version": "1.2.0", "_view_name": "LayoutView", "align_content": null, "align_items": null, "align_self": null, "border": null, "bottom": null, "display": null, "flex": null, "flex_flow": null, "grid_area": null, "grid_auto_columns": null, "grid_auto_flow": null, "grid_auto_rows": null, "grid_column": null, "grid_gap": null, "grid_row": null, "grid_template_areas": null, "grid_template_columns": null, "grid_template_rows": null, "height": null, "justify_content": null, "justify_items": null, "left": null, "margin": null, "max_height": null, "max_width": null, "min_height": null, "min_width": null, "object_fit": null, "object_position": null, "order": null, "overflow": null, "overflow_x": null, "overflow_y": null, "padding": null, "right": null, "top": null, "visibility": null, "width": null } }, "ffec3745c5c143f9b59bd9a6e80a4a9c": { "model_module": "@jupyter-widgets/controls", "model_name": "ProgressStyleModel", "model_module_version": "1.5.0", "state": { "_model_module": "@jupyter-widgets/controls", "_model_module_version": "1.5.0", "_model_name": "ProgressStyleModel", "_view_count": null, "_view_module": "@jupyter-widgets/base", "_view_module_version": "1.2.0", "_view_name": "StyleView", "bar_color": null, "description_width": "" } }, "8a9773fe262a48e0bc840d16a6bd7954": { "model_module": "@jupyter-widgets/base", "model_name": "LayoutModel", "model_module_version": "1.2.0", "state": { "_model_module": "@jupyter-widgets/base", "_model_module_version": "1.2.0", "_model_name": "LayoutModel", "_view_count": null, "_view_module": "@jupyter-widgets/base", "_view_module_version": "1.2.0", "_view_name": "LayoutView", "align_content": null, "align_items": null, "align_self": null, "border": null, "bottom": null, "display": null, "flex": null, "flex_flow": null, "grid_area": null, "grid_auto_columns": null, "grid_auto_flow": null, "grid_auto_rows": null, "grid_column": null, "grid_gap": null, "grid_row": null, "grid_template_areas": null, "grid_template_columns": null, "grid_template_rows": null, "height": null, "justify_content": null, "justify_items": null, "left": null, "margin": null, "max_height": null, "max_width": null, "min_height": null, "min_width": null, "object_fit": null, "object_position": null, "order": null, "overflow": null, "overflow_x": null, "overflow_y": null, "padding": null, "right": null, "top": null, "visibility": null, "width": null } }, "da8ec081254c4507b18e54317ccc1258": { "model_module": "@jupyter-widgets/controls", "model_name": "DescriptionStyleModel", "model_module_version": "1.5.0", "state": { "_model_module": "@jupyter-widgets/controls", "_model_module_version": "1.5.0", "_model_name": "DescriptionStyleModel", "_view_count": null, "_view_module": "@jupyter-widgets/base", "_view_module_version": "1.2.0", "_view_name": "StyleView", "description_width": "" } }, "b967fa173f464de5b013b2733754cd99": { "model_module": "@jupyter-widgets/controls", "model_name": "HBoxModel", "model_module_version": "1.5.0", "state": { "_dom_classes": [], "_model_module": "@jupyter-widgets/controls", "_model_module_version": "1.5.0", "_model_name": "HBoxModel", "_view_count": null, "_view_module": "@jupyter-widgets/controls", "_view_module_version": "1.5.0", "_view_name": "HBoxView", "box_style": "", "children": [ "IPY_MODEL_4b43d4175bd8401c951e182bdca2cf88", "IPY_MODEL_2b6aa02a1b9f4882adea8275bfb12dbd", "IPY_MODEL_f2eda9a93c1d4d70b2d7009f507b99ca" ], "layout": "IPY_MODEL_3531fb64dfbf4df9a86c580827ff7483" } }, "4b43d4175bd8401c951e182bdca2cf88": { "model_module": "@jupyter-widgets/controls", "model_name": "HTMLModel", "model_module_version": "1.5.0", "state": { "_dom_classes": [], "_model_module": "@jupyter-widgets/controls", "_model_module_version": "1.5.0", "_model_name": "HTMLModel", "_view_count": null, "_view_module": "@jupyter-widgets/controls", "_view_module_version": "1.5.0", "_view_name": "HTMLView", "description": "", "description_tooltip": null, "layout": "IPY_MODEL_ad74afcf0f044f6ea6800cafd1bc418c", "placeholder": "​", "style": "IPY_MODEL_71e1a725add649c8a70d5e2b130f60f9", "value": "model.safetensors: 100%" } }, "2b6aa02a1b9f4882adea8275bfb12dbd": { "model_module": "@jupyter-widgets/controls", "model_name": "FloatProgressModel", "model_module_version": "1.5.0", "state": { "_dom_classes": [], "_model_module": "@jupyter-widgets/controls", "_model_module_version": "1.5.0", "_model_name": "FloatProgressModel", "_view_count": null, "_view_module": "@jupyter-widgets/controls", "_view_module_version": "1.5.0", "_view_name": "ProgressView", "bar_style": "success", "description": "", "description_tooltip": null, "layout": "IPY_MODEL_63b7686e08ec492096e7a0bce24f81b4", "max": 540017608, "min": 0, "orientation": "horizontal", "style": "IPY_MODEL_a0f7845dfa614c7794f9222344c7e49b", "value": 540017608 } }, "f2eda9a93c1d4d70b2d7009f507b99ca": { "model_module": "@jupyter-widgets/controls", "model_name": "HTMLModel", "model_module_version": "1.5.0", "state": { "_dom_classes": [], "_model_module": "@jupyter-widgets/controls", "_model_module_version": "1.5.0", "_model_name": "HTMLModel", "_view_count": null, "_view_module": "@jupyter-widgets/controls", "_view_module_version": "1.5.0", "_view_name": "HTMLView", "description": "", "description_tooltip": null, "layout": "IPY_MODEL_9416591290b9475788f8568bd3b2a84c", "placeholder": "​", "style": "IPY_MODEL_18c22bc17ec44ea88a19daa508270bd3", "value": " 540M/540M [00:06<00:00, 125MB/s]" } }, "3531fb64dfbf4df9a86c580827ff7483": { "model_module": "@jupyter-widgets/base", "model_name": "LayoutModel", "model_module_version": "1.2.0", "state": { "_model_module": "@jupyter-widgets/base", "_model_module_version": "1.2.0", "_model_name": "LayoutModel", "_view_count": null, "_view_module": "@jupyter-widgets/base", "_view_module_version": "1.2.0", "_view_name": "LayoutView", "align_content": null, "align_items": null, "align_self": null, "border": null, "bottom": null, "display": null, "flex": null, "flex_flow": null, "grid_area": null, "grid_auto_columns": null, "grid_auto_flow": null, "grid_auto_rows": null, "grid_column": null, "grid_gap": null, "grid_row": null, "grid_template_areas": null, "grid_template_columns": null, "grid_template_rows": null, "height": null, "justify_content": null, "justify_items": null, "left": null, "margin": null, "max_height": null, "max_width": null, "min_height": null, "min_width": null, "object_fit": null, "object_position": null, "order": null, "overflow": null, "overflow_x": null, "overflow_y": null, "padding": null, "right": null, "top": null, "visibility": null, "width": null } }, "ad74afcf0f044f6ea6800cafd1bc418c": { "model_module": "@jupyter-widgets/base", "model_name": "LayoutModel", "model_module_version": "1.2.0", "state": { "_model_module": "@jupyter-widgets/base", "_model_module_version": "1.2.0", "_model_name": "LayoutModel", "_view_count": null, "_view_module": "@jupyter-widgets/base", "_view_module_version": "1.2.0", "_view_name": "LayoutView", "align_content": null, "align_items": null, "align_self": null, "border": null, "bottom": null, "display": null, "flex": null, "flex_flow": null, "grid_area": null, "grid_auto_columns": null, "grid_auto_flow": null, "grid_auto_rows": null, "grid_column": null, "grid_gap": null, "grid_row": null, "grid_template_areas": null, "grid_template_columns": null, "grid_template_rows": null, "height": null, "justify_content": null, "justify_items": null, "left": null, "margin": null, "max_height": null, "max_width": null, "min_height": null, "min_width": null, "object_fit": null, "object_position": null, "order": null, "overflow": null, "overflow_x": null, "overflow_y": null, "padding": null, "right": null, "top": null, "visibility": null, "width": null } }, "71e1a725add649c8a70d5e2b130f60f9": { "model_module": "@jupyter-widgets/controls", "model_name": "DescriptionStyleModel", "model_module_version": "1.5.0", "state": { "_model_module": "@jupyter-widgets/controls", "_model_module_version": "1.5.0", "_model_name": "DescriptionStyleModel", "_view_count": null, "_view_module": "@jupyter-widgets/base", "_view_module_version": "1.2.0", "_view_name": "StyleView", "description_width": "" } }, "63b7686e08ec492096e7a0bce24f81b4": { "model_module": "@jupyter-widgets/base", "model_name": "LayoutModel", "model_module_version": "1.2.0", "state": { "_model_module": "@jupyter-widgets/base", "_model_module_version": "1.2.0", "_model_name": "LayoutModel", "_view_count": null, "_view_module": "@jupyter-widgets/base", "_view_module_version": "1.2.0", "_view_name": "LayoutView", "align_content": null, "align_items": null, "align_self": null, "border": null, "bottom": null, "display": null, "flex": null, "flex_flow": null, "grid_area": null, "grid_auto_columns": null, "grid_auto_flow": null, "grid_auto_rows": null, "grid_column": null, "grid_gap": null, "grid_row": null, "grid_template_areas": null, "grid_template_columns": null, "grid_template_rows": null, "height": null, "justify_content": null, "justify_items": null, "left": null, "margin": null, "max_height": null, "max_width": null, "min_height": null, "min_width": null, "object_fit": null, "object_position": null, "order": null, "overflow": null, "overflow_x": null, "overflow_y": null, "padding": null, "right": null, "top": null, "visibility": null, "width": null } }, "a0f7845dfa614c7794f9222344c7e49b": { "model_module": "@jupyter-widgets/controls", "model_name": "ProgressStyleModel", "model_module_version": "1.5.0", "state": { "_model_module": "@jupyter-widgets/controls", "_model_module_version": "1.5.0", "_model_name": "ProgressStyleModel", "_view_count": null, "_view_module": "@jupyter-widgets/base", "_view_module_version": "1.2.0", "_view_name": "StyleView", "bar_color": null, "description_width": "" } }, "9416591290b9475788f8568bd3b2a84c": { "model_module": "@jupyter-widgets/base", "model_name": "LayoutModel", "model_module_version": "1.2.0", "state": { "_model_module": "@jupyter-widgets/base", "_model_module_version": "1.2.0", "_model_name": "LayoutModel", "_view_count": null, "_view_module": "@jupyter-widgets/base", "_view_module_version": "1.2.0", "_view_name": "LayoutView", "align_content": null, "align_items": null, "align_self": null, "border": null, "bottom": null, "display": null, "flex": null, "flex_flow": null, "grid_area": null, "grid_auto_columns": null, "grid_auto_flow": null, "grid_auto_rows": null, "grid_column": null, "grid_gap": null, "grid_row": null, "grid_template_areas": null, "grid_template_columns": null, "grid_template_rows": null, "height": null, "justify_content": null, "justify_items": null, "left": null, "margin": null, "max_height": null, "max_width": null, "min_height": null, "min_width": null, "object_fit": null, "object_position": null, "order": null, "overflow": null, "overflow_x": null, "overflow_y": null, "padding": null, "right": null, "top": null, "visibility": null, "width": null } }, "18c22bc17ec44ea88a19daa508270bd3": { "model_module": "@jupyter-widgets/controls", "model_name": "DescriptionStyleModel", "model_module_version": "1.5.0", "state": { "_model_module": "@jupyter-widgets/controls", "_model_module_version": "1.5.0", "_model_name": "DescriptionStyleModel", "_view_count": null, "_view_module": "@jupyter-widgets/base", "_view_module_version": "1.2.0", "_view_name": "StyleView", "description_width": "" } }, "76eeb1f8de204fb3b37588e632bdfbd0": { "model_module": "@jupyter-widgets/controls", "model_name": "HBoxModel", "model_module_version": "1.5.0", "state": { "_dom_classes": [], "_model_module": "@jupyter-widgets/controls", "_model_module_version": "1.5.0", "_model_name": "HBoxModel", "_view_count": null, "_view_module": "@jupyter-widgets/controls", "_view_module_version": "1.5.0", "_view_name": "HBoxView", "box_style": "", "children": [ "IPY_MODEL_107a25a9dcc346979726a5e56814c948", "IPY_MODEL_5ffae796c62e4427b70872b6a2404f70", "IPY_MODEL_959d1db5bf2149d3beeabe1a5cd20a5c" ], "layout": "IPY_MODEL_710930b72cf04e119938a366262f16e9" } }, "107a25a9dcc346979726a5e56814c948": { "model_module": "@jupyter-widgets/controls", "model_name": "HTMLModel", "model_module_version": "1.5.0", "state": { "_dom_classes": [], "_model_module": "@jupyter-widgets/controls", "_model_module_version": "1.5.0", "_model_name": "HTMLModel", "_view_count": null, "_view_module": "@jupyter-widgets/controls", "_view_module_version": "1.5.0", "_view_name": "HTMLView", "description": "", "description_tooltip": null, "layout": "IPY_MODEL_9754399f248d460b8bfc40aa6d0600b6", "placeholder": "​", "style": "IPY_MODEL_83c1fc9ba49945079d96ce9dafa0ef27", "value": "vocab.txt: " } }, "5ffae796c62e4427b70872b6a2404f70": { "model_module": "@jupyter-widgets/controls", "model_name": "FloatProgressModel", "model_module_version": "1.5.0", "state": { "_dom_classes": [], "_model_module": "@jupyter-widgets/controls", "_model_module_version": "1.5.0", "_model_name": "FloatProgressModel", "_view_count": null, "_view_module": "@jupyter-widgets/controls", "_view_module_version": "1.5.0", "_view_name": "ProgressView", "bar_style": "success", "description": "", "description_tooltip": null, "layout": "IPY_MODEL_34e7bb49d41242b794cca5f19bc117f7", "max": 1, "min": 0, "orientation": "horizontal", "style": "IPY_MODEL_b832d66e52fd44e787b055aa688814a1", "value": 1 } }, "959d1db5bf2149d3beeabe1a5cd20a5c": { "model_module": "@jupyter-widgets/controls", "model_name": "HTMLModel", "model_module_version": "1.5.0", "state": { "_dom_classes": [], "_model_module": "@jupyter-widgets/controls", "_model_module_version": "1.5.0", "_model_name": "HTMLModel", "_view_count": null, "_view_module": "@jupyter-widgets/controls", "_view_module_version": "1.5.0", "_view_name": "HTMLView", "description": "", "description_tooltip": null, "layout": "IPY_MODEL_ed02448037144ae6bbf6bfe5de08f900", "placeholder": "​", "style": "IPY_MODEL_2676ea0467d84e55a7e8e673d523f091", "value": " 895k/? [00:00<00:00, 21.4MB/s]" } }, "710930b72cf04e119938a366262f16e9": { "model_module": "@jupyter-widgets/base", "model_name": "LayoutModel", "model_module_version": "1.2.0", "state": { "_model_module": "@jupyter-widgets/base", "_model_module_version": "1.2.0", "_model_name": "LayoutModel", "_view_count": null, "_view_module": "@jupyter-widgets/base", "_view_module_version": "1.2.0", "_view_name": "LayoutView", "align_content": null, "align_items": null, "align_self": null, "border": null, "bottom": null, "display": null, "flex": null, "flex_flow": null, "grid_area": null, "grid_auto_columns": null, "grid_auto_flow": null, "grid_auto_rows": null, "grid_column": null, "grid_gap": null, "grid_row": null, "grid_template_areas": null, "grid_template_columns": null, "grid_template_rows": null, "height": null, "justify_content": null, "justify_items": null, "left": null, "margin": null, "max_height": null, "max_width": null, "min_height": null, "min_width": null, "object_fit": null, "object_position": null, "order": null, "overflow": null, "overflow_x": null, "overflow_y": null, "padding": null, "right": null, "top": null, "visibility": null, "width": null } }, "9754399f248d460b8bfc40aa6d0600b6": { "model_module": "@jupyter-widgets/base", "model_name": "LayoutModel", "model_module_version": "1.2.0", "state": { "_model_module": "@jupyter-widgets/base", "_model_module_version": "1.2.0", "_model_name": "LayoutModel", "_view_count": null, "_view_module": "@jupyter-widgets/base", "_view_module_version": "1.2.0", "_view_name": "LayoutView", "align_content": null, "align_items": null, "align_self": null, "border": null, "bottom": null, "display": null, "flex": null, "flex_flow": null, "grid_area": null, "grid_auto_columns": null, "grid_auto_flow": null, "grid_auto_rows": null, "grid_column": null, "grid_gap": null, "grid_row": null, "grid_template_areas": null, "grid_template_columns": null, "grid_template_rows": null, "height": null, "justify_content": null, "justify_items": null, "left": null, "margin": null, "max_height": null, "max_width": null, "min_height": null, "min_width": null, "object_fit": null, "object_position": null, "order": null, "overflow": null, "overflow_x": null, "overflow_y": null, "padding": null, "right": null, "top": null, "visibility": null, "width": null } }, "83c1fc9ba49945079d96ce9dafa0ef27": { "model_module": "@jupyter-widgets/controls", "model_name": "DescriptionStyleModel", "model_module_version": "1.5.0", "state": { "_model_module": "@jupyter-widgets/controls", "_model_module_version": "1.5.0", "_model_name": "DescriptionStyleModel", "_view_count": null, "_view_module": "@jupyter-widgets/base", "_view_module_version": "1.2.0", "_view_name": "StyleView", "description_width": "" } }, "34e7bb49d41242b794cca5f19bc117f7": { "model_module": "@jupyter-widgets/base", "model_name": "LayoutModel", "model_module_version": "1.2.0", "state": { "_model_module": "@jupyter-widgets/base", "_model_module_version": "1.2.0", "_model_name": "LayoutModel", "_view_count": null, "_view_module": "@jupyter-widgets/base", "_view_module_version": "1.2.0", "_view_name": "LayoutView", "align_content": null, "align_items": null, "align_self": null, "border": null, "bottom": null, "display": null, "flex": null, "flex_flow": null, "grid_area": null, "grid_auto_columns": null, "grid_auto_flow": null, "grid_auto_rows": null, "grid_column": null, "grid_gap": null, "grid_row": null, "grid_template_areas": null, "grid_template_columns": null, "grid_template_rows": null, "height": null, "justify_content": null, "justify_items": null, "left": null, "margin": null, "max_height": null, "max_width": null, "min_height": null, "min_width": null, "object_fit": null, "object_position": null, "order": null, "overflow": null, "overflow_x": null, "overflow_y": null, "padding": null, "right": null, "top": null, "visibility": null, "width": "20px" } }, "b832d66e52fd44e787b055aa688814a1": { "model_module": "@jupyter-widgets/controls", "model_name": "ProgressStyleModel", "model_module_version": "1.5.0", "state": { "_model_module": "@jupyter-widgets/controls", "_model_module_version": "1.5.0", "_model_name": "ProgressStyleModel", "_view_count": null, "_view_module": "@jupyter-widgets/base", "_view_module_version": "1.2.0", "_view_name": "StyleView", "bar_color": null, "description_width": "" } }, "ed02448037144ae6bbf6bfe5de08f900": { "model_module": "@jupyter-widgets/base", "model_name": "LayoutModel", "model_module_version": "1.2.0", "state": { "_model_module": "@jupyter-widgets/base", "_model_module_version": "1.2.0", "_model_name": "LayoutModel", "_view_count": null, "_view_module": "@jupyter-widgets/base", "_view_module_version": "1.2.0", "_view_name": "LayoutView", "align_content": null, "align_items": null, "align_self": null, "border": null, "bottom": null, "display": null, "flex": null, "flex_flow": null, "grid_area": null, "grid_auto_columns": null, "grid_auto_flow": null, "grid_auto_rows": null, "grid_column": null, "grid_gap": null, "grid_row": null, "grid_template_areas": null, "grid_template_columns": null, "grid_template_rows": null, "height": null, "justify_content": null, "justify_items": null, "left": null, "margin": null, "max_height": null, "max_width": null, "min_height": null, "min_width": null, "object_fit": null, "object_position": null, "order": null, "overflow": null, "overflow_x": null, "overflow_y": null, "padding": null, "right": null, "top": null, "visibility": null, "width": null } }, "2676ea0467d84e55a7e8e673d523f091": { "model_module": "@jupyter-widgets/controls", "model_name": "DescriptionStyleModel", "model_module_version": "1.5.0", "state": { "_model_module": "@jupyter-widgets/controls", "_model_module_version": "1.5.0", "_model_name": "DescriptionStyleModel", "_view_count": null, "_view_module": "@jupyter-widgets/base", "_view_module_version": "1.2.0", "_view_name": "StyleView", "description_width": "" } }, "17090a3973504e168a540ca6a0353287": { "model_module": "@jupyter-widgets/controls", "model_name": "HBoxModel", "model_module_version": "1.5.0", "state": { "_dom_classes": [], "_model_module": "@jupyter-widgets/controls", "_model_module_version": "1.5.0", "_model_name": "HBoxModel", "_view_count": null, "_view_module": "@jupyter-widgets/controls", "_view_module_version": "1.5.0", "_view_name": "HBoxView", "box_style": "", "children": [ "IPY_MODEL_5d8585dae3964ddaaeeda944592a2a4b", "IPY_MODEL_ccc7b0f0c8db4cc99e8413c21d710140", "IPY_MODEL_d9da793298ad4c02b95dce9eda873fa7" ], "layout": "IPY_MODEL_7765045cb9b1454e9254640c49ef197e" } }, "5d8585dae3964ddaaeeda944592a2a4b": { "model_module": "@jupyter-widgets/controls", "model_name": "HTMLModel", "model_module_version": "1.5.0", "state": { "_dom_classes": [], "_model_module": "@jupyter-widgets/controls", "_model_module_version": "1.5.0", "_model_name": "HTMLModel", "_view_count": null, "_view_module": "@jupyter-widgets/controls", "_view_module_version": "1.5.0", "_view_name": "HTMLView", "description": "", "description_tooltip": null, "layout": "IPY_MODEL_aea5cdfc0799410e881801a803b921ca", "placeholder": "​", "style": "IPY_MODEL_a03253e3477b47cda92e3cbb2f5d03ca", "value": "bpe.codes: " } }, "ccc7b0f0c8db4cc99e8413c21d710140": { "model_module": "@jupyter-widgets/controls", "model_name": "FloatProgressModel", "model_module_version": "1.5.0", "state": { "_dom_classes": [], "_model_module": "@jupyter-widgets/controls", "_model_module_version": "1.5.0", "_model_name": "FloatProgressModel", "_view_count": null, "_view_module": "@jupyter-widgets/controls", "_view_module_version": "1.5.0", "_view_name": "ProgressView", "bar_style": "success", "description": "", "description_tooltip": null, "layout": "IPY_MODEL_ad1344778280486088fb49db4bf5d097", "max": 1, "min": 0, "orientation": "horizontal", "style": "IPY_MODEL_43c0911a4bb44484a71e5ad244d4de4b", "value": 1 } }, "d9da793298ad4c02b95dce9eda873fa7": { "model_module": "@jupyter-widgets/controls", "model_name": "HTMLModel", "model_module_version": "1.5.0", "state": { "_dom_classes": [], "_model_module": "@jupyter-widgets/controls", "_model_module_version": "1.5.0", "_model_name": "HTMLModel", "_view_count": null, "_view_module": "@jupyter-widgets/controls", "_view_module_version": "1.5.0", "_view_name": "HTMLView", "description": "", "description_tooltip": null, "layout": "IPY_MODEL_cbb39f1235e74d0fb4b59ff693ff8184", "placeholder": "​", "style": "IPY_MODEL_f301f890e80e43189848c9683c5a8dd6", "value": " 1.14M/? [00:00<00:00, 14.5MB/s]" } }, "7765045cb9b1454e9254640c49ef197e": { "model_module": "@jupyter-widgets/base", "model_name": "LayoutModel", "model_module_version": "1.2.0", "state": { "_model_module": "@jupyter-widgets/base", "_model_module_version": "1.2.0", "_model_name": "LayoutModel", "_view_count": null, "_view_module": "@jupyter-widgets/base", "_view_module_version": "1.2.0", "_view_name": "LayoutView", "align_content": null, "align_items": null, "align_self": null, "border": null, "bottom": null, "display": null, "flex": null, "flex_flow": null, "grid_area": null, "grid_auto_columns": null, "grid_auto_flow": null, "grid_auto_rows": null, "grid_column": null, "grid_gap": null, "grid_row": null, "grid_template_areas": null, "grid_template_columns": null, "grid_template_rows": null, "height": null, "justify_content": null, "justify_items": null, "left": null, "margin": null, "max_height": null, "max_width": null, "min_height": null, "min_width": null, "object_fit": null, "object_position": null, "order": null, "overflow": null, "overflow_x": null, "overflow_y": null, "padding": null, "right": null, "top": null, "visibility": null, "width": null } }, "aea5cdfc0799410e881801a803b921ca": { "model_module": "@jupyter-widgets/base", "model_name": "LayoutModel", "model_module_version": "1.2.0", "state": { "_model_module": "@jupyter-widgets/base", "_model_module_version": "1.2.0", "_model_name": "LayoutModel", "_view_count": null, "_view_module": "@jupyter-widgets/base", "_view_module_version": "1.2.0", "_view_name": "LayoutView", "align_content": null, "align_items": null, "align_self": null, "border": null, "bottom": null, "display": null, "flex": null, "flex_flow": null, "grid_area": null, "grid_auto_columns": null, "grid_auto_flow": null, "grid_auto_rows": null, "grid_column": null, "grid_gap": null, "grid_row": null, "grid_template_areas": null, "grid_template_columns": null, "grid_template_rows": null, "height": null, "justify_content": null, "justify_items": null, "left": null, "margin": null, "max_height": null, "max_width": null, "min_height": null, "min_width": null, "object_fit": null, "object_position": null, "order": null, "overflow": null, "overflow_x": null, "overflow_y": null, "padding": null, "right": null, "top": null, "visibility": null, "width": null } }, "a03253e3477b47cda92e3cbb2f5d03ca": { "model_module": "@jupyter-widgets/controls", "model_name": "DescriptionStyleModel", "model_module_version": "1.5.0", "state": { "_model_module": "@jupyter-widgets/controls", "_model_module_version": "1.5.0", "_model_name": "DescriptionStyleModel", "_view_count": null, "_view_module": "@jupyter-widgets/base", "_view_module_version": "1.2.0", "_view_name": "StyleView", "description_width": "" } }, "ad1344778280486088fb49db4bf5d097": { "model_module": "@jupyter-widgets/base", "model_name": "LayoutModel", "model_module_version": "1.2.0", "state": { "_model_module": "@jupyter-widgets/base", "_model_module_version": "1.2.0", "_model_name": "LayoutModel", "_view_count": null, "_view_module": "@jupyter-widgets/base", "_view_module_version": "1.2.0", "_view_name": "LayoutView", "align_content": null, "align_items": null, "align_self": null, "border": null, "bottom": null, "display": null, "flex": null, "flex_flow": null, "grid_area": null, "grid_auto_columns": null, "grid_auto_flow": null, "grid_auto_rows": null, "grid_column": null, "grid_gap": null, "grid_row": null, "grid_template_areas": null, "grid_template_columns": null, "grid_template_rows": null, "height": null, "justify_content": null, "justify_items": null, "left": null, "margin": null, "max_height": null, "max_width": null, "min_height": null, "min_width": null, "object_fit": null, "object_position": null, "order": null, "overflow": null, "overflow_x": null, "overflow_y": null, "padding": null, "right": null, "top": null, "visibility": null, "width": "20px" } }, "43c0911a4bb44484a71e5ad244d4de4b": { "model_module": "@jupyter-widgets/controls", "model_name": "ProgressStyleModel", "model_module_version": "1.5.0", "state": { "_model_module": "@jupyter-widgets/controls", "_model_module_version": "1.5.0", "_model_name": "ProgressStyleModel", "_view_count": null, "_view_module": "@jupyter-widgets/base", "_view_module_version": "1.2.0", "_view_name": "StyleView", "bar_color": null, "description_width": "" } }, "cbb39f1235e74d0fb4b59ff693ff8184": { "model_module": "@jupyter-widgets/base", "model_name": "LayoutModel", "model_module_version": "1.2.0", "state": { "_model_module": "@jupyter-widgets/base", "_model_module_version": "1.2.0", "_model_name": "LayoutModel", "_view_count": null, "_view_module": "@jupyter-widgets/base", "_view_module_version": "1.2.0", "_view_name": "LayoutView", "align_content": null, "align_items": null, "align_self": null, "border": null, "bottom": null, "display": null, "flex": null, "flex_flow": null, "grid_area": null, "grid_auto_columns": null, "grid_auto_flow": null, "grid_auto_rows": null, "grid_column": null, "grid_gap": null, "grid_row": null, "grid_template_areas": null, "grid_template_columns": null, "grid_template_rows": null, "height": null, "justify_content": null, "justify_items": null, "left": null, "margin": null, "max_height": null, "max_width": null, "min_height": null, "min_width": null, "object_fit": null, "object_position": null, "order": null, "overflow": null, "overflow_x": null, "overflow_y": null, "padding": null, "right": null, "top": null, "visibility": null, "width": null } }, "f301f890e80e43189848c9683c5a8dd6": { "model_module": "@jupyter-widgets/controls", "model_name": "DescriptionStyleModel", "model_module_version": "1.5.0", "state": { "_model_module": "@jupyter-widgets/controls", "_model_module_version": "1.5.0", "_model_name": "DescriptionStyleModel", "_view_count": null, "_view_module": "@jupyter-widgets/base", "_view_module_version": "1.2.0", "_view_name": "StyleView", "description_width": "" } }, "e78c66a9cb1f44a1b77c359ceb044e9c": { "model_module": "@jupyter-widgets/controls", "model_name": "HBoxModel", "model_module_version": "1.5.0", "state": { "_dom_classes": [], "_model_module": "@jupyter-widgets/controls", "_model_module_version": "1.5.0", "_model_name": "HBoxModel", "_view_count": null, "_view_module": "@jupyter-widgets/controls", "_view_module_version": "1.5.0", "_view_name": "HBoxView", "box_style": "", "children": [ "IPY_MODEL_84a0d4f9f41e43778eb8e59d6c9d633b", "IPY_MODEL_be1ec855c9f144de912ed0616b81bde9", "IPY_MODEL_978f89d0a286430eb52f6c6cf01aa1c7" ], "layout": "IPY_MODEL_be1f8261f3964777a008121dd24c01eb" } }, "84a0d4f9f41e43778eb8e59d6c9d633b": { "model_module": "@jupyter-widgets/controls", "model_name": "HTMLModel", "model_module_version": "1.5.0", "state": { "_dom_classes": [], "_model_module": "@jupyter-widgets/controls", "_model_module_version": "1.5.0", "_model_name": "HTMLModel", "_view_count": null, "_view_module": "@jupyter-widgets/controls", "_view_module_version": "1.5.0", "_view_name": "HTMLView", "description": "", "description_tooltip": null, "layout": "IPY_MODEL_ad781811041c46efb30f098532b3c323", "placeholder": "​", "style": "IPY_MODEL_f2da5f5e4c4d49b28a91771848d3ee03", "value": "added_tokens.json: 100%" } }, "be1ec855c9f144de912ed0616b81bde9": { "model_module": "@jupyter-widgets/controls", "model_name": "FloatProgressModel", "model_module_version": "1.5.0", "state": { "_dom_classes": [], "_model_module": "@jupyter-widgets/controls", "_model_module_version": "1.5.0", "_model_name": "FloatProgressModel", "_view_count": null, "_view_module": "@jupyter-widgets/controls", "_view_module_version": "1.5.0", "_view_name": "ProgressView", "bar_style": "success", "description": "", "description_tooltip": null, "layout": "IPY_MODEL_7b042df27e7d48618b55cc74d0769f6a", "max": 17, "min": 0, "orientation": "horizontal", "style": "IPY_MODEL_4a7c4f2f4c5a478da5e07120b1f6d351", "value": 17 } }, "978f89d0a286430eb52f6c6cf01aa1c7": { "model_module": "@jupyter-widgets/controls", "model_name": "HTMLModel", "model_module_version": "1.5.0", "state": { "_dom_classes": [], "_model_module": "@jupyter-widgets/controls", "_model_module_version": "1.5.0", "_model_name": "HTMLModel", "_view_count": null, "_view_module": "@jupyter-widgets/controls", "_view_module_version": "1.5.0", "_view_name": "HTMLView", "description": "", "description_tooltip": null, "layout": "IPY_MODEL_bb2b97acfdde4905984922961a70de80", "placeholder": "​", "style": "IPY_MODEL_7ca249a17ac048a1957182e78040510b", "value": " 17.0/17.0 [00:00<00:00, 172B/s]" } }, "be1f8261f3964777a008121dd24c01eb": { "model_module": "@jupyter-widgets/base", "model_name": "LayoutModel", "model_module_version": "1.2.0", "state": { "_model_module": "@jupyter-widgets/base", "_model_module_version": "1.2.0", "_model_name": "LayoutModel", "_view_count": null, "_view_module": "@jupyter-widgets/base", "_view_module_version": "1.2.0", "_view_name": "LayoutView", "align_content": null, "align_items": null, "align_self": null, "border": null, "bottom": null, "display": null, "flex": null, "flex_flow": null, "grid_area": null, "grid_auto_columns": null, "grid_auto_flow": null, "grid_auto_rows": null, "grid_column": null, "grid_gap": null, "grid_row": null, "grid_template_areas": null, "grid_template_columns": null, "grid_template_rows": null, "height": null, "justify_content": null, "justify_items": null, "left": null, "margin": null, "max_height": null, "max_width": null, "min_height": null, "min_width": null, "object_fit": null, "object_position": null, "order": null, "overflow": null, "overflow_x": null, "overflow_y": null, "padding": null, "right": null, "top": null, "visibility": null, "width": null } }, "ad781811041c46efb30f098532b3c323": { "model_module": "@jupyter-widgets/base", "model_name": "LayoutModel", "model_module_version": "1.2.0", "state": { "_model_module": "@jupyter-widgets/base", "_model_module_version": "1.2.0", "_model_name": "LayoutModel", "_view_count": null, "_view_module": "@jupyter-widgets/base", "_view_module_version": "1.2.0", "_view_name": "LayoutView", "align_content": null, "align_items": null, "align_self": null, "border": null, "bottom": null, "display": null, "flex": null, "flex_flow": null, "grid_area": null, "grid_auto_columns": null, "grid_auto_flow": null, "grid_auto_rows": null, "grid_column": null, "grid_gap": null, "grid_row": null, "grid_template_areas": null, "grid_template_columns": null, "grid_template_rows": null, "height": null, "justify_content": null, "justify_items": null, "left": null, "margin": null, "max_height": null, "max_width": null, "min_height": null, "min_width": null, "object_fit": null, "object_position": null, "order": null, "overflow": null, "overflow_x": null, "overflow_y": null, "padding": null, "right": null, "top": null, "visibility": null, "width": null } }, "f2da5f5e4c4d49b28a91771848d3ee03": { "model_module": "@jupyter-widgets/controls", "model_name": "DescriptionStyleModel", "model_module_version": "1.5.0", "state": { "_model_module": "@jupyter-widgets/controls", "_model_module_version": "1.5.0", "_model_name": "DescriptionStyleModel", "_view_count": null, "_view_module": "@jupyter-widgets/base", "_view_module_version": "1.2.0", "_view_name": "StyleView", "description_width": "" } }, "7b042df27e7d48618b55cc74d0769f6a": { "model_module": "@jupyter-widgets/base", "model_name": "LayoutModel", "model_module_version": "1.2.0", "state": { "_model_module": "@jupyter-widgets/base", "_model_module_version": "1.2.0", "_model_name": "LayoutModel", "_view_count": null, "_view_module": "@jupyter-widgets/base", "_view_module_version": "1.2.0", "_view_name": "LayoutView", "align_content": null, "align_items": null, "align_self": null, "border": null, "bottom": null, "display": null, "flex": null, "flex_flow": null, "grid_area": null, "grid_auto_columns": null, "grid_auto_flow": null, "grid_auto_rows": null, "grid_column": null, "grid_gap": null, "grid_row": null, "grid_template_areas": null, "grid_template_columns": null, "grid_template_rows": null, "height": null, "justify_content": null, "justify_items": null, "left": null, "margin": null, "max_height": null, "max_width": null, "min_height": null, "min_width": null, "object_fit": null, "object_position": null, "order": null, "overflow": null, "overflow_x": null, "overflow_y": null, "padding": null, "right": null, "top": null, "visibility": null, "width": null } }, "4a7c4f2f4c5a478da5e07120b1f6d351": { "model_module": "@jupyter-widgets/controls", "model_name": "ProgressStyleModel", "model_module_version": "1.5.0", "state": { "_model_module": "@jupyter-widgets/controls", "_model_module_version": "1.5.0", "_model_name": "ProgressStyleModel", "_view_count": null, "_view_module": "@jupyter-widgets/base", "_view_module_version": "1.2.0", "_view_name": "StyleView", "bar_color": null, "description_width": "" } }, "bb2b97acfdde4905984922961a70de80": { "model_module": "@jupyter-widgets/base", "model_name": "LayoutModel", "model_module_version": "1.2.0", "state": { "_model_module": "@jupyter-widgets/base", "_model_module_version": "1.2.0", "_model_name": "LayoutModel", "_view_count": null, "_view_module": "@jupyter-widgets/base", "_view_module_version": "1.2.0", "_view_name": "LayoutView", "align_content": null, "align_items": null, "align_self": null, "border": null, "bottom": null, "display": null, "flex": null, "flex_flow": null, "grid_area": null, "grid_auto_columns": null, "grid_auto_flow": null, "grid_auto_rows": null, "grid_column": null, "grid_gap": null, "grid_row": null, "grid_template_areas": null, "grid_template_columns": null, "grid_template_rows": null, "height": null, "justify_content": null, "justify_items": null, "left": null, "margin": null, "max_height": null, "max_width": null, "min_height": null, "min_width": null, "object_fit": null, "object_position": null, "order": null, "overflow": null, "overflow_x": null, "overflow_y": null, "padding": null, "right": null, "top": null, "visibility": null, "width": null } }, "7ca249a17ac048a1957182e78040510b": { "model_module": "@jupyter-widgets/controls", "model_name": "DescriptionStyleModel", "model_module_version": "1.5.0", "state": { "_model_module": "@jupyter-widgets/controls", "_model_module_version": "1.5.0", "_model_name": "DescriptionStyleModel", "_view_count": null, "_view_module": "@jupyter-widgets/base", "_view_module_version": "1.2.0", "_view_name": "StyleView", "description_width": "" } }, "455ceb7f3121474b944362cec1a6f6f8": { "model_module": "@jupyter-widgets/controls", "model_name": "HBoxModel", "model_module_version": "1.5.0", "state": { "_dom_classes": [], "_model_module": "@jupyter-widgets/controls", "_model_module_version": "1.5.0", "_model_name": "HBoxModel", "_view_count": null, "_view_module": "@jupyter-widgets/controls", "_view_module_version": "1.5.0", "_view_name": "HBoxView", "box_style": "", "children": [ "IPY_MODEL_3084ed5c40a74c9686e70f3fadbe7a1a", "IPY_MODEL_373ed743bf454af29fffa4e59ffdbc99", "IPY_MODEL_82a2fc25280b48b2a485bb0aeedc7cc3" ], "layout": "IPY_MODEL_9d777658ca1646a78a69121e3f9178ae" } }, "3084ed5c40a74c9686e70f3fadbe7a1a": { "model_module": "@jupyter-widgets/controls", "model_name": "HTMLModel", "model_module_version": "1.5.0", "state": { "_dom_classes": [], "_model_module": "@jupyter-widgets/controls", "_model_module_version": "1.5.0", "_model_name": "HTMLModel", "_view_count": null, "_view_module": "@jupyter-widgets/controls", "_view_module_version": "1.5.0", "_view_name": "HTMLView", "description": "", "description_tooltip": null, "layout": "IPY_MODEL_deceb954e312448f91a93c74b8ebb858", "placeholder": "​", "style": "IPY_MODEL_85f87ee6d65043718ca4cd91686b04ef", "value": "special_tokens_map.json: 100%" } }, "373ed743bf454af29fffa4e59ffdbc99": { "model_module": "@jupyter-widgets/controls", "model_name": "FloatProgressModel", "model_module_version": "1.5.0", "state": { "_dom_classes": [], "_model_module": "@jupyter-widgets/controls", "_model_module_version": "1.5.0", "_model_name": "FloatProgressModel", "_view_count": null, "_view_module": "@jupyter-widgets/controls", "_view_module_version": "1.5.0", "_view_name": "ProgressView", "bar_style": "success", "description": "", "description_tooltip": null, "layout": "IPY_MODEL_37cef34cc3a04830969bb59f944339f4", "max": 150, "min": 0, "orientation": "horizontal", "style": "IPY_MODEL_149d7f6ba644415191ef6c221214df00", "value": 150 } }, "82a2fc25280b48b2a485bb0aeedc7cc3": { "model_module": "@jupyter-widgets/controls", "model_name": "HTMLModel", "model_module_version": "1.5.0", "state": { "_dom_classes": [], "_model_module": "@jupyter-widgets/controls", "_model_module_version": "1.5.0", "_model_name": "HTMLModel", "_view_count": null, "_view_module": "@jupyter-widgets/controls", "_view_module_version": "1.5.0", "_view_name": "HTMLView", "description": "", "description_tooltip": null, "layout": "IPY_MODEL_5db7fc297dd440d492425884fab4b36b", "placeholder": "​", "style": "IPY_MODEL_aed0c83015204c2a89b3db6cc6f3beb4", "value": " 150/150 [00:00<00:00, 4.33kB/s]" } }, "9d777658ca1646a78a69121e3f9178ae": { "model_module": "@jupyter-widgets/base", "model_name": "LayoutModel", "model_module_version": "1.2.0", "state": { "_model_module": "@jupyter-widgets/base", "_model_module_version": "1.2.0", "_model_name": "LayoutModel", "_view_count": null, "_view_module": "@jupyter-widgets/base", "_view_module_version": "1.2.0", "_view_name": "LayoutView", "align_content": null, "align_items": null, "align_self": null, "border": null, "bottom": null, "display": null, "flex": null, "flex_flow": null, "grid_area": null, "grid_auto_columns": null, "grid_auto_flow": null, "grid_auto_rows": null, "grid_column": null, "grid_gap": null, "grid_row": null, "grid_template_areas": null, "grid_template_columns": null, "grid_template_rows": null, "height": null, "justify_content": null, "justify_items": null, "left": null, "margin": null, "max_height": null, "max_width": null, "min_height": null, "min_width": null, "object_fit": null, "object_position": null, "order": null, "overflow": null, "overflow_x": null, "overflow_y": null, "padding": null, "right": null, "top": null, "visibility": null, "width": null } }, "deceb954e312448f91a93c74b8ebb858": { "model_module": "@jupyter-widgets/base", "model_name": "LayoutModel", "model_module_version": "1.2.0", "state": { "_model_module": "@jupyter-widgets/base", "_model_module_version": "1.2.0", "_model_name": "LayoutModel", "_view_count": null, "_view_module": "@jupyter-widgets/base", "_view_module_version": "1.2.0", "_view_name": "LayoutView", "align_content": null, "align_items": null, "align_self": null, "border": null, "bottom": null, "display": null, "flex": null, "flex_flow": null, "grid_area": null, "grid_auto_columns": null, "grid_auto_flow": null, "grid_auto_rows": null, "grid_column": null, "grid_gap": null, "grid_row": null, "grid_template_areas": null, "grid_template_columns": null, "grid_template_rows": null, "height": null, "justify_content": null, "justify_items": null, "left": null, "margin": null, "max_height": null, "max_width": null, "min_height": null, "min_width": null, "object_fit": null, "object_position": null, "order": null, "overflow": null, "overflow_x": null, "overflow_y": null, "padding": null, "right": null, "top": null, "visibility": null, "width": null } }, "85f87ee6d65043718ca4cd91686b04ef": { "model_module": "@jupyter-widgets/controls", "model_name": "DescriptionStyleModel", "model_module_version": "1.5.0", "state": { "_model_module": "@jupyter-widgets/controls", "_model_module_version": "1.5.0", "_model_name": "DescriptionStyleModel", "_view_count": null, "_view_module": "@jupyter-widgets/base", "_view_module_version": "1.2.0", "_view_name": "StyleView", "description_width": "" } }, "37cef34cc3a04830969bb59f944339f4": { "model_module": "@jupyter-widgets/base", "model_name": "LayoutModel", "model_module_version": "1.2.0", "state": { "_model_module": "@jupyter-widgets/base", "_model_module_version": "1.2.0", "_model_name": "LayoutModel", "_view_count": null, "_view_module": "@jupyter-widgets/base", "_view_module_version": "1.2.0", "_view_name": "LayoutView", "align_content": null, "align_items": null, "align_self": null, "border": null, "bottom": null, "display": null, "flex": null, "flex_flow": null, "grid_area": null, "grid_auto_columns": null, "grid_auto_flow": null, "grid_auto_rows": null, "grid_column": null, "grid_gap": null, "grid_row": null, "grid_template_areas": null, "grid_template_columns": null, "grid_template_rows": null, "height": null, "justify_content": null, "justify_items": null, "left": null, "margin": null, "max_height": null, "max_width": null, "min_height": null, "min_width": null, "object_fit": null, "object_position": null, "order": null, "overflow": null, "overflow_x": null, "overflow_y": null, "padding": null, "right": null, "top": null, "visibility": null, "width": null } }, "149d7f6ba644415191ef6c221214df00": { "model_module": "@jupyter-widgets/controls", "model_name": "ProgressStyleModel", "model_module_version": "1.5.0", "state": { "_model_module": "@jupyter-widgets/controls", "_model_module_version": "1.5.0", "_model_name": "ProgressStyleModel", "_view_count": null, "_view_module": "@jupyter-widgets/base", "_view_module_version": "1.2.0", "_view_name": "StyleView", "bar_color": null, "description_width": "" } }, "5db7fc297dd440d492425884fab4b36b": { "model_module": "@jupyter-widgets/base", "model_name": "LayoutModel", "model_module_version": "1.2.0", "state": { "_model_module": "@jupyter-widgets/base", "_model_module_version": "1.2.0", "_model_name": "LayoutModel", "_view_count": null, "_view_module": "@jupyter-widgets/base", "_view_module_version": "1.2.0", "_view_name": "LayoutView", "align_content": null, "align_items": null, "align_self": null, "border": null, "bottom": null, "display": null, "flex": null, "flex_flow": null, "grid_area": null, "grid_auto_columns": null, "grid_auto_flow": null, "grid_auto_rows": null, "grid_column": null, "grid_gap": null, "grid_row": null, "grid_template_areas": null, "grid_template_columns": null, "grid_template_rows": null, "height": null, "justify_content": null, "justify_items": null, "left": null, "margin": null, "max_height": null, "max_width": null, "min_height": null, "min_width": null, "object_fit": null, "object_position": null, "order": null, "overflow": null, "overflow_x": null, "overflow_y": null, "padding": null, "right": null, "top": null, "visibility": null, "width": null } }, "aed0c83015204c2a89b3db6cc6f3beb4": { "model_module": "@jupyter-widgets/controls", "model_name": "DescriptionStyleModel", "model_module_version": "1.5.0", "state": { "_model_module": "@jupyter-widgets/controls", "_model_module_version": "1.5.0", "_model_name": "DescriptionStyleModel", "_view_count": null, "_view_module": "@jupyter-widgets/base", "_view_module_version": "1.2.0", "_view_name": "StyleView", "description_width": "" } }, "a8b17c118174401997f63141fbcab9b5": { "model_module": "@jupyter-widgets/controls", "model_name": "HBoxModel", "model_module_version": "1.5.0", "state": { "_dom_classes": [], "_model_module": "@jupyter-widgets/controls", "_model_module_version": "1.5.0", "_model_name": "HBoxModel", "_view_count": null, "_view_module": "@jupyter-widgets/controls", "_view_module_version": "1.5.0", "_view_name": "HBoxView", "box_style": "", "children": [ "IPY_MODEL_b786350f659345cc8e07365607dea7ff", "IPY_MODEL_916c4f18d11b4c9aa91a3a9817aaef66", "IPY_MODEL_de7257f8525c4c008715acf7277bdefa" ], "layout": "IPY_MODEL_5c6f9769efea45c0b2ec62f6c7ed26c9" } }, "b786350f659345cc8e07365607dea7ff": { "model_module": "@jupyter-widgets/controls", "model_name": "HTMLModel", "model_module_version": "1.5.0", "state": { "_dom_classes": [], "_model_module": "@jupyter-widgets/controls", "_model_module_version": "1.5.0", "_model_name": "HTMLModel", "_view_count": null, "_view_module": "@jupyter-widgets/controls", "_view_module_version": "1.5.0", "_view_name": "HTMLView", "description": "", "description_tooltip": null, "layout": "IPY_MODEL_d7990cf1a50d483fb7dcd289da1d6d34", "placeholder": "​", "style": "IPY_MODEL_b5aeae260cfd4846bab72ace6f75a2b2", "value": "config.json: 100%" } }, "916c4f18d11b4c9aa91a3a9817aaef66": { "model_module": "@jupyter-widgets/controls", "model_name": "FloatProgressModel", "model_module_version": "1.5.0", "state": { "_dom_classes": [], "_model_module": "@jupyter-widgets/controls", "_model_module_version": "1.5.0", "_model_name": "FloatProgressModel", "_view_count": null, "_view_module": "@jupyter-widgets/controls", "_view_module_version": "1.5.0", "_view_name": "ProgressView", "bar_style": "success", "description": "", "description_tooltip": null, "layout": "IPY_MODEL_f3b6dcc776f24805936c4b66dd055cba", "max": 190, "min": 0, "orientation": "horizontal", "style": "IPY_MODEL_b4fd97fad9d449549b23c672ae63a694", "value": 190 } }, "de7257f8525c4c008715acf7277bdefa": { "model_module": "@jupyter-widgets/controls", "model_name": "HTMLModel", "model_module_version": "1.5.0", "state": { "_dom_classes": [], "_model_module": "@jupyter-widgets/controls", "_model_module_version": "1.5.0", "_model_name": "HTMLModel", "_view_count": null, "_view_module": "@jupyter-widgets/controls", "_view_module_version": "1.5.0", "_view_name": "HTMLView", "description": "", "description_tooltip": null, "layout": "IPY_MODEL_6131a4d2660046e5aec6db188466abdd", "placeholder": "​", "style": "IPY_MODEL_e0c77737509044678c5355413c735f3d", "value": " 190/190 [00:00<00:00, 6.74kB/s]" } }, "5c6f9769efea45c0b2ec62f6c7ed26c9": { "model_module": "@jupyter-widgets/base", "model_name": "LayoutModel", "model_module_version": "1.2.0", "state": { "_model_module": "@jupyter-widgets/base", "_model_module_version": "1.2.0", "_model_name": "LayoutModel", "_view_count": null, "_view_module": "@jupyter-widgets/base", "_view_module_version": "1.2.0", "_view_name": "LayoutView", "align_content": null, "align_items": null, "align_self": null, "border": null, "bottom": null, "display": null, "flex": null, "flex_flow": null, "grid_area": null, "grid_auto_columns": null, "grid_auto_flow": null, "grid_auto_rows": null, "grid_column": null, "grid_gap": null, "grid_row": null, "grid_template_areas": null, "grid_template_columns": null, "grid_template_rows": null, "height": null, "justify_content": null, "justify_items": null, "left": null, "margin": null, "max_height": null, "max_width": null, "min_height": null, "min_width": null, "object_fit": null, "object_position": null, "order": null, "overflow": null, "overflow_x": null, "overflow_y": null, "padding": null, "right": null, "top": null, "visibility": null, "width": null } }, "d7990cf1a50d483fb7dcd289da1d6d34": { "model_module": "@jupyter-widgets/base", "model_name": "LayoutModel", "model_module_version": "1.2.0", "state": { "_model_module": "@jupyter-widgets/base", "_model_module_version": "1.2.0", "_model_name": "LayoutModel", "_view_count": null, "_view_module": "@jupyter-widgets/base", "_view_module_version": "1.2.0", "_view_name": "LayoutView", "align_content": null, "align_items": null, "align_self": null, "border": null, "bottom": null, "display": null, "flex": null, "flex_flow": null, "grid_area": null, "grid_auto_columns": null, "grid_auto_flow": null, "grid_auto_rows": null, "grid_column": null, "grid_gap": null, "grid_row": null, "grid_template_areas": null, "grid_template_columns": null, "grid_template_rows": null, "height": null, "justify_content": null, "justify_items": null, "left": null, "margin": null, "max_height": null, "max_width": null, "min_height": null, "min_width": null, "object_fit": null, "object_position": null, "order": null, "overflow": null, "overflow_x": null, "overflow_y": null, "padding": null, "right": null, "top": null, "visibility": null, "width": null } }, "b5aeae260cfd4846bab72ace6f75a2b2": { "model_module": "@jupyter-widgets/controls", "model_name": "DescriptionStyleModel", "model_module_version": "1.5.0", "state": { "_model_module": "@jupyter-widgets/controls", "_model_module_version": "1.5.0", "_model_name": "DescriptionStyleModel", "_view_count": null, "_view_module": "@jupyter-widgets/base", "_view_module_version": "1.2.0", "_view_name": "StyleView", "description_width": "" } }, "f3b6dcc776f24805936c4b66dd055cba": { "model_module": "@jupyter-widgets/base", "model_name": "LayoutModel", "model_module_version": "1.2.0", "state": { "_model_module": "@jupyter-widgets/base", "_model_module_version": "1.2.0", "_model_name": "LayoutModel", "_view_count": null, "_view_module": "@jupyter-widgets/base", "_view_module_version": "1.2.0", "_view_name": "LayoutView", "align_content": null, "align_items": null, "align_self": null, "border": null, "bottom": null, "display": null, "flex": null, "flex_flow": null, "grid_area": null, "grid_auto_columns": null, "grid_auto_flow": null, "grid_auto_rows": null, "grid_column": null, "grid_gap": null, "grid_row": null, "grid_template_areas": null, "grid_template_columns": null, "grid_template_rows": null, "height": null, "justify_content": null, "justify_items": null, "left": null, "margin": null, "max_height": null, "max_width": null, "min_height": null, "min_width": null, "object_fit": null, "object_position": null, "order": null, "overflow": null, "overflow_x": null, "overflow_y": null, "padding": null, "right": null, "top": null, "visibility": null, "width": null } }, "b4fd97fad9d449549b23c672ae63a694": { "model_module": "@jupyter-widgets/controls", "model_name": "ProgressStyleModel", "model_module_version": "1.5.0", "state": { "_model_module": "@jupyter-widgets/controls", "_model_module_version": "1.5.0", "_model_name": "ProgressStyleModel", "_view_count": null, "_view_module": "@jupyter-widgets/base", "_view_module_version": "1.2.0", "_view_name": "StyleView", "bar_color": null, "description_width": "" } }, "6131a4d2660046e5aec6db188466abdd": { "model_module": "@jupyter-widgets/base", "model_name": "LayoutModel", "model_module_version": "1.2.0", "state": { "_model_module": "@jupyter-widgets/base", "_model_module_version": "1.2.0", "_model_name": "LayoutModel", "_view_count": null, "_view_module": "@jupyter-widgets/base", "_view_module_version": "1.2.0", "_view_name": "LayoutView", "align_content": null, "align_items": null, "align_self": null, "border": null, "bottom": null, "display": null, "flex": null, "flex_flow": null, "grid_area": null, "grid_auto_columns": null, "grid_auto_flow": null, "grid_auto_rows": null, "grid_column": null, "grid_gap": null, "grid_row": null, "grid_template_areas": null, "grid_template_columns": null, "grid_template_rows": null, "height": null, "justify_content": null, "justify_items": null, "left": null, "margin": null, "max_height": null, "max_width": null, "min_height": null, "min_width": null, "object_fit": null, "object_position": null, "order": null, "overflow": null, "overflow_x": null, "overflow_y": null, "padding": null, "right": null, "top": null, "visibility": null, "width": null } }, "e0c77737509044678c5355413c735f3d": { "model_module": "@jupyter-widgets/controls", "model_name": "DescriptionStyleModel", "model_module_version": "1.5.0", "state": { "_model_module": "@jupyter-widgets/controls", "_model_module_version": "1.5.0", "_model_name": "DescriptionStyleModel", "_view_count": null, "_view_module": "@jupyter-widgets/base", "_view_module_version": "1.2.0", "_view_name": "StyleView", "description_width": "" } }, "d0381c73d66046f99d91f316a0de3150": { "model_module": "@jupyter-widgets/controls", "model_name": "HBoxModel", "model_module_version": "1.5.0", "state": { "_dom_classes": [], "_model_module": "@jupyter-widgets/controls", "_model_module_version": "1.5.0", "_model_name": "HBoxModel", "_view_count": null, "_view_module": "@jupyter-widgets/controls", "_view_module_version": "1.5.0", "_view_name": "HBoxView", "box_style": "", "children": [ "IPY_MODEL_fdfaab23d56e49e3926a01e9f3ce6524", "IPY_MODEL_bdb84fd6af2b4d0eb78d2367346bd517", "IPY_MODEL_caaf159d643745d5b147ace1b12b37c0" ], "layout": "IPY_MODEL_d71bd6bf67e84a959ac702b769ae8e29" } }, "fdfaab23d56e49e3926a01e9f3ce6524": { "model_module": "@jupyter-widgets/controls", "model_name": "HTMLModel", "model_module_version": "1.5.0", "state": { "_dom_classes": [], "_model_module": "@jupyter-widgets/controls", "_model_module_version": "1.5.0", "_model_name": "HTMLModel", "_view_count": null, "_view_module": "@jupyter-widgets/controls", "_view_module_version": "1.5.0", "_view_name": "HTMLView", "description": "", "description_tooltip": null, "layout": "IPY_MODEL_029b72ac7db24b18908638a39f41b3c7", "placeholder": "​", "style": "IPY_MODEL_61d2087c02f04322ad569d48455971d3", "value": "modules.json: 100%" } }, "bdb84fd6af2b4d0eb78d2367346bd517": { "model_module": "@jupyter-widgets/controls", "model_name": "FloatProgressModel", "model_module_version": "1.5.0", "state": { "_dom_classes": [], "_model_module": "@jupyter-widgets/controls", "_model_module_version": "1.5.0", "_model_name": "FloatProgressModel", "_view_count": null, "_view_module": "@jupyter-widgets/controls", "_view_module_version": "1.5.0", "_view_name": "ProgressView", "bar_style": "success", "description": "", "description_tooltip": null, "layout": "IPY_MODEL_dc6e523993b0468eb363c6d0ef5cbb3d", "max": 229, "min": 0, "orientation": "horizontal", "style": "IPY_MODEL_bd5c9b2a9ef44cd98c4ecd25dd8c8597", "value": 229 } }, "caaf159d643745d5b147ace1b12b37c0": { "model_module": "@jupyter-widgets/controls", "model_name": "HTMLModel", "model_module_version": "1.5.0", "state": { "_dom_classes": [], "_model_module": "@jupyter-widgets/controls", "_model_module_version": "1.5.0", "_model_name": "HTMLModel", "_view_count": null, "_view_module": "@jupyter-widgets/controls", "_view_module_version": "1.5.0", "_view_name": "HTMLView", "description": "", "description_tooltip": null, "layout": "IPY_MODEL_62f9dcea92604ba687dac561ee57e681", "placeholder": "​", "style": "IPY_MODEL_bcbbcde57ab74399ac19f4b7345fc15d", "value": " 229/229 [00:00<00:00, 5.52kB/s]" } }, "d71bd6bf67e84a959ac702b769ae8e29": { "model_module": "@jupyter-widgets/base", "model_name": "LayoutModel", "model_module_version": "1.2.0", "state": { "_model_module": "@jupyter-widgets/base", "_model_module_version": "1.2.0", "_model_name": "LayoutModel", "_view_count": null, "_view_module": "@jupyter-widgets/base", "_view_module_version": "1.2.0", "_view_name": "LayoutView", "align_content": null, "align_items": null, "align_self": null, "border": null, "bottom": null, "display": null, "flex": null, "flex_flow": null, "grid_area": null, "grid_auto_columns": null, "grid_auto_flow": null, "grid_auto_rows": null, "grid_column": null, "grid_gap": null, "grid_row": null, "grid_template_areas": null, "grid_template_columns": null, "grid_template_rows": null, "height": null, "justify_content": null, "justify_items": null, "left": null, "margin": null, "max_height": null, "max_width": null, "min_height": null, "min_width": null, "object_fit": null, "object_position": null, "order": null, "overflow": null, "overflow_x": null, "overflow_y": null, "padding": null, "right": null, "top": null, "visibility": null, "width": null } }, "029b72ac7db24b18908638a39f41b3c7": { "model_module": "@jupyter-widgets/base", "model_name": "LayoutModel", "model_module_version": "1.2.0", "state": { "_model_module": "@jupyter-widgets/base", "_model_module_version": "1.2.0", "_model_name": "LayoutModel", "_view_count": null, "_view_module": "@jupyter-widgets/base", "_view_module_version": "1.2.0", "_view_name": "LayoutView", "align_content": null, "align_items": null, "align_self": null, "border": null, "bottom": null, "display": null, "flex": null, "flex_flow": null, "grid_area": null, "grid_auto_columns": null, "grid_auto_flow": null, "grid_auto_rows": null, "grid_column": null, "grid_gap": null, "grid_row": null, "grid_template_areas": null, "grid_template_columns": null, "grid_template_rows": null, "height": null, "justify_content": null, "justify_items": null, "left": null, "margin": null, "max_height": null, "max_width": null, "min_height": null, "min_width": null, "object_fit": null, "object_position": null, "order": null, "overflow": null, "overflow_x": null, "overflow_y": null, "padding": null, "right": null, "top": null, "visibility": null, "width": null } }, "61d2087c02f04322ad569d48455971d3": { "model_module": "@jupyter-widgets/controls", "model_name": "DescriptionStyleModel", "model_module_version": "1.5.0", "state": { "_model_module": "@jupyter-widgets/controls", "_model_module_version": "1.5.0", "_model_name": "DescriptionStyleModel", "_view_count": null, "_view_module": "@jupyter-widgets/base", "_view_module_version": "1.2.0", "_view_name": "StyleView", "description_width": "" } }, "dc6e523993b0468eb363c6d0ef5cbb3d": { "model_module": "@jupyter-widgets/base", "model_name": "LayoutModel", "model_module_version": "1.2.0", "state": { "_model_module": "@jupyter-widgets/base", "_model_module_version": "1.2.0", "_model_name": "LayoutModel", "_view_count": null, "_view_module": "@jupyter-widgets/base", "_view_module_version": "1.2.0", "_view_name": "LayoutView", "align_content": null, "align_items": null, "align_self": null, "border": null, "bottom": null, "display": null, "flex": null, "flex_flow": null, "grid_area": null, "grid_auto_columns": null, "grid_auto_flow": null, "grid_auto_rows": null, "grid_column": null, "grid_gap": null, "grid_row": null, "grid_template_areas": null, "grid_template_columns": null, "grid_template_rows": null, "height": null, "justify_content": null, "justify_items": null, "left": null, "margin": null, "max_height": null, "max_width": null, "min_height": null, "min_width": null, "object_fit": null, "object_position": null, "order": null, "overflow": null, "overflow_x": null, "overflow_y": null, "padding": null, "right": null, "top": null, "visibility": null, "width": null } }, "bd5c9b2a9ef44cd98c4ecd25dd8c8597": { "model_module": "@jupyter-widgets/controls", "model_name": "ProgressStyleModel", "model_module_version": "1.5.0", "state": { "_model_module": "@jupyter-widgets/controls", "_model_module_version": "1.5.0", "_model_name": "ProgressStyleModel", "_view_count": null, "_view_module": "@jupyter-widgets/base", "_view_module_version": "1.2.0", "_view_name": "StyleView", "bar_color": null, "description_width": "" } }, "62f9dcea92604ba687dac561ee57e681": { "model_module": "@jupyter-widgets/base", "model_name": "LayoutModel", "model_module_version": "1.2.0", "state": { "_model_module": "@jupyter-widgets/base", "_model_module_version": "1.2.0", "_model_name": "LayoutModel", "_view_count": null, "_view_module": "@jupyter-widgets/base", "_view_module_version": "1.2.0", "_view_name": "LayoutView", "align_content": null, "align_items": null, "align_self": null, "border": null, "bottom": null, "display": null, "flex": null, "flex_flow": null, "grid_area": null, "grid_auto_columns": null, "grid_auto_flow": null, "grid_auto_rows": null, "grid_column": null, "grid_gap": null, "grid_row": null, "grid_template_areas": null, "grid_template_columns": null, "grid_template_rows": null, "height": null, "justify_content": null, "justify_items": null, "left": null, "margin": null, "max_height": null, "max_width": null, "min_height": null, "min_width": null, "object_fit": null, "object_position": null, "order": null, "overflow": null, "overflow_x": null, "overflow_y": null, "padding": null, "right": null, "top": null, "visibility": null, "width": null } }, "bcbbcde57ab74399ac19f4b7345fc15d": { "model_module": "@jupyter-widgets/controls", "model_name": "DescriptionStyleModel", "model_module_version": "1.5.0", "state": { "_model_module": "@jupyter-widgets/controls", "_model_module_version": "1.5.0", "_model_name": "DescriptionStyleModel", "_view_count": null, "_view_module": "@jupyter-widgets/base", "_view_module_version": "1.2.0", "_view_name": "StyleView", "description_width": "" } }, "9173626a2d4941a3b2106451ca3dde28": { "model_module": "@jupyter-widgets/controls", "model_name": "HBoxModel", "model_module_version": "1.5.0", "state": { "_dom_classes": [], "_model_module": "@jupyter-widgets/controls", "_model_module_version": "1.5.0", "_model_name": "HBoxModel", "_view_count": null, "_view_module": "@jupyter-widgets/controls", "_view_module_version": "1.5.0", "_view_name": "HBoxView", "box_style": "", "children": [ "IPY_MODEL_1fbf2fe9b74149bd9a46860f2cc6447a", "IPY_MODEL_b89cedfe750d466a868278bebe88ba97", "IPY_MODEL_09ee1d661324490d84ff13c94c0e73f2" ], "layout": "IPY_MODEL_5853fbd8be49468d943feac7d98b489b" } }, "1fbf2fe9b74149bd9a46860f2cc6447a": { "model_module": "@jupyter-widgets/controls", "model_name": "HTMLModel", "model_module_version": "1.5.0", "state": { "_dom_classes": [], "_model_module": "@jupyter-widgets/controls", "_model_module_version": "1.5.0", "_model_name": "HTMLModel", "_view_count": null, "_view_module": "@jupyter-widgets/controls", "_view_module_version": "1.5.0", "_view_name": "HTMLView", "description": "", "description_tooltip": null, "layout": "IPY_MODEL_e976ef7694544d47a41d18076b43163d", "placeholder": "​", "style": "IPY_MODEL_b6552c1f6aea442297c6dfced1033bc7", "value": "config_sentence_transformers.json: 100%" } }, "b89cedfe750d466a868278bebe88ba97": { "model_module": "@jupyter-widgets/controls", "model_name": "FloatProgressModel", "model_module_version": "1.5.0", "state": { "_dom_classes": [], "_model_module": "@jupyter-widgets/controls", "_model_module_version": "1.5.0", "_model_name": "FloatProgressModel", "_view_count": null, "_view_module": "@jupyter-widgets/controls", "_view_module_version": "1.5.0", "_view_name": "ProgressView", "bar_style": "success", "description": "", "description_tooltip": null, "layout": "IPY_MODEL_d1e9956963a242b69b73d6cc86b9c7b5", "max": 123, "min": 0, "orientation": "horizontal", "style": "IPY_MODEL_c47e4479fd544596907a74f833ee61f7", "value": 123 } }, "09ee1d661324490d84ff13c94c0e73f2": { "model_module": "@jupyter-widgets/controls", "model_name": "HTMLModel", "model_module_version": "1.5.0", "state": { "_dom_classes": [], "_model_module": "@jupyter-widgets/controls", "_model_module_version": "1.5.0", "_model_name": "HTMLModel", "_view_count": null, "_view_module": "@jupyter-widgets/controls", "_view_module_version": "1.5.0", "_view_name": "HTMLView", "description": "", "description_tooltip": null, "layout": "IPY_MODEL_7d68c49ab77541d6a94240ce0a4736b1", "placeholder": "​", "style": "IPY_MODEL_611feb9be4d44bc08ce71f5fb58812a4", "value": " 123/123 [00:00<00:00, 3.26kB/s]" } }, "5853fbd8be49468d943feac7d98b489b": { "model_module": "@jupyter-widgets/base", "model_name": "LayoutModel", "model_module_version": "1.2.0", "state": { "_model_module": "@jupyter-widgets/base", "_model_module_version": "1.2.0", "_model_name": "LayoutModel", "_view_count": null, "_view_module": "@jupyter-widgets/base", "_view_module_version": "1.2.0", "_view_name": "LayoutView", "align_content": null, "align_items": null, "align_self": null, "border": null, "bottom": null, "display": null, "flex": null, "flex_flow": null, "grid_area": null, "grid_auto_columns": null, "grid_auto_flow": null, "grid_auto_rows": null, "grid_column": null, "grid_gap": null, "grid_row": null, "grid_template_areas": null, "grid_template_columns": null, "grid_template_rows": null, "height": null, "justify_content": null, "justify_items": null, "left": null, "margin": null, "max_height": null, "max_width": null, "min_height": null, "min_width": null, "object_fit": null, "object_position": null, "order": null, "overflow": null, "overflow_x": null, "overflow_y": null, "padding": null, "right": null, "top": null, "visibility": null, "width": null } }, "e976ef7694544d47a41d18076b43163d": { "model_module": "@jupyter-widgets/base", "model_name": "LayoutModel", "model_module_version": "1.2.0", "state": { "_model_module": "@jupyter-widgets/base", "_model_module_version": "1.2.0", "_model_name": "LayoutModel", "_view_count": null, "_view_module": "@jupyter-widgets/base", "_view_module_version": "1.2.0", "_view_name": "LayoutView", "align_content": null, "align_items": null, "align_self": null, "border": null, "bottom": null, "display": null, "flex": null, "flex_flow": null, "grid_area": null, "grid_auto_columns": null, "grid_auto_flow": null, "grid_auto_rows": null, "grid_column": null, "grid_gap": null, "grid_row": null, "grid_template_areas": null, "grid_template_columns": null, "grid_template_rows": null, "height": null, "justify_content": null, "justify_items": null, "left": null, "margin": null, "max_height": null, "max_width": null, "min_height": null, "min_width": null, "object_fit": null, "object_position": null, "order": null, "overflow": null, "overflow_x": null, "overflow_y": null, "padding": null, "right": null, "top": null, "visibility": null, "width": null } }, "b6552c1f6aea442297c6dfced1033bc7": { "model_module": "@jupyter-widgets/controls", "model_name": "DescriptionStyleModel", "model_module_version": "1.5.0", "state": { "_model_module": "@jupyter-widgets/controls", "_model_module_version": "1.5.0", "_model_name": "DescriptionStyleModel", "_view_count": null, "_view_module": "@jupyter-widgets/base", "_view_module_version": "1.2.0", "_view_name": "StyleView", "description_width": "" } }, "d1e9956963a242b69b73d6cc86b9c7b5": { "model_module": "@jupyter-widgets/base", "model_name": "LayoutModel", "model_module_version": "1.2.0", "state": { "_model_module": "@jupyter-widgets/base", "_model_module_version": "1.2.0", "_model_name": "LayoutModel", "_view_count": null, "_view_module": "@jupyter-widgets/base", "_view_module_version": "1.2.0", "_view_name": "LayoutView", "align_content": null, "align_items": null, "align_self": null, "border": null, "bottom": null, "display": null, "flex": null, "flex_flow": null, "grid_area": null, "grid_auto_columns": null, "grid_auto_flow": null, "grid_auto_rows": null, "grid_column": null, "grid_gap": null, "grid_row": null, "grid_template_areas": null, "grid_template_columns": null, "grid_template_rows": null, "height": null, "justify_content": null, "justify_items": null, "left": null, "margin": null, "max_height": null, "max_width": null, "min_height": null, "min_width": null, "object_fit": null, "object_position": null, "order": null, "overflow": null, "overflow_x": null, "overflow_y": null, "padding": null, "right": null, "top": null, "visibility": null, "width": null } }, "c47e4479fd544596907a74f833ee61f7": { "model_module": "@jupyter-widgets/controls", "model_name": "ProgressStyleModel", "model_module_version": "1.5.0", "state": { "_model_module": "@jupyter-widgets/controls", "_model_module_version": "1.5.0", "_model_name": "ProgressStyleModel", "_view_count": null, "_view_module": "@jupyter-widgets/base", "_view_module_version": "1.2.0", "_view_name": "StyleView", "bar_color": null, "description_width": "" } }, "7d68c49ab77541d6a94240ce0a4736b1": { "model_module": "@jupyter-widgets/base", "model_name": "LayoutModel", "model_module_version": "1.2.0", "state": { "_model_module": "@jupyter-widgets/base", "_model_module_version": "1.2.0", "_model_name": "LayoutModel", "_view_count": null, "_view_module": "@jupyter-widgets/base", "_view_module_version": "1.2.0", "_view_name": "LayoutView", "align_content": null, "align_items": null, "align_self": null, "border": null, "bottom": null, "display": null, "flex": null, "flex_flow": null, "grid_area": null, "grid_auto_columns": null, "grid_auto_flow": null, "grid_auto_rows": null, "grid_column": null, "grid_gap": null, "grid_row": null, "grid_template_areas": null, "grid_template_columns": null, "grid_template_rows": null, "height": null, "justify_content": null, "justify_items": null, "left": null, "margin": null, "max_height": null, "max_width": null, "min_height": null, "min_width": null, "object_fit": null, "object_position": null, "order": null, "overflow": null, "overflow_x": null, "overflow_y": null, "padding": null, "right": null, "top": null, "visibility": null, "width": null } }, "611feb9be4d44bc08ce71f5fb58812a4": { "model_module": "@jupyter-widgets/controls", "model_name": "DescriptionStyleModel", "model_module_version": "1.5.0", "state": { "_model_module": "@jupyter-widgets/controls", "_model_module_version": "1.5.0", "_model_name": "DescriptionStyleModel", "_view_count": null, "_view_module": "@jupyter-widgets/base", "_view_module_version": "1.2.0", "_view_name": "StyleView", "description_width": "" } }, "ad10e6d1b52b4e828abdcdfcc6cbc064": { "model_module": "@jupyter-widgets/controls", "model_name": "HBoxModel", "model_module_version": "1.5.0", "state": { "_dom_classes": [], "_model_module": "@jupyter-widgets/controls", "_model_module_version": "1.5.0", "_model_name": "HBoxModel", "_view_count": null, "_view_module": "@jupyter-widgets/controls", "_view_module_version": "1.5.0", "_view_name": "HBoxView", "box_style": "", "children": [ "IPY_MODEL_936bea43021e425fb2e9b006a60eb6ef", "IPY_MODEL_f13756f38bd140248439ad16930191c6", "IPY_MODEL_22ed7b0b32994aec973d20072170eb30" ], "layout": "IPY_MODEL_4b77723a24c045a6ba361ebc9cf7a05b" } }, "936bea43021e425fb2e9b006a60eb6ef": { "model_module": "@jupyter-widgets/controls", "model_name": "HTMLModel", "model_module_version": "1.5.0", "state": { "_dom_classes": [], "_model_module": "@jupyter-widgets/controls", "_model_module_version": "1.5.0", "_model_name": "HTMLModel", "_view_count": null, "_view_module": "@jupyter-widgets/controls", "_view_module_version": "1.5.0", "_view_name": "HTMLView", "description": "", "description_tooltip": null, "layout": "IPY_MODEL_31511fa6ab414d689bf94fe6adda5bb0", "placeholder": "​", "style": "IPY_MODEL_53ab566851ee4330948d529d06beba86", "value": "README.md: " } }, "f13756f38bd140248439ad16930191c6": { "model_module": "@jupyter-widgets/controls", "model_name": "FloatProgressModel", "model_module_version": "1.5.0", "state": { "_dom_classes": [], "_model_module": "@jupyter-widgets/controls", "_model_module_version": "1.5.0", "_model_name": "FloatProgressModel", "_view_count": null, "_view_module": "@jupyter-widgets/controls", "_view_module_version": "1.5.0", "_view_name": "ProgressView", "bar_style": "success", "description": "", "description_tooltip": null, "layout": "IPY_MODEL_194a5904e60c4ef39338f05a2cd99ab2", "max": 1, "min": 0, "orientation": "horizontal", "style": "IPY_MODEL_49f934b5794c47c9ab2ff7c50dfac36f", "value": 1 } }, "22ed7b0b32994aec973d20072170eb30": { "model_module": "@jupyter-widgets/controls", "model_name": "HTMLModel", "model_module_version": "1.5.0", "state": { "_dom_classes": [], "_model_module": "@jupyter-widgets/controls", "_model_module_version": "1.5.0", "_model_name": "HTMLModel", "_view_count": null, "_view_module": "@jupyter-widgets/controls", "_view_module_version": "1.5.0", "_view_name": "HTMLView", "description": "", "description_tooltip": null, "layout": "IPY_MODEL_248629731fdc47f4ad3282dc7f81049d", "placeholder": "​", "style": "IPY_MODEL_b83cfbb1a8ba4936876c52efd16a2bfd", "value": " 6.46k/? [00:00<00:00, 132kB/s]" } }, "4b77723a24c045a6ba361ebc9cf7a05b": { "model_module": "@jupyter-widgets/base", "model_name": "LayoutModel", "model_module_version": "1.2.0", "state": { "_model_module": "@jupyter-widgets/base", "_model_module_version": "1.2.0", "_model_name": "LayoutModel", "_view_count": null, "_view_module": "@jupyter-widgets/base", "_view_module_version": "1.2.0", "_view_name": "LayoutView", "align_content": null, "align_items": null, "align_self": null, "border": null, "bottom": null, "display": null, "flex": null, "flex_flow": null, "grid_area": null, "grid_auto_columns": null, "grid_auto_flow": null, "grid_auto_rows": null, "grid_column": null, "grid_gap": null, "grid_row": null, "grid_template_areas": null, "grid_template_columns": null, "grid_template_rows": null, "height": null, "justify_content": null, "justify_items": null, "left": null, "margin": null, "max_height": null, "max_width": null, "min_height": null, "min_width": null, "object_fit": null, "object_position": null, "order": null, "overflow": null, "overflow_x": null, "overflow_y": null, "padding": null, "right": null, "top": null, "visibility": null, "width": null } }, "31511fa6ab414d689bf94fe6adda5bb0": { "model_module": "@jupyter-widgets/base", "model_name": "LayoutModel", "model_module_version": "1.2.0", "state": { "_model_module": "@jupyter-widgets/base", "_model_module_version": "1.2.0", "_model_name": "LayoutModel", "_view_count": null, "_view_module": "@jupyter-widgets/base", "_view_module_version": "1.2.0", "_view_name": "LayoutView", "align_content": null, "align_items": null, "align_self": null, "border": null, "bottom": null, "display": null, "flex": null, "flex_flow": null, "grid_area": null, "grid_auto_columns": null, "grid_auto_flow": null, "grid_auto_rows": null, "grid_column": null, "grid_gap": null, "grid_row": null, "grid_template_areas": null, "grid_template_columns": null, "grid_template_rows": null, "height": null, "justify_content": null, "justify_items": null, "left": null, "margin": null, "max_height": null, "max_width": null, "min_height": null, "min_width": null, "object_fit": null, "object_position": null, "order": null, "overflow": null, "overflow_x": null, "overflow_y": null, "padding": null, "right": null, "top": null, "visibility": null, "width": null } }, "53ab566851ee4330948d529d06beba86": { "model_module": "@jupyter-widgets/controls", "model_name": "DescriptionStyleModel", "model_module_version": "1.5.0", "state": { "_model_module": "@jupyter-widgets/controls", "_model_module_version": "1.5.0", "_model_name": "DescriptionStyleModel", "_view_count": null, "_view_module": "@jupyter-widgets/base", "_view_module_version": "1.2.0", "_view_name": "StyleView", "description_width": "" } }, "194a5904e60c4ef39338f05a2cd99ab2": { "model_module": "@jupyter-widgets/base", "model_name": "LayoutModel", "model_module_version": "1.2.0", "state": { "_model_module": "@jupyter-widgets/base", "_model_module_version": "1.2.0", "_model_name": "LayoutModel", "_view_count": null, "_view_module": "@jupyter-widgets/base", "_view_module_version": "1.2.0", "_view_name": "LayoutView", "align_content": null, "align_items": null, "align_self": null, "border": null, "bottom": null, "display": null, "flex": null, "flex_flow": null, "grid_area": null, "grid_auto_columns": null, "grid_auto_flow": null, "grid_auto_rows": null, "grid_column": null, "grid_gap": null, "grid_row": null, "grid_template_areas": null, "grid_template_columns": null, "grid_template_rows": null, "height": null, "justify_content": null, "justify_items": null, "left": null, "margin": null, "max_height": null, "max_width": null, "min_height": null, "min_width": null, "object_fit": null, "object_position": null, "order": null, "overflow": null, "overflow_x": null, "overflow_y": null, "padding": null, "right": null, "top": null, "visibility": null, "width": "20px" } }, "49f934b5794c47c9ab2ff7c50dfac36f": { "model_module": "@jupyter-widgets/controls", "model_name": "ProgressStyleModel", "model_module_version": "1.5.0", "state": { "_model_module": "@jupyter-widgets/controls", "_model_module_version": "1.5.0", "_model_name": "ProgressStyleModel", "_view_count": null, "_view_module": "@jupyter-widgets/base", "_view_module_version": "1.2.0", "_view_name": "StyleView", "bar_color": null, "description_width": "" } }, "248629731fdc47f4ad3282dc7f81049d": { "model_module": "@jupyter-widgets/base", "model_name": "LayoutModel", "model_module_version": "1.2.0", "state": { "_model_module": "@jupyter-widgets/base", "_model_module_version": "1.2.0", "_model_name": "LayoutModel", "_view_count": null, "_view_module": "@jupyter-widgets/base", "_view_module_version": "1.2.0", "_view_name": "LayoutView", "align_content": null, "align_items": null, "align_self": null, "border": null, "bottom": null, "display": null, "flex": null, "flex_flow": null, "grid_area": null, "grid_auto_columns": null, "grid_auto_flow": null, "grid_auto_rows": null, "grid_column": null, "grid_gap": null, "grid_row": null, "grid_template_areas": null, "grid_template_columns": null, "grid_template_rows": null, "height": null, "justify_content": null, "justify_items": null, "left": null, "margin": null, "max_height": null, "max_width": null, "min_height": null, "min_width": null, "object_fit": null, "object_position": null, "order": null, "overflow": null, "overflow_x": null, "overflow_y": null, "padding": null, "right": null, "top": null, "visibility": null, "width": null } }, "b83cfbb1a8ba4936876c52efd16a2bfd": { "model_module": "@jupyter-widgets/controls", "model_name": "DescriptionStyleModel", "model_module_version": "1.5.0", "state": { "_model_module": "@jupyter-widgets/controls", "_model_module_version": "1.5.0", "_model_name": "DescriptionStyleModel", "_view_count": null, "_view_module": "@jupyter-widgets/base", "_view_module_version": "1.2.0", "_view_name": "StyleView", "description_width": "" } }, "96093c53f1154fa9b9b730d2bc95d4d0": { "model_module": "@jupyter-widgets/controls", "model_name": "HBoxModel", "model_module_version": "1.5.0", "state": { "_dom_classes": [], "_model_module": "@jupyter-widgets/controls", "_model_module_version": "1.5.0", "_model_name": "HBoxModel", "_view_count": null, "_view_module": "@jupyter-widgets/controls", "_view_module_version": "1.5.0", "_view_name": "HBoxView", "box_style": "", "children": [ "IPY_MODEL_7fa88b6187764802b907494fb7f66519", "IPY_MODEL_63f5ddb3f0da40d6a87b81f24e2b640b", "IPY_MODEL_3ac88358c9ce43d282fb40ade9854bd1" ], "layout": "IPY_MODEL_82ff3842bbd546f1adc722d57f56cc80" } }, "7fa88b6187764802b907494fb7f66519": { "model_module": "@jupyter-widgets/controls", "model_name": "HTMLModel", "model_module_version": "1.5.0", "state": { "_dom_classes": [], "_model_module": "@jupyter-widgets/controls", "_model_module_version": "1.5.0", "_model_name": "HTMLModel", "_view_count": null, "_view_module": "@jupyter-widgets/controls", "_view_module_version": "1.5.0", "_view_name": "HTMLView", "description": "", "description_tooltip": null, "layout": "IPY_MODEL_9f7c54bb67094628836f388eaab502aa", "placeholder": "​", "style": "IPY_MODEL_a2e821244ac749beb23346d23ceec986", "value": "sentence_bert_config.json: 100%" } }, "63f5ddb3f0da40d6a87b81f24e2b640b": { "model_module": "@jupyter-widgets/controls", "model_name": "FloatProgressModel", "model_module_version": "1.5.0", "state": { "_dom_classes": [], "_model_module": "@jupyter-widgets/controls", "_model_module_version": "1.5.0", "_model_name": "FloatProgressModel", "_view_count": null, "_view_module": "@jupyter-widgets/controls", "_view_module_version": "1.5.0", "_view_name": "ProgressView", "bar_style": "success", "description": "", "description_tooltip": null, "layout": "IPY_MODEL_6a24b390e417440bb5e77894641c6ade", "max": 53, "min": 0, "orientation": "horizontal", "style": "IPY_MODEL_4c3b576d53474ea2aad78c132e749af1", "value": 53 } }, "3ac88358c9ce43d282fb40ade9854bd1": { "model_module": "@jupyter-widgets/controls", "model_name": "HTMLModel", "model_module_version": "1.5.0", "state": { "_dom_classes": [], "_model_module": "@jupyter-widgets/controls", "_model_module_version": "1.5.0", "_model_name": "HTMLModel", "_view_count": null, "_view_module": "@jupyter-widgets/controls", "_view_module_version": "1.5.0", "_view_name": "HTMLView", "description": "", "description_tooltip": null, "layout": "IPY_MODEL_be77ed152e54450f9ff80ed858b0893d", "placeholder": "​", "style": "IPY_MODEL_d1017508a3b04f2b8ec8f8f2e6d16a0f", "value": " 53.0/53.0 [00:00<00:00, 1.88kB/s]" } }, "82ff3842bbd546f1adc722d57f56cc80": { "model_module": "@jupyter-widgets/base", "model_name": "LayoutModel", "model_module_version": "1.2.0", "state": { "_model_module": "@jupyter-widgets/base", "_model_module_version": "1.2.0", "_model_name": "LayoutModel", "_view_count": null, "_view_module": "@jupyter-widgets/base", "_view_module_version": "1.2.0", "_view_name": "LayoutView", "align_content": null, "align_items": null, "align_self": null, "border": null, "bottom": null, "display": null, "flex": null, "flex_flow": null, "grid_area": null, "grid_auto_columns": null, "grid_auto_flow": null, "grid_auto_rows": null, "grid_column": null, "grid_gap": null, "grid_row": null, "grid_template_areas": null, "grid_template_columns": null, "grid_template_rows": null, "height": null, "justify_content": null, "justify_items": null, "left": null, "margin": null, "max_height": null, "max_width": null, "min_height": null, "min_width": null, "object_fit": null, "object_position": null, "order": null, "overflow": null, "overflow_x": null, "overflow_y": null, "padding": null, "right": null, "top": null, "visibility": null, "width": null } }, "9f7c54bb67094628836f388eaab502aa": { "model_module": "@jupyter-widgets/base", "model_name": "LayoutModel", "model_module_version": "1.2.0", "state": { "_model_module": "@jupyter-widgets/base", "_model_module_version": "1.2.0", "_model_name": "LayoutModel", "_view_count": null, "_view_module": "@jupyter-widgets/base", "_view_module_version": "1.2.0", "_view_name": "LayoutView", "align_content": null, "align_items": null, "align_self": null, "border": null, "bottom": null, "display": null, "flex": null, "flex_flow": null, "grid_area": null, "grid_auto_columns": null, "grid_auto_flow": null, "grid_auto_rows": null, "grid_column": null, "grid_gap": null, "grid_row": null, "grid_template_areas": null, "grid_template_columns": null, "grid_template_rows": null, "height": null, "justify_content": null, "justify_items": null, "left": null, "margin": null, "max_height": null, "max_width": null, "min_height": null, "min_width": null, "object_fit": null, "object_position": null, "order": null, "overflow": null, "overflow_x": null, "overflow_y": null, "padding": null, "right": null, "top": null, "visibility": null, "width": null } }, "a2e821244ac749beb23346d23ceec986": { "model_module": "@jupyter-widgets/controls", "model_name": "DescriptionStyleModel", "model_module_version": "1.5.0", "state": { "_model_module": "@jupyter-widgets/controls", "_model_module_version": "1.5.0", "_model_name": "DescriptionStyleModel", "_view_count": null, "_view_module": "@jupyter-widgets/base", "_view_module_version": "1.2.0", "_view_name": "StyleView", "description_width": "" } }, "6a24b390e417440bb5e77894641c6ade": { "model_module": "@jupyter-widgets/base", "model_name": "LayoutModel", "model_module_version": "1.2.0", "state": { "_model_module": "@jupyter-widgets/base", "_model_module_version": "1.2.0", "_model_name": "LayoutModel", "_view_count": null, "_view_module": "@jupyter-widgets/base", "_view_module_version": "1.2.0", "_view_name": "LayoutView", "align_content": null, "align_items": null, "align_self": null, "border": null, "bottom": null, "display": null, "flex": null, "flex_flow": null, "grid_area": null, "grid_auto_columns": null, "grid_auto_flow": null, "grid_auto_rows": null, "grid_column": null, "grid_gap": null, "grid_row": null, "grid_template_areas": null, "grid_template_columns": null, "grid_template_rows": null, "height": null, "justify_content": null, "justify_items": null, "left": null, "margin": null, "max_height": null, "max_width": null, "min_height": null, "min_width": null, "object_fit": null, "object_position": null, "order": null, "overflow": null, "overflow_x": null, "overflow_y": null, "padding": null, "right": null, "top": null, "visibility": null, "width": null } }, "4c3b576d53474ea2aad78c132e749af1": { "model_module": "@jupyter-widgets/controls", "model_name": "ProgressStyleModel", "model_module_version": "1.5.0", "state": { "_model_module": "@jupyter-widgets/controls", "_model_module_version": "1.5.0", "_model_name": "ProgressStyleModel", "_view_count": null, "_view_module": "@jupyter-widgets/base", "_view_module_version": "1.2.0", "_view_name": "StyleView", "bar_color": null, "description_width": "" } }, "be77ed152e54450f9ff80ed858b0893d": { "model_module": "@jupyter-widgets/base", "model_name": "LayoutModel", "model_module_version": "1.2.0", "state": { "_model_module": "@jupyter-widgets/base", "_model_module_version": "1.2.0", "_model_name": "LayoutModel", "_view_count": null, "_view_module": "@jupyter-widgets/base", "_view_module_version": "1.2.0", "_view_name": "LayoutView", "align_content": null, "align_items": null, "align_self": null, "border": null, "bottom": null, "display": null, "flex": null, "flex_flow": null, "grid_area": null, "grid_auto_columns": null, "grid_auto_flow": null, "grid_auto_rows": null, "grid_column": null, "grid_gap": null, "grid_row": null, "grid_template_areas": null, "grid_template_columns": null, "grid_template_rows": null, "height": null, "justify_content": null, "justify_items": null, "left": null, "margin": null, "max_height": null, "max_width": null, "min_height": null, "min_width": null, "object_fit": null, "object_position": null, "order": null, "overflow": null, "overflow_x": null, "overflow_y": null, "padding": null, "right": null, "top": null, "visibility": null, "width": null } }, "d1017508a3b04f2b8ec8f8f2e6d16a0f": { "model_module": "@jupyter-widgets/controls", "model_name": "DescriptionStyleModel", "model_module_version": "1.5.0", "state": { "_model_module": "@jupyter-widgets/controls", "_model_module_version": "1.5.0", "_model_name": "DescriptionStyleModel", "_view_count": null, "_view_module": "@jupyter-widgets/base", "_view_module_version": "1.2.0", "_view_name": "StyleView", "description_width": "" } }, "114c32a1aa2a47d3a19524634170ee11": { "model_module": "@jupyter-widgets/controls", "model_name": "HBoxModel", "model_module_version": "1.5.0", "state": { "_dom_classes": [], "_model_module": "@jupyter-widgets/controls", "_model_module_version": "1.5.0", "_model_name": "HBoxModel", "_view_count": null, "_view_module": "@jupyter-widgets/controls", "_view_module_version": "1.5.0", "_view_name": "HBoxView", "box_style": "", "children": [ "IPY_MODEL_5fa83df036e342798a75adbaee9c7e71", "IPY_MODEL_45b99c2ac2034ed591cb4c162ec739e5", "IPY_MODEL_0623edf98a4d47b290e2982f449f4c24" ], "layout": "IPY_MODEL_85cf3e79c385449a98c242fc00e3c0a5" } }, "5fa83df036e342798a75adbaee9c7e71": { "model_module": "@jupyter-widgets/controls", "model_name": "HTMLModel", "model_module_version": "1.5.0", "state": { "_dom_classes": [], "_model_module": "@jupyter-widgets/controls", "_model_module_version": "1.5.0", "_model_name": "HTMLModel", "_view_count": null, "_view_module": "@jupyter-widgets/controls", "_view_module_version": "1.5.0", "_view_name": "HTMLView", "description": "", "description_tooltip": null, "layout": "IPY_MODEL_cbc4119cbe0d4d399cde214129176894", "placeholder": "​", "style": "IPY_MODEL_bc0e62afa9d14b1f86ce828b4b086b0f", "value": "config.json: 100%" } }, "45b99c2ac2034ed591cb4c162ec739e5": { "model_module": "@jupyter-widgets/controls", "model_name": "FloatProgressModel", "model_module_version": "1.5.0", "state": { "_dom_classes": [], "_model_module": "@jupyter-widgets/controls", "_model_module_version": "1.5.0", "_model_name": "FloatProgressModel", "_view_count": null, "_view_module": "@jupyter-widgets/controls", "_view_module_version": "1.5.0", "_view_name": "ProgressView", "bar_style": "success", "description": "", "description_tooltip": null, "layout": "IPY_MODEL_19e3e6910fd84b258ee69bcc8f45a716", "max": 777, "min": 0, "orientation": "horizontal", "style": "IPY_MODEL_f6a05ea967654f248ee3b82c9033cc84", "value": 777 } }, "0623edf98a4d47b290e2982f449f4c24": { "model_module": "@jupyter-widgets/controls", "model_name": "HTMLModel", "model_module_version": "1.5.0", "state": { "_dom_classes": [], "_model_module": "@jupyter-widgets/controls", "_model_module_version": "1.5.0", "_model_name": "HTMLModel", "_view_count": null, "_view_module": "@jupyter-widgets/controls", "_view_module_version": "1.5.0", "_view_name": "HTMLView", "description": "", "description_tooltip": null, "layout": "IPY_MODEL_5c46967d1e6b47aca69cc62c55ed0226", "placeholder": "​", "style": "IPY_MODEL_6ff82421408d4d3b8380c960ee524f21", "value": " 777/777 [00:00<00:00, 19.7kB/s]" } }, "85cf3e79c385449a98c242fc00e3c0a5": { "model_module": "@jupyter-widgets/base", "model_name": "LayoutModel", "model_module_version": "1.2.0", "state": { "_model_module": "@jupyter-widgets/base", "_model_module_version": "1.2.0", "_model_name": "LayoutModel", "_view_count": null, "_view_module": "@jupyter-widgets/base", "_view_module_version": "1.2.0", "_view_name": "LayoutView", "align_content": null, "align_items": null, "align_self": null, "border": null, "bottom": null, "display": null, "flex": null, "flex_flow": null, "grid_area": null, "grid_auto_columns": null, "grid_auto_flow": null, "grid_auto_rows": null, "grid_column": null, "grid_gap": null, "grid_row": null, "grid_template_areas": null, "grid_template_columns": null, "grid_template_rows": null, "height": null, "justify_content": null, "justify_items": null, "left": null, "margin": null, "max_height": null, "max_width": null, "min_height": null, "min_width": null, "object_fit": null, "object_position": null, "order": null, "overflow": null, "overflow_x": null, "overflow_y": null, "padding": null, "right": null, "top": null, "visibility": null, "width": null } }, "cbc4119cbe0d4d399cde214129176894": { "model_module": "@jupyter-widgets/base", "model_name": "LayoutModel", "model_module_version": "1.2.0", "state": { "_model_module": "@jupyter-widgets/base", "_model_module_version": "1.2.0", "_model_name": "LayoutModel", "_view_count": null, "_view_module": "@jupyter-widgets/base", "_view_module_version": "1.2.0", "_view_name": "LayoutView", "align_content": null, "align_items": null, "align_self": null, "border": null, "bottom": null, "display": null, "flex": null, "flex_flow": null, "grid_area": null, "grid_auto_columns": null, "grid_auto_flow": null, "grid_auto_rows": null, "grid_column": null, "grid_gap": null, "grid_row": null, "grid_template_areas": null, "grid_template_columns": null, "grid_template_rows": null, "height": null, "justify_content": null, "justify_items": null, "left": null, "margin": null, "max_height": null, "max_width": null, "min_height": null, "min_width": null, "object_fit": null, "object_position": null, "order": null, "overflow": null, "overflow_x": null, "overflow_y": null, "padding": null, "right": null, "top": null, "visibility": null, "width": null } }, "bc0e62afa9d14b1f86ce828b4b086b0f": { "model_module": "@jupyter-widgets/controls", "model_name": "DescriptionStyleModel", "model_module_version": "1.5.0", "state": { "_model_module": "@jupyter-widgets/controls", "_model_module_version": "1.5.0", "_model_name": "DescriptionStyleModel", "_view_count": null, "_view_module": "@jupyter-widgets/base", "_view_module_version": "1.2.0", "_view_name": "StyleView", "description_width": "" } }, "19e3e6910fd84b258ee69bcc8f45a716": { "model_module": "@jupyter-widgets/base", "model_name": "LayoutModel", "model_module_version": "1.2.0", "state": { "_model_module": "@jupyter-widgets/base", "_model_module_version": "1.2.0", "_model_name": "LayoutModel", "_view_count": null, "_view_module": "@jupyter-widgets/base", "_view_module_version": "1.2.0", "_view_name": "LayoutView", "align_content": null, "align_items": null, "align_self": null, "border": null, "bottom": null, "display": null, "flex": null, "flex_flow": null, "grid_area": null, "grid_auto_columns": null, "grid_auto_flow": null, "grid_auto_rows": null, "grid_column": null, "grid_gap": null, "grid_row": null, "grid_template_areas": null, "grid_template_columns": null, "grid_template_rows": null, "height": null, "justify_content": null, "justify_items": null, "left": null, "margin": null, "max_height": null, "max_width": null, "min_height": null, "min_width": null, "object_fit": null, "object_position": null, "order": null, "overflow": null, "overflow_x": null, "overflow_y": null, "padding": null, "right": null, "top": null, "visibility": null, "width": null } }, "f6a05ea967654f248ee3b82c9033cc84": { "model_module": "@jupyter-widgets/controls", "model_name": "ProgressStyleModel", "model_module_version": "1.5.0", "state": { "_model_module": "@jupyter-widgets/controls", "_model_module_version": "1.5.0", "_model_name": "ProgressStyleModel", "_view_count": null, "_view_module": "@jupyter-widgets/base", "_view_module_version": "1.2.0", "_view_name": "StyleView", "bar_color": null, "description_width": "" } }, "5c46967d1e6b47aca69cc62c55ed0226": { "model_module": "@jupyter-widgets/base", "model_name": "LayoutModel", "model_module_version": "1.2.0", "state": { "_model_module": "@jupyter-widgets/base", "_model_module_version": "1.2.0", "_model_name": "LayoutModel", "_view_count": null, "_view_module": "@jupyter-widgets/base", "_view_module_version": "1.2.0", "_view_name": "LayoutView", "align_content": null, "align_items": null, "align_self": null, "border": null, "bottom": null, "display": null, "flex": null, "flex_flow": null, "grid_area": null, "grid_auto_columns": null, "grid_auto_flow": null, "grid_auto_rows": null, "grid_column": null, "grid_gap": null, "grid_row": null, "grid_template_areas": null, "grid_template_columns": null, "grid_template_rows": null, "height": null, "justify_content": null, "justify_items": null, "left": null, "margin": null, "max_height": null, "max_width": null, "min_height": null, "min_width": null, "object_fit": null, "object_position": null, "order": null, "overflow": null, "overflow_x": null, "overflow_y": null, "padding": null, "right": null, "top": null, "visibility": null, "width": null } }, "6ff82421408d4d3b8380c960ee524f21": { "model_module": "@jupyter-widgets/controls", "model_name": "DescriptionStyleModel", "model_module_version": "1.5.0", "state": { "_model_module": "@jupyter-widgets/controls", "_model_module_version": "1.5.0", "_model_name": "DescriptionStyleModel", "_view_count": null, "_view_module": "@jupyter-widgets/base", "_view_module_version": "1.2.0", "_view_name": "StyleView", "description_width": "" } }, "52486a3e57e046bc8f07c84ede67e8e2": { "model_module": "@jupyter-widgets/controls", "model_name": "HBoxModel", "model_module_version": "1.5.0", "state": { "_dom_classes": [], "_model_module": "@jupyter-widgets/controls", "_model_module_version": "1.5.0", "_model_name": "HBoxModel", "_view_count": null, "_view_module": "@jupyter-widgets/controls", "_view_module_version": "1.5.0", "_view_name": "HBoxView", "box_style": "", "children": [ "IPY_MODEL_db8abcfc01514e1e8d5fbe231a446f30", "IPY_MODEL_32c5719cb00b44fca98dd30c920ead5c", "IPY_MODEL_baad00bc778044f9b265621be7c8ce5e" ], "layout": "IPY_MODEL_0947c953adc145b1ac01a5afb660bf35" } }, "db8abcfc01514e1e8d5fbe231a446f30": { "model_module": "@jupyter-widgets/controls", "model_name": "HTMLModel", "model_module_version": "1.5.0", "state": { "_dom_classes": [], "_model_module": "@jupyter-widgets/controls", "_model_module_version": "1.5.0", "_model_name": "HTMLModel", "_view_count": null, "_view_module": "@jupyter-widgets/controls", "_view_module_version": "1.5.0", "_view_name": "HTMLView", "description": "", "description_tooltip": null, "layout": "IPY_MODEL_99164ea1325f4690a77a23705ae5412f", "placeholder": "​", "style": "IPY_MODEL_578e52d0dbed449dae006dbc4943fd3f", "value": "model.safetensors: 100%" } }, "32c5719cb00b44fca98dd30c920ead5c": { "model_module": "@jupyter-widgets/controls", "model_name": "FloatProgressModel", "model_module_version": "1.5.0", "state": { "_dom_classes": [], "_model_module": "@jupyter-widgets/controls", "_model_module_version": "1.5.0", "_model_name": "FloatProgressModel", "_view_count": null, "_view_module": "@jupyter-widgets/controls", "_view_module_version": "1.5.0", "_view_name": "ProgressView", "bar_style": "success", "description": "", "description_tooltip": null, "layout": "IPY_MODEL_79ce5e4a2bc645ea9b15f1a6f1afea89", "max": 540015464, "min": 0, "orientation": "horizontal", "style": "IPY_MODEL_2f407eafd96a4883a5df8633ad9e5f8b", "value": 540015464 } }, "baad00bc778044f9b265621be7c8ce5e": { "model_module": "@jupyter-widgets/controls", "model_name": "HTMLModel", "model_module_version": "1.5.0", "state": { "_dom_classes": [], "_model_module": "@jupyter-widgets/controls", "_model_module_version": "1.5.0", "_model_name": "HTMLModel", "_view_count": null, "_view_module": "@jupyter-widgets/controls", "_view_module_version": "1.5.0", "_view_name": "HTMLView", "description": "", "description_tooltip": null, "layout": "IPY_MODEL_7b03282d0e0142dab804f2970c670553", "placeholder": "​", "style": "IPY_MODEL_0c597b3ac8d04ed0bfb49d7f10e69865", "value": " 540M/540M [00:09<00:00, 89.8MB/s]" } }, "0947c953adc145b1ac01a5afb660bf35": { "model_module": "@jupyter-widgets/base", "model_name": "LayoutModel", "model_module_version": "1.2.0", "state": { "_model_module": "@jupyter-widgets/base", "_model_module_version": "1.2.0", "_model_name": "LayoutModel", "_view_count": null, "_view_module": "@jupyter-widgets/base", "_view_module_version": "1.2.0", "_view_name": "LayoutView", "align_content": null, "align_items": null, "align_self": null, "border": null, "bottom": null, "display": null, "flex": null, "flex_flow": null, "grid_area": null, "grid_auto_columns": null, "grid_auto_flow": null, "grid_auto_rows": null, "grid_column": null, "grid_gap": null, "grid_row": null, "grid_template_areas": null, "grid_template_columns": null, "grid_template_rows": null, "height": null, "justify_content": null, "justify_items": null, "left": null, "margin": null, "max_height": null, "max_width": null, "min_height": null, "min_width": null, "object_fit": null, "object_position": null, "order": null, "overflow": null, "overflow_x": null, "overflow_y": null, "padding": null, "right": null, "top": null, "visibility": null, "width": null } }, "99164ea1325f4690a77a23705ae5412f": { "model_module": "@jupyter-widgets/base", "model_name": "LayoutModel", "model_module_version": "1.2.0", "state": { "_model_module": "@jupyter-widgets/base", "_model_module_version": "1.2.0", "_model_name": "LayoutModel", "_view_count": null, "_view_module": "@jupyter-widgets/base", "_view_module_version": "1.2.0", "_view_name": "LayoutView", "align_content": null, "align_items": null, "align_self": null, "border": null, "bottom": null, "display": null, "flex": null, "flex_flow": null, "grid_area": null, "grid_auto_columns": null, "grid_auto_flow": null, "grid_auto_rows": null, "grid_column": null, "grid_gap": null, "grid_row": null, "grid_template_areas": null, "grid_template_columns": null, "grid_template_rows": null, "height": null, "justify_content": null, "justify_items": null, "left": null, "margin": null, "max_height": null, "max_width": null, "min_height": null, "min_width": null, "object_fit": null, "object_position": null, "order": null, "overflow": null, "overflow_x": null, "overflow_y": null, "padding": null, "right": null, "top": null, "visibility": null, "width": null } }, "578e52d0dbed449dae006dbc4943fd3f": { "model_module": "@jupyter-widgets/controls", "model_name": "DescriptionStyleModel", "model_module_version": "1.5.0", "state": { "_model_module": "@jupyter-widgets/controls", "_model_module_version": "1.5.0", "_model_name": "DescriptionStyleModel", "_view_count": null, "_view_module": "@jupyter-widgets/base", "_view_module_version": "1.2.0", "_view_name": "StyleView", "description_width": "" } }, "79ce5e4a2bc645ea9b15f1a6f1afea89": { "model_module": "@jupyter-widgets/base", "model_name": "LayoutModel", "model_module_version": "1.2.0", "state": { "_model_module": "@jupyter-widgets/base", "_model_module_version": "1.2.0", "_model_name": "LayoutModel", "_view_count": null, "_view_module": "@jupyter-widgets/base", "_view_module_version": "1.2.0", "_view_name": "LayoutView", "align_content": null, "align_items": null, "align_self": null, "border": null, "bottom": null, "display": null, "flex": null, "flex_flow": null, "grid_area": null, "grid_auto_columns": null, "grid_auto_flow": null, "grid_auto_rows": null, "grid_column": null, "grid_gap": null, "grid_row": null, "grid_template_areas": null, "grid_template_columns": null, "grid_template_rows": null, "height": null, "justify_content": null, "justify_items": null, "left": null, "margin": null, "max_height": null, "max_width": null, "min_height": null, "min_width": null, "object_fit": null, "object_position": null, "order": null, "overflow": null, "overflow_x": null, "overflow_y": null, "padding": null, "right": null, "top": null, "visibility": null, "width": null } }, "2f407eafd96a4883a5df8633ad9e5f8b": { "model_module": "@jupyter-widgets/controls", "model_name": "ProgressStyleModel", "model_module_version": "1.5.0", "state": { "_model_module": "@jupyter-widgets/controls", "_model_module_version": "1.5.0", "_model_name": "ProgressStyleModel", "_view_count": null, "_view_module": "@jupyter-widgets/base", "_view_module_version": "1.2.0", "_view_name": "StyleView", "bar_color": null, "description_width": "" } }, "7b03282d0e0142dab804f2970c670553": { "model_module": "@jupyter-widgets/base", "model_name": "LayoutModel", "model_module_version": "1.2.0", "state": { "_model_module": "@jupyter-widgets/base", "_model_module_version": "1.2.0", "_model_name": "LayoutModel", "_view_count": null, "_view_module": "@jupyter-widgets/base", "_view_module_version": "1.2.0", "_view_name": "LayoutView", "align_content": null, "align_items": null, "align_self": null, "border": null, "bottom": null, "display": null, "flex": null, "flex_flow": null, "grid_area": null, "grid_auto_columns": null, "grid_auto_flow": null, "grid_auto_rows": null, "grid_column": null, "grid_gap": null, "grid_row": null, "grid_template_areas": null, "grid_template_columns": null, "grid_template_rows": null, "height": null, "justify_content": null, "justify_items": null, "left": null, "margin": null, "max_height": null, "max_width": null, "min_height": null, "min_width": null, "object_fit": null, "object_position": null, "order": null, "overflow": null, "overflow_x": null, "overflow_y": null, "padding": null, "right": null, "top": null, "visibility": null, "width": null } }, "0c597b3ac8d04ed0bfb49d7f10e69865": { "model_module": "@jupyter-widgets/controls", "model_name": "DescriptionStyleModel", "model_module_version": "1.5.0", "state": { "_model_module": "@jupyter-widgets/controls", "_model_module_version": "1.5.0", "_model_name": "DescriptionStyleModel", "_view_count": null, "_view_module": "@jupyter-widgets/base", "_view_module_version": "1.2.0", "_view_name": "StyleView", "description_width": "" } }, "a308d659b32442df835618e04ed692ca": { "model_module": "@jupyter-widgets/controls", "model_name": "HBoxModel", "model_module_version": "1.5.0", "state": { "_dom_classes": [], "_model_module": "@jupyter-widgets/controls", "_model_module_version": "1.5.0", "_model_name": "HBoxModel", "_view_count": null, "_view_module": "@jupyter-widgets/controls", "_view_module_version": "1.5.0", "_view_name": "HBoxView", "box_style": "", "children": [ "IPY_MODEL_24ea591c43754edcbc0ce1bcb07a4ebe", "IPY_MODEL_fa53498dd98f41e2881e062ab2fcaf63", "IPY_MODEL_1dfe87f73ad7467ca7e7c243e1f78a07" ], "layout": "IPY_MODEL_19159ac758e04748834946bf8646547f" } }, "24ea591c43754edcbc0ce1bcb07a4ebe": { "model_module": "@jupyter-widgets/controls", "model_name": "HTMLModel", "model_module_version": "1.5.0", "state": { "_dom_classes": [], "_model_module": "@jupyter-widgets/controls", "_model_module_version": "1.5.0", "_model_name": "HTMLModel", "_view_count": null, "_view_module": "@jupyter-widgets/controls", "_view_module_version": "1.5.0", "_view_name": "HTMLView", "description": "", "description_tooltip": null, "layout": "IPY_MODEL_902f006b5c3545dd8f0bbc97c9dcd5e0", "placeholder": "​", "style": "IPY_MODEL_2b27ebc01c7d457e8dad6db8c45f87f3", "value": "tokenizer_config.json: " } }, "fa53498dd98f41e2881e062ab2fcaf63": { "model_module": "@jupyter-widgets/controls", "model_name": "FloatProgressModel", "model_module_version": "1.5.0", "state": { "_dom_classes": [], "_model_module": "@jupyter-widgets/controls", "_model_module_version": "1.5.0", "_model_name": "FloatProgressModel", "_view_count": null, "_view_module": "@jupyter-widgets/controls", "_view_module_version": "1.5.0", "_view_name": "ProgressView", "bar_style": "success", "description": "", "description_tooltip": null, "layout": "IPY_MODEL_ab781bc6c7bd4c948a8b8584e5e38192", "max": 1, "min": 0, "orientation": "horizontal", "style": "IPY_MODEL_d2a09f7fee9646bdaa9de4f9efd7a600", "value": 1 } }, "1dfe87f73ad7467ca7e7c243e1f78a07": { "model_module": "@jupyter-widgets/controls", "model_name": "HTMLModel", "model_module_version": "1.5.0", "state": { "_dom_classes": [], "_model_module": "@jupyter-widgets/controls", "_model_module_version": "1.5.0", "_model_name": "HTMLModel", "_view_count": null, "_view_module": "@jupyter-widgets/controls", "_view_module_version": "1.5.0", "_view_name": "HTMLView", "description": "", "description_tooltip": null, "layout": "IPY_MODEL_7c26d273e1c14308b7c834470c9814fd", "placeholder": "​", "style": "IPY_MODEL_599e29b477dc4ac48615eab74296e607", "value": " 1.17k/? [00:00<00:00, 56.6kB/s]" } }, "19159ac758e04748834946bf8646547f": { "model_module": "@jupyter-widgets/base", "model_name": "LayoutModel", "model_module_version": "1.2.0", "state": { "_model_module": "@jupyter-widgets/base", "_model_module_version": "1.2.0", "_model_name": "LayoutModel", "_view_count": null, "_view_module": "@jupyter-widgets/base", "_view_module_version": "1.2.0", "_view_name": "LayoutView", "align_content": null, "align_items": null, "align_self": null, "border": null, "bottom": null, "display": null, "flex": null, "flex_flow": null, "grid_area": null, "grid_auto_columns": null, "grid_auto_flow": null, "grid_auto_rows": null, "grid_column": null, "grid_gap": null, "grid_row": null, "grid_template_areas": null, "grid_template_columns": null, "grid_template_rows": null, "height": null, "justify_content": null, "justify_items": null, "left": null, "margin": null, "max_height": null, "max_width": null, "min_height": null, "min_width": null, "object_fit": null, "object_position": null, "order": null, "overflow": null, "overflow_x": null, "overflow_y": null, "padding": null, "right": null, "top": null, "visibility": null, "width": null } }, "902f006b5c3545dd8f0bbc97c9dcd5e0": { "model_module": "@jupyter-widgets/base", "model_name": "LayoutModel", "model_module_version": "1.2.0", "state": { "_model_module": "@jupyter-widgets/base", "_model_module_version": "1.2.0", "_model_name": "LayoutModel", "_view_count": null, "_view_module": "@jupyter-widgets/base", "_view_module_version": "1.2.0", "_view_name": "LayoutView", "align_content": null, "align_items": null, "align_self": null, "border": null, "bottom": null, "display": null, "flex": null, "flex_flow": null, "grid_area": null, "grid_auto_columns": null, "grid_auto_flow": null, "grid_auto_rows": null, "grid_column": null, "grid_gap": null, "grid_row": null, "grid_template_areas": null, "grid_template_columns": null, "grid_template_rows": null, "height": null, "justify_content": null, "justify_items": null, "left": null, "margin": null, "max_height": null, "max_width": null, "min_height": null, "min_width": null, "object_fit": null, "object_position": null, "order": null, "overflow": null, "overflow_x": null, "overflow_y": null, "padding": null, "right": null, "top": null, "visibility": null, "width": null } }, "2b27ebc01c7d457e8dad6db8c45f87f3": { "model_module": "@jupyter-widgets/controls", "model_name": "DescriptionStyleModel", "model_module_version": "1.5.0", "state": { "_model_module": "@jupyter-widgets/controls", "_model_module_version": "1.5.0", "_model_name": "DescriptionStyleModel", "_view_count": null, "_view_module": "@jupyter-widgets/base", "_view_module_version": "1.2.0", "_view_name": "StyleView", "description_width": "" } }, "ab781bc6c7bd4c948a8b8584e5e38192": { "model_module": "@jupyter-widgets/base", "model_name": "LayoutModel", "model_module_version": "1.2.0", "state": { "_model_module": "@jupyter-widgets/base", "_model_module_version": "1.2.0", "_model_name": "LayoutModel", "_view_count": null, "_view_module": "@jupyter-widgets/base", "_view_module_version": "1.2.0", "_view_name": "LayoutView", "align_content": null, "align_items": null, "align_self": null, "border": null, "bottom": null, "display": null, "flex": null, "flex_flow": null, "grid_area": null, "grid_auto_columns": null, "grid_auto_flow": null, "grid_auto_rows": null, "grid_column": null, "grid_gap": null, "grid_row": null, "grid_template_areas": null, "grid_template_columns": null, "grid_template_rows": null, "height": null, "justify_content": null, "justify_items": null, "left": null, "margin": null, "max_height": null, "max_width": null, "min_height": null, "min_width": null, "object_fit": null, "object_position": null, "order": null, "overflow": null, "overflow_x": null, "overflow_y": null, "padding": null, "right": null, "top": null, "visibility": null, "width": "20px" } }, "d2a09f7fee9646bdaa9de4f9efd7a600": { "model_module": "@jupyter-widgets/controls", "model_name": "ProgressStyleModel", "model_module_version": "1.5.0", "state": { "_model_module": "@jupyter-widgets/controls", "_model_module_version": "1.5.0", "_model_name": "ProgressStyleModel", "_view_count": null, "_view_module": "@jupyter-widgets/base", "_view_module_version": "1.2.0", "_view_name": "StyleView", "bar_color": null, "description_width": "" } }, "7c26d273e1c14308b7c834470c9814fd": { "model_module": "@jupyter-widgets/base", "model_name": "LayoutModel", "model_module_version": "1.2.0", "state": { "_model_module": "@jupyter-widgets/base", "_model_module_version": "1.2.0", "_model_name": "LayoutModel", "_view_count": null, "_view_module": "@jupyter-widgets/base", "_view_module_version": "1.2.0", "_view_name": "LayoutView", "align_content": null, "align_items": null, "align_self": null, "border": null, "bottom": null, "display": null, "flex": null, "flex_flow": null, "grid_area": null, "grid_auto_columns": null, "grid_auto_flow": null, "grid_auto_rows": null, "grid_column": null, "grid_gap": null, "grid_row": null, "grid_template_areas": null, "grid_template_columns": null, "grid_template_rows": null, "height": null, "justify_content": null, "justify_items": null, "left": null, "margin": null, "max_height": null, "max_width": null, "min_height": null, "min_width": null, "object_fit": null, "object_position": null, "order": null, "overflow": null, "overflow_x": null, "overflow_y": null, "padding": null, "right": null, "top": null, "visibility": null, "width": null } }, "599e29b477dc4ac48615eab74296e607": { "model_module": "@jupyter-widgets/controls", "model_name": "DescriptionStyleModel", "model_module_version": "1.5.0", "state": { "_model_module": "@jupyter-widgets/controls", "_model_module_version": "1.5.0", "_model_name": "DescriptionStyleModel", "_view_count": null, "_view_module": "@jupyter-widgets/base", "_view_module_version": "1.2.0", "_view_name": "StyleView", "description_width": "" } }, "5a69fc6f26b9409ab076be5f554a7ac1": { "model_module": "@jupyter-widgets/controls", "model_name": "HBoxModel", "model_module_version": "1.5.0", "state": { "_dom_classes": [], "_model_module": "@jupyter-widgets/controls", "_model_module_version": "1.5.0", "_model_name": "HBoxModel", "_view_count": null, "_view_module": "@jupyter-widgets/controls", "_view_module_version": "1.5.0", "_view_name": "HBoxView", "box_style": "", "children": [ "IPY_MODEL_4fdc1b78e3a4465d926fd8a4beed70e1", "IPY_MODEL_2bcb8df2545a458db36b09df4209fae7", "IPY_MODEL_197f073341f84b699609c078b117ffec" ], "layout": "IPY_MODEL_680155e754c54a07a91908af5b20e444" } }, "4fdc1b78e3a4465d926fd8a4beed70e1": { "model_module": "@jupyter-widgets/controls", "model_name": "HTMLModel", "model_module_version": "1.5.0", "state": { "_dom_classes": [], "_model_module": "@jupyter-widgets/controls", "_model_module_version": "1.5.0", "_model_name": "HTMLModel", "_view_count": null, "_view_module": "@jupyter-widgets/controls", "_view_module_version": "1.5.0", "_view_name": "HTMLView", "description": "", "description_tooltip": null, "layout": "IPY_MODEL_ab9949ed7e614dc0a3dc6b1dcc0b1dbf", "placeholder": "​", "style": "IPY_MODEL_34899994f7b041548d1ecaacff592fab", "value": "vocab.txt: " } }, "2bcb8df2545a458db36b09df4209fae7": { "model_module": "@jupyter-widgets/controls", "model_name": "FloatProgressModel", "model_module_version": "1.5.0", "state": { "_dom_classes": [], "_model_module": "@jupyter-widgets/controls", "_model_module_version": "1.5.0", "_model_name": "FloatProgressModel", "_view_count": null, "_view_module": "@jupyter-widgets/controls", "_view_module_version": "1.5.0", "_view_name": "ProgressView", "bar_style": "success", "description": "", "description_tooltip": null, "layout": "IPY_MODEL_8b536602d49f4f1b9ccfd6caa547cb46", "max": 1, "min": 0, "orientation": "horizontal", "style": "IPY_MODEL_ee6e9ddb4d364f10b368620f0e252f8e", "value": 1 } }, "197f073341f84b699609c078b117ffec": { "model_module": "@jupyter-widgets/controls", "model_name": "HTMLModel", "model_module_version": "1.5.0", "state": { "_dom_classes": [], "_model_module": "@jupyter-widgets/controls", "_model_module_version": "1.5.0", "_model_name": "HTMLModel", "_view_count": null, "_view_module": "@jupyter-widgets/controls", "_view_module_version": "1.5.0", "_view_name": "HTMLView", "description": "", "description_tooltip": null, "layout": "IPY_MODEL_7248e86faa80491da72471ddf5bcd95a", "placeholder": "​", "style": "IPY_MODEL_c57c43ac67294ba8a954b1612f7e20e0", "value": " 895k/? [00:00<00:00, 17.2MB/s]" } }, "680155e754c54a07a91908af5b20e444": { "model_module": "@jupyter-widgets/base", "model_name": "LayoutModel", "model_module_version": "1.2.0", "state": { "_model_module": "@jupyter-widgets/base", "_model_module_version": "1.2.0", "_model_name": "LayoutModel", "_view_count": null, "_view_module": "@jupyter-widgets/base", "_view_module_version": "1.2.0", "_view_name": "LayoutView", "align_content": null, "align_items": null, "align_self": null, "border": null, "bottom": null, "display": null, "flex": null, "flex_flow": null, "grid_area": null, "grid_auto_columns": null, "grid_auto_flow": null, "grid_auto_rows": null, "grid_column": null, "grid_gap": null, "grid_row": null, "grid_template_areas": null, "grid_template_columns": null, "grid_template_rows": null, "height": null, "justify_content": null, "justify_items": null, "left": null, "margin": null, "max_height": null, "max_width": null, "min_height": null, "min_width": null, "object_fit": null, "object_position": null, "order": null, "overflow": null, "overflow_x": null, "overflow_y": null, "padding": null, "right": null, "top": null, "visibility": null, "width": null } }, "ab9949ed7e614dc0a3dc6b1dcc0b1dbf": { "model_module": "@jupyter-widgets/base", "model_name": "LayoutModel", "model_module_version": "1.2.0", "state": { "_model_module": "@jupyter-widgets/base", "_model_module_version": "1.2.0", "_model_name": "LayoutModel", "_view_count": null, "_view_module": "@jupyter-widgets/base", "_view_module_version": "1.2.0", "_view_name": "LayoutView", "align_content": null, "align_items": null, "align_self": null, "border": null, "bottom": null, "display": null, "flex": null, "flex_flow": null, "grid_area": null, "grid_auto_columns": null, "grid_auto_flow": null, "grid_auto_rows": null, "grid_column": null, "grid_gap": null, "grid_row": null, "grid_template_areas": null, "grid_template_columns": null, "grid_template_rows": null, "height": null, "justify_content": null, "justify_items": null, "left": null, "margin": null, "max_height": null, "max_width": null, "min_height": null, "min_width": null, "object_fit": null, "object_position": null, "order": null, "overflow": null, "overflow_x": null, "overflow_y": null, "padding": null, "right": null, "top": null, "visibility": null, "width": null } }, "34899994f7b041548d1ecaacff592fab": { "model_module": "@jupyter-widgets/controls", "model_name": "DescriptionStyleModel", "model_module_version": "1.5.0", "state": { "_model_module": "@jupyter-widgets/controls", "_model_module_version": "1.5.0", "_model_name": "DescriptionStyleModel", "_view_count": null, "_view_module": "@jupyter-widgets/base", "_view_module_version": "1.2.0", "_view_name": "StyleView", "description_width": "" } }, "8b536602d49f4f1b9ccfd6caa547cb46": { "model_module": "@jupyter-widgets/base", "model_name": "LayoutModel", "model_module_version": "1.2.0", "state": { "_model_module": "@jupyter-widgets/base", "_model_module_version": "1.2.0", "_model_name": "LayoutModel", "_view_count": null, "_view_module": "@jupyter-widgets/base", "_view_module_version": "1.2.0", "_view_name": "LayoutView", "align_content": null, "align_items": null, "align_self": null, "border": null, "bottom": null, "display": null, "flex": null, "flex_flow": null, "grid_area": null, "grid_auto_columns": null, "grid_auto_flow": null, "grid_auto_rows": null, "grid_column": null, "grid_gap": null, "grid_row": null, "grid_template_areas": null, "grid_template_columns": null, "grid_template_rows": null, "height": null, "justify_content": null, "justify_items": null, "left": null, "margin": null, "max_height": null, "max_width": null, "min_height": null, "min_width": null, "object_fit": null, "object_position": null, "order": null, "overflow": null, "overflow_x": null, "overflow_y": null, "padding": null, "right": null, "top": null, "visibility": null, "width": "20px" } }, "ee6e9ddb4d364f10b368620f0e252f8e": { "model_module": "@jupyter-widgets/controls", "model_name": "ProgressStyleModel", "model_module_version": "1.5.0", "state": { "_model_module": "@jupyter-widgets/controls", "_model_module_version": "1.5.0", "_model_name": "ProgressStyleModel", "_view_count": null, "_view_module": "@jupyter-widgets/base", "_view_module_version": "1.2.0", "_view_name": "StyleView", "bar_color": null, "description_width": "" } }, "7248e86faa80491da72471ddf5bcd95a": { "model_module": "@jupyter-widgets/base", "model_name": "LayoutModel", "model_module_version": "1.2.0", "state": { "_model_module": "@jupyter-widgets/base", "_model_module_version": "1.2.0", "_model_name": "LayoutModel", "_view_count": null, "_view_module": "@jupyter-widgets/base", "_view_module_version": "1.2.0", "_view_name": "LayoutView", "align_content": null, "align_items": null, "align_self": null, "border": null, "bottom": null, "display": null, "flex": null, "flex_flow": null, "grid_area": null, "grid_auto_columns": null, "grid_auto_flow": null, "grid_auto_rows": null, "grid_column": null, "grid_gap": null, "grid_row": null, "grid_template_areas": null, "grid_template_columns": null, "grid_template_rows": null, "height": null, "justify_content": null, "justify_items": null, "left": null, "margin": null, "max_height": null, "max_width": null, "min_height": null, "min_width": null, "object_fit": null, "object_position": null, "order": null, "overflow": null, "overflow_x": null, "overflow_y": null, "padding": null, "right": null, "top": null, "visibility": null, "width": null } }, "c57c43ac67294ba8a954b1612f7e20e0": { "model_module": "@jupyter-widgets/controls", "model_name": "DescriptionStyleModel", "model_module_version": "1.5.0", "state": { "_model_module": "@jupyter-widgets/controls", "_model_module_version": "1.5.0", "_model_name": "DescriptionStyleModel", "_view_count": null, "_view_module": "@jupyter-widgets/base", "_view_module_version": "1.2.0", "_view_name": "StyleView", "description_width": "" } }, "46bca58b4e4a41b7835e62ee44c81631": { "model_module": "@jupyter-widgets/controls", "model_name": "HBoxModel", "model_module_version": "1.5.0", "state": { "_dom_classes": [], "_model_module": "@jupyter-widgets/controls", "_model_module_version": "1.5.0", "_model_name": "HBoxModel", "_view_count": null, "_view_module": "@jupyter-widgets/controls", "_view_module_version": "1.5.0", "_view_name": "HBoxView", "box_style": "", "children": [ "IPY_MODEL_68306c903860487bb710f2be6a0dacd1", "IPY_MODEL_25b164c1955f4f9483aefd5f3b926e87", "IPY_MODEL_473de4ab39c040eb9dce3c6df574ad71" ], "layout": "IPY_MODEL_9fe9e663c2a14d3d881583f46a253de0" } }, "68306c903860487bb710f2be6a0dacd1": { "model_module": "@jupyter-widgets/controls", "model_name": "HTMLModel", "model_module_version": "1.5.0", "state": { "_dom_classes": [], "_model_module": "@jupyter-widgets/controls", "_model_module_version": "1.5.0", "_model_name": "HTMLModel", "_view_count": null, "_view_module": "@jupyter-widgets/controls", "_view_module_version": "1.5.0", "_view_name": "HTMLView", "description": "", "description_tooltip": null, "layout": "IPY_MODEL_e85236ee3687489c9f8ed520cab5d2b6", "placeholder": "​", "style": "IPY_MODEL_ea27836f7c524d36947ce7a606cfd336", "value": "bpe.codes: " } }, "25b164c1955f4f9483aefd5f3b926e87": { "model_module": "@jupyter-widgets/controls", "model_name": "FloatProgressModel", "model_module_version": "1.5.0", "state": { "_dom_classes": [], "_model_module": "@jupyter-widgets/controls", "_model_module_version": "1.5.0", "_model_name": "FloatProgressModel", "_view_count": null, "_view_module": "@jupyter-widgets/controls", "_view_module_version": "1.5.0", "_view_name": "ProgressView", "bar_style": "success", "description": "", "description_tooltip": null, "layout": "IPY_MODEL_699308b7d2354b00a9159ec55abc7e67", "max": 1, "min": 0, "orientation": "horizontal", "style": "IPY_MODEL_b261a24130134c5d981138c5dff3ab54", "value": 1 } }, "473de4ab39c040eb9dce3c6df574ad71": { "model_module": "@jupyter-widgets/controls", "model_name": "HTMLModel", "model_module_version": "1.5.0", "state": { "_dom_classes": [], "_model_module": "@jupyter-widgets/controls", "_model_module_version": "1.5.0", "_model_name": "HTMLModel", "_view_count": null, "_view_module": "@jupyter-widgets/controls", "_view_module_version": "1.5.0", "_view_name": "HTMLView", "description": "", "description_tooltip": null, "layout": "IPY_MODEL_d2b4d410002249bbba5d9433f9eb21d6", "placeholder": "​", "style": "IPY_MODEL_1793945d870a474e87cf03850248541f", "value": " 1.14M/? [00:00<00:00, 19.1MB/s]" } }, "9fe9e663c2a14d3d881583f46a253de0": { "model_module": "@jupyter-widgets/base", "model_name": "LayoutModel", "model_module_version": "1.2.0", "state": { "_model_module": "@jupyter-widgets/base", "_model_module_version": "1.2.0", "_model_name": "LayoutModel", "_view_count": null, "_view_module": "@jupyter-widgets/base", "_view_module_version": "1.2.0", "_view_name": "LayoutView", "align_content": null, "align_items": null, "align_self": null, "border": null, "bottom": null, "display": null, "flex": null, "flex_flow": null, "grid_area": null, "grid_auto_columns": null, "grid_auto_flow": null, "grid_auto_rows": null, "grid_column": null, "grid_gap": null, "grid_row": null, "grid_template_areas": null, "grid_template_columns": null, "grid_template_rows": null, "height": null, "justify_content": null, "justify_items": null, "left": null, "margin": null, "max_height": null, "max_width": null, "min_height": null, "min_width": null, "object_fit": null, "object_position": null, "order": null, "overflow": null, "overflow_x": null, "overflow_y": null, "padding": null, "right": null, "top": null, "visibility": null, "width": null } }, "e85236ee3687489c9f8ed520cab5d2b6": { "model_module": "@jupyter-widgets/base", "model_name": "LayoutModel", "model_module_version": "1.2.0", "state": { "_model_module": "@jupyter-widgets/base", "_model_module_version": "1.2.0", "_model_name": "LayoutModel", "_view_count": null, "_view_module": "@jupyter-widgets/base", "_view_module_version": "1.2.0", "_view_name": "LayoutView", "align_content": null, "align_items": null, "align_self": null, "border": null, "bottom": null, "display": null, "flex": null, "flex_flow": null, "grid_area": null, "grid_auto_columns": null, "grid_auto_flow": null, "grid_auto_rows": null, "grid_column": null, "grid_gap": null, "grid_row": null, "grid_template_areas": null, "grid_template_columns": null, "grid_template_rows": null, "height": null, "justify_content": null, "justify_items": null, "left": null, "margin": null, "max_height": null, "max_width": null, "min_height": null, "min_width": null, "object_fit": null, "object_position": null, "order": null, "overflow": null, "overflow_x": null, "overflow_y": null, "padding": null, "right": null, "top": null, "visibility": null, "width": null } }, "ea27836f7c524d36947ce7a606cfd336": { "model_module": "@jupyter-widgets/controls", "model_name": "DescriptionStyleModel", "model_module_version": "1.5.0", "state": { "_model_module": "@jupyter-widgets/controls", "_model_module_version": "1.5.0", "_model_name": "DescriptionStyleModel", "_view_count": null, "_view_module": "@jupyter-widgets/base", "_view_module_version": "1.2.0", "_view_name": "StyleView", "description_width": "" } }, "699308b7d2354b00a9159ec55abc7e67": { "model_module": "@jupyter-widgets/base", "model_name": "LayoutModel", "model_module_version": "1.2.0", "state": { "_model_module": "@jupyter-widgets/base", "_model_module_version": "1.2.0", "_model_name": "LayoutModel", "_view_count": null, "_view_module": "@jupyter-widgets/base", "_view_module_version": "1.2.0", "_view_name": "LayoutView", "align_content": null, "align_items": null, "align_self": null, "border": null, "bottom": null, "display": null, "flex": null, "flex_flow": null, "grid_area": null, "grid_auto_columns": null, "grid_auto_flow": null, "grid_auto_rows": null, "grid_column": null, "grid_gap": null, "grid_row": null, "grid_template_areas": null, "grid_template_columns": null, "grid_template_rows": null, "height": null, "justify_content": null, "justify_items": null, "left": null, "margin": null, "max_height": null, "max_width": null, "min_height": null, "min_width": null, "object_fit": null, "object_position": null, "order": null, "overflow": null, "overflow_x": null, "overflow_y": null, "padding": null, "right": null, "top": null, "visibility": null, "width": "20px" } }, "b261a24130134c5d981138c5dff3ab54": { "model_module": "@jupyter-widgets/controls", "model_name": "ProgressStyleModel", "model_module_version": "1.5.0", "state": { "_model_module": "@jupyter-widgets/controls", "_model_module_version": "1.5.0", "_model_name": "ProgressStyleModel", "_view_count": null, "_view_module": "@jupyter-widgets/base", "_view_module_version": "1.2.0", "_view_name": "StyleView", "bar_color": null, "description_width": "" } }, "d2b4d410002249bbba5d9433f9eb21d6": { "model_module": "@jupyter-widgets/base", "model_name": "LayoutModel", "model_module_version": "1.2.0", "state": { "_model_module": "@jupyter-widgets/base", "_model_module_version": "1.2.0", "_model_name": "LayoutModel", "_view_count": null, "_view_module": "@jupyter-widgets/base", "_view_module_version": "1.2.0", "_view_name": "LayoutView", "align_content": null, "align_items": null, "align_self": null, "border": null, "bottom": null, "display": null, "flex": null, "flex_flow": null, "grid_area": null, "grid_auto_columns": null, "grid_auto_flow": null, "grid_auto_rows": null, "grid_column": null, "grid_gap": null, "grid_row": null, "grid_template_areas": null, "grid_template_columns": null, "grid_template_rows": null, "height": null, "justify_content": null, "justify_items": null, "left": null, "margin": null, "max_height": null, "max_width": null, "min_height": null, "min_width": null, "object_fit": null, "object_position": null, "order": null, "overflow": null, "overflow_x": null, "overflow_y": null, "padding": null, "right": null, "top": null, "visibility": null, "width": null } }, "1793945d870a474e87cf03850248541f": { "model_module": "@jupyter-widgets/controls", "model_name": "DescriptionStyleModel", "model_module_version": "1.5.0", "state": { "_model_module": "@jupyter-widgets/controls", "_model_module_version": "1.5.0", "_model_name": "DescriptionStyleModel", "_view_count": null, "_view_module": "@jupyter-widgets/base", "_view_module_version": "1.2.0", "_view_name": "StyleView", "description_width": "" } }, "579f172378554f2fac3f95803c5829d2": { "model_module": "@jupyter-widgets/controls", "model_name": "HBoxModel", "model_module_version": "1.5.0", "state": { "_dom_classes": [], "_model_module": "@jupyter-widgets/controls", "_model_module_version": "1.5.0", "_model_name": "HBoxModel", "_view_count": null, "_view_module": "@jupyter-widgets/controls", "_view_module_version": "1.5.0", "_view_name": "HBoxView", "box_style": "", "children": [ "IPY_MODEL_667a5bb7fb2147f5994c0421abacba5a", "IPY_MODEL_feabeac294204c9d9c1b097943b43e8c", "IPY_MODEL_bc98f7a714994745836b53bdf902b87b" ], "layout": "IPY_MODEL_8debd43cb1534571b893001c49187446" } }, "667a5bb7fb2147f5994c0421abacba5a": { "model_module": "@jupyter-widgets/controls", "model_name": "HTMLModel", "model_module_version": "1.5.0", "state": { "_dom_classes": [], "_model_module": "@jupyter-widgets/controls", "_model_module_version": "1.5.0", "_model_name": "HTMLModel", "_view_count": null, "_view_module": "@jupyter-widgets/controls", "_view_module_version": "1.5.0", "_view_name": "HTMLView", "description": "", "description_tooltip": null, "layout": "IPY_MODEL_d5f7d57d879243c1a6dd829c6fb204ac", "placeholder": "​", "style": "IPY_MODEL_267a25f921534114b00fc1353187d2c1", "value": "added_tokens.json: 100%" } }, "feabeac294204c9d9c1b097943b43e8c": { "model_module": "@jupyter-widgets/controls", "model_name": "FloatProgressModel", "model_module_version": "1.5.0", "state": { "_dom_classes": [], "_model_module": "@jupyter-widgets/controls", "_model_module_version": "1.5.0", "_model_name": "FloatProgressModel", "_view_count": null, "_view_module": "@jupyter-widgets/controls", "_view_module_version": "1.5.0", "_view_name": "ProgressView", "bar_style": "success", "description": "", "description_tooltip": null, "layout": "IPY_MODEL_d2cfeac81a944a1ea87ac47fadefb0f9", "max": 22, "min": 0, "orientation": "horizontal", "style": "IPY_MODEL_8844bf8830974ce1adc7094154ff7662", "value": 22 } }, "bc98f7a714994745836b53bdf902b87b": { "model_module": "@jupyter-widgets/controls", "model_name": "HTMLModel", "model_module_version": "1.5.0", "state": { "_dom_classes": [], "_model_module": "@jupyter-widgets/controls", "_model_module_version": "1.5.0", "_model_name": "HTMLModel", "_view_count": null, "_view_module": "@jupyter-widgets/controls", "_view_module_version": "1.5.0", "_view_name": "HTMLView", "description": "", "description_tooltip": null, "layout": "IPY_MODEL_7f2aa8f594ad40d2a840e0d6c92c440e", "placeholder": "​", "style": "IPY_MODEL_462fcd7aa68340b2b74023db9f057a70", "value": " 22.0/22.0 [00:00<00:00, 1.13kB/s]" } }, "8debd43cb1534571b893001c49187446": { "model_module": "@jupyter-widgets/base", "model_name": "LayoutModel", "model_module_version": "1.2.0", "state": { "_model_module": "@jupyter-widgets/base", "_model_module_version": "1.2.0", "_model_name": "LayoutModel", "_view_count": null, "_view_module": "@jupyter-widgets/base", "_view_module_version": "1.2.0", "_view_name": "LayoutView", "align_content": null, "align_items": null, "align_self": null, "border": null, "bottom": null, "display": null, "flex": null, "flex_flow": null, "grid_area": null, "grid_auto_columns": null, "grid_auto_flow": null, "grid_auto_rows": null, "grid_column": null, "grid_gap": null, "grid_row": null, "grid_template_areas": null, "grid_template_columns": null, "grid_template_rows": null, "height": null, "justify_content": null, "justify_items": null, "left": null, "margin": null, "max_height": null, "max_width": null, "min_height": null, "min_width": null, "object_fit": null, "object_position": null, "order": null, "overflow": null, "overflow_x": null, "overflow_y": null, "padding": null, "right": null, "top": null, "visibility": null, "width": null } }, "d5f7d57d879243c1a6dd829c6fb204ac": { "model_module": "@jupyter-widgets/base", "model_name": "LayoutModel", "model_module_version": "1.2.0", "state": { "_model_module": "@jupyter-widgets/base", "_model_module_version": "1.2.0", "_model_name": "LayoutModel", "_view_count": null, "_view_module": "@jupyter-widgets/base", "_view_module_version": "1.2.0", "_view_name": "LayoutView", "align_content": null, "align_items": null, "align_self": null, "border": null, "bottom": null, "display": null, "flex": null, "flex_flow": null, "grid_area": null, "grid_auto_columns": null, "grid_auto_flow": null, "grid_auto_rows": null, "grid_column": null, "grid_gap": null, "grid_row": null, "grid_template_areas": null, "grid_template_columns": null, "grid_template_rows": null, "height": null, "justify_content": null, "justify_items": null, "left": null, "margin": null, "max_height": null, "max_width": null, "min_height": null, "min_width": null, "object_fit": null, "object_position": null, "order": null, "overflow": null, "overflow_x": null, "overflow_y": null, "padding": null, "right": null, "top": null, "visibility": null, "width": null } }, "267a25f921534114b00fc1353187d2c1": { "model_module": "@jupyter-widgets/controls", "model_name": "DescriptionStyleModel", "model_module_version": "1.5.0", "state": { "_model_module": "@jupyter-widgets/controls", "_model_module_version": "1.5.0", "_model_name": "DescriptionStyleModel", "_view_count": null, "_view_module": "@jupyter-widgets/base", "_view_module_version": "1.2.0", "_view_name": "StyleView", "description_width": "" } }, "d2cfeac81a944a1ea87ac47fadefb0f9": { "model_module": "@jupyter-widgets/base", "model_name": "LayoutModel", "model_module_version": "1.2.0", "state": { "_model_module": "@jupyter-widgets/base", "_model_module_version": "1.2.0", "_model_name": "LayoutModel", "_view_count": null, "_view_module": "@jupyter-widgets/base", "_view_module_version": "1.2.0", "_view_name": "LayoutView", "align_content": null, "align_items": null, "align_self": null, "border": null, "bottom": null, "display": null, "flex": null, "flex_flow": null, "grid_area": null, "grid_auto_columns": null, "grid_auto_flow": null, "grid_auto_rows": null, "grid_column": null, "grid_gap": null, "grid_row": null, "grid_template_areas": null, "grid_template_columns": null, "grid_template_rows": null, "height": null, "justify_content": null, "justify_items": null, "left": null, "margin": null, "max_height": null, "max_width": null, "min_height": null, "min_width": null, "object_fit": null, "object_position": null, "order": null, "overflow": null, "overflow_x": null, "overflow_y": null, "padding": null, "right": null, "top": null, "visibility": null, "width": null } }, "8844bf8830974ce1adc7094154ff7662": { "model_module": "@jupyter-widgets/controls", "model_name": "ProgressStyleModel", "model_module_version": "1.5.0", "state": { "_model_module": "@jupyter-widgets/controls", "_model_module_version": "1.5.0", "_model_name": "ProgressStyleModel", "_view_count": null, "_view_module": "@jupyter-widgets/base", "_view_module_version": "1.2.0", "_view_name": "StyleView", "bar_color": null, "description_width": "" } }, "7f2aa8f594ad40d2a840e0d6c92c440e": { "model_module": "@jupyter-widgets/base", "model_name": "LayoutModel", "model_module_version": "1.2.0", "state": { "_model_module": "@jupyter-widgets/base", "_model_module_version": "1.2.0", "_model_name": "LayoutModel", "_view_count": null, "_view_module": "@jupyter-widgets/base", "_view_module_version": "1.2.0", "_view_name": "LayoutView", "align_content": null, "align_items": null, "align_self": null, "border": null, "bottom": null, "display": null, "flex": null, "flex_flow": null, "grid_area": null, "grid_auto_columns": null, "grid_auto_flow": null, "grid_auto_rows": null, "grid_column": null, "grid_gap": null, "grid_row": null, "grid_template_areas": null, "grid_template_columns": null, "grid_template_rows": null, "height": null, "justify_content": null, "justify_items": null, "left": null, "margin": null, "max_height": null, "max_width": null, "min_height": null, "min_width": null, "object_fit": null, "object_position": null, "order": null, "overflow": null, "overflow_x": null, "overflow_y": null, "padding": null, "right": null, "top": null, "visibility": null, "width": null } }, "462fcd7aa68340b2b74023db9f057a70": { "model_module": "@jupyter-widgets/controls", "model_name": "DescriptionStyleModel", "model_module_version": "1.5.0", "state": { "_model_module": "@jupyter-widgets/controls", "_model_module_version": "1.5.0", "_model_name": "DescriptionStyleModel", "_view_count": null, "_view_module": "@jupyter-widgets/base", "_view_module_version": "1.2.0", "_view_name": "StyleView", "description_width": "" } }, "27e40e1788024cf0804f5810cc9bcc9d": { "model_module": "@jupyter-widgets/controls", "model_name": "HBoxModel", "model_module_version": "1.5.0", "state": { "_dom_classes": [], "_model_module": "@jupyter-widgets/controls", "_model_module_version": "1.5.0", "_model_name": "HBoxModel", "_view_count": null, "_view_module": "@jupyter-widgets/controls", "_view_module_version": "1.5.0", "_view_name": "HBoxView", "box_style": "", "children": [ "IPY_MODEL_5dc6d61764064bcf8c3f1f57b88c0a8d", "IPY_MODEL_50945d027af84a98b58de5b057e005ea", "IPY_MODEL_4f627d58f139435bae20902e2804754b" ], "layout": "IPY_MODEL_b9f4c3302e5d4204945a8f70edc19510" } }, "5dc6d61764064bcf8c3f1f57b88c0a8d": { "model_module": "@jupyter-widgets/controls", "model_name": "HTMLModel", "model_module_version": "1.5.0", "state": { "_dom_classes": [], "_model_module": "@jupyter-widgets/controls", "_model_module_version": "1.5.0", "_model_name": "HTMLModel", "_view_count": null, "_view_module": "@jupyter-widgets/controls", "_view_module_version": "1.5.0", "_view_name": "HTMLView", "description": "", "description_tooltip": null, "layout": "IPY_MODEL_d9699c15b33247989a8bbc82de13d770", "placeholder": "​", "style": "IPY_MODEL_76f0d891ca0f4ffaba64bb170ba63dc7", "value": "special_tokens_map.json: 100%" } }, "50945d027af84a98b58de5b057e005ea": { "model_module": "@jupyter-widgets/controls", "model_name": "FloatProgressModel", "model_module_version": "1.5.0", "state": { "_dom_classes": [], "_model_module": "@jupyter-widgets/controls", "_model_module_version": "1.5.0", "_model_name": "FloatProgressModel", "_view_count": null, "_view_module": "@jupyter-widgets/controls", "_view_module_version": "1.5.0", "_view_name": "ProgressView", "bar_style": "success", "description": "", "description_tooltip": null, "layout": "IPY_MODEL_4416794dfaa4449c9223a25d03231006", "max": 167, "min": 0, "orientation": "horizontal", "style": "IPY_MODEL_01a3649f906049899b9486fd9a8138e2", "value": 167 } }, "4f627d58f139435bae20902e2804754b": { "model_module": "@jupyter-widgets/controls", "model_name": "HTMLModel", "model_module_version": "1.5.0", "state": { "_dom_classes": [], "_model_module": "@jupyter-widgets/controls", "_model_module_version": "1.5.0", "_model_name": "HTMLModel", "_view_count": null, "_view_module": "@jupyter-widgets/controls", "_view_module_version": "1.5.0", "_view_name": "HTMLView", "description": "", "description_tooltip": null, "layout": "IPY_MODEL_b298d6b18a0a4be8bd199c4600e3c221", "placeholder": "​", "style": "IPY_MODEL_5336188d92cb4568b7314d0101c8b94f", "value": " 167/167 [00:00<00:00, 11.7kB/s]" } }, "b9f4c3302e5d4204945a8f70edc19510": { "model_module": "@jupyter-widgets/base", "model_name": "LayoutModel", "model_module_version": "1.2.0", "state": { "_model_module": "@jupyter-widgets/base", "_model_module_version": "1.2.0", "_model_name": "LayoutModel", "_view_count": null, "_view_module": "@jupyter-widgets/base", "_view_module_version": "1.2.0", "_view_name": "LayoutView", "align_content": null, "align_items": null, "align_self": null, "border": null, "bottom": null, "display": null, "flex": null, "flex_flow": null, "grid_area": null, "grid_auto_columns": null, "grid_auto_flow": null, "grid_auto_rows": null, "grid_column": null, "grid_gap": null, "grid_row": null, "grid_template_areas": null, "grid_template_columns": null, "grid_template_rows": null, "height": null, "justify_content": null, "justify_items": null, "left": null, "margin": null, "max_height": null, "max_width": null, "min_height": null, "min_width": null, "object_fit": null, "object_position": null, "order": null, "overflow": null, "overflow_x": null, "overflow_y": null, "padding": null, "right": null, "top": null, "visibility": null, "width": null } }, "d9699c15b33247989a8bbc82de13d770": { "model_module": "@jupyter-widgets/base", "model_name": "LayoutModel", "model_module_version": "1.2.0", "state": { "_model_module": "@jupyter-widgets/base", "_model_module_version": "1.2.0", "_model_name": "LayoutModel", "_view_count": null, "_view_module": "@jupyter-widgets/base", "_view_module_version": "1.2.0", "_view_name": "LayoutView", "align_content": null, "align_items": null, "align_self": null, "border": null, "bottom": null, "display": null, "flex": null, "flex_flow": null, "grid_area": null, "grid_auto_columns": null, "grid_auto_flow": null, "grid_auto_rows": null, "grid_column": null, "grid_gap": null, "grid_row": null, "grid_template_areas": null, "grid_template_columns": null, "grid_template_rows": null, "height": null, "justify_content": null, "justify_items": null, "left": null, "margin": null, "max_height": null, "max_width": null, "min_height": null, "min_width": null, "object_fit": null, "object_position": null, "order": null, "overflow": null, "overflow_x": null, "overflow_y": null, "padding": null, "right": null, "top": null, "visibility": null, "width": null } }, "76f0d891ca0f4ffaba64bb170ba63dc7": { "model_module": "@jupyter-widgets/controls", "model_name": "DescriptionStyleModel", "model_module_version": "1.5.0", "state": { "_model_module": "@jupyter-widgets/controls", "_model_module_version": "1.5.0", "_model_name": "DescriptionStyleModel", "_view_count": null, "_view_module": "@jupyter-widgets/base", "_view_module_version": "1.2.0", "_view_name": "StyleView", "description_width": "" } }, "4416794dfaa4449c9223a25d03231006": { "model_module": "@jupyter-widgets/base", "model_name": "LayoutModel", "model_module_version": "1.2.0", "state": { "_model_module": "@jupyter-widgets/base", "_model_module_version": "1.2.0", "_model_name": "LayoutModel", "_view_count": null, "_view_module": "@jupyter-widgets/base", "_view_module_version": "1.2.0", "_view_name": "LayoutView", "align_content": null, "align_items": null, "align_self": null, "border": null, "bottom": null, "display": null, "flex": null, "flex_flow": null, "grid_area": null, "grid_auto_columns": null, "grid_auto_flow": null, "grid_auto_rows": null, "grid_column": null, "grid_gap": null, "grid_row": null, "grid_template_areas": null, "grid_template_columns": null, "grid_template_rows": null, "height": null, "justify_content": null, "justify_items": null, "left": null, "margin": null, "max_height": null, "max_width": null, "min_height": null, "min_width": null, "object_fit": null, "object_position": null, "order": null, "overflow": null, "overflow_x": null, "overflow_y": null, "padding": null, "right": null, "top": null, "visibility": null, "width": null } }, "01a3649f906049899b9486fd9a8138e2": { "model_module": "@jupyter-widgets/controls", "model_name": "ProgressStyleModel", "model_module_version": "1.5.0", "state": { "_model_module": "@jupyter-widgets/controls", "_model_module_version": "1.5.0", "_model_name": "ProgressStyleModel", "_view_count": null, "_view_module": "@jupyter-widgets/base", "_view_module_version": "1.2.0", "_view_name": "StyleView", "bar_color": null, "description_width": "" } }, "b298d6b18a0a4be8bd199c4600e3c221": { "model_module": "@jupyter-widgets/base", "model_name": "LayoutModel", "model_module_version": "1.2.0", "state": { "_model_module": "@jupyter-widgets/base", "_model_module_version": "1.2.0", "_model_name": "LayoutModel", "_view_count": null, "_view_module": "@jupyter-widgets/base", "_view_module_version": "1.2.0", "_view_name": "LayoutView", "align_content": null, "align_items": null, "align_self": null, "border": null, "bottom": null, "display": null, "flex": null, "flex_flow": null, "grid_area": null, "grid_auto_columns": null, "grid_auto_flow": null, "grid_auto_rows": null, "grid_column": null, "grid_gap": null, "grid_row": null, "grid_template_areas": null, "grid_template_columns": null, "grid_template_rows": null, "height": null, "justify_content": null, "justify_items": null, "left": null, "margin": null, "max_height": null, "max_width": null, "min_height": null, "min_width": null, "object_fit": null, "object_position": null, "order": null, "overflow": null, "overflow_x": null, "overflow_y": null, "padding": null, "right": null, "top": null, "visibility": null, "width": null } }, "5336188d92cb4568b7314d0101c8b94f": { "model_module": "@jupyter-widgets/controls", "model_name": "DescriptionStyleModel", "model_module_version": "1.5.0", "state": { "_model_module": "@jupyter-widgets/controls", "_model_module_version": "1.5.0", "_model_name": "DescriptionStyleModel", "_view_count": null, "_view_module": "@jupyter-widgets/base", "_view_module_version": "1.2.0", "_view_name": "StyleView", "description_width": "" } }, "08466c40308f4cfa95de5468751e512b": { "model_module": "@jupyter-widgets/controls", "model_name": "HBoxModel", "model_module_version": "1.5.0", "state": { "_dom_classes": [], "_model_module": "@jupyter-widgets/controls", "_model_module_version": "1.5.0", "_model_name": "HBoxModel", "_view_count": null, "_view_module": "@jupyter-widgets/controls", "_view_module_version": "1.5.0", "_view_name": "HBoxView", "box_style": "", "children": [ "IPY_MODEL_064f93157ad04b529bd3c288d7ee3563", "IPY_MODEL_231f34d5d2a649419d901fd2eb190a9c", "IPY_MODEL_972d9961bd6d4e499c4c6fcf46e60b8c" ], "layout": "IPY_MODEL_fb5341897d8548679a2c65d5f6dfa4c7" } }, "064f93157ad04b529bd3c288d7ee3563": { "model_module": "@jupyter-widgets/controls", "model_name": "HTMLModel", "model_module_version": "1.5.0", "state": { "_dom_classes": [], "_model_module": "@jupyter-widgets/controls", "_model_module_version": "1.5.0", "_model_name": "HTMLModel", "_view_count": null, "_view_module": "@jupyter-widgets/controls", "_view_module_version": "1.5.0", "_view_name": "HTMLView", "description": "", "description_tooltip": null, "layout": "IPY_MODEL_d3943620530d4d0fb918dd77288308f4", "placeholder": "​", "style": "IPY_MODEL_ce31322d116a4e60a96ab2166d701dc6", "value": "config.json: 100%" } }, "231f34d5d2a649419d901fd2eb190a9c": { "model_module": "@jupyter-widgets/controls", "model_name": "FloatProgressModel", "model_module_version": "1.5.0", "state": { "_dom_classes": [], "_model_module": "@jupyter-widgets/controls", "_model_module_version": "1.5.0", "_model_name": "FloatProgressModel", "_view_count": null, "_view_module": "@jupyter-widgets/controls", "_view_module_version": "1.5.0", "_view_name": "ProgressView", "bar_style": "success", "description": "", "description_tooltip": null, "layout": "IPY_MODEL_122a91ff235743ba936dac1ecbb8d327", "max": 270, "min": 0, "orientation": "horizontal", "style": "IPY_MODEL_edd1b196d7e34eb5b00a2af61f38b987", "value": 270 } }, "972d9961bd6d4e499c4c6fcf46e60b8c": { "model_module": "@jupyter-widgets/controls", "model_name": "HTMLModel", "model_module_version": "1.5.0", "state": { "_dom_classes": [], "_model_module": "@jupyter-widgets/controls", "_model_module_version": "1.5.0", "_model_name": "HTMLModel", "_view_count": null, "_view_module": "@jupyter-widgets/controls", "_view_module_version": "1.5.0", "_view_name": "HTMLView", "description": "", "description_tooltip": null, "layout": "IPY_MODEL_33193f132e9948d89f8c2319b9837481", "placeholder": "​", "style": "IPY_MODEL_a3a60892277b43378b45c8a531885ac2", "value": " 270/270 [00:00<00:00, 7.78kB/s]" } }, "fb5341897d8548679a2c65d5f6dfa4c7": { "model_module": "@jupyter-widgets/base", "model_name": "LayoutModel", "model_module_version": "1.2.0", "state": { "_model_module": "@jupyter-widgets/base", "_model_module_version": "1.2.0", "_model_name": "LayoutModel", "_view_count": null, "_view_module": "@jupyter-widgets/base", "_view_module_version": "1.2.0", "_view_name": "LayoutView", "align_content": null, "align_items": null, "align_self": null, "border": null, "bottom": null, "display": null, "flex": null, "flex_flow": null, "grid_area": null, "grid_auto_columns": null, "grid_auto_flow": null, "grid_auto_rows": null, "grid_column": null, "grid_gap": null, "grid_row": null, "grid_template_areas": null, "grid_template_columns": null, "grid_template_rows": null, "height": null, "justify_content": null, "justify_items": null, "left": null, "margin": null, "max_height": null, "max_width": null, "min_height": null, "min_width": null, "object_fit": null, "object_position": null, "order": null, "overflow": null, "overflow_x": null, "overflow_y": null, "padding": null, "right": null, "top": null, "visibility": null, "width": null } }, "d3943620530d4d0fb918dd77288308f4": { "model_module": "@jupyter-widgets/base", "model_name": "LayoutModel", "model_module_version": "1.2.0", "state": { "_model_module": "@jupyter-widgets/base", "_model_module_version": "1.2.0", "_model_name": "LayoutModel", "_view_count": null, "_view_module": "@jupyter-widgets/base", "_view_module_version": "1.2.0", "_view_name": "LayoutView", "align_content": null, "align_items": null, "align_self": null, "border": null, "bottom": null, "display": null, "flex": null, "flex_flow": null, "grid_area": null, "grid_auto_columns": null, "grid_auto_flow": null, "grid_auto_rows": null, "grid_column": null, "grid_gap": null, "grid_row": null, "grid_template_areas": null, "grid_template_columns": null, "grid_template_rows": null, "height": null, "justify_content": null, "justify_items": null, "left": null, "margin": null, "max_height": null, "max_width": null, "min_height": null, "min_width": null, "object_fit": null, "object_position": null, "order": null, "overflow": null, "overflow_x": null, "overflow_y": null, "padding": null, "right": null, "top": null, "visibility": null, "width": null } }, "ce31322d116a4e60a96ab2166d701dc6": { "model_module": "@jupyter-widgets/controls", "model_name": "DescriptionStyleModel", "model_module_version": "1.5.0", "state": { "_model_module": "@jupyter-widgets/controls", "_model_module_version": "1.5.0", "_model_name": "DescriptionStyleModel", "_view_count": null, "_view_module": "@jupyter-widgets/base", "_view_module_version": "1.2.0", "_view_name": "StyleView", "description_width": "" } }, "122a91ff235743ba936dac1ecbb8d327": { "model_module": "@jupyter-widgets/base", "model_name": "LayoutModel", "model_module_version": "1.2.0", "state": { "_model_module": "@jupyter-widgets/base", "_model_module_version": "1.2.0", "_model_name": "LayoutModel", "_view_count": null, "_view_module": "@jupyter-widgets/base", "_view_module_version": "1.2.0", "_view_name": "LayoutView", "align_content": null, "align_items": null, "align_self": null, "border": null, "bottom": null, "display": null, "flex": null, "flex_flow": null, "grid_area": null, "grid_auto_columns": null, "grid_auto_flow": null, "grid_auto_rows": null, "grid_column": null, "grid_gap": null, "grid_row": null, "grid_template_areas": null, "grid_template_columns": null, "grid_template_rows": null, "height": null, "justify_content": null, "justify_items": null, "left": null, "margin": null, "max_height": null, "max_width": null, "min_height": null, "min_width": null, "object_fit": null, "object_position": null, "order": null, "overflow": null, "overflow_x": null, "overflow_y": null, "padding": null, "right": null, "top": null, "visibility": null, "width": null } }, "edd1b196d7e34eb5b00a2af61f38b987": { "model_module": "@jupyter-widgets/controls", "model_name": "ProgressStyleModel", "model_module_version": "1.5.0", "state": { "_model_module": "@jupyter-widgets/controls", "_model_module_version": "1.5.0", "_model_name": "ProgressStyleModel", "_view_count": null, "_view_module": "@jupyter-widgets/base", "_view_module_version": "1.2.0", "_view_name": "StyleView", "bar_color": null, "description_width": "" } }, "33193f132e9948d89f8c2319b9837481": { "model_module": "@jupyter-widgets/base", "model_name": "LayoutModel", "model_module_version": "1.2.0", "state": { "_model_module": "@jupyter-widgets/base", "_model_module_version": "1.2.0", "_model_name": "LayoutModel", "_view_count": null, "_view_module": "@jupyter-widgets/base", "_view_module_version": "1.2.0", "_view_name": "LayoutView", "align_content": null, "align_items": null, "align_self": null, "border": null, "bottom": null, "display": null, "flex": null, "flex_flow": null, "grid_area": null, "grid_auto_columns": null, "grid_auto_flow": null, "grid_auto_rows": null, "grid_column": null, "grid_gap": null, "grid_row": null, "grid_template_areas": null, "grid_template_columns": null, "grid_template_rows": null, "height": null, "justify_content": null, "justify_items": null, "left": null, "margin": null, "max_height": null, "max_width": null, "min_height": null, "min_width": null, "object_fit": null, "object_position": null, "order": null, "overflow": null, "overflow_x": null, "overflow_y": null, "padding": null, "right": null, "top": null, "visibility": null, "width": null } }, "a3a60892277b43378b45c8a531885ac2": { "model_module": "@jupyter-widgets/controls", "model_name": "DescriptionStyleModel", "model_module_version": "1.5.0", "state": { "_model_module": "@jupyter-widgets/controls", "_model_module_version": "1.5.0", "_model_name": "DescriptionStyleModel", "_view_count": null, "_view_module": "@jupyter-widgets/base", "_view_module_version": "1.2.0", "_view_name": "StyleView", "description_width": "" } }, "b9c3d2a00d5e4975914a75ff8e15f80c": { "model_module": "@jupyter-widgets/controls", "model_name": "HBoxModel", "model_module_version": "1.5.0", "state": { "_dom_classes": [], "_model_module": "@jupyter-widgets/controls", "_model_module_version": "1.5.0", "_model_name": "HBoxModel", "_view_count": null, "_view_module": "@jupyter-widgets/controls", "_view_module_version": "1.5.0", "_view_name": "HBoxView", "box_style": "", "children": [ "IPY_MODEL_74ae91d5e0f448a3b36640da5887627b", "IPY_MODEL_3a7dbaed402d4e81830bc90a20ea3339", "IPY_MODEL_83626a6ea19f4e019222492324958dd9" ], "layout": "IPY_MODEL_75194318f28843609417a077a8f71f34" } }, "74ae91d5e0f448a3b36640da5887627b": { "model_module": "@jupyter-widgets/controls", "model_name": "HTMLModel", "model_module_version": "1.5.0", "state": { "_dom_classes": [], "_model_module": "@jupyter-widgets/controls", "_model_module_version": "1.5.0", "_model_name": "HTMLModel", "_view_count": null, "_view_module": "@jupyter-widgets/controls", "_view_module_version": "1.5.0", "_view_name": "HTMLView", "description": "", "description_tooltip": null, "layout": "IPY_MODEL_8e94621363034da29ba7da40447343ed", "placeholder": "​", "style": "IPY_MODEL_6dcd190828bb41169739f2b6fcde2a90", "value": "config.json: 100%" } }, "3a7dbaed402d4e81830bc90a20ea3339": { "model_module": "@jupyter-widgets/controls", "model_name": "FloatProgressModel", "model_module_version": "1.5.0", "state": { "_dom_classes": [], "_model_module": "@jupyter-widgets/controls", "_model_module_version": "1.5.0", "_model_name": "FloatProgressModel", "_view_count": null, "_view_module": "@jupyter-widgets/controls", "_view_module_version": "1.5.0", "_view_name": "ProgressView", "bar_style": "success", "description": "", "description_tooltip": null, "layout": "IPY_MODEL_9bfd30efef40488f8611160cb57279b3", "max": 814, "min": 0, "orientation": "horizontal", "style": "IPY_MODEL_0657d9ae8bf24338b80efd50571b5ecd", "value": 814 } }, "83626a6ea19f4e019222492324958dd9": { "model_module": "@jupyter-widgets/controls", "model_name": "HTMLModel", "model_module_version": "1.5.0", "state": { "_dom_classes": [], "_model_module": "@jupyter-widgets/controls", "_model_module_version": "1.5.0", "_model_name": "HTMLModel", "_view_count": null, "_view_module": "@jupyter-widgets/controls", "_view_module_version": "1.5.0", "_view_name": "HTMLView", "description": "", "description_tooltip": null, "layout": "IPY_MODEL_10308b7392e849a8a2af7aff6ead9e37", "placeholder": "​", "style": "IPY_MODEL_2a5e297e8cfe409680ff9665e1570129", "value": " 814/814 [00:00<00:00, 28.6kB/s]" } }, "75194318f28843609417a077a8f71f34": { "model_module": "@jupyter-widgets/base", "model_name": "LayoutModel", "model_module_version": "1.2.0", "state": { "_model_module": "@jupyter-widgets/base", "_model_module_version": "1.2.0", "_model_name": "LayoutModel", "_view_count": null, "_view_module": "@jupyter-widgets/base", "_view_module_version": "1.2.0", "_view_name": "LayoutView", "align_content": null, "align_items": null, "align_self": null, "border": null, "bottom": null, "display": null, "flex": null, "flex_flow": null, "grid_area": null, "grid_auto_columns": null, "grid_auto_flow": null, "grid_auto_rows": null, "grid_column": null, "grid_gap": null, "grid_row": null, "grid_template_areas": null, "grid_template_columns": null, "grid_template_rows": null, "height": null, "justify_content": null, "justify_items": null, "left": null, "margin": null, "max_height": null, "max_width": null, "min_height": null, "min_width": null, "object_fit": null, "object_position": null, "order": null, "overflow": null, "overflow_x": null, "overflow_y": null, "padding": null, "right": null, "top": null, "visibility": null, "width": null } }, "8e94621363034da29ba7da40447343ed": { "model_module": "@jupyter-widgets/base", "model_name": "LayoutModel", "model_module_version": "1.2.0", "state": { "_model_module": "@jupyter-widgets/base", "_model_module_version": "1.2.0", "_model_name": "LayoutModel", "_view_count": null, "_view_module": "@jupyter-widgets/base", "_view_module_version": "1.2.0", "_view_name": "LayoutView", "align_content": null, "align_items": null, "align_self": null, "border": null, "bottom": null, "display": null, "flex": null, "flex_flow": null, "grid_area": null, "grid_auto_columns": null, "grid_auto_flow": null, "grid_auto_rows": null, "grid_column": null, "grid_gap": null, "grid_row": null, "grid_template_areas": null, "grid_template_columns": null, "grid_template_rows": null, "height": null, "justify_content": null, "justify_items": null, "left": null, "margin": null, "max_height": null, "max_width": null, "min_height": null, "min_width": null, "object_fit": null, "object_position": null, "order": null, "overflow": null, "overflow_x": null, "overflow_y": null, "padding": null, "right": null, "top": null, "visibility": null, "width": null } }, "6dcd190828bb41169739f2b6fcde2a90": { "model_module": "@jupyter-widgets/controls", "model_name": "DescriptionStyleModel", "model_module_version": "1.5.0", "state": { "_model_module": "@jupyter-widgets/controls", "_model_module_version": "1.5.0", "_model_name": "DescriptionStyleModel", "_view_count": null, "_view_module": "@jupyter-widgets/base", "_view_module_version": "1.2.0", "_view_name": "StyleView", "description_width": "" } }, "9bfd30efef40488f8611160cb57279b3": { "model_module": "@jupyter-widgets/base", "model_name": "LayoutModel", "model_module_version": "1.2.0", "state": { "_model_module": "@jupyter-widgets/base", "_model_module_version": "1.2.0", "_model_name": "LayoutModel", "_view_count": null, "_view_module": "@jupyter-widgets/base", "_view_module_version": "1.2.0", "_view_name": "LayoutView", "align_content": null, "align_items": null, "align_self": null, "border": null, "bottom": null, "display": null, "flex": null, "flex_flow": null, "grid_area": null, "grid_auto_columns": null, "grid_auto_flow": null, "grid_auto_rows": null, "grid_column": null, "grid_gap": null, "grid_row": null, "grid_template_areas": null, "grid_template_columns": null, "grid_template_rows": null, "height": null, "justify_content": null, "justify_items": null, "left": null, "margin": null, "max_height": null, "max_width": null, "min_height": null, "min_width": null, "object_fit": null, "object_position": null, "order": null, "overflow": null, "overflow_x": null, "overflow_y": null, "padding": null, "right": null, "top": null, "visibility": null, "width": null } }, "0657d9ae8bf24338b80efd50571b5ecd": { "model_module": "@jupyter-widgets/controls", "model_name": "ProgressStyleModel", "model_module_version": "1.5.0", "state": { "_model_module": "@jupyter-widgets/controls", "_model_module_version": "1.5.0", "_model_name": "ProgressStyleModel", "_view_count": null, "_view_module": "@jupyter-widgets/base", "_view_module_version": "1.2.0", "_view_name": "StyleView", "bar_color": null, "description_width": "" } }, "10308b7392e849a8a2af7aff6ead9e37": { "model_module": "@jupyter-widgets/base", "model_name": "LayoutModel", "model_module_version": "1.2.0", "state": { "_model_module": "@jupyter-widgets/base", "_model_module_version": "1.2.0", "_model_name": "LayoutModel", "_view_count": null, "_view_module": "@jupyter-widgets/base", "_view_module_version": "1.2.0", "_view_name": "LayoutView", "align_content": null, "align_items": null, "align_self": null, "border": null, "bottom": null, "display": null, "flex": null, "flex_flow": null, "grid_area": null, "grid_auto_columns": null, "grid_auto_flow": null, "grid_auto_rows": null, "grid_column": null, "grid_gap": null, "grid_row": null, "grid_template_areas": null, "grid_template_columns": null, "grid_template_rows": null, "height": null, "justify_content": null, "justify_items": null, "left": null, "margin": null, "max_height": null, "max_width": null, "min_height": null, "min_width": null, "object_fit": null, "object_position": null, "order": null, "overflow": null, "overflow_x": null, "overflow_y": null, "padding": null, "right": null, "top": null, "visibility": null, "width": null } }, "2a5e297e8cfe409680ff9665e1570129": { "model_module": "@jupyter-widgets/controls", "model_name": "DescriptionStyleModel", "model_module_version": "1.5.0", "state": { "_model_module": "@jupyter-widgets/controls", "_model_module_version": "1.5.0", "_model_name": "DescriptionStyleModel", "_view_count": null, "_view_module": "@jupyter-widgets/base", "_view_module_version": "1.2.0", "_view_name": "StyleView", "description_width": "" } }, "84314697492640c6ade6fad5b8e76587": { "model_module": "@jupyter-widgets/controls", "model_name": "HBoxModel", "model_module_version": "1.5.0", "state": { "_dom_classes": [], "_model_module": "@jupyter-widgets/controls", "_model_module_version": "1.5.0", "_model_name": "HBoxModel", "_view_count": null, "_view_module": "@jupyter-widgets/controls", "_view_module_version": "1.5.0", "_view_name": "HBoxView", "box_style": "", "children": [ "IPY_MODEL_5f5c014b84104936bf8dccec12b31c16", "IPY_MODEL_9666a07afd684641a0f44f8ca5aea575", "IPY_MODEL_a0e4305ff7b84526bdd4e87c9060fc2b" ], "layout": "IPY_MODEL_be98b15fe42e478f86ca43b2a2e151e4" } }, "5f5c014b84104936bf8dccec12b31c16": { "model_module": "@jupyter-widgets/controls", "model_name": "HTMLModel", "model_module_version": "1.5.0", "state": { "_dom_classes": [], "_model_module": "@jupyter-widgets/controls", "_model_module_version": "1.5.0", "_model_name": "HTMLModel", "_view_count": null, "_view_module": "@jupyter-widgets/controls", "_view_module_version": "1.5.0", "_view_name": "HTMLView", "description": "", "description_tooltip": null, "layout": "IPY_MODEL_422d5558c2fd47c79b325dec67bdc65d", "placeholder": "​", "style": "IPY_MODEL_ca4292af39f349e1837008f84031626e", "value": "model.safetensors: 100%" } }, "9666a07afd684641a0f44f8ca5aea575": { "model_module": "@jupyter-widgets/controls", "model_name": "FloatProgressModel", "model_module_version": "1.5.0", "state": { "_dom_classes": [], "_model_module": "@jupyter-widgets/controls", "_model_module_version": "1.5.0", "_model_name": "FloatProgressModel", "_view_count": null, "_view_module": "@jupyter-widgets/controls", "_view_module_version": "1.5.0", "_view_name": "ProgressView", "bar_style": "success", "description": "", "description_tooltip": null, "layout": "IPY_MODEL_8dd6e5ab7c8b42a7bd1180b3fa256c16", "max": 540020308, "min": 0, "orientation": "horizontal", "style": "IPY_MODEL_602ca377e9bc44ceabdbb5fb6cd4ca70", "value": 540020308 } }, "a0e4305ff7b84526bdd4e87c9060fc2b": { "model_module": "@jupyter-widgets/controls", "model_name": "HTMLModel", "model_module_version": "1.5.0", "state": { "_dom_classes": [], "_model_module": "@jupyter-widgets/controls", "_model_module_version": "1.5.0", "_model_name": "HTMLModel", "_view_count": null, "_view_module": "@jupyter-widgets/controls", "_view_module_version": "1.5.0", "_view_name": "HTMLView", "description": "", "description_tooltip": null, "layout": "IPY_MODEL_6370cb78f3e349f78de7ab21602a6ae2", "placeholder": "​", "style": "IPY_MODEL_ed5f160988bb46bcbe5dd5fa73c9527c", "value": " 540M/540M [00:45<00:00, 11.2MB/s]" } }, "be98b15fe42e478f86ca43b2a2e151e4": { "model_module": "@jupyter-widgets/base", "model_name": "LayoutModel", "model_module_version": "1.2.0", "state": { "_model_module": "@jupyter-widgets/base", "_model_module_version": "1.2.0", "_model_name": "LayoutModel", "_view_count": null, "_view_module": "@jupyter-widgets/base", "_view_module_version": "1.2.0", "_view_name": "LayoutView", "align_content": null, "align_items": null, "align_self": null, "border": null, "bottom": null, "display": null, "flex": null, "flex_flow": null, "grid_area": null, "grid_auto_columns": null, "grid_auto_flow": null, "grid_auto_rows": null, "grid_column": null, "grid_gap": null, "grid_row": null, "grid_template_areas": null, "grid_template_columns": null, "grid_template_rows": null, "height": null, "justify_content": null, "justify_items": null, "left": null, "margin": null, "max_height": null, "max_width": null, "min_height": null, "min_width": null, "object_fit": null, "object_position": null, "order": null, "overflow": null, "overflow_x": null, "overflow_y": null, "padding": null, "right": null, "top": null, "visibility": null, "width": null } }, "422d5558c2fd47c79b325dec67bdc65d": { "model_module": "@jupyter-widgets/base", "model_name": "LayoutModel", "model_module_version": "1.2.0", "state": { "_model_module": "@jupyter-widgets/base", "_model_module_version": "1.2.0", "_model_name": "LayoutModel", "_view_count": null, "_view_module": "@jupyter-widgets/base", "_view_module_version": "1.2.0", "_view_name": "LayoutView", "align_content": null, "align_items": null, "align_self": null, "border": null, "bottom": null, "display": null, "flex": null, "flex_flow": null, "grid_area": null, "grid_auto_columns": null, "grid_auto_flow": null, "grid_auto_rows": null, "grid_column": null, "grid_gap": null, "grid_row": null, "grid_template_areas": null, "grid_template_columns": null, "grid_template_rows": null, "height": null, "justify_content": null, "justify_items": null, "left": null, "margin": null, "max_height": null, "max_width": null, "min_height": null, "min_width": null, "object_fit": null, "object_position": null, "order": null, "overflow": null, "overflow_x": null, "overflow_y": null, "padding": null, "right": null, "top": null, "visibility": null, "width": null } }, "ca4292af39f349e1837008f84031626e": { "model_module": "@jupyter-widgets/controls", "model_name": "DescriptionStyleModel", "model_module_version": "1.5.0", "state": { "_model_module": "@jupyter-widgets/controls", "_model_module_version": "1.5.0", "_model_name": "DescriptionStyleModel", "_view_count": null, "_view_module": "@jupyter-widgets/base", "_view_module_version": "1.2.0", "_view_name": "StyleView", "description_width": "" } }, "8dd6e5ab7c8b42a7bd1180b3fa256c16": { "model_module": "@jupyter-widgets/base", "model_name": "LayoutModel", "model_module_version": "1.2.0", "state": { "_model_module": "@jupyter-widgets/base", "_model_module_version": "1.2.0", "_model_name": "LayoutModel", "_view_count": null, "_view_module": "@jupyter-widgets/base", "_view_module_version": "1.2.0", "_view_name": "LayoutView", "align_content": null, "align_items": null, "align_self": null, "border": null, "bottom": null, "display": null, "flex": null, "flex_flow": null, "grid_area": null, "grid_auto_columns": null, "grid_auto_flow": null, "grid_auto_rows": null, "grid_column": null, "grid_gap": null, "grid_row": null, "grid_template_areas": null, "grid_template_columns": null, "grid_template_rows": null, "height": null, "justify_content": null, "justify_items": null, "left": null, "margin": null, "max_height": null, "max_width": null, "min_height": null, "min_width": null, "object_fit": null, "object_position": null, "order": null, "overflow": null, "overflow_x": null, "overflow_y": null, "padding": null, "right": null, "top": null, "visibility": null, "width": null } }, "602ca377e9bc44ceabdbb5fb6cd4ca70": { "model_module": "@jupyter-widgets/controls", "model_name": "ProgressStyleModel", "model_module_version": "1.5.0", "state": { "_model_module": "@jupyter-widgets/controls", "_model_module_version": "1.5.0", "_model_name": "ProgressStyleModel", "_view_count": null, "_view_module": "@jupyter-widgets/base", "_view_module_version": "1.2.0", "_view_name": "StyleView", "bar_color": null, "description_width": "" } }, "6370cb78f3e349f78de7ab21602a6ae2": { "model_module": "@jupyter-widgets/base", "model_name": "LayoutModel", "model_module_version": "1.2.0", "state": { "_model_module": "@jupyter-widgets/base", "_model_module_version": "1.2.0", "_model_name": "LayoutModel", "_view_count": null, "_view_module": "@jupyter-widgets/base", "_view_module_version": "1.2.0", "_view_name": "LayoutView", "align_content": null, "align_items": null, "align_self": null, "border": null, "bottom": null, "display": null, "flex": null, "flex_flow": null, "grid_area": null, "grid_auto_columns": null, "grid_auto_flow": null, "grid_auto_rows": null, "grid_column": null, "grid_gap": null, "grid_row": null, "grid_template_areas": null, "grid_template_columns": null, "grid_template_rows": null, "height": null, "justify_content": null, "justify_items": null, "left": null, "margin": null, "max_height": null, "max_width": null, "min_height": null, "min_width": null, "object_fit": null, "object_position": null, "order": null, "overflow": null, "overflow_x": null, "overflow_y": null, "padding": null, "right": null, "top": null, "visibility": null, "width": null } }, "ed5f160988bb46bcbe5dd5fa73c9527c": { "model_module": "@jupyter-widgets/controls", "model_name": "DescriptionStyleModel", "model_module_version": "1.5.0", "state": { "_model_module": "@jupyter-widgets/controls", "_model_module_version": "1.5.0", "_model_name": "DescriptionStyleModel", "_view_count": null, "_view_module": "@jupyter-widgets/base", "_view_module_version": "1.2.0", "_view_name": "StyleView", "description_width": "" } }, "802d8e0222164205978fb7b4681826ce": { "model_module": "@jupyter-widgets/controls", "model_name": "HBoxModel", "model_module_version": "1.5.0", "state": { "_dom_classes": [], "_model_module": "@jupyter-widgets/controls", "_model_module_version": "1.5.0", "_model_name": "HBoxModel", "_view_count": null, "_view_module": "@jupyter-widgets/controls", "_view_module_version": "1.5.0", "_view_name": "HBoxView", "box_style": "", "children": [ "IPY_MODEL_c7a4e44cc7994f18ac90043a4539b4fe", "IPY_MODEL_ed9d7c1711f9480185dee4bfa669e860", "IPY_MODEL_28547ba8c76247c4878e5fe42f70dcb0" ], "layout": "IPY_MODEL_a240fbc2191d46f6856ca127e4a48a75" } }, "c7a4e44cc7994f18ac90043a4539b4fe": { "model_module": "@jupyter-widgets/controls", "model_name": "HTMLModel", "model_module_version": "1.5.0", "state": { "_dom_classes": [], "_model_module": "@jupyter-widgets/controls", "_model_module_version": "1.5.0", "_model_name": "HTMLModel", "_view_count": null, "_view_module": "@jupyter-widgets/controls", "_view_module_version": "1.5.0", "_view_name": "HTMLView", "description": "", "description_tooltip": null, "layout": "IPY_MODEL_7b971eefcae74efd89e7ba1c47c2f1de", "placeholder": "​", "style": "IPY_MODEL_199446c2eac94df9823230c479b71442", "value": "tokenizer_config.json: 100%" } }, "ed9d7c1711f9480185dee4bfa669e860": { "model_module": "@jupyter-widgets/controls", "model_name": "FloatProgressModel", "model_module_version": "1.5.0", "state": { "_dom_classes": [], "_model_module": "@jupyter-widgets/controls", "_model_module_version": "1.5.0", "_model_name": "FloatProgressModel", "_view_count": null, "_view_module": "@jupyter-widgets/controls", "_view_module_version": "1.5.0", "_view_name": "ProgressView", "bar_style": "success", "description": "", "description_tooltip": null, "layout": "IPY_MODEL_2f5ac593004a4b099058a0c554d76685", "max": 28, "min": 0, "orientation": "horizontal", "style": "IPY_MODEL_c1c5a5cf73c246fa871ade56ac8da059", "value": 28 } }, "28547ba8c76247c4878e5fe42f70dcb0": { "model_module": "@jupyter-widgets/controls", "model_name": "HTMLModel", "model_module_version": "1.5.0", "state": { "_dom_classes": [], "_model_module": "@jupyter-widgets/controls", "_model_module_version": "1.5.0", "_model_name": "HTMLModel", "_view_count": null, "_view_module": "@jupyter-widgets/controls", "_view_module_version": "1.5.0", "_view_name": "HTMLView", "description": "", "description_tooltip": null, "layout": "IPY_MODEL_e3807685e9be4fc78f9ca5d53b03a958", "placeholder": "​", "style": "IPY_MODEL_34d4e27d14244246880ea014a72bac23", "value": " 28.0/28.0 [00:00<00:00, 2.36kB/s]" } }, "a240fbc2191d46f6856ca127e4a48a75": { "model_module": "@jupyter-widgets/base", "model_name": "LayoutModel", "model_module_version": "1.2.0", "state": { "_model_module": "@jupyter-widgets/base", "_model_module_version": "1.2.0", "_model_name": "LayoutModel", "_view_count": null, "_view_module": "@jupyter-widgets/base", "_view_module_version": "1.2.0", "_view_name": "LayoutView", "align_content": null, "align_items": null, "align_self": null, "border": null, "bottom": null, "display": null, "flex": null, "flex_flow": null, "grid_area": null, "grid_auto_columns": null, "grid_auto_flow": null, "grid_auto_rows": null, "grid_column": null, "grid_gap": null, "grid_row": null, "grid_template_areas": null, "grid_template_columns": null, "grid_template_rows": null, "height": null, "justify_content": null, "justify_items": null, "left": null, "margin": null, "max_height": null, "max_width": null, "min_height": null, "min_width": null, "object_fit": null, "object_position": null, "order": null, "overflow": null, "overflow_x": null, "overflow_y": null, "padding": null, "right": null, "top": null, "visibility": null, "width": null } }, "7b971eefcae74efd89e7ba1c47c2f1de": { "model_module": "@jupyter-widgets/base", "model_name": "LayoutModel", "model_module_version": "1.2.0", "state": { "_model_module": "@jupyter-widgets/base", "_model_module_version": "1.2.0", "_model_name": "LayoutModel", "_view_count": null, "_view_module": "@jupyter-widgets/base", "_view_module_version": "1.2.0", "_view_name": "LayoutView", "align_content": null, "align_items": null, "align_self": null, "border": null, "bottom": null, "display": null, "flex": null, "flex_flow": null, "grid_area": null, "grid_auto_columns": null, "grid_auto_flow": null, "grid_auto_rows": null, "grid_column": null, "grid_gap": null, "grid_row": null, "grid_template_areas": null, "grid_template_columns": null, "grid_template_rows": null, "height": null, "justify_content": null, "justify_items": null, "left": null, "margin": null, "max_height": null, "max_width": null, "min_height": null, "min_width": null, "object_fit": null, "object_position": null, "order": null, "overflow": null, "overflow_x": null, "overflow_y": null, "padding": null, "right": null, "top": null, "visibility": null, "width": null } }, "199446c2eac94df9823230c479b71442": { "model_module": "@jupyter-widgets/controls", "model_name": "DescriptionStyleModel", "model_module_version": "1.5.0", "state": { "_model_module": "@jupyter-widgets/controls", "_model_module_version": "1.5.0", "_model_name": "DescriptionStyleModel", "_view_count": null, "_view_module": "@jupyter-widgets/base", "_view_module_version": "1.2.0", "_view_name": "StyleView", "description_width": "" } }, "2f5ac593004a4b099058a0c554d76685": { "model_module": "@jupyter-widgets/base", "model_name": "LayoutModel", "model_module_version": "1.2.0", "state": { "_model_module": "@jupyter-widgets/base", "_model_module_version": "1.2.0", "_model_name": "LayoutModel", "_view_count": null, "_view_module": "@jupyter-widgets/base", "_view_module_version": "1.2.0", "_view_name": "LayoutView", "align_content": null, "align_items": null, "align_self": null, "border": null, "bottom": null, "display": null, "flex": null, "flex_flow": null, "grid_area": null, "grid_auto_columns": null, "grid_auto_flow": null, "grid_auto_rows": null, "grid_column": null, "grid_gap": null, "grid_row": null, "grid_template_areas": null, "grid_template_columns": null, "grid_template_rows": null, "height": null, "justify_content": null, "justify_items": null, "left": null, "margin": null, "max_height": null, "max_width": null, "min_height": null, "min_width": null, "object_fit": null, "object_position": null, "order": null, "overflow": null, "overflow_x": null, "overflow_y": null, "padding": null, "right": null, "top": null, "visibility": null, "width": null } }, "c1c5a5cf73c246fa871ade56ac8da059": { "model_module": "@jupyter-widgets/controls", "model_name": "ProgressStyleModel", "model_module_version": "1.5.0", "state": { "_model_module": "@jupyter-widgets/controls", "_model_module_version": "1.5.0", "_model_name": "ProgressStyleModel", "_view_count": null, "_view_module": "@jupyter-widgets/base", "_view_module_version": "1.2.0", "_view_name": "StyleView", "bar_color": null, "description_width": "" } }, "e3807685e9be4fc78f9ca5d53b03a958": { "model_module": "@jupyter-widgets/base", "model_name": "LayoutModel", "model_module_version": "1.2.0", "state": { "_model_module": "@jupyter-widgets/base", "_model_module_version": "1.2.0", "_model_name": "LayoutModel", "_view_count": null, "_view_module": "@jupyter-widgets/base", "_view_module_version": "1.2.0", "_view_name": "LayoutView", "align_content": null, "align_items": null, "align_self": null, "border": null, "bottom": null, "display": null, "flex": null, "flex_flow": null, "grid_area": null, "grid_auto_columns": null, "grid_auto_flow": null, "grid_auto_rows": null, "grid_column": null, "grid_gap": null, "grid_row": null, "grid_template_areas": null, "grid_template_columns": null, "grid_template_rows": null, "height": null, "justify_content": null, "justify_items": null, "left": null, "margin": null, "max_height": null, "max_width": null, "min_height": null, "min_width": null, "object_fit": null, "object_position": null, "order": null, "overflow": null, "overflow_x": null, "overflow_y": null, "padding": null, "right": null, "top": null, "visibility": null, "width": null } }, "34d4e27d14244246880ea014a72bac23": { "model_module": "@jupyter-widgets/controls", "model_name": "DescriptionStyleModel", "model_module_version": "1.5.0", "state": { "_model_module": "@jupyter-widgets/controls", "_model_module_version": "1.5.0", "_model_name": "DescriptionStyleModel", "_view_count": null, "_view_module": "@jupyter-widgets/base", "_view_module_version": "1.2.0", "_view_name": "StyleView", "description_width": "" } }, "bf904595dfbb459c8e302f8f40475f76": { "model_module": "@jupyter-widgets/controls", "model_name": "HBoxModel", "model_module_version": "1.5.0", "state": { "_dom_classes": [], "_model_module": "@jupyter-widgets/controls", "_model_module_version": "1.5.0", "_model_name": "HBoxModel", "_view_count": null, "_view_module": "@jupyter-widgets/controls", "_view_module_version": "1.5.0", "_view_name": "HBoxView", "box_style": "", "children": [ "IPY_MODEL_e1bdef169762480f8a9611848ab9c4d7", "IPY_MODEL_97f0334013f94ab59b343971078f21cc", "IPY_MODEL_51e5560dd679459e9c36d6ebf0a08c7e" ], "layout": "IPY_MODEL_0dfa733bc61f474c8be0b58e1a7c9c22" } }, "e1bdef169762480f8a9611848ab9c4d7": { "model_module": "@jupyter-widgets/controls", "model_name": "HTMLModel", "model_module_version": "1.5.0", "state": { "_dom_classes": [], "_model_module": "@jupyter-widgets/controls", "_model_module_version": "1.5.0", "_model_name": "HTMLModel", "_view_count": null, "_view_module": "@jupyter-widgets/controls", "_view_module_version": "1.5.0", "_view_name": "HTMLView", "description": "", "description_tooltip": null, "layout": "IPY_MODEL_e811202c2d3b4415b7ee4db31dcf6535", "placeholder": "​", "style": "IPY_MODEL_4fa5b1e357264ec381b47e68cbce9522", "value": "vocab.txt: " } }, "97f0334013f94ab59b343971078f21cc": { "model_module": "@jupyter-widgets/controls", "model_name": "FloatProgressModel", "model_module_version": "1.5.0", "state": { "_dom_classes": [], "_model_module": "@jupyter-widgets/controls", "_model_module_version": "1.5.0", "_model_name": "FloatProgressModel", "_view_count": null, "_view_module": "@jupyter-widgets/controls", "_view_module_version": "1.5.0", "_view_name": "ProgressView", "bar_style": "success", "description": "", "description_tooltip": null, "layout": "IPY_MODEL_fc7d7e19ca764fc085c1caedd4b0dcba", "max": 1, "min": 0, "orientation": "horizontal", "style": "IPY_MODEL_8c743d10cbaf41bc9a199cf546fc9b44", "value": 1 } }, "51e5560dd679459e9c36d6ebf0a08c7e": { "model_module": "@jupyter-widgets/controls", "model_name": "HTMLModel", "model_module_version": "1.5.0", "state": { "_dom_classes": [], "_model_module": "@jupyter-widgets/controls", "_model_module_version": "1.5.0", "_model_name": "HTMLModel", "_view_count": null, "_view_module": "@jupyter-widgets/controls", "_view_module_version": "1.5.0", "_view_name": "HTMLView", "description": "", "description_tooltip": null, "layout": "IPY_MODEL_9a5b23bf2ae04a4c9f096b64b69d7aa0", "placeholder": "​", "style": "IPY_MODEL_48e9c5d12b934aa2aa43bf15d661ab65", "value": " 895k/? [00:00<00:00, 15.7MB/s]" } }, "0dfa733bc61f474c8be0b58e1a7c9c22": { "model_module": "@jupyter-widgets/base", "model_name": "LayoutModel", "model_module_version": "1.2.0", "state": { "_model_module": "@jupyter-widgets/base", "_model_module_version": "1.2.0", "_model_name": "LayoutModel", "_view_count": null, "_view_module": "@jupyter-widgets/base", "_view_module_version": "1.2.0", "_view_name": "LayoutView", "align_content": null, "align_items": null, "align_self": null, "border": null, "bottom": null, "display": null, "flex": null, "flex_flow": null, "grid_area": null, "grid_auto_columns": null, "grid_auto_flow": null, "grid_auto_rows": null, "grid_column": null, "grid_gap": null, "grid_row": null, "grid_template_areas": null, "grid_template_columns": null, "grid_template_rows": null, "height": null, "justify_content": null, "justify_items": null, "left": null, "margin": null, "max_height": null, "max_width": null, "min_height": null, "min_width": null, "object_fit": null, "object_position": null, "order": null, "overflow": null, "overflow_x": null, "overflow_y": null, "padding": null, "right": null, "top": null, "visibility": null, "width": null } }, "e811202c2d3b4415b7ee4db31dcf6535": { "model_module": "@jupyter-widgets/base", "model_name": "LayoutModel", "model_module_version": "1.2.0", "state": { "_model_module": "@jupyter-widgets/base", "_model_module_version": "1.2.0", "_model_name": "LayoutModel", "_view_count": null, "_view_module": "@jupyter-widgets/base", "_view_module_version": "1.2.0", "_view_name": "LayoutView", "align_content": null, "align_items": null, "align_self": null, "border": null, "bottom": null, "display": null, "flex": null, "flex_flow": null, "grid_area": null, "grid_auto_columns": null, "grid_auto_flow": null, "grid_auto_rows": null, "grid_column": null, "grid_gap": null, "grid_row": null, "grid_template_areas": null, "grid_template_columns": null, "grid_template_rows": null, "height": null, "justify_content": null, "justify_items": null, "left": null, "margin": null, "max_height": null, "max_width": null, "min_height": null, "min_width": null, "object_fit": null, "object_position": null, "order": null, "overflow": null, "overflow_x": null, "overflow_y": null, "padding": null, "right": null, "top": null, "visibility": null, "width": null } }, "4fa5b1e357264ec381b47e68cbce9522": { "model_module": "@jupyter-widgets/controls", "model_name": "DescriptionStyleModel", "model_module_version": "1.5.0", "state": { "_model_module": "@jupyter-widgets/controls", "_model_module_version": "1.5.0", "_model_name": "DescriptionStyleModel", "_view_count": null, "_view_module": "@jupyter-widgets/base", "_view_module_version": "1.2.0", "_view_name": "StyleView", "description_width": "" } }, "fc7d7e19ca764fc085c1caedd4b0dcba": { "model_module": "@jupyter-widgets/base", "model_name": "LayoutModel", "model_module_version": "1.2.0", "state": { "_model_module": "@jupyter-widgets/base", "_model_module_version": "1.2.0", "_model_name": "LayoutModel", "_view_count": null, "_view_module": "@jupyter-widgets/base", "_view_module_version": "1.2.0", "_view_name": "LayoutView", "align_content": null, "align_items": null, "align_self": null, "border": null, "bottom": null, "display": null, "flex": null, "flex_flow": null, "grid_area": null, "grid_auto_columns": null, "grid_auto_flow": null, "grid_auto_rows": null, "grid_column": null, "grid_gap": null, "grid_row": null, "grid_template_areas": null, "grid_template_columns": null, "grid_template_rows": null, "height": null, "justify_content": null, "justify_items": null, "left": null, "margin": null, "max_height": null, "max_width": null, "min_height": null, "min_width": null, "object_fit": null, "object_position": null, "order": null, "overflow": null, "overflow_x": null, "overflow_y": null, "padding": null, "right": null, "top": null, "visibility": null, "width": "20px" } }, "8c743d10cbaf41bc9a199cf546fc9b44": { "model_module": "@jupyter-widgets/controls", "model_name": "ProgressStyleModel", "model_module_version": "1.5.0", "state": { "_model_module": "@jupyter-widgets/controls", "_model_module_version": "1.5.0", "_model_name": "ProgressStyleModel", "_view_count": null, "_view_module": "@jupyter-widgets/base", "_view_module_version": "1.2.0", "_view_name": "StyleView", "bar_color": null, "description_width": "" } }, "9a5b23bf2ae04a4c9f096b64b69d7aa0": { "model_module": "@jupyter-widgets/base", "model_name": "LayoutModel", "model_module_version": "1.2.0", "state": { "_model_module": "@jupyter-widgets/base", "_model_module_version": "1.2.0", "_model_name": "LayoutModel", "_view_count": null, "_view_module": "@jupyter-widgets/base", "_view_module_version": "1.2.0", "_view_name": "LayoutView", "align_content": null, "align_items": null, "align_self": null, "border": null, "bottom": null, "display": null, "flex": null, "flex_flow": null, "grid_area": null, "grid_auto_columns": null, "grid_auto_flow": null, "grid_auto_rows": null, "grid_column": null, "grid_gap": null, "grid_row": null, "grid_template_areas": null, "grid_template_columns": null, "grid_template_rows": null, "height": null, "justify_content": null, "justify_items": null, "left": null, "margin": null, "max_height": null, "max_width": null, "min_height": null, "min_width": null, "object_fit": null, "object_position": null, "order": null, "overflow": null, "overflow_x": null, "overflow_y": null, "padding": null, "right": null, "top": null, "visibility": null, "width": null } }, "48e9c5d12b934aa2aa43bf15d661ab65": { "model_module": "@jupyter-widgets/controls", "model_name": "DescriptionStyleModel", "model_module_version": "1.5.0", "state": { "_model_module": "@jupyter-widgets/controls", "_model_module_version": "1.5.0", "_model_name": "DescriptionStyleModel", "_view_count": null, "_view_module": "@jupyter-widgets/base", "_view_module_version": "1.2.0", "_view_name": "StyleView", "description_width": "" } }, "32560745d70e4a76933d91a7dfc48d4a": { "model_module": "@jupyter-widgets/controls", "model_name": "HBoxModel", "model_module_version": "1.5.0", "state": { "_dom_classes": [], "_model_module": "@jupyter-widgets/controls", "_model_module_version": "1.5.0", "_model_name": "HBoxModel", "_view_count": null, "_view_module": "@jupyter-widgets/controls", "_view_module_version": "1.5.0", "_view_name": "HBoxView", "box_style": "", "children": [ "IPY_MODEL_85e4a2796b5a41b7b7817983b03b2091", "IPY_MODEL_0900d92c37034b6fab51469ebe418988", "IPY_MODEL_0bb1e4a00e5a40c08dc27a167fe2df8b" ], "layout": "IPY_MODEL_c5179fc8940d4903a5e16ede0b81eec4" } }, "85e4a2796b5a41b7b7817983b03b2091": { "model_module": "@jupyter-widgets/controls", "model_name": "HTMLModel", "model_module_version": "1.5.0", "state": { "_dom_classes": [], "_model_module": "@jupyter-widgets/controls", "_model_module_version": "1.5.0", "_model_name": "HTMLModel", "_view_count": null, "_view_module": "@jupyter-widgets/controls", "_view_module_version": "1.5.0", "_view_name": "HTMLView", "description": "", "description_tooltip": null, "layout": "IPY_MODEL_4acee5afc65c4fc49f405fd139d41350", "placeholder": "​", "style": "IPY_MODEL_053766b71f7a4e35a7c5b8139a6dfabf", "value": "bpe.codes: " } }, "0900d92c37034b6fab51469ebe418988": { "model_module": "@jupyter-widgets/controls", "model_name": "FloatProgressModel", "model_module_version": "1.5.0", "state": { "_dom_classes": [], "_model_module": "@jupyter-widgets/controls", "_model_module_version": "1.5.0", "_model_name": "FloatProgressModel", "_view_count": null, "_view_module": "@jupyter-widgets/controls", "_view_module_version": "1.5.0", "_view_name": "ProgressView", "bar_style": "success", "description": "", "description_tooltip": null, "layout": "IPY_MODEL_1f6577e250e64825984f18e2d9ac09d3", "max": 1, "min": 0, "orientation": "horizontal", "style": "IPY_MODEL_f99e5efb94c04d63b5da552686484d33", "value": 1 } }, "0bb1e4a00e5a40c08dc27a167fe2df8b": { "model_module": "@jupyter-widgets/controls", "model_name": "HTMLModel", "model_module_version": "1.5.0", "state": { "_dom_classes": [], "_model_module": "@jupyter-widgets/controls", "_model_module_version": "1.5.0", "_model_name": "HTMLModel", "_view_count": null, "_view_module": "@jupyter-widgets/controls", "_view_module_version": "1.5.0", "_view_name": "HTMLView", "description": "", "description_tooltip": null, "layout": "IPY_MODEL_fd1adb085d9447a7beda2727e3e4b02b", "placeholder": "​", "style": "IPY_MODEL_9c45418ad0b34b19bbca43336dfca2d6", "value": " 1.14M/? [00:00<00:00, 42.0MB/s]" } }, "c5179fc8940d4903a5e16ede0b81eec4": { "model_module": "@jupyter-widgets/base", "model_name": "LayoutModel", "model_module_version": "1.2.0", "state": { "_model_module": "@jupyter-widgets/base", "_model_module_version": "1.2.0", "_model_name": "LayoutModel", "_view_count": null, "_view_module": "@jupyter-widgets/base", "_view_module_version": "1.2.0", "_view_name": "LayoutView", "align_content": null, "align_items": null, "align_self": null, "border": null, "bottom": null, "display": null, "flex": null, "flex_flow": null, "grid_area": null, "grid_auto_columns": null, "grid_auto_flow": null, "grid_auto_rows": null, "grid_column": null, "grid_gap": null, "grid_row": null, "grid_template_areas": null, "grid_template_columns": null, "grid_template_rows": null, "height": null, "justify_content": null, "justify_items": null, "left": null, "margin": null, "max_height": null, "max_width": null, "min_height": null, "min_width": null, "object_fit": null, "object_position": null, "order": null, "overflow": null, "overflow_x": null, "overflow_y": null, "padding": null, "right": null, "top": null, "visibility": null, "width": null } }, "4acee5afc65c4fc49f405fd139d41350": { "model_module": "@jupyter-widgets/base", "model_name": "LayoutModel", "model_module_version": "1.2.0", "state": { "_model_module": "@jupyter-widgets/base", "_model_module_version": "1.2.0", "_model_name": "LayoutModel", "_view_count": null, "_view_module": "@jupyter-widgets/base", "_view_module_version": "1.2.0", "_view_name": "LayoutView", "align_content": null, "align_items": null, "align_self": null, "border": null, "bottom": null, "display": null, "flex": null, "flex_flow": null, "grid_area": null, "grid_auto_columns": null, "grid_auto_flow": null, "grid_auto_rows": null, "grid_column": null, "grid_gap": null, "grid_row": null, "grid_template_areas": null, "grid_template_columns": null, "grid_template_rows": null, "height": null, "justify_content": null, "justify_items": null, "left": null, "margin": null, "max_height": null, "max_width": null, "min_height": null, "min_width": null, "object_fit": null, "object_position": null, "order": null, "overflow": null, "overflow_x": null, "overflow_y": null, "padding": null, "right": null, "top": null, "visibility": null, "width": null } }, "053766b71f7a4e35a7c5b8139a6dfabf": { "model_module": "@jupyter-widgets/controls", "model_name": "DescriptionStyleModel", "model_module_version": "1.5.0", "state": { "_model_module": "@jupyter-widgets/controls", "_model_module_version": "1.5.0", "_model_name": "DescriptionStyleModel", "_view_count": null, "_view_module": "@jupyter-widgets/base", "_view_module_version": "1.2.0", "_view_name": "StyleView", "description_width": "" } }, "1f6577e250e64825984f18e2d9ac09d3": { "model_module": "@jupyter-widgets/base", "model_name": "LayoutModel", "model_module_version": "1.2.0", "state": { "_model_module": "@jupyter-widgets/base", "_model_module_version": "1.2.0", "_model_name": "LayoutModel", "_view_count": null, "_view_module": "@jupyter-widgets/base", "_view_module_version": "1.2.0", "_view_name": "LayoutView", "align_content": null, "align_items": null, "align_self": null, "border": null, "bottom": null, "display": null, "flex": null, "flex_flow": null, "grid_area": null, "grid_auto_columns": null, "grid_auto_flow": null, "grid_auto_rows": null, "grid_column": null, "grid_gap": null, "grid_row": null, "grid_template_areas": null, "grid_template_columns": null, "grid_template_rows": null, "height": null, "justify_content": null, "justify_items": null, "left": null, "margin": null, "max_height": null, "max_width": null, "min_height": null, "min_width": null, "object_fit": null, "object_position": null, "order": null, "overflow": null, "overflow_x": null, "overflow_y": null, "padding": null, "right": null, "top": null, "visibility": null, "width": "20px" } }, "f99e5efb94c04d63b5da552686484d33": { "model_module": "@jupyter-widgets/controls", "model_name": "ProgressStyleModel", "model_module_version": "1.5.0", "state": { "_model_module": "@jupyter-widgets/controls", "_model_module_version": "1.5.0", "_model_name": "ProgressStyleModel", "_view_count": null, "_view_module": "@jupyter-widgets/base", "_view_module_version": "1.2.0", "_view_name": "StyleView", "bar_color": null, "description_width": "" } }, "fd1adb085d9447a7beda2727e3e4b02b": { "model_module": "@jupyter-widgets/base", "model_name": "LayoutModel", "model_module_version": "1.2.0", "state": { "_model_module": "@jupyter-widgets/base", "_model_module_version": "1.2.0", "_model_name": "LayoutModel", "_view_count": null, "_view_module": "@jupyter-widgets/base", "_view_module_version": "1.2.0", "_view_name": "LayoutView", "align_content": null, "align_items": null, "align_self": null, "border": null, "bottom": null, "display": null, "flex": null, "flex_flow": null, "grid_area": null, "grid_auto_columns": null, "grid_auto_flow": null, "grid_auto_rows": null, "grid_column": null, "grid_gap": null, "grid_row": null, "grid_template_areas": null, "grid_template_columns": null, "grid_template_rows": null, "height": null, "justify_content": null, "justify_items": null, "left": null, "margin": null, "max_height": null, "max_width": null, "min_height": null, "min_width": null, "object_fit": null, "object_position": null, "order": null, "overflow": null, "overflow_x": null, "overflow_y": null, "padding": null, "right": null, "top": null, "visibility": null, "width": null } }, "9c45418ad0b34b19bbca43336dfca2d6": { "model_module": "@jupyter-widgets/controls", "model_name": "DescriptionStyleModel", "model_module_version": "1.5.0", "state": { "_model_module": "@jupyter-widgets/controls", "_model_module_version": "1.5.0", "_model_name": "DescriptionStyleModel", "_view_count": null, "_view_module": "@jupyter-widgets/base", "_view_module_version": "1.2.0", "_view_name": "StyleView", "description_width": "" } }, "ca7b80a780ab44b3a0207928d4c62f7d": { "model_module": "@jupyter-widgets/controls", "model_name": "HBoxModel", "model_module_version": "1.5.0", "state": { "_dom_classes": [], "_model_module": "@jupyter-widgets/controls", "_model_module_version": "1.5.0", "_model_name": "HBoxModel", "_view_count": null, "_view_module": "@jupyter-widgets/controls", "_view_module_version": "1.5.0", "_view_name": "HBoxView", "box_style": "", "children": [ "IPY_MODEL_c28416c7e1444a4baa58db9ff5b437d9", "IPY_MODEL_94c646c8f07943f48baf3d4f8842840b", "IPY_MODEL_b9e527c513d04d22b054eaa27ca07378" ], "layout": "IPY_MODEL_903f471c0f7d4d9ca64a1a0830091d32" } }, "c28416c7e1444a4baa58db9ff5b437d9": { "model_module": "@jupyter-widgets/controls", "model_name": "HTMLModel", "model_module_version": "1.5.0", "state": { "_dom_classes": [], "_model_module": "@jupyter-widgets/controls", "_model_module_version": "1.5.0", "_model_name": "HTMLModel", "_view_count": null, "_view_module": "@jupyter-widgets/controls", "_view_module_version": "1.5.0", "_view_name": "HTMLView", "description": "", "description_tooltip": null, "layout": "IPY_MODEL_167bbcad915447e08f58fed7a3534eb4", "placeholder": "​", "style": "IPY_MODEL_97616b1f1ce94c6da5e02e075e458458", "value": "tokenizer.json: " } }, "94c646c8f07943f48baf3d4f8842840b": { "model_module": "@jupyter-widgets/controls", "model_name": "FloatProgressModel", "model_module_version": "1.5.0", "state": { "_dom_classes": [], "_model_module": "@jupyter-widgets/controls", "_model_module_version": "1.5.0", "_model_name": "FloatProgressModel", "_view_count": null, "_view_module": "@jupyter-widgets/controls", "_view_module_version": "1.5.0", "_view_name": "ProgressView", "bar_style": "success", "description": "", "description_tooltip": null, "layout": "IPY_MODEL_52f9acb74cda4511aaa7938d3106d520", "max": 1, "min": 0, "orientation": "horizontal", "style": "IPY_MODEL_1194b991ba76425598fed4b854a99194", "value": 1 } }, "b9e527c513d04d22b054eaa27ca07378": { "model_module": "@jupyter-widgets/controls", "model_name": "HTMLModel", "model_module_version": "1.5.0", "state": { "_dom_classes": [], "_model_module": "@jupyter-widgets/controls", "_model_module_version": "1.5.0", "_model_name": "HTMLModel", "_view_count": null, "_view_module": "@jupyter-widgets/controls", "_view_module_version": "1.5.0", "_view_name": "HTMLView", "description": "", "description_tooltip": null, "layout": "IPY_MODEL_4f1a51d5d4874b3185d094dc7cefa19f", "placeholder": "​", "style": "IPY_MODEL_e5a1d4e9d4224d5591800412c511c42c", "value": " 3.13M/? [00:00<00:00, 78.5MB/s]" } }, "903f471c0f7d4d9ca64a1a0830091d32": { "model_module": "@jupyter-widgets/base", "model_name": "LayoutModel", "model_module_version": "1.2.0", "state": { "_model_module": "@jupyter-widgets/base", "_model_module_version": "1.2.0", "_model_name": "LayoutModel", "_view_count": null, "_view_module": "@jupyter-widgets/base", "_view_module_version": "1.2.0", "_view_name": "LayoutView", "align_content": null, "align_items": null, "align_self": null, "border": null, "bottom": null, "display": null, "flex": null, "flex_flow": null, "grid_area": null, "grid_auto_columns": null, "grid_auto_flow": null, "grid_auto_rows": null, "grid_column": null, "grid_gap": null, "grid_row": null, "grid_template_areas": null, "grid_template_columns": null, "grid_template_rows": null, "height": null, "justify_content": null, "justify_items": null, "left": null, "margin": null, "max_height": null, "max_width": null, "min_height": null, "min_width": null, "object_fit": null, "object_position": null, "order": null, "overflow": null, "overflow_x": null, "overflow_y": null, "padding": null, "right": null, "top": null, "visibility": null, "width": null } }, "167bbcad915447e08f58fed7a3534eb4": { "model_module": "@jupyter-widgets/base", "model_name": "LayoutModel", "model_module_version": "1.2.0", "state": { "_model_module": "@jupyter-widgets/base", "_model_module_version": "1.2.0", "_model_name": "LayoutModel", "_view_count": null, "_view_module": "@jupyter-widgets/base", "_view_module_version": "1.2.0", "_view_name": "LayoutView", "align_content": null, "align_items": null, "align_self": null, "border": null, "bottom": null, "display": null, "flex": null, "flex_flow": null, "grid_area": null, "grid_auto_columns": null, "grid_auto_flow": null, "grid_auto_rows": null, "grid_column": null, "grid_gap": null, "grid_row": null, "grid_template_areas": null, "grid_template_columns": null, "grid_template_rows": null, "height": null, "justify_content": null, "justify_items": null, "left": null, "margin": null, "max_height": null, "max_width": null, "min_height": null, "min_width": null, "object_fit": null, "object_position": null, "order": null, "overflow": null, "overflow_x": null, "overflow_y": null, "padding": null, "right": null, "top": null, "visibility": null, "width": null } }, "97616b1f1ce94c6da5e02e075e458458": { "model_module": "@jupyter-widgets/controls", "model_name": "DescriptionStyleModel", "model_module_version": "1.5.0", "state": { "_model_module": "@jupyter-widgets/controls", "_model_module_version": "1.5.0", "_model_name": "DescriptionStyleModel", "_view_count": null, "_view_module": "@jupyter-widgets/base", "_view_module_version": "1.2.0", "_view_name": "StyleView", "description_width": "" } }, "52f9acb74cda4511aaa7938d3106d520": { "model_module": "@jupyter-widgets/base", "model_name": "LayoutModel", "model_module_version": "1.2.0", "state": { "_model_module": "@jupyter-widgets/base", "_model_module_version": "1.2.0", "_model_name": "LayoutModel", "_view_count": null, "_view_module": "@jupyter-widgets/base", "_view_module_version": "1.2.0", "_view_name": "LayoutView", "align_content": null, "align_items": null, "align_self": null, "border": null, "bottom": null, "display": null, "flex": null, "flex_flow": null, "grid_area": null, "grid_auto_columns": null, "grid_auto_flow": null, "grid_auto_rows": null, "grid_column": null, "grid_gap": null, "grid_row": null, "grid_template_areas": null, "grid_template_columns": null, "grid_template_rows": null, "height": null, "justify_content": null, "justify_items": null, "left": null, "margin": null, "max_height": null, "max_width": null, "min_height": null, "min_width": null, "object_fit": null, "object_position": null, "order": null, "overflow": null, "overflow_x": null, "overflow_y": null, "padding": null, "right": null, "top": null, "visibility": null, "width": "20px" } }, "1194b991ba76425598fed4b854a99194": { "model_module": "@jupyter-widgets/controls", "model_name": "ProgressStyleModel", "model_module_version": "1.5.0", "state": { "_model_module": "@jupyter-widgets/controls", "_model_module_version": "1.5.0", "_model_name": "ProgressStyleModel", "_view_count": null, "_view_module": "@jupyter-widgets/base", "_view_module_version": "1.2.0", "_view_name": "StyleView", "bar_color": null, "description_width": "" } }, "4f1a51d5d4874b3185d094dc7cefa19f": { "model_module": "@jupyter-widgets/base", "model_name": "LayoutModel", "model_module_version": "1.2.0", "state": { "_model_module": "@jupyter-widgets/base", "_model_module_version": "1.2.0", "_model_name": "LayoutModel", "_view_count": null, "_view_module": "@jupyter-widgets/base", "_view_module_version": "1.2.0", "_view_name": "LayoutView", "align_content": null, "align_items": null, "align_self": null, "border": null, "bottom": null, "display": null, "flex": null, "flex_flow": null, "grid_area": null, "grid_auto_columns": null, "grid_auto_flow": null, "grid_auto_rows": null, "grid_column": null, "grid_gap": null, "grid_row": null, "grid_template_areas": null, "grid_template_columns": null, "grid_template_rows": null, "height": null, "justify_content": null, "justify_items": null, "left": null, "margin": null, "max_height": null, "max_width": null, "min_height": null, "min_width": null, "object_fit": null, "object_position": null, "order": null, "overflow": null, "overflow_x": null, "overflow_y": null, "padding": null, "right": null, "top": null, "visibility": null, "width": null } }, "e5a1d4e9d4224d5591800412c511c42c": { "model_module": "@jupyter-widgets/controls", "model_name": "DescriptionStyleModel", "model_module_version": "1.5.0", "state": { "_model_module": "@jupyter-widgets/controls", "_model_module_version": "1.5.0", "_model_name": "DescriptionStyleModel", "_view_count": null, "_view_module": "@jupyter-widgets/base", "_view_module_version": "1.2.0", "_view_name": "StyleView", "description_width": "" } }, "3665957adfb5436899a3ff2bdb61013d": { "model_module": "@jupyter-widgets/controls", "model_name": "HBoxModel", "model_module_version": "1.5.0", "state": { "_dom_classes": [], "_model_module": "@jupyter-widgets/controls", "_model_module_version": "1.5.0", "_model_name": "HBoxModel", "_view_count": null, "_view_module": "@jupyter-widgets/controls", "_view_module_version": "1.5.0", "_view_name": "HBoxView", "box_style": "", "children": [ "IPY_MODEL_faac2d313624475c8ca875ebb96ce161", "IPY_MODEL_17d526811e5141789964d7f9be1b2a40", "IPY_MODEL_61dab0f9de3143399f6c5bd7540fc0b4" ], "layout": "IPY_MODEL_3ac11ab497ee4813a7db2f65ac7428f4" } }, "faac2d313624475c8ca875ebb96ce161": { "model_module": "@jupyter-widgets/controls", "model_name": "HTMLModel", "model_module_version": "1.5.0", "state": { "_dom_classes": [], "_model_module": "@jupyter-widgets/controls", "_model_module_version": "1.5.0", "_model_name": "HTMLModel", "_view_count": null, "_view_module": "@jupyter-widgets/controls", "_view_module_version": "1.5.0", "_view_name": "HTMLView", "description": "", "description_tooltip": null, "layout": "IPY_MODEL_1961c91bb5274b33aa53c0dccb0f9e6b", "placeholder": "​", "style": "IPY_MODEL_367d5960c3a24e30b0408341d3520c48", "value": "README.md: " } }, "17d526811e5141789964d7f9be1b2a40": { "model_module": "@jupyter-widgets/controls", "model_name": "FloatProgressModel", "model_module_version": "1.5.0", "state": { "_dom_classes": [], "_model_module": "@jupyter-widgets/controls", "_model_module_version": "1.5.0", "_model_name": "FloatProgressModel", "_view_count": null, "_view_module": "@jupyter-widgets/controls", "_view_module_version": "1.5.0", "_view_name": "ProgressView", "bar_style": "success", "description": "", "description_tooltip": null, "layout": "IPY_MODEL_f9e055564a684995a382a095ea7c5c5f", "max": 1, "min": 0, "orientation": "horizontal", "style": "IPY_MODEL_4f65348107b44491a2360ff462033dea", "value": 1 } }, "61dab0f9de3143399f6c5bd7540fc0b4": { "model_module": "@jupyter-widgets/controls", "model_name": "HTMLModel", "model_module_version": "1.5.0", "state": { "_dom_classes": [], "_model_module": "@jupyter-widgets/controls", "_model_module_version": "1.5.0", "_model_name": "HTMLModel", "_view_count": null, "_view_module": "@jupyter-widgets/controls", "_view_module_version": "1.5.0", "_view_name": "HTMLView", "description": "", "description_tooltip": null, "layout": "IPY_MODEL_a1cc61a212a64e4baeab477d4996e8ea", "placeholder": "​", "style": "IPY_MODEL_53b43acb0ea048aabae72faa06e624d3", "value": " 6.10k/? [00:00<00:00, 631kB/s]" } }, "3ac11ab497ee4813a7db2f65ac7428f4": { "model_module": "@jupyter-widgets/base", "model_name": "LayoutModel", "model_module_version": "1.2.0", "state": { "_model_module": "@jupyter-widgets/base", "_model_module_version": "1.2.0", "_model_name": "LayoutModel", "_view_count": null, "_view_module": "@jupyter-widgets/base", "_view_module_version": "1.2.0", "_view_name": "LayoutView", "align_content": null, "align_items": null, "align_self": null, "border": null, "bottom": null, "display": null, "flex": null, "flex_flow": null, "grid_area": null, "grid_auto_columns": null, "grid_auto_flow": null, "grid_auto_rows": null, "grid_column": null, "grid_gap": null, "grid_row": null, "grid_template_areas": null, "grid_template_columns": null, "grid_template_rows": null, "height": null, "justify_content": null, "justify_items": null, "left": null, "margin": null, "max_height": null, "max_width": null, "min_height": null, "min_width": null, "object_fit": null, "object_position": null, "order": null, "overflow": null, "overflow_x": null, "overflow_y": null, "padding": null, "right": null, "top": null, "visibility": null, "width": null } }, "1961c91bb5274b33aa53c0dccb0f9e6b": { "model_module": "@jupyter-widgets/base", "model_name": "LayoutModel", "model_module_version": "1.2.0", "state": { "_model_module": "@jupyter-widgets/base", "_model_module_version": "1.2.0", "_model_name": "LayoutModel", "_view_count": null, "_view_module": "@jupyter-widgets/base", "_view_module_version": "1.2.0", "_view_name": "LayoutView", "align_content": null, "align_items": null, "align_self": null, "border": null, "bottom": null, "display": null, "flex": null, "flex_flow": null, "grid_area": null, "grid_auto_columns": null, "grid_auto_flow": null, "grid_auto_rows": null, "grid_column": null, "grid_gap": null, "grid_row": null, "grid_template_areas": null, "grid_template_columns": null, "grid_template_rows": null, "height": null, "justify_content": null, "justify_items": null, "left": null, "margin": null, "max_height": null, "max_width": null, "min_height": null, "min_width": null, "object_fit": null, "object_position": null, "order": null, "overflow": null, "overflow_x": null, "overflow_y": null, "padding": null, "right": null, "top": null, "visibility": null, "width": null } }, "367d5960c3a24e30b0408341d3520c48": { "model_module": "@jupyter-widgets/controls", "model_name": "DescriptionStyleModel", "model_module_version": "1.5.0", "state": { "_model_module": "@jupyter-widgets/controls", "_model_module_version": "1.5.0", "_model_name": "DescriptionStyleModel", "_view_count": null, "_view_module": "@jupyter-widgets/base", "_view_module_version": "1.2.0", "_view_name": "StyleView", "description_width": "" } }, "f9e055564a684995a382a095ea7c5c5f": { "model_module": "@jupyter-widgets/base", "model_name": "LayoutModel", "model_module_version": "1.2.0", "state": { "_model_module": "@jupyter-widgets/base", "_model_module_version": "1.2.0", "_model_name": "LayoutModel", "_view_count": null, "_view_module": "@jupyter-widgets/base", "_view_module_version": "1.2.0", "_view_name": "LayoutView", "align_content": null, "align_items": null, "align_self": null, "border": null, "bottom": null, "display": null, "flex": null, "flex_flow": null, "grid_area": null, "grid_auto_columns": null, "grid_auto_flow": null, "grid_auto_rows": null, "grid_column": null, "grid_gap": null, "grid_row": null, "grid_template_areas": null, "grid_template_columns": null, "grid_template_rows": null, "height": null, "justify_content": null, "justify_items": null, "left": null, "margin": null, "max_height": null, "max_width": null, "min_height": null, "min_width": null, "object_fit": null, "object_position": null, "order": null, "overflow": null, "overflow_x": null, "overflow_y": null, "padding": null, "right": null, "top": null, "visibility": null, "width": "20px" } }, "4f65348107b44491a2360ff462033dea": { "model_module": "@jupyter-widgets/controls", "model_name": "ProgressStyleModel", "model_module_version": "1.5.0", "state": { "_model_module": "@jupyter-widgets/controls", "_model_module_version": "1.5.0", "_model_name": "ProgressStyleModel", "_view_count": null, "_view_module": "@jupyter-widgets/base", "_view_module_version": "1.2.0", "_view_name": "StyleView", "bar_color": null, "description_width": "" } }, "a1cc61a212a64e4baeab477d4996e8ea": { "model_module": "@jupyter-widgets/base", "model_name": "LayoutModel", "model_module_version": "1.2.0", "state": { "_model_module": "@jupyter-widgets/base", "_model_module_version": "1.2.0", "_model_name": "LayoutModel", "_view_count": null, "_view_module": "@jupyter-widgets/base", "_view_module_version": "1.2.0", "_view_name": "LayoutView", "align_content": null, "align_items": null, "align_self": null, "border": null, "bottom": null, "display": null, "flex": null, "flex_flow": null, "grid_area": null, "grid_auto_columns": null, "grid_auto_flow": null, "grid_auto_rows": null, "grid_column": null, "grid_gap": null, "grid_row": null, "grid_template_areas": null, "grid_template_columns": null, "grid_template_rows": null, "height": null, "justify_content": null, "justify_items": null, "left": null, "margin": null, "max_height": null, "max_width": null, "min_height": null, "min_width": null, "object_fit": null, "object_position": null, "order": null, "overflow": null, "overflow_x": null, "overflow_y": null, "padding": null, "right": null, "top": null, "visibility": null, "width": null } }, "53b43acb0ea048aabae72faa06e624d3": { "model_module": "@jupyter-widgets/controls", "model_name": "DescriptionStyleModel", "model_module_version": "1.5.0", "state": { "_model_module": "@jupyter-widgets/controls", "_model_module_version": "1.5.0", "_model_name": "DescriptionStyleModel", "_view_count": null, "_view_module": "@jupyter-widgets/base", "_view_module_version": "1.2.0", "_view_name": "StyleView", "description_width": "" } }, "fdd9310466e14044b9adae7d8f3b0a17": { "model_module": "@jupyter-widgets/controls", "model_name": "HBoxModel", "model_module_version": "1.5.0", "state": { "_dom_classes": [], "_model_module": "@jupyter-widgets/controls", "_model_module_version": "1.5.0", "_model_name": "HBoxModel", "_view_count": null, "_view_module": "@jupyter-widgets/controls", "_view_module_version": "1.5.0", "_view_name": "HBoxView", "box_style": "", "children": [ "IPY_MODEL_16a6d0f2672f408fb002a242a6385589", "IPY_MODEL_609ee15cd2ba42268619759caab8cb49", "IPY_MODEL_037516e0522f45e4ab8370016370ac55" ], "layout": "IPY_MODEL_395b9d76b10a47ca94ffa53b3c40d9a9" } }, "16a6d0f2672f408fb002a242a6385589": { "model_module": "@jupyter-widgets/controls", "model_name": "HTMLModel", "model_module_version": "1.5.0", "state": { "_dom_classes": [], "_model_module": "@jupyter-widgets/controls", "_model_module_version": "1.5.0", "_model_name": "HTMLModel", "_view_count": null, "_view_module": "@jupyter-widgets/controls", "_view_module_version": "1.5.0", "_view_name": "HTMLView", "description": "", "description_tooltip": null, "layout": "IPY_MODEL_cbd7b7008b904e149430b2fdc8bf045f", "placeholder": "​", "style": "IPY_MODEL_2a7ca6e8f0bb4eefb646efce4d94a53e", "value": "tokenizer_config.json: 100%" } }, "609ee15cd2ba42268619759caab8cb49": { "model_module": "@jupyter-widgets/controls", "model_name": "FloatProgressModel", "model_module_version": "1.5.0", "state": { "_dom_classes": [], "_model_module": "@jupyter-widgets/controls", "_model_module_version": "1.5.0", "_model_name": "FloatProgressModel", "_view_count": null, "_view_module": "@jupyter-widgets/controls", "_view_module_version": "1.5.0", "_view_name": "ProgressView", "bar_style": "success", "description": "", "description_tooltip": null, "layout": "IPY_MODEL_054a382e77974889a6177453eff3468e", "max": 25, "min": 0, "orientation": "horizontal", "style": "IPY_MODEL_f0caba8ca1d1402d818aae64485b1da1", "value": 25 } }, "037516e0522f45e4ab8370016370ac55": { "model_module": "@jupyter-widgets/controls", "model_name": "HTMLModel", "model_module_version": "1.5.0", "state": { "_dom_classes": [], "_model_module": "@jupyter-widgets/controls", "_model_module_version": "1.5.0", "_model_name": "HTMLModel", "_view_count": null, "_view_module": "@jupyter-widgets/controls", "_view_module_version": "1.5.0", "_view_name": "HTMLView", "description": "", "description_tooltip": null, "layout": "IPY_MODEL_000eb11cc75d478bbe6ce093ca0b60e7", "placeholder": "​", "style": "IPY_MODEL_e214f530164b40509eac48274a0aeba5", "value": " 25.0/25.0 [00:00<00:00, 1.02kB/s]" } }, "395b9d76b10a47ca94ffa53b3c40d9a9": { "model_module": "@jupyter-widgets/base", "model_name": "LayoutModel", "model_module_version": "1.2.0", "state": { "_model_module": "@jupyter-widgets/base", "_model_module_version": "1.2.0", "_model_name": "LayoutModel", "_view_count": null, "_view_module": "@jupyter-widgets/base", "_view_module_version": "1.2.0", "_view_name": "LayoutView", "align_content": null, "align_items": null, "align_self": null, "border": null, "bottom": null, "display": null, "flex": null, "flex_flow": null, "grid_area": null, "grid_auto_columns": null, "grid_auto_flow": null, "grid_auto_rows": null, "grid_column": null, "grid_gap": null, "grid_row": null, "grid_template_areas": null, "grid_template_columns": null, "grid_template_rows": null, "height": null, "justify_content": null, "justify_items": null, "left": null, "margin": null, "max_height": null, "max_width": null, "min_height": null, "min_width": null, "object_fit": null, "object_position": null, "order": null, "overflow": null, "overflow_x": null, "overflow_y": null, "padding": null, "right": null, "top": null, "visibility": null, "width": null } }, "cbd7b7008b904e149430b2fdc8bf045f": { "model_module": "@jupyter-widgets/base", "model_name": "LayoutModel", "model_module_version": "1.2.0", "state": { "_model_module": "@jupyter-widgets/base", "_model_module_version": "1.2.0", "_model_name": "LayoutModel", "_view_count": null, "_view_module": "@jupyter-widgets/base", "_view_module_version": "1.2.0", "_view_name": "LayoutView", "align_content": null, "align_items": null, "align_self": null, "border": null, "bottom": null, "display": null, "flex": null, "flex_flow": null, "grid_area": null, "grid_auto_columns": null, "grid_auto_flow": null, "grid_auto_rows": null, "grid_column": null, "grid_gap": null, "grid_row": null, "grid_template_areas": null, "grid_template_columns": null, "grid_template_rows": null, "height": null, "justify_content": null, "justify_items": null, "left": null, "margin": null, "max_height": null, "max_width": null, "min_height": null, "min_width": null, "object_fit": null, "object_position": null, "order": null, "overflow": null, "overflow_x": null, "overflow_y": null, "padding": null, "right": null, "top": null, "visibility": null, "width": null } }, "2a7ca6e8f0bb4eefb646efce4d94a53e": { "model_module": "@jupyter-widgets/controls", "model_name": "DescriptionStyleModel", "model_module_version": "1.5.0", "state": { "_model_module": "@jupyter-widgets/controls", "_model_module_version": "1.5.0", "_model_name": "DescriptionStyleModel", "_view_count": null, "_view_module": "@jupyter-widgets/base", "_view_module_version": "1.2.0", "_view_name": "StyleView", "description_width": "" } }, "054a382e77974889a6177453eff3468e": { "model_module": "@jupyter-widgets/base", "model_name": "LayoutModel", "model_module_version": "1.2.0", "state": { "_model_module": "@jupyter-widgets/base", "_model_module_version": "1.2.0", "_model_name": "LayoutModel", "_view_count": null, "_view_module": "@jupyter-widgets/base", "_view_module_version": "1.2.0", "_view_name": "LayoutView", "align_content": null, "align_items": null, "align_self": null, "border": null, "bottom": null, "display": null, "flex": null, "flex_flow": null, "grid_area": null, "grid_auto_columns": null, "grid_auto_flow": null, "grid_auto_rows": null, "grid_column": null, "grid_gap": null, "grid_row": null, "grid_template_areas": null, "grid_template_columns": null, "grid_template_rows": null, "height": null, "justify_content": null, "justify_items": null, "left": null, "margin": null, "max_height": null, "max_width": null, "min_height": null, "min_width": null, "object_fit": null, "object_position": null, "order": null, "overflow": null, "overflow_x": null, "overflow_y": null, "padding": null, "right": null, "top": null, "visibility": null, "width": null } }, "f0caba8ca1d1402d818aae64485b1da1": { "model_module": "@jupyter-widgets/controls", "model_name": "ProgressStyleModel", "model_module_version": "1.5.0", "state": { "_model_module": "@jupyter-widgets/controls", "_model_module_version": "1.5.0", "_model_name": "ProgressStyleModel", "_view_count": null, "_view_module": "@jupyter-widgets/base", "_view_module_version": "1.2.0", "_view_name": "StyleView", "bar_color": null, "description_width": "" } }, "000eb11cc75d478bbe6ce093ca0b60e7": { "model_module": "@jupyter-widgets/base", "model_name": "LayoutModel", "model_module_version": "1.2.0", "state": { "_model_module": "@jupyter-widgets/base", "_model_module_version": "1.2.0", "_model_name": "LayoutModel", "_view_count": null, "_view_module": "@jupyter-widgets/base", "_view_module_version": "1.2.0", "_view_name": "LayoutView", "align_content": null, "align_items": null, "align_self": null, "border": null, "bottom": null, "display": null, "flex": null, "flex_flow": null, "grid_area": null, "grid_auto_columns": null, "grid_auto_flow": null, "grid_auto_rows": null, "grid_column": null, "grid_gap": null, "grid_row": null, "grid_template_areas": null, "grid_template_columns": null, "grid_template_rows": null, "height": null, "justify_content": null, "justify_items": null, "left": null, "margin": null, "max_height": null, "max_width": null, "min_height": null, "min_width": null, "object_fit": null, "object_position": null, "order": null, "overflow": null, "overflow_x": null, "overflow_y": null, "padding": null, "right": null, "top": null, "visibility": null, "width": null } }, "e214f530164b40509eac48274a0aeba5": { "model_module": "@jupyter-widgets/controls", "model_name": "DescriptionStyleModel", "model_module_version": "1.5.0", "state": { "_model_module": "@jupyter-widgets/controls", "_model_module_version": "1.5.0", "_model_name": "DescriptionStyleModel", "_view_count": null, "_view_module": "@jupyter-widgets/base", "_view_module_version": "1.2.0", "_view_name": "StyleView", "description_width": "" } }, "985afb51e0084e15a7849d186fbc3e83": { "model_module": "@jupyter-widgets/controls", "model_name": "HBoxModel", "model_module_version": "1.5.0", "state": { "_dom_classes": [], "_model_module": "@jupyter-widgets/controls", "_model_module_version": "1.5.0", "_model_name": "HBoxModel", "_view_count": null, "_view_module": "@jupyter-widgets/controls", "_view_module_version": "1.5.0", "_view_name": "HBoxView", "box_style": "", "children": [ "IPY_MODEL_a620d2e271744cfc86c206cd10d76493", "IPY_MODEL_1655b08e359e447fbf3f744c0ada531c", "IPY_MODEL_ec1f144871844e7d9e51e85827676bad" ], "layout": "IPY_MODEL_59773b2ee7834b95ae545c40c7d323b8" } }, "a620d2e271744cfc86c206cd10d76493": { "model_module": "@jupyter-widgets/controls", "model_name": "HTMLModel", "model_module_version": "1.5.0", "state": { "_dom_classes": [], "_model_module": "@jupyter-widgets/controls", "_model_module_version": "1.5.0", "_model_name": "HTMLModel", "_view_count": null, "_view_module": "@jupyter-widgets/controls", "_view_module_version": "1.5.0", "_view_name": "HTMLView", "description": "", "description_tooltip": null, "layout": "IPY_MODEL_c9ee86e537414da28125b7423a1ee6c3", "placeholder": "​", "style": "IPY_MODEL_e7e2fccef9f84f9f9a6901d87b0bde18", "value": "config.json: 100%" } }, "1655b08e359e447fbf3f744c0ada531c": { "model_module": "@jupyter-widgets/controls", "model_name": "FloatProgressModel", "model_module_version": "1.5.0", "state": { "_dom_classes": [], "_model_module": "@jupyter-widgets/controls", "_model_module_version": "1.5.0", "_model_name": "FloatProgressModel", "_view_count": null, "_view_module": "@jupyter-widgets/controls", "_view_module_version": "1.5.0", "_view_name": "ProgressView", "bar_style": "success", "description": "", "description_tooltip": null, "layout": "IPY_MODEL_70fd146804584a18a7e5c3149ff5dcdc", "max": 734, "min": 0, "orientation": "horizontal", "style": "IPY_MODEL_b4e672b2c7cb44119862a4df7c9ee0af", "value": 734 } }, "ec1f144871844e7d9e51e85827676bad": { "model_module": "@jupyter-widgets/controls", "model_name": "HTMLModel", "model_module_version": "1.5.0", "state": { "_dom_classes": [], "_model_module": "@jupyter-widgets/controls", "_model_module_version": "1.5.0", "_model_name": "HTMLModel", "_view_count": null, "_view_module": "@jupyter-widgets/controls", "_view_module_version": "1.5.0", "_view_name": "HTMLView", "description": "", "description_tooltip": null, "layout": "IPY_MODEL_ecc8f19bb5b547128ef1af1cd28d1d21", "placeholder": "​", "style": "IPY_MODEL_eb1da69671c443b49084cb0f650f0929", "value": " 734/734 [00:00<00:00, 28.3kB/s]" } }, "59773b2ee7834b95ae545c40c7d323b8": { "model_module": "@jupyter-widgets/base", "model_name": "LayoutModel", "model_module_version": "1.2.0", "state": { "_model_module": "@jupyter-widgets/base", "_model_module_version": "1.2.0", "_model_name": "LayoutModel", "_view_count": null, "_view_module": "@jupyter-widgets/base", "_view_module_version": "1.2.0", "_view_name": "LayoutView", "align_content": null, "align_items": null, "align_self": null, "border": null, "bottom": null, "display": null, "flex": null, "flex_flow": null, "grid_area": null, "grid_auto_columns": null, "grid_auto_flow": null, "grid_auto_rows": null, "grid_column": null, "grid_gap": null, "grid_row": null, "grid_template_areas": null, "grid_template_columns": null, "grid_template_rows": null, "height": null, "justify_content": null, "justify_items": null, "left": null, "margin": null, "max_height": null, "max_width": null, "min_height": null, "min_width": null, "object_fit": null, "object_position": null, "order": null, "overflow": null, "overflow_x": null, "overflow_y": null, "padding": null, "right": null, "top": null, "visibility": null, "width": null } }, "c9ee86e537414da28125b7423a1ee6c3": { "model_module": "@jupyter-widgets/base", "model_name": "LayoutModel", "model_module_version": "1.2.0", "state": { "_model_module": "@jupyter-widgets/base", "_model_module_version": "1.2.0", "_model_name": "LayoutModel", "_view_count": null, "_view_module": "@jupyter-widgets/base", "_view_module_version": "1.2.0", "_view_name": "LayoutView", "align_content": null, "align_items": null, "align_self": null, "border": null, "bottom": null, "display": null, "flex": null, "flex_flow": null, "grid_area": null, "grid_auto_columns": null, "grid_auto_flow": null, "grid_auto_rows": null, "grid_column": null, "grid_gap": null, "grid_row": null, "grid_template_areas": null, "grid_template_columns": null, "grid_template_rows": null, "height": null, "justify_content": null, "justify_items": null, "left": null, "margin": null, "max_height": null, "max_width": null, "min_height": null, "min_width": null, "object_fit": null, "object_position": null, "order": null, "overflow": null, "overflow_x": null, "overflow_y": null, "padding": null, "right": null, "top": null, "visibility": null, "width": null } }, "e7e2fccef9f84f9f9a6901d87b0bde18": { "model_module": "@jupyter-widgets/controls", "model_name": "DescriptionStyleModel", "model_module_version": "1.5.0", "state": { "_model_module": "@jupyter-widgets/controls", "_model_module_version": "1.5.0", "_model_name": "DescriptionStyleModel", "_view_count": null, "_view_module": "@jupyter-widgets/base", "_view_module_version": "1.2.0", "_view_name": "StyleView", "description_width": "" } }, "70fd146804584a18a7e5c3149ff5dcdc": { "model_module": "@jupyter-widgets/base", "model_name": "LayoutModel", "model_module_version": "1.2.0", "state": { "_model_module": "@jupyter-widgets/base", "_model_module_version": "1.2.0", "_model_name": "LayoutModel", "_view_count": null, "_view_module": "@jupyter-widgets/base", "_view_module_version": "1.2.0", "_view_name": "LayoutView", "align_content": null, "align_items": null, "align_self": null, "border": null, "bottom": null, "display": null, "flex": null, "flex_flow": null, "grid_area": null, "grid_auto_columns": null, "grid_auto_flow": null, "grid_auto_rows": null, "grid_column": null, "grid_gap": null, "grid_row": null, "grid_template_areas": null, "grid_template_columns": null, "grid_template_rows": null, "height": null, "justify_content": null, "justify_items": null, "left": null, "margin": null, "max_height": null, "max_width": null, "min_height": null, "min_width": null, "object_fit": null, "object_position": null, "order": null, "overflow": null, "overflow_x": null, "overflow_y": null, "padding": null, "right": null, "top": null, "visibility": null, "width": null } }, "b4e672b2c7cb44119862a4df7c9ee0af": { "model_module": "@jupyter-widgets/controls", "model_name": "ProgressStyleModel", "model_module_version": "1.5.0", "state": { "_model_module": "@jupyter-widgets/controls", "_model_module_version": "1.5.0", "_model_name": "ProgressStyleModel", "_view_count": null, "_view_module": "@jupyter-widgets/base", "_view_module_version": "1.2.0", "_view_name": "StyleView", "bar_color": null, "description_width": "" } }, "ecc8f19bb5b547128ef1af1cd28d1d21": { "model_module": "@jupyter-widgets/base", "model_name": "LayoutModel", "model_module_version": "1.2.0", "state": { "_model_module": "@jupyter-widgets/base", "_model_module_version": "1.2.0", "_model_name": "LayoutModel", "_view_count": null, "_view_module": "@jupyter-widgets/base", "_view_module_version": "1.2.0", "_view_name": "LayoutView", "align_content": null, "align_items": null, "align_self": null, "border": null, "bottom": null, "display": null, "flex": null, "flex_flow": null, "grid_area": null, "grid_auto_columns": null, "grid_auto_flow": null, "grid_auto_rows": null, "grid_column": null, "grid_gap": null, "grid_row": null, "grid_template_areas": null, "grid_template_columns": null, "grid_template_rows": null, "height": null, "justify_content": null, "justify_items": null, "left": null, "margin": null, "max_height": null, "max_width": null, "min_height": null, "min_width": null, "object_fit": null, "object_position": null, "order": null, "overflow": null, "overflow_x": null, "overflow_y": null, "padding": null, "right": null, "top": null, "visibility": null, "width": null } }, "eb1da69671c443b49084cb0f650f0929": { "model_module": "@jupyter-widgets/controls", "model_name": "DescriptionStyleModel", "model_module_version": "1.5.0", "state": { "_model_module": "@jupyter-widgets/controls", "_model_module_version": "1.5.0", "_model_name": "DescriptionStyleModel", "_view_count": null, "_view_module": "@jupyter-widgets/base", "_view_module_version": "1.2.0", "_view_name": "StyleView", "description_width": "" } }, "1c7276fd808d40918411cb25f0ee329e": { "model_module": "@jupyter-widgets/controls", "model_name": "HBoxModel", "model_module_version": "1.5.0", "state": { "_dom_classes": [], "_model_module": "@jupyter-widgets/controls", "_model_module_version": "1.5.0", "_model_name": "HBoxModel", "_view_count": null, "_view_module": "@jupyter-widgets/controls", "_view_module_version": "1.5.0", "_view_name": "HBoxView", "box_style": "", "children": [ "IPY_MODEL_e2224ed3579d4179a8bf1fdc8e8466d8", "IPY_MODEL_d4c90370f7f24dc0b36de8e253066a76", "IPY_MODEL_9c2689cae21946a1ae89eb3e4ea1083a" ], "layout": "IPY_MODEL_f3541674131f4755a2ac4fa2af99f490" } }, "e2224ed3579d4179a8bf1fdc8e8466d8": { "model_module": "@jupyter-widgets/controls", "model_name": "HTMLModel", "model_module_version": "1.5.0", "state": { "_dom_classes": [], "_model_module": "@jupyter-widgets/controls", "_model_module_version": "1.5.0", "_model_name": "HTMLModel", "_view_count": null, "_view_module": "@jupyter-widgets/controls", "_view_module_version": "1.5.0", "_view_name": "HTMLView", "description": "", "description_tooltip": null, "layout": "IPY_MODEL_658afe44fc5040d8af526149b0767c15", "placeholder": "​", "style": "IPY_MODEL_a59be855f8b9461aa8da4937220fb695", "value": "sentencepiece.bpe.model: 100%" } }, "d4c90370f7f24dc0b36de8e253066a76": { "model_module": "@jupyter-widgets/controls", "model_name": "FloatProgressModel", "model_module_version": "1.5.0", "state": { "_dom_classes": [], "_model_module": "@jupyter-widgets/controls", "_model_module_version": "1.5.0", "_model_name": "FloatProgressModel", "_view_count": null, "_view_module": "@jupyter-widgets/controls", "_view_module_version": "1.5.0", "_view_name": "ProgressView", "bar_style": "success", "description": "", "description_tooltip": null, "layout": "IPY_MODEL_d231d58cab0f44ff804ef26cc7440bc7", "max": 5069051, "min": 0, "orientation": "horizontal", "style": "IPY_MODEL_c0d9965a2fef4bc8a503ba9464179006", "value": 5069051 } }, "9c2689cae21946a1ae89eb3e4ea1083a": { "model_module": "@jupyter-widgets/controls", "model_name": "HTMLModel", "model_module_version": "1.5.0", "state": { "_dom_classes": [], "_model_module": "@jupyter-widgets/controls", "_model_module_version": "1.5.0", "_model_name": "HTMLModel", "_view_count": null, "_view_module": "@jupyter-widgets/controls", "_view_module_version": "1.5.0", "_view_name": "HTMLView", "description": "", "description_tooltip": null, "layout": "IPY_MODEL_7490c55d638d4f418f24247c44ac89c6", "placeholder": "​", "style": "IPY_MODEL_0ddb9cf8f7114dcdbc218f22c0406f75", "value": " 5.07M/5.07M [00:00<00:00, 52.1MB/s]" } }, "f3541674131f4755a2ac4fa2af99f490": { "model_module": "@jupyter-widgets/base", "model_name": "LayoutModel", "model_module_version": "1.2.0", "state": { "_model_module": "@jupyter-widgets/base", "_model_module_version": "1.2.0", "_model_name": "LayoutModel", "_view_count": null, "_view_module": "@jupyter-widgets/base", "_view_module_version": "1.2.0", "_view_name": "LayoutView", "align_content": null, "align_items": null, "align_self": null, "border": null, "bottom": null, "display": null, "flex": null, "flex_flow": null, "grid_area": null, "grid_auto_columns": null, "grid_auto_flow": null, "grid_auto_rows": null, "grid_column": null, "grid_gap": null, "grid_row": null, "grid_template_areas": null, "grid_template_columns": null, "grid_template_rows": null, "height": null, "justify_content": null, "justify_items": null, "left": null, "margin": null, "max_height": null, "max_width": null, "min_height": null, "min_width": null, "object_fit": null, "object_position": null, "order": null, "overflow": null, "overflow_x": null, "overflow_y": null, "padding": null, "right": null, "top": null, "visibility": null, "width": null } }, "658afe44fc5040d8af526149b0767c15": { "model_module": "@jupyter-widgets/base", "model_name": "LayoutModel", "model_module_version": "1.2.0", "state": { "_model_module": "@jupyter-widgets/base", "_model_module_version": "1.2.0", "_model_name": "LayoutModel", "_view_count": null, "_view_module": "@jupyter-widgets/base", "_view_module_version": "1.2.0", "_view_name": "LayoutView", "align_content": null, "align_items": null, "align_self": null, "border": null, "bottom": null, "display": null, "flex": null, "flex_flow": null, "grid_area": null, "grid_auto_columns": null, "grid_auto_flow": null, "grid_auto_rows": null, "grid_column": null, "grid_gap": null, "grid_row": null, "grid_template_areas": null, "grid_template_columns": null, "grid_template_rows": null, "height": null, "justify_content": null, "justify_items": null, "left": null, "margin": null, "max_height": null, "max_width": null, "min_height": null, "min_width": null, "object_fit": null, "object_position": null, "order": null, "overflow": null, "overflow_x": null, "overflow_y": null, "padding": null, "right": null, "top": null, "visibility": null, "width": null } }, "a59be855f8b9461aa8da4937220fb695": { "model_module": "@jupyter-widgets/controls", "model_name": "DescriptionStyleModel", "model_module_version": "1.5.0", "state": { "_model_module": "@jupyter-widgets/controls", "_model_module_version": "1.5.0", "_model_name": "DescriptionStyleModel", "_view_count": null, "_view_module": "@jupyter-widgets/base", "_view_module_version": "1.2.0", "_view_name": "StyleView", "description_width": "" } }, "d231d58cab0f44ff804ef26cc7440bc7": { "model_module": "@jupyter-widgets/base", "model_name": "LayoutModel", "model_module_version": "1.2.0", "state": { "_model_module": "@jupyter-widgets/base", "_model_module_version": "1.2.0", "_model_name": "LayoutModel", "_view_count": null, "_view_module": "@jupyter-widgets/base", "_view_module_version": "1.2.0", "_view_name": "LayoutView", "align_content": null, "align_items": null, "align_self": null, "border": null, "bottom": null, "display": null, "flex": null, "flex_flow": null, "grid_area": null, "grid_auto_columns": null, "grid_auto_flow": null, "grid_auto_rows": null, "grid_column": null, "grid_gap": null, "grid_row": null, "grid_template_areas": null, "grid_template_columns": null, "grid_template_rows": null, "height": null, "justify_content": null, "justify_items": null, "left": null, "margin": null, "max_height": null, "max_width": null, "min_height": null, "min_width": null, "object_fit": null, "object_position": null, "order": null, "overflow": null, "overflow_x": null, "overflow_y": null, "padding": null, "right": null, "top": null, "visibility": null, "width": null } }, "c0d9965a2fef4bc8a503ba9464179006": { "model_module": "@jupyter-widgets/controls", "model_name": "ProgressStyleModel", "model_module_version": "1.5.0", "state": { "_model_module": "@jupyter-widgets/controls", "_model_module_version": "1.5.0", "_model_name": "ProgressStyleModel", "_view_count": null, "_view_module": "@jupyter-widgets/base", "_view_module_version": "1.2.0", "_view_name": "StyleView", "bar_color": null, "description_width": "" } }, "7490c55d638d4f418f24247c44ac89c6": { "model_module": "@jupyter-widgets/base", "model_name": "LayoutModel", "model_module_version": "1.2.0", "state": { "_model_module": "@jupyter-widgets/base", "_model_module_version": "1.2.0", "_model_name": "LayoutModel", "_view_count": null, "_view_module": "@jupyter-widgets/base", "_view_module_version": "1.2.0", "_view_name": "LayoutView", "align_content": null, "align_items": null, "align_self": null, "border": null, "bottom": null, "display": null, "flex": null, "flex_flow": null, "grid_area": null, "grid_auto_columns": null, "grid_auto_flow": null, "grid_auto_rows": null, "grid_column": null, "grid_gap": null, "grid_row": null, "grid_template_areas": null, "grid_template_columns": null, "grid_template_rows": null, "height": null, "justify_content": null, "justify_items": null, "left": null, "margin": null, "max_height": null, "max_width": null, "min_height": null, "min_width": null, "object_fit": null, "object_position": null, "order": null, "overflow": null, "overflow_x": null, "overflow_y": null, "padding": null, "right": null, "top": null, "visibility": null, "width": null } }, "0ddb9cf8f7114dcdbc218f22c0406f75": { "model_module": "@jupyter-widgets/controls", "model_name": "DescriptionStyleModel", "model_module_version": "1.5.0", "state": { "_model_module": "@jupyter-widgets/controls", "_model_module_version": "1.5.0", "_model_name": "DescriptionStyleModel", "_view_count": null, "_view_module": "@jupyter-widgets/base", "_view_module_version": "1.2.0", "_view_name": "StyleView", "description_width": "" } }, "55b80a8131f841c3885777ac92ca5a51": { "model_module": "@jupyter-widgets/controls", "model_name": "HBoxModel", "model_module_version": "1.5.0", "state": { "_dom_classes": [], "_model_module": "@jupyter-widgets/controls", "_model_module_version": "1.5.0", "_model_name": "HBoxModel", "_view_count": null, "_view_module": "@jupyter-widgets/controls", "_view_module_version": "1.5.0", "_view_name": "HBoxView", "box_style": "", "children": [ "IPY_MODEL_a5aeedb2398d4ebe9d0088ad7844d9ba", "IPY_MODEL_1eaf7426475d4ddeaca8107593d191cc", "IPY_MODEL_ed96017167cc436d84d1177f3013b66d" ], "layout": "IPY_MODEL_fe9f4170e8c94e07b3d6c8031fbd1497" } }, "a5aeedb2398d4ebe9d0088ad7844d9ba": { "model_module": "@jupyter-widgets/controls", "model_name": "HTMLModel", "model_module_version": "1.5.0", "state": { "_dom_classes": [], "_model_module": "@jupyter-widgets/controls", "_model_module_version": "1.5.0", "_model_name": "HTMLModel", "_view_count": null, "_view_module": "@jupyter-widgets/controls", "_view_module_version": "1.5.0", "_view_name": "HTMLView", "description": "", "description_tooltip": null, "layout": "IPY_MODEL_54049b28883240528a2f3bfd199c71a2", "placeholder": "​", "style": "IPY_MODEL_d3f09aea0e784e9489a8aaebb2a4ff83", "value": "special_tokens_map.json: 100%" } }, "1eaf7426475d4ddeaca8107593d191cc": { "model_module": "@jupyter-widgets/controls", "model_name": "FloatProgressModel", "model_module_version": "1.5.0", "state": { "_dom_classes": [], "_model_module": "@jupyter-widgets/controls", "_model_module_version": "1.5.0", "_model_name": "FloatProgressModel", "_view_count": null, "_view_module": "@jupyter-widgets/controls", "_view_module_version": "1.5.0", "_view_name": "ProgressView", "bar_style": "success", "description": "", "description_tooltip": null, "layout": "IPY_MODEL_6444e2be2f694e3db1539cce925ef4b7", "max": 150, "min": 0, "orientation": "horizontal", "style": "IPY_MODEL_de78e87fe32e4de5a0ad4a017672f5fe", "value": 150 } }, "ed96017167cc436d84d1177f3013b66d": { "model_module": "@jupyter-widgets/controls", "model_name": "HTMLModel", "model_module_version": "1.5.0", "state": { "_dom_classes": [], "_model_module": "@jupyter-widgets/controls", "_model_module_version": "1.5.0", "_model_name": "HTMLModel", "_view_count": null, "_view_module": "@jupyter-widgets/controls", "_view_module_version": "1.5.0", "_view_name": "HTMLView", "description": "", "description_tooltip": null, "layout": "IPY_MODEL_7587a5c934094a209c59096391141d94", "placeholder": "​", "style": "IPY_MODEL_3a28a6c1a4014a52a29d4242635642de", "value": " 150/150 [00:00<00:00, 17.8kB/s]" } }, "fe9f4170e8c94e07b3d6c8031fbd1497": { "model_module": "@jupyter-widgets/base", "model_name": "LayoutModel", "model_module_version": "1.2.0", "state": { "_model_module": "@jupyter-widgets/base", "_model_module_version": "1.2.0", "_model_name": "LayoutModel", "_view_count": null, "_view_module": "@jupyter-widgets/base", "_view_module_version": "1.2.0", "_view_name": "LayoutView", "align_content": null, "align_items": null, "align_self": null, "border": null, "bottom": null, "display": null, "flex": null, "flex_flow": null, "grid_area": null, "grid_auto_columns": null, "grid_auto_flow": null, "grid_auto_rows": null, "grid_column": null, "grid_gap": null, "grid_row": null, "grid_template_areas": null, "grid_template_columns": null, "grid_template_rows": null, "height": null, "justify_content": null, "justify_items": null, "left": null, "margin": null, "max_height": null, "max_width": null, "min_height": null, "min_width": null, "object_fit": null, "object_position": null, "order": null, "overflow": null, "overflow_x": null, "overflow_y": null, "padding": null, "right": null, "top": null, "visibility": null, "width": null } }, "54049b28883240528a2f3bfd199c71a2": { "model_module": "@jupyter-widgets/base", "model_name": "LayoutModel", "model_module_version": "1.2.0", "state": { "_model_module": "@jupyter-widgets/base", "_model_module_version": "1.2.0", "_model_name": "LayoutModel", "_view_count": null, "_view_module": "@jupyter-widgets/base", "_view_module_version": "1.2.0", "_view_name": "LayoutView", "align_content": null, "align_items": null, "align_self": null, "border": null, "bottom": null, "display": null, "flex": null, "flex_flow": null, "grid_area": null, "grid_auto_columns": null, "grid_auto_flow": null, "grid_auto_rows": null, "grid_column": null, "grid_gap": null, "grid_row": null, "grid_template_areas": null, "grid_template_columns": null, "grid_template_rows": null, "height": null, "justify_content": null, "justify_items": null, "left": null, "margin": null, "max_height": null, "max_width": null, "min_height": null, "min_width": null, "object_fit": null, "object_position": null, "order": null, "overflow": null, "overflow_x": null, "overflow_y": null, "padding": null, "right": null, "top": null, "visibility": null, "width": null } }, "d3f09aea0e784e9489a8aaebb2a4ff83": { "model_module": "@jupyter-widgets/controls", "model_name": "DescriptionStyleModel", "model_module_version": "1.5.0", "state": { "_model_module": "@jupyter-widgets/controls", "_model_module_version": "1.5.0", "_model_name": "DescriptionStyleModel", "_view_count": null, "_view_module": "@jupyter-widgets/base", "_view_module_version": "1.2.0", "_view_name": "StyleView", "description_width": "" } }, "6444e2be2f694e3db1539cce925ef4b7": { "model_module": "@jupyter-widgets/base", "model_name": "LayoutModel", "model_module_version": "1.2.0", "state": { "_model_module": "@jupyter-widgets/base", "_model_module_version": "1.2.0", "_model_name": "LayoutModel", "_view_count": null, "_view_module": "@jupyter-widgets/base", "_view_module_version": "1.2.0", "_view_name": "LayoutView", "align_content": null, "align_items": null, "align_self": null, "border": null, "bottom": null, "display": null, "flex": null, "flex_flow": null, "grid_area": null, "grid_auto_columns": null, "grid_auto_flow": null, "grid_auto_rows": null, "grid_column": null, "grid_gap": null, "grid_row": null, "grid_template_areas": null, "grid_template_columns": null, "grid_template_rows": null, "height": null, "justify_content": null, "justify_items": null, "left": null, "margin": null, "max_height": null, "max_width": null, "min_height": null, "min_width": null, "object_fit": null, "object_position": null, "order": null, "overflow": null, "overflow_x": null, "overflow_y": null, "padding": null, "right": null, "top": null, "visibility": null, "width": null } }, "de78e87fe32e4de5a0ad4a017672f5fe": { "model_module": "@jupyter-widgets/controls", "model_name": "ProgressStyleModel", "model_module_version": "1.5.0", "state": { "_model_module": "@jupyter-widgets/controls", "_model_module_version": "1.5.0", "_model_name": "ProgressStyleModel", "_view_count": null, "_view_module": "@jupyter-widgets/base", "_view_module_version": "1.2.0", "_view_name": "StyleView", "bar_color": null, "description_width": "" } }, "7587a5c934094a209c59096391141d94": { "model_module": "@jupyter-widgets/base", "model_name": "LayoutModel", "model_module_version": "1.2.0", "state": { "_model_module": "@jupyter-widgets/base", "_model_module_version": "1.2.0", "_model_name": "LayoutModel", "_view_count": null, "_view_module": "@jupyter-widgets/base", "_view_module_version": "1.2.0", "_view_name": "LayoutView", "align_content": null, "align_items": null, "align_self": null, "border": null, "bottom": null, "display": null, "flex": null, "flex_flow": null, "grid_area": null, "grid_auto_columns": null, "grid_auto_flow": null, "grid_auto_rows": null, "grid_column": null, "grid_gap": null, "grid_row": null, "grid_template_areas": null, "grid_template_columns": null, "grid_template_rows": null, "height": null, "justify_content": null, "justify_items": null, "left": null, "margin": null, "max_height": null, "max_width": null, "min_height": null, "min_width": null, "object_fit": null, "object_position": null, "order": null, "overflow": null, "overflow_x": null, "overflow_y": null, "padding": null, "right": null, "top": null, "visibility": null, "width": null } }, "3a28a6c1a4014a52a29d4242635642de": { "model_module": "@jupyter-widgets/controls", "model_name": "DescriptionStyleModel", "model_module_version": "1.5.0", "state": { "_model_module": "@jupyter-widgets/controls", "_model_module_version": "1.5.0", "_model_name": "DescriptionStyleModel", "_view_count": null, "_view_module": "@jupyter-widgets/base", "_view_module_version": "1.2.0", "_view_name": "StyleView", "description_width": "" } }, "3396f89ccf9d40eb8d41050232740f92": { "model_module": "@jupyter-widgets/controls", "model_name": "HBoxModel", "model_module_version": "1.5.0", "state": { "_dom_classes": [], "_model_module": "@jupyter-widgets/controls", "_model_module_version": "1.5.0", "_model_name": "HBoxModel", "_view_count": null, "_view_module": "@jupyter-widgets/controls", "_view_module_version": "1.5.0", "_view_name": "HBoxView", "box_style": "", "children": [ "IPY_MODEL_c32d902a63164cbfb9cec7248ce94994", "IPY_MODEL_b852eab64cbf4b389639cf053e5a5574", "IPY_MODEL_cb6e143ffb14439d8fb5b8a1e989f31b" ], "layout": "IPY_MODEL_f58093cbaf934aa29533f130bc06c5e3" } }, "c32d902a63164cbfb9cec7248ce94994": { "model_module": "@jupyter-widgets/controls", "model_name": "HTMLModel", "model_module_version": "1.5.0", "state": { "_dom_classes": [], "_model_module": "@jupyter-widgets/controls", "_model_module_version": "1.5.0", "_model_name": "HTMLModel", "_view_count": null, "_view_module": "@jupyter-widgets/controls", "_view_module_version": "1.5.0", "_view_name": "HTMLView", "description": "", "description_tooltip": null, "layout": "IPY_MODEL_47620d92ca9045938633412602d46925", "placeholder": "​", "style": "IPY_MODEL_46f087b98d0545a096dc5bcac7925303", "value": "model.safetensors: 100%" } }, "b852eab64cbf4b389639cf053e5a5574": { "model_module": "@jupyter-widgets/controls", "model_name": "FloatProgressModel", "model_module_version": "1.5.0", "state": { "_dom_classes": [], "_model_module": "@jupyter-widgets/controls", "_model_module_version": "1.5.0", "_model_name": "FloatProgressModel", "_view_count": null, "_view_module": "@jupyter-widgets/controls", "_view_module_version": "1.5.0", "_view_name": "ProgressView", "bar_style": "success", "description": "", "description_tooltip": null, "layout": "IPY_MODEL_0cb63f4c07a841c39cbb0706e1f8e23e", "max": 2239626978, "min": 0, "orientation": "horizontal", "style": "IPY_MODEL_9196f237e4fc4a36a3e209c78221795d", "value": 2239626978 } }, "cb6e143ffb14439d8fb5b8a1e989f31b": { "model_module": "@jupyter-widgets/controls", "model_name": "HTMLModel", "model_module_version": "1.5.0", "state": { "_dom_classes": [], "_model_module": "@jupyter-widgets/controls", "_model_module_version": "1.5.0", "_model_name": "HTMLModel", "_view_count": null, "_view_module": "@jupyter-widgets/controls", "_view_module_version": "1.5.0", "_view_name": "HTMLView", "description": "", "description_tooltip": null, "layout": "IPY_MODEL_59a20744b8fa4706b18e5db3a227c26f", "placeholder": "​", "style": "IPY_MODEL_a1f462cafbd541d8b38702bf3f495a41", "value": " 2.24G/2.24G [00:59<00:00, 27.7MB/s]" } }, "f58093cbaf934aa29533f130bc06c5e3": { "model_module": "@jupyter-widgets/base", "model_name": "LayoutModel", "model_module_version": "1.2.0", "state": { "_model_module": "@jupyter-widgets/base", "_model_module_version": "1.2.0", "_model_name": "LayoutModel", "_view_count": null, "_view_module": "@jupyter-widgets/base", "_view_module_version": "1.2.0", "_view_name": "LayoutView", "align_content": null, "align_items": null, "align_self": null, "border": null, "bottom": null, "display": null, "flex": null, "flex_flow": null, "grid_area": null, "grid_auto_columns": null, "grid_auto_flow": null, "grid_auto_rows": null, "grid_column": null, "grid_gap": null, "grid_row": null, "grid_template_areas": null, "grid_template_columns": null, "grid_template_rows": null, "height": null, "justify_content": null, "justify_items": null, "left": null, "margin": null, "max_height": null, "max_width": null, "min_height": null, "min_width": null, "object_fit": null, "object_position": null, "order": null, "overflow": null, "overflow_x": null, "overflow_y": null, "padding": null, "right": null, "top": null, "visibility": null, "width": null } }, "47620d92ca9045938633412602d46925": { "model_module": "@jupyter-widgets/base", "model_name": "LayoutModel", "model_module_version": "1.2.0", "state": { "_model_module": "@jupyter-widgets/base", "_model_module_version": "1.2.0", "_model_name": "LayoutModel", "_view_count": null, "_view_module": "@jupyter-widgets/base", "_view_module_version": "1.2.0", "_view_name": "LayoutView", "align_content": null, "align_items": null, "align_self": null, "border": null, "bottom": null, "display": null, "flex": null, "flex_flow": null, "grid_area": null, "grid_auto_columns": null, "grid_auto_flow": null, "grid_auto_rows": null, "grid_column": null, "grid_gap": null, "grid_row": null, "grid_template_areas": null, "grid_template_columns": null, "grid_template_rows": null, "height": null, "justify_content": null, "justify_items": null, "left": null, "margin": null, "max_height": null, "max_width": null, "min_height": null, "min_width": null, "object_fit": null, "object_position": null, "order": null, "overflow": null, "overflow_x": null, "overflow_y": null, "padding": null, "right": null, "top": null, "visibility": null, "width": null } }, "46f087b98d0545a096dc5bcac7925303": { "model_module": "@jupyter-widgets/controls", "model_name": "DescriptionStyleModel", "model_module_version": "1.5.0", "state": { "_model_module": "@jupyter-widgets/controls", "_model_module_version": "1.5.0", "_model_name": "DescriptionStyleModel", "_view_count": null, "_view_module": "@jupyter-widgets/base", "_view_module_version": "1.2.0", "_view_name": "StyleView", "description_width": "" } }, "0cb63f4c07a841c39cbb0706e1f8e23e": { "model_module": "@jupyter-widgets/base", "model_name": "LayoutModel", "model_module_version": "1.2.0", "state": { "_model_module": "@jupyter-widgets/base", "_model_module_version": "1.2.0", "_model_name": "LayoutModel", "_view_count": null, "_view_module": "@jupyter-widgets/base", "_view_module_version": "1.2.0", "_view_name": "LayoutView", "align_content": null, "align_items": null, "align_self": null, "border": null, "bottom": null, "display": null, "flex": null, "flex_flow": null, "grid_area": null, "grid_auto_columns": null, "grid_auto_flow": null, "grid_auto_rows": null, "grid_column": null, "grid_gap": null, "grid_row": null, "grid_template_areas": null, "grid_template_columns": null, "grid_template_rows": null, "height": null, "justify_content": null, "justify_items": null, "left": null, "margin": null, "max_height": null, "max_width": null, "min_height": null, "min_width": null, "object_fit": null, "object_position": null, "order": null, "overflow": null, "overflow_x": null, "overflow_y": null, "padding": null, "right": null, "top": null, "visibility": null, "width": null } }, "9196f237e4fc4a36a3e209c78221795d": { "model_module": "@jupyter-widgets/controls", "model_name": "ProgressStyleModel", "model_module_version": "1.5.0", "state": { "_model_module": "@jupyter-widgets/controls", "_model_module_version": "1.5.0", "_model_name": "ProgressStyleModel", "_view_count": null, "_view_module": "@jupyter-widgets/base", "_view_module_version": "1.2.0", "_view_name": "StyleView", "bar_color": null, "description_width": "" } }, "59a20744b8fa4706b18e5db3a227c26f": { "model_module": "@jupyter-widgets/base", "model_name": "LayoutModel", "model_module_version": "1.2.0", "state": { "_model_module": "@jupyter-widgets/base", "_model_module_version": "1.2.0", "_model_name": "LayoutModel", "_view_count": null, "_view_module": "@jupyter-widgets/base", "_view_module_version": "1.2.0", "_view_name": "LayoutView", "align_content": null, "align_items": null, "align_self": null, "border": null, "bottom": null, "display": null, "flex": null, "flex_flow": null, "grid_area": null, "grid_auto_columns": null, "grid_auto_flow": null, "grid_auto_rows": null, "grid_column": null, "grid_gap": null, "grid_row": null, "grid_template_areas": null, "grid_template_columns": null, "grid_template_rows": null, "height": null, "justify_content": null, "justify_items": null, "left": null, "margin": null, "max_height": null, "max_width": null, "min_height": null, "min_width": null, "object_fit": null, "object_position": null, "order": null, "overflow": null, "overflow_x": null, "overflow_y": null, "padding": null, "right": null, "top": null, "visibility": null, "width": null } }, "a1f462cafbd541d8b38702bf3f495a41": { "model_module": "@jupyter-widgets/controls", "model_name": "DescriptionStyleModel", "model_module_version": "1.5.0", "state": { "_model_module": "@jupyter-widgets/controls", "_model_module_version": "1.5.0", "_model_name": "DescriptionStyleModel", "_view_count": null, "_view_module": "@jupyter-widgets/base", "_view_module_version": "1.2.0", "_view_name": "StyleView", "description_width": "" } } } } }, "nbformat": 4, "nbformat_minor": 5 }