diff --git a/Report2.pdf b/Report2.pdf new file mode 100644 index 0000000..3e21bab Binary files /dev/null and b/Report2.pdf differ diff --git a/Text2Gloss_test3.ipynb b/Text2Gloss_test3.ipynb index dbaaafc..87d88f5 100644 --- a/Text2Gloss_test3.ipynb +++ b/Text2Gloss_test3.ipynb @@ -2,13 +2,13 @@ "cells": [ { "cell_type": "code", - "execution_count": null, + "execution_count": 1, "metadata": { "colab": { "base_uri": "https://localhost:8080/" }, "id": "c18d8f92", - "outputId": "100655e5-02fa-4a95-fc25-190d58b931dc" + "outputId": "a9cc92a9-f6ce-410f-9749-5fb22553126c" }, "outputs": [ { @@ -18,31 +18,31 @@ "Looking in indexes: https://pypi.org/simple, https://us-python.pkg.dev/colab-wheels/public/simple/\n", "Collecting subword-nmt\n", " Downloading subword_nmt-0.3.8-py3-none-any.whl (27 kB)\n", - "Requirement already satisfied: tqdm in /usr/local/lib/python3.9/dist-packages (from subword-nmt) (4.65.0)\n", "Collecting mock\n", - " Downloading mock-5.0.1-py3-none-any.whl (30 kB)\n", + " Downloading mock-5.0.2-py3-none-any.whl (30 kB)\n", + "Requirement already satisfied: tqdm in /usr/local/lib/python3.9/dist-packages (from subword-nmt) (4.65.0)\n", "Installing collected packages: mock, subword-nmt\n", - "Successfully installed mock-5.0.1 subword-nmt-0.3.8\n", + "Successfully installed mock-5.0.2 subword-nmt-0.3.8\n", "Looking in indexes: https://pypi.org/simple, https://us-python.pkg.dev/colab-wheels/public/simple/\n", "Requirement already satisfied: nltk in /usr/local/lib/python3.9/dist-packages (3.8.1)\n", - "Requirement already satisfied: click in /usr/local/lib/python3.9/dist-packages (from nltk) (8.1.3)\n", "Requirement already satisfied: regex>=2021.8.3 in /usr/local/lib/python3.9/dist-packages (from nltk) (2022.10.31)\n", - "Requirement already satisfied: joblib in /usr/local/lib/python3.9/dist-packages (from nltk) (1.1.1)\n", + "Requirement already satisfied: click in /usr/local/lib/python3.9/dist-packages (from nltk) (8.1.3)\n", + "Requirement already satisfied: joblib in /usr/local/lib/python3.9/dist-packages (from nltk) (1.2.0)\n", "Requirement already satisfied: tqdm in /usr/local/lib/python3.9/dist-packages (from nltk) (4.65.0)\n", "Looking in indexes: https://pypi.org/simple, https://us-python.pkg.dev/colab-wheels/public/simple/\n", "Collecting torchtext==0.11.0\n", " Downloading torchtext-0.11.0-cp39-cp39-manylinux1_x86_64.whl (8.0 MB)\n", - "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m8.0/8.0 MB\u001b[0m \u001b[31m16.3 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", - "\u001b[?25hRequirement already satisfied: requests in /usr/local/lib/python3.9/dist-packages (from torchtext==0.11.0) (2.27.1)\n", - "Requirement already satisfied: tqdm in /usr/local/lib/python3.9/dist-packages (from torchtext==0.11.0) (4.65.0)\n", + "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m8.0/8.0 MB\u001b[0m \u001b[31m60.3 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", + "\u001b[?25hRequirement already satisfied: numpy in /usr/local/lib/python3.9/dist-packages (from torchtext==0.11.0) (1.22.4)\n", + "Requirement already satisfied: requests in /usr/local/lib/python3.9/dist-packages (from torchtext==0.11.0) (2.27.1)\n", "Collecting torch==1.10.0\n", " Downloading torch-1.10.0-cp39-cp39-manylinux1_x86_64.whl (881.9 MB)\n", "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m881.9/881.9 MB\u001b[0m \u001b[31m2.0 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", - "\u001b[?25hRequirement already satisfied: numpy in /usr/local/lib/python3.9/dist-packages (from torchtext==0.11.0) (1.22.4)\n", + "\u001b[?25hRequirement already satisfied: tqdm in /usr/local/lib/python3.9/dist-packages (from torchtext==0.11.0) (4.65.0)\n", "Requirement already satisfied: typing-extensions in /usr/local/lib/python3.9/dist-packages (from torch==1.10.0->torchtext==0.11.0) (4.5.0)\n", + "Requirement already satisfied: charset-normalizer~=2.0.0 in /usr/local/lib/python3.9/dist-packages (from requests->torchtext==0.11.0) (2.0.12)\n", "Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.9/dist-packages (from requests->torchtext==0.11.0) (3.4)\n", "Requirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/local/lib/python3.9/dist-packages (from requests->torchtext==0.11.0) (1.26.15)\n", - "Requirement already satisfied: charset-normalizer~=2.0.0 in /usr/local/lib/python3.9/dist-packages (from requests->torchtext==0.11.0) (2.0.12)\n", "Requirement already satisfied: certifi>=2017.4.17 in /usr/local/lib/python3.9/dist-packages (from requests->torchtext==0.11.0) (2022.12.7)\n", "Installing collected packages: torch, torchtext\n", " Attempting uninstall: torch\n", @@ -70,7 +70,7 @@ }, { "cell_type": "code", - "execution_count": null, + "execution_count": 2, "metadata": { "id": "c6c0c86a" }, @@ -82,15 +82,15 @@ }, { "cell_type": "code", - "execution_count": null, + "execution_count": 3, "metadata": { "id": "74e282ef" }, "outputs": [], "source": [ - "phoenix_dataset_dev = 'PHOENIX-2014-T.dev.corpus.csv'\n", - "phoenix_dataset_test = 'PHOENIX-2014-T.test.corpus.csv'\n", - "phoenix_dataset_train = 'PHOENIX-2014-T.train.corpus.csv'\n", + "phoenix_dataset_dev = 'sample_data/PHOENIX-2014-T.dev.corpus.csv'\n", + "phoenix_dataset_test = 'sample_data/PHOENIX-2014-T.test.corpus.csv'\n", + "phoenix_dataset_train = 'sample_data/PHOENIX-2014-T.train.corpus.csv'\n", "# Load the Phoenix dataset\n", "phoenix_dev = pd.read_csv(phoenix_dataset_dev, sep=\"|\")\n", "phoenix_test = pd.read_csv(phoenix_dataset_test, sep=\"|\")\n", @@ -100,7 +100,7 @@ }, { "cell_type": "code", - "execution_count": null, + "execution_count": 4, "metadata": { "id": "0c3ffe98" }, @@ -112,13 +112,13 @@ }, { "cell_type": "code", - "execution_count": null, + "execution_count": 5, "metadata": { "colab": { "base_uri": "https://localhost:8080/" }, "id": "6b9e213a", - "outputId": "b1433f93-4d33-4726-b9e7-48aae53f8981" + "outputId": "dd853bc6-d9cb-4c8e-9ba4-c90f9e6697d1" }, "outputs": [ { @@ -139,14 +139,14 @@ }, { "cell_type": "code", - "execution_count": null, + "execution_count": 6, "metadata": { "colab": { "base_uri": "https://localhost:8080/", - "height": 333 + "height": 367 }, "id": "d3204e94", - "outputId": "29e3d099-e017-45c8-9529-76441bee3b6f" + "outputId": "16c5a0ff-562a-4530-ba24-a92352a88d01" }, "outputs": [ { @@ -183,7 +183,7 @@ ], "text/html": [ "\n", - "
| \n", - " | src | \n", - "trg | \n", - "
|---|---|---|
| 0 | \n", - "tiefer luftdruck bestimmt in den nächsten tage... | \n", - "DRUCK TIEF KOMMEN | \n", - "
| 1 | \n", - "das bedeutet viele wolken und immer wieder zum... | \n", - "ES-BEDEUTET VIEL WOLKE UND KOENNEN REGEN GEWIT... | \n", - "
| 2 | \n", - "meist weht nur ein schwacher wind aus untersch... | \n", - "WIND MAESSIG SCHWACH REGION WENN GEWITTER WIND... | \n", - "
| 3 | \n", - "am mittwoch hier und da nieselregen in der nor... | \n", - "MITTWOCH REGEN KOENNEN NORDWEST WAHRSCHEINLICH... | \n", - "
| 4 | \n", - "und nun die wettervorhersage für morgen freita... | \n", - "JETZT WETTER WIE-AUSSEHEN MORGEN FREITAG SECHS... | \n", - "
| ... | \n", - "... | \n", - "... | \n", - "
| 7091 | \n", - "am dienstag wird es sehr windig und es regnet ... | \n", - "DIENSTAG WIND STARK REGEN KOMMEN | \n", - "
| 7092 | \n", - "am mittwoch legt der wind noch zu und es regne... | \n", - "MITTWOCH WIND MEHR REGEN | \n", - "
| 7093 | \n", - "im süden zeigt sich aber auch die sonne | \n", - "SUED REGION SONNE AUCH DABEI | \n", - "
| 7094 | \n", - "der donnerstag beginnt oft freundlich später z... | \n", - "DONNERSTAG FREUNDLICH SONNE DANN SPAETER KOMME... | \n", - "
| 7095 | \n", - "es bleibt windig | \n", - "BLEIBEN WIND | \n", - "
8257 rows × 2 columns
\n", - "| Epoch | \n", "Training Loss | \n", "Validation Loss | \n", - "Bleu | \n", + "Rouge1 | \n", + "Rouge2 | \n", + "Rougel | \n", + "Rougelsum | \n", "Gen Len | \n", + "Bleu | \n", + "Meteor | \n", " \n", " \n", " \n", "|||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 1 | \n", - "No log | \n", - "1.454074 | \n", - "10.470900 | \n", - "28.509800 | \n", + "2.104300 | \n", + "1.089074 | \n", + "60.349300 | \n", + "28.138800 | \n", + "57.395500 | \n", + "57.360700 | \n", + "22.419100 | \n", + "20.462998 | \n", + "0.480913 | \n", + "
| 2 | \n", + "1.061200 | \n", + "0.950218 | \n", + "62.775500 | \n", + "30.557900 | \n", + "59.656900 | \n", + "59.580100 | \n", + "23.037800 | \n", + "21.343876 | \n", + "0.511960 | \n", + "||||
| 3 | \n", + "0.906300 | \n", + "0.904251 | \n", + "63.634000 | \n", + "31.630100 | \n", + "60.599000 | \n", + "60.540900 | \n", + "22.649000 | \n", + "22.464125 | \n", + "0.522868 | \n", + "||||
| 4 | \n", + "0.839700 | \n", + "0.876706 | \n", + "63.586600 | \n", + "31.942800 | \n", + "60.261800 | \n", + "60.211400 | \n", + "24.237500 | \n", + "22.273840 | \n", + "0.528200 | \n", + "||||
| 5 | \n", + "0.763600 | \n", + "0.867112 | \n", + "64.032700 | \n", + "31.957300 | \n", + "60.779300 | \n", + "60.739400 | \n", + "24.230000 | \n", + "23.071687 | \n", + "0.532730 | \n", + "||||
| 6 | \n", + "0.720700 | \n", + "0.867724 | \n", + "64.134200 | \n", + "31.802500 | \n", + "60.925400 | \n", + "60.844000 | \n", + "23.298000 | \n", + "23.042680 | \n", + "0.530030 | \n", + "||||
| 7 | \n", + "0.683900 | \n", + "0.866991 | \n", + "64.564700 | \n", + "32.209100 | \n", + "61.116700 | \n", + "61.079700 | \n", + "23.193600 | \n", + "23.535714 | \n", + "0.533777 | \n", + "||||
| 8 | \n", + "0.645500 | \n", + "0.866668 | \n", + "64.357400 | \n", + "31.991800 | \n", + "61.040000 | \n", + "60.996700 | \n", + "23.202700 | \n", + "23.123911 | \n", + "0.532127 | \n", + "||||
| 9 | \n", + "0.635500 | \n", + "0.865385 | \n", + "64.248600 | \n", + "32.146400 | \n", + "61.126200 | \n", + "61.081000 | \n", + "23.639900 | \n", + "23.356753 | \n", + "0.534063 | \n", + "||||
| 10 | \n", + "0.619600 | \n", + "0.869250 | \n", + "64.393400 | \n", + "32.114000 | \n", + "61.261500 | \n", + "61.210100 | \n", + "23.627800 | \n", + "23.348993 | \n", + "0.535556 | \n", "
" @@ -2508,15 +2440,55 @@ }, "metadata": {} }, + { + "output_type": "stream", + "name": "stderr", + "text": [ + "Adding files tracked by Git LFS: ['source.spm', 'target.spm']. This may take a bit of time if the files are large.\n", + "WARNING:huggingface_hub.repository:Adding files tracked by Git LFS: ['source.spm', 'target.spm']. This may take a bit of time if the files are large.\n", + "Several commits (2) will be pushed upstream.\n", + "WARNING:huggingface_hub.repository:Several commits (2) will be pushed upstream.\n", + "Several commits (3) will be pushed upstream.\n", + "WARNING:huggingface_hub.repository:Several commits (3) will be pushed upstream.\n", + "Several commits (4) will be pushed upstream.\n", + "WARNING:huggingface_hub.repository:Several commits (4) will be pushed upstream.\n", + "Several commits (5) will be pushed upstream.\n", + "WARNING:huggingface_hub.repository:Several commits (5) will be pushed upstream.\n", + "Several commits (6) will be pushed upstream.\n", + "WARNING:huggingface_hub.repository:Several commits (6) will be pushed upstream.\n", + "Several commits (7) will be pushed upstream.\n", + "WARNING:huggingface_hub.repository:Several commits (7) will be pushed upstream.\n", + "Several commits (8) will be pushed upstream.\n", + "WARNING:huggingface_hub.repository:Several commits (8) will be pushed upstream.\n", + "Several commits (9) will be pushed upstream.\n", + "WARNING:huggingface_hub.repository:Several commits (9) will be pushed upstream.\n", + "Several commits (10) will be pushed upstream.\n", + "WARNING:huggingface_hub.repository:Several commits (10) will be pushed upstream.\n", + "Several commits (11) will be pushed upstream.\n", + "WARNING:huggingface_hub.repository:Several commits (11) will be pushed upstream.\n", + "Several commits (12) will be pushed upstream.\n", + "WARNING:huggingface_hub.repository:Several commits (12) will be pushed upstream.\n", + "Several commits (13) will be pushed upstream.\n", + "WARNING:huggingface_hub.repository:Several commits (13) will be pushed upstream.\n", + "Several commits (14) will be pushed upstream.\n", + "WARNING:huggingface_hub.repository:Several commits (14) will be pushed upstream.\n", + "Several commits (15) will be pushed upstream.\n", + "WARNING:huggingface_hub.repository:Several commits (15) will be pushed upstream.\n", + "Several commits (16) will be pushed upstream.\n", + "WARNING:huggingface_hub.repository:Several commits (16) will be pushed upstream.\n", + "Several commits (17) will be pushed upstream.\n", + "WARNING:huggingface_hub.repository:Several commits (17) will be pushed upstream.\n" + ] + }, { "output_type": "execute_result", "data": { "text/plain": [ - "TrainOutput(global_step=372, training_loss=2.2586322087113575, metrics={'train_runtime': 157.158, 'train_samples_per_second': 37.822, 'train_steps_per_second': 2.367, 'total_flos': 59945021079552.0, 'train_loss': 2.2586322087113575, 'epoch': 1.0})" + "TrainOutput(global_step=8500, training_loss=0.8617506498448989, metrics={'train_runtime': 1973.5473, 'train_samples_per_second': 30.118, 'train_steps_per_second': 4.307, 'total_flos': 527206704021504.0, 'train_loss': 0.8617506498448989, 'epoch': 10.0})" ] }, "metadata": {}, - "execution_count": 50 + "execution_count": 45 } ], "source": [ @@ -2596,7 +2568,7 @@ }, "widgets": { "application/vnd.jupyter.widget-state+json": { - "b153482aed634f1ea5075bb59a2b0545": { + "444edbdb82ff4bd892f051e263de2d79": { "model_module": "@jupyter-widgets/controls", "model_name": "HBoxModel", "model_module_version": "1.5.0", @@ -2611,14 +2583,14 @@ "_view_name": "HBoxView", "box_style": "", "children": [ - "IPY_MODEL_02ab6c1cb2444ef4ba7e27d60da01dff", - "IPY_MODEL_2060f2bc20f64204952a1e66084985ff", - "IPY_MODEL_322c3e6ef836474194983229603d40b4" + "IPY_MODEL_78a95f9ee4dc48e59e98e81407125e63", + "IPY_MODEL_85023c3e45c047b19bb40e6298eaca70", + "IPY_MODEL_9d413a61db9140b39df03be196aee17f" ], - "layout": "IPY_MODEL_889da805fda949b999a9cec506eba25d" + "layout": "IPY_MODEL_ae384d1645ef4bf78edb427416d46956" } }, - "02ab6c1cb2444ef4ba7e27d60da01dff": { + "78a95f9ee4dc48e59e98e81407125e63": { "model_module": "@jupyter-widgets/controls", "model_name": "HTMLModel", "model_module_version": "1.5.0", @@ -2633,13 +2605,13 @@ "_view_name": "HTMLView", "description": "", "description_tooltip": null, - "layout": "IPY_MODEL_6d75e28c977c4c59a82107056498bc8a", + "layout": "IPY_MODEL_68437450b38f4267b701b36f7a62c292", "placeholder": "", - "style": "IPY_MODEL_1fc508d0ebc04de78df89bd54b24d5b8", + "style": "IPY_MODEL_3f477b7f622641cf92b2944e31cac298", "value": "Downloading builder script: " } }, - "2060f2bc20f64204952a1e66084985ff": { + "85023c3e45c047b19bb40e6298eaca70": { "model_module": "@jupyter-widgets/controls", "model_name": "FloatProgressModel", "model_module_version": "1.5.0", @@ -2655,15 +2627,357 @@ "bar_style": "success", "description": "", "description_tooltip": null, - "layout": "IPY_MODEL_422600b6113d4e2082ed9e2fe339ee85", + "layout": "IPY_MODEL_b331ebe67cd54c16a2e6d5c16f54e554", "max": 2849, "min": 0, "orientation": "horizontal", - "style": "IPY_MODEL_ce21a7e1135b400eb0959211a07c7925", + "style": "IPY_MODEL_d80a1346c143408d8005fc1227b837ee", "value": 2849 } }, - "322c3e6ef836474194983229603d40b4": { + "9d413a61db9140b39df03be196aee17f": { + "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_1a1e97a1aca24d3b9e6771b5a66a8ec6", + "placeholder": "", + "style": "IPY_MODEL_99f6d5683907449e9115d870b77c1167", + "value": " 7.65k/? [00:00<00:00, 305kB/s]" + } + }, + "ae384d1645ef4bf78edb427416d46956": { + "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 + } + }, + "68437450b38f4267b701b36f7a62c292": { + "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 + } + }, + "3f477b7f622641cf92b2944e31cac298": { + "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": "" + } + }, + "b331ebe67cd54c16a2e6d5c16f54e554": { + "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 + } + }, + "d80a1346c143408d8005fc1227b837ee": { + "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": "" + } + }, + "1a1e97a1aca24d3b9e6771b5a66a8ec6": { + "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 + } + }, + "99f6d5683907449e9115d870b77c1167": { + "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": "" + } + }, + "1df5954b289a4ed3bca2b59ef102272c": { + "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_db85ac6a2fb54426b9d1105ab5b2c58d", + "IPY_MODEL_eb7012e234ef40e2ad95caf1ef2f3da9", + "IPY_MODEL_d0a7e55a7a34475185f0d0ca60e921e3" + ], + "layout": "IPY_MODEL_ee56e4730ed94533937d495f8487bf84" + } + }, + "db85ac6a2fb54426b9d1105ab5b2c58d": { + "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_4abbb4843e2a4e0baae50d77b7982773", + "placeholder": "", + "style": "IPY_MODEL_36ce695114e2458c818b2194e1b3fb89", + "value": "Downloading builder script: " + } + }, + "eb7012e234ef40e2ad95caf1ef2f3da9": { + "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_8dc008809366499ba119271cbb17eda0", + "max": 2199, + "min": 0, + "orientation": "horizontal", + "style": "IPY_MODEL_344e403ae55b472b89467bb5577c07ca", + "value": 2199 + } + }, + "d0a7e55a7a34475185f0d0ca60e921e3": { "model_module": "@jupyter-widgets/controls", "model_name": "HTMLModel", "model_module_version": "1.5.0", @@ -2678,13 +2992,13 @@ "_view_name": "HTMLView", "description": "", "description_tooltip": null, - "layout": "IPY_MODEL_4ff59337992b4b728be4e0cd68f8d4c4", + "layout": "IPY_MODEL_ec8e080e55e4481980b128491010b013", "placeholder": "", - "style": "IPY_MODEL_0c9c095ecd734f68a62f3df31e7c3818", - "value": " 7.65k/? [00:00<00:00, 336kB/s]" + "style": "IPY_MODEL_45ce89d90ac740febff3cc8794e4c05b", + "value": " 5.34k/? [00:00<00:00, 177kB/s]" } }, - "889da805fda949b999a9cec506eba25d": { + "ee56e4730ed94533937d495f8487bf84": { "model_module": "@jupyter-widgets/base", "model_name": "LayoutModel", "model_module_version": "1.2.0", @@ -2736,7 +3050,7 @@ "width": null } }, - "6d75e28c977c4c59a82107056498bc8a": { + "4abbb4843e2a4e0baae50d77b7982773": { "model_module": "@jupyter-widgets/base", "model_name": "LayoutModel", "model_module_version": "1.2.0", @@ -2788,7 +3102,7 @@ "width": null } }, - "1fc508d0ebc04de78df89bd54b24d5b8": { + "36ce695114e2458c818b2194e1b3fb89": { "model_module": "@jupyter-widgets/controls", "model_name": "DescriptionStyleModel", "model_module_version": "1.5.0", @@ -2803,7 +3117,7 @@ "description_width": "" } }, - "422600b6113d4e2082ed9e2fe339ee85": { + "8dc008809366499ba119271cbb17eda0": { "model_module": "@jupyter-widgets/base", "model_name": "LayoutModel", "model_module_version": "1.2.0", @@ -2855,7 +3169,7 @@ "width": null } }, - "ce21a7e1135b400eb0959211a07c7925": { + "344e403ae55b472b89467bb5577c07ca": { "model_module": "@jupyter-widgets/controls", "model_name": "ProgressStyleModel", "model_module_version": "1.5.0", @@ -2871,7 +3185,7 @@ "description_width": "" } }, - "4ff59337992b4b728be4e0cd68f8d4c4": { + "ec8e080e55e4481980b128491010b013": { "model_module": "@jupyter-widgets/base", "model_name": "LayoutModel", "model_module_version": "1.2.0", @@ -2923,7 +3237,7 @@ "width": null } }, - "0c9c095ecd734f68a62f3df31e7c3818": { + "45ce89d90ac740febff3cc8794e4c05b": { "model_module": "@jupyter-widgets/controls", "model_name": "DescriptionStyleModel", "model_module_version": "1.5.0", @@ -2938,7 +3252,7 @@ "description_width": "" } }, - "8f26fc220d16425f94e24d5033e4215a": { + "0cda57bbaf304367849fa9d38f499511": { "model_module": "@jupyter-widgets/controls", "model_name": "HBoxModel", "model_module_version": "1.5.0", @@ -2953,14 +3267,14 @@ "_view_name": "HBoxView", "box_style": "", "children": [ - "IPY_MODEL_036a4f6f3e594ba1858e72b1c4ea41d6", - "IPY_MODEL_f8ab822d5b7c4547b576ea7c71f889ef", - "IPY_MODEL_5c5613089dec490c91a4525dae96860c" + "IPY_MODEL_e2e4ec42973f4ee6b8cf20919b656adb", + "IPY_MODEL_819262719fe5423fb2a68418e52aa19f", + "IPY_MODEL_51e2a909dab14dea94a5457495505e84" ], - "layout": "IPY_MODEL_8cf043994b1f47b6a9c55459dac858fd" + "layout": "IPY_MODEL_d309c5ac0c35498d921210a6a45b13a4" } }, - "036a4f6f3e594ba1858e72b1c4ea41d6": { + "e2e4ec42973f4ee6b8cf20919b656adb": { "model_module": "@jupyter-widgets/controls", "model_name": "HTMLModel", "model_module_version": "1.5.0", @@ -2975,13 +3289,13 @@ "_view_name": "HTMLView", "description": "", "description_tooltip": null, - "layout": "IPY_MODEL_c57118269c8244149c4e2c8157a9b224", + "layout": "IPY_MODEL_2718cc5d119b4484aa0c87e32403ab1f", "placeholder": "", - "style": "IPY_MODEL_dc938a244b42455eacd71e728170aa2d", + "style": "IPY_MODEL_0ab30ef801f7460f8e6a6cb070c547cb", "value": "Saving the dataset (1/1 shards): 100%" } }, - "f8ab822d5b7c4547b576ea7c71f889ef": { + "819262719fe5423fb2a68418e52aa19f": { "model_module": "@jupyter-widgets/controls", "model_name": "FloatProgressModel", "model_module_version": "1.5.0", @@ -2997,15 +3311,15 @@ "bar_style": "", "description": "", "description_tooltip": null, - "layout": "IPY_MODEL_d84659e637c145f181b67ef3c21e1369", + "layout": "IPY_MODEL_ce63794b26cc4c9f954155925ac3623f", "max": 5944, "min": 0, "orientation": "horizontal", - "style": "IPY_MODEL_55371b6b591f44d9878073e82580ff87", + "style": "IPY_MODEL_04d922a97457474ab3861c97b69d87ae", "value": 5944 } }, - "5c5613089dec490c91a4525dae96860c": { + "51e2a909dab14dea94a5457495505e84": { "model_module": "@jupyter-widgets/controls", "model_name": "HTMLModel", "model_module_version": "1.5.0", @@ -3020,13 +3334,13 @@ "_view_name": "HTMLView", "description": "", "description_tooltip": null, - "layout": "IPY_MODEL_db17195d51d94c6b99357da32277052f", + "layout": "IPY_MODEL_239cb8aaaeed4461b9dd4ca536e0d87e", "placeholder": "", - "style": "IPY_MODEL_740b2d727d32488e8c0637eee6e128f3", - "value": " 5944/5944 [00:00<00:00, 157648.10 examples/s]" + "style": "IPY_MODEL_2e9fb425201c4973aa5d48d073c5e61b", + "value": " 5944/5944 [00:00<00:00, 103476.66 examples/s]" } }, - "8cf043994b1f47b6a9c55459dac858fd": { + "d309c5ac0c35498d921210a6a45b13a4": { "model_module": "@jupyter-widgets/base", "model_name": "LayoutModel", "model_module_version": "1.2.0", @@ -3078,7 +3392,7 @@ "width": null } }, - "c57118269c8244149c4e2c8157a9b224": { + "2718cc5d119b4484aa0c87e32403ab1f": { "model_module": "@jupyter-widgets/base", "model_name": "LayoutModel", "model_module_version": "1.2.0", @@ -3130,7 +3444,7 @@ "width": null } }, - "dc938a244b42455eacd71e728170aa2d": { + "0ab30ef801f7460f8e6a6cb070c547cb": { "model_module": "@jupyter-widgets/controls", "model_name": "DescriptionStyleModel", "model_module_version": "1.5.0", @@ -3145,7 +3459,7 @@ "description_width": "" } }, - "d84659e637c145f181b67ef3c21e1369": { + "ce63794b26cc4c9f954155925ac3623f": { "model_module": "@jupyter-widgets/base", "model_name": "LayoutModel", "model_module_version": "1.2.0", @@ -3197,7 +3511,7 @@ "width": null } }, - "55371b6b591f44d9878073e82580ff87": { + "04d922a97457474ab3861c97b69d87ae": { "model_module": "@jupyter-widgets/controls", "model_name": "ProgressStyleModel", "model_module_version": "1.5.0", @@ -3213,7 +3527,7 @@ "description_width": "" } }, - "db17195d51d94c6b99357da32277052f": { + "239cb8aaaeed4461b9dd4ca536e0d87e": { "model_module": "@jupyter-widgets/base", "model_name": "LayoutModel", "model_module_version": "1.2.0", @@ -3265,7 +3579,7 @@ "width": null } }, - "740b2d727d32488e8c0637eee6e128f3": { + "2e9fb425201c4973aa5d48d073c5e61b": { "model_module": "@jupyter-widgets/controls", "model_name": "DescriptionStyleModel", "model_module_version": "1.5.0", @@ -3280,7 +3594,7 @@ "description_width": "" } }, - "263efb97b4aa4d3794f657731cdb9c4a": { + "43158795fdab4c77bb9e275ea88b451e": { "model_module": "@jupyter-widgets/controls", "model_name": "HBoxModel", "model_module_version": "1.5.0", @@ -3295,14 +3609,14 @@ "_view_name": "HBoxView", "box_style": "", "children": [ - "IPY_MODEL_9a5a668470104a98a3eda3a6a22a0ad9", - "IPY_MODEL_eafd4448d8594bfaaa854f78861d5313", - "IPY_MODEL_3208d3b9b8d043499f0d3592f00fdf92" + "IPY_MODEL_ea762a0a4a174f59ba868d0e461300fe", + "IPY_MODEL_92d43733e22843b682c10981b514fca8", + "IPY_MODEL_3470ab0ffeeb45dd983a730f7c80d8b7" ], - "layout": "IPY_MODEL_0290f44b58bf44c3becacff772d386ad" + "layout": "IPY_MODEL_2374bedbff6947d5b665555fa89b7eca" } }, - "9a5a668470104a98a3eda3a6a22a0ad9": { + "ea762a0a4a174f59ba868d0e461300fe": { "model_module": "@jupyter-widgets/controls", "model_name": "HTMLModel", "model_module_version": "1.5.0", @@ -3317,13 +3631,13 @@ "_view_name": "HTMLView", "description": "", "description_tooltip": null, - "layout": "IPY_MODEL_f1c566e93ab94e3984a4809563dc7b56", + "layout": "IPY_MODEL_af56c3650115484681877ecc55b3879b", "placeholder": "", - "style": "IPY_MODEL_db92c87519f44620a9df9d9f17dd35fb", + "style": "IPY_MODEL_e352f20a0fe2451dbb24f0d2e9662568", "value": "Saving the dataset (1/1 shards): 100%" } }, - "eafd4448d8594bfaaa854f78861d5313": { + "92d43733e22843b682c10981b514fca8": { "model_module": "@jupyter-widgets/controls", "model_name": "FloatProgressModel", "model_module_version": "1.5.0", @@ -3339,15 +3653,15 @@ "bar_style": "", "description": "", "description_tooltip": null, - "layout": "IPY_MODEL_48544f8fa2f34617ab6119cec0b46dd4", + "layout": "IPY_MODEL_e457705527d34e4a85cb4378b33fe69b", "max": 661, "min": 0, "orientation": "horizontal", - "style": "IPY_MODEL_6c1eee5bbc0541459569cf7a113d19fc", + "style": "IPY_MODEL_a0014c7d0c6e455d9ca533f7039f6b18", "value": 661 } }, - "3208d3b9b8d043499f0d3592f00fdf92": { + "3470ab0ffeeb45dd983a730f7c80d8b7": { "model_module": "@jupyter-widgets/controls", "model_name": "HTMLModel", "model_module_version": "1.5.0", @@ -3362,13 +3676,13 @@ "_view_name": "HTMLView", "description": "", "description_tooltip": null, - "layout": "IPY_MODEL_6df748fccaea4581b9ba0965af3a7dd1", + "layout": "IPY_MODEL_171ecd9f223149389c01b63216f248ec", "placeholder": "", - "style": "IPY_MODEL_e4830837e3c848e08034d91855edf808", - "value": " 661/661 [00:00<00:00, 23522.92 examples/s]" + "style": "IPY_MODEL_4b2e62d36cb04eec8b5988021dadb721", + "value": " 661/661 [00:00<00:00, 18045.01 examples/s]" } }, - "0290f44b58bf44c3becacff772d386ad": { + "2374bedbff6947d5b665555fa89b7eca": { "model_module": "@jupyter-widgets/base", "model_name": "LayoutModel", "model_module_version": "1.2.0", @@ -3420,7 +3734,7 @@ "width": null } }, - "f1c566e93ab94e3984a4809563dc7b56": { + "af56c3650115484681877ecc55b3879b": { "model_module": "@jupyter-widgets/base", "model_name": "LayoutModel", "model_module_version": "1.2.0", @@ -3472,7 +3786,7 @@ "width": null } }, - "db92c87519f44620a9df9d9f17dd35fb": { + "e352f20a0fe2451dbb24f0d2e9662568": { "model_module": "@jupyter-widgets/controls", "model_name": "DescriptionStyleModel", "model_module_version": "1.5.0", @@ -3487,7 +3801,7 @@ "description_width": "" } }, - "48544f8fa2f34617ab6119cec0b46dd4": { + "e457705527d34e4a85cb4378b33fe69b": { "model_module": "@jupyter-widgets/base", "model_name": "LayoutModel", "model_module_version": "1.2.0", @@ -3539,7 +3853,7 @@ "width": null } }, - "6c1eee5bbc0541459569cf7a113d19fc": { + "a0014c7d0c6e455d9ca533f7039f6b18": { "model_module": "@jupyter-widgets/controls", "model_name": "ProgressStyleModel", "model_module_version": "1.5.0", @@ -3555,7 +3869,7 @@ "description_width": "" } }, - "6df748fccaea4581b9ba0965af3a7dd1": { + "171ecd9f223149389c01b63216f248ec": { "model_module": "@jupyter-widgets/base", "model_name": "LayoutModel", "model_module_version": "1.2.0", @@ -3607,7 +3921,7 @@ "width": null } }, - "e4830837e3c848e08034d91855edf808": { + "4b2e62d36cb04eec8b5988021dadb721": { "model_module": "@jupyter-widgets/controls", "model_name": "DescriptionStyleModel", "model_module_version": "1.5.0", @@ -3622,7 +3936,7 @@ "description_width": "" } }, - "b99a0bea300f4729a199853ca7587c0a": { + "eb41f3e8e4a44c0f93c9fd6ccd2bf5d1": { "model_module": "@jupyter-widgets/controls", "model_name": "HBoxModel", "model_module_version": "1.5.0", @@ -3637,14 +3951,14 @@ "_view_name": "HBoxView", "box_style": "", "children": [ - "IPY_MODEL_42867affae134afcb977dd3c559af0b8", - "IPY_MODEL_a6967260b0af40b1919f39330ce369c8", - "IPY_MODEL_1d2c8fdbfae54fb0a34cede31bcc70af" + "IPY_MODEL_49350307e55f494f8e725e49e477f08d", + "IPY_MODEL_1b1e786bcd2c48b8ace28c96a2b948b8", + "IPY_MODEL_74e161d17f304a90a630c31cffa32069" ], - "layout": "IPY_MODEL_6f360c8ee3a74fdea4bf26d241989175" + "layout": "IPY_MODEL_844838085b404ff694a7ed610d21864a" } }, - "42867affae134afcb977dd3c559af0b8": { + "49350307e55f494f8e725e49e477f08d": { "model_module": "@jupyter-widgets/controls", "model_name": "HTMLModel", "model_module_version": "1.5.0", @@ -3659,13 +3973,13 @@ "_view_name": "HTMLView", "description": "", "description_tooltip": null, - "layout": "IPY_MODEL_00a334e11362449f9300a0adcb9ddb11", + "layout": "IPY_MODEL_a0051f7bb9594b1a8c40adaa163fef8e", "placeholder": "", - "style": "IPY_MODEL_c91f473ab5084e249041831b9af86264", + "style": "IPY_MODEL_5236d4e0dd2a426bb1fb4f988dcda330", "value": "Saving the dataset (1/1 shards): 100%" } }, - "a6967260b0af40b1919f39330ce369c8": { + "1b1e786bcd2c48b8ace28c96a2b948b8": { "model_module": "@jupyter-widgets/controls", "model_name": "FloatProgressModel", "model_module_version": "1.5.0", @@ -3681,15 +3995,15 @@ "bar_style": "", "description": "", "description_tooltip": null, - "layout": "IPY_MODEL_9c22ddcf272d4bbda789e7a7a95c7edd", + "layout": "IPY_MODEL_384e13828c4d49feafbb88f33843e917", "max": 1652, "min": 0, "orientation": "horizontal", - "style": "IPY_MODEL_e2f55ea0816c4b48be4b88481697cc4e", + "style": "IPY_MODEL_b47d192f2590492092d868b3511aaed8", "value": 1652 } }, - "1d2c8fdbfae54fb0a34cede31bcc70af": { + "74e161d17f304a90a630c31cffa32069": { "model_module": "@jupyter-widgets/controls", "model_name": "HTMLModel", "model_module_version": "1.5.0", @@ -3704,13 +4018,13 @@ "_view_name": "HTMLView", "description": "", "description_tooltip": null, - "layout": "IPY_MODEL_bc64277c4ae448dfa35b34dfc9d2f473", + "layout": "IPY_MODEL_592e12f87196414286dd8ac87ee75ccd", "placeholder": "", - "style": "IPY_MODEL_b936dbbb272543658572a590c06409aa", - "value": " 1652/1652 [00:00<00:00, 55149.99 examples/s]" + "style": "IPY_MODEL_7eed76af626c413793d7e74e6823c9f1", + "value": " 1652/1652 [00:00<00:00, 69471.92 examples/s]" } }, - "6f360c8ee3a74fdea4bf26d241989175": { + "844838085b404ff694a7ed610d21864a": { "model_module": "@jupyter-widgets/base", "model_name": "LayoutModel", "model_module_version": "1.2.0", @@ -3762,7 +4076,7 @@ "width": null } }, - "00a334e11362449f9300a0adcb9ddb11": { + "a0051f7bb9594b1a8c40adaa163fef8e": { "model_module": "@jupyter-widgets/base", "model_name": "LayoutModel", "model_module_version": "1.2.0", @@ -3814,7 +4128,7 @@ "width": null } }, - "c91f473ab5084e249041831b9af86264": { + "5236d4e0dd2a426bb1fb4f988dcda330": { "model_module": "@jupyter-widgets/controls", "model_name": "DescriptionStyleModel", "model_module_version": "1.5.0", @@ -3829,7 +4143,7 @@ "description_width": "" } }, - "9c22ddcf272d4bbda789e7a7a95c7edd": { + "384e13828c4d49feafbb88f33843e917": { "model_module": "@jupyter-widgets/base", "model_name": "LayoutModel", "model_module_version": "1.2.0", @@ -3881,7 +4195,7 @@ "width": null } }, - "e2f55ea0816c4b48be4b88481697cc4e": { + "b47d192f2590492092d868b3511aaed8": { "model_module": "@jupyter-widgets/controls", "model_name": "ProgressStyleModel", "model_module_version": "1.5.0", @@ -3897,7 +4211,7 @@ "description_width": "" } }, - "bc64277c4ae448dfa35b34dfc9d2f473": { + "592e12f87196414286dd8ac87ee75ccd": { "model_module": "@jupyter-widgets/base", "model_name": "LayoutModel", "model_module_version": "1.2.0", @@ -3949,7 +4263,7 @@ "width": null } }, - "b936dbbb272543658572a590c06409aa": { + "7eed76af626c413793d7e74e6823c9f1": { "model_module": "@jupyter-widgets/controls", "model_name": "DescriptionStyleModel", "model_module_version": "1.5.0", @@ -3964,7 +4278,7 @@ "description_width": "" } }, - "c441610b233344d8a049746a6f32fb79": { + "92f8a6c960b24b18a1eebe584739775a": { "model_module": "@jupyter-widgets/controls", "model_name": "HBoxModel", "model_module_version": "1.5.0", @@ -3979,14 +4293,14 @@ "_view_name": "HBoxView", "box_style": "", "children": [ - "IPY_MODEL_6548e2fee57b4e2f9610025c2605cc2d", - "IPY_MODEL_0a4c8d3bfdb44f389047789634ab2226", - "IPY_MODEL_38cdfb156d854a9b99f3d54bdc3a08e8" + "IPY_MODEL_e5ad8ec5c4d24b8cb62e19d1cf7db4b4", + "IPY_MODEL_5ee9bb13994543dda0f2c550233b13e0", + "IPY_MODEL_6591a01c111345d4a996b9a634e3de65" ], - "layout": "IPY_MODEL_06c93be20682495c9f03dcd1753e778c" + "layout": "IPY_MODEL_2c1b948ba2b44432998ac7d30e6188b5" } }, - "6548e2fee57b4e2f9610025c2605cc2d": { + "e5ad8ec5c4d24b8cb62e19d1cf7db4b4": { "model_module": "@jupyter-widgets/controls", "model_name": "HTMLModel", "model_module_version": "1.5.0", @@ -4001,13 +4315,13 @@ "_view_name": "HTMLView", "description": "", "description_tooltip": null, - "layout": "IPY_MODEL_c5a5cac1d8274748b9ecb8643c1ea0cb", + "layout": "IPY_MODEL_288c72ed40094e5c80e4f4285314ad06", "placeholder": "", - "style": "IPY_MODEL_06652dac8f3e432a93e9e56573ffe82d", + "style": "IPY_MODEL_9512546172e945efb83ba3e1f8c0ba43", "value": "Downloading (…)okenizer_config.json: 100%" } }, - "0a4c8d3bfdb44f389047789634ab2226": { + "5ee9bb13994543dda0f2c550233b13e0": { "model_module": "@jupyter-widgets/controls", "model_name": "FloatProgressModel", "model_module_version": "1.5.0", @@ -4023,15 +4337,15 @@ "bar_style": "success", "description": "", "description_tooltip": null, - "layout": "IPY_MODEL_d1568c5c6fc747509b53bfe16c8a0b17", + "layout": "IPY_MODEL_c75df95a05244b2094c7187c44ca4ff9", "max": 301, "min": 0, "orientation": "horizontal", - "style": "IPY_MODEL_c38d933101a94a84b6154028f81d4699", + "style": "IPY_MODEL_4129369cbdd74658ac5a926f7515684f", "value": 301 } }, - "38cdfb156d854a9b99f3d54bdc3a08e8": { + "6591a01c111345d4a996b9a634e3de65": { "model_module": "@jupyter-widgets/controls", "model_name": "HTMLModel", "model_module_version": "1.5.0", @@ -4046,13 +4360,13 @@ "_view_name": "HTMLView", "description": "", "description_tooltip": null, - "layout": "IPY_MODEL_50a536c642e04efaa0548a24961bd0a3", + "layout": "IPY_MODEL_35fc2205627a4190978d3a82124b01dc", "placeholder": "", - "style": "IPY_MODEL_cc4bd2e9ad094162bae6474a476aa27f", - "value": " 301/301 [00:00<00:00, 11.8kB/s]" + "style": "IPY_MODEL_e71350a633cf4fdb958a4c5ef805195d", + "value": " 301/301 [00:00<00:00, 10.5kB/s]" } }, - "06c93be20682495c9f03dcd1753e778c": { + "2c1b948ba2b44432998ac7d30e6188b5": { "model_module": "@jupyter-widgets/base", "model_name": "LayoutModel", "model_module_version": "1.2.0", @@ -4104,7 +4418,7 @@ "width": null } }, - "c5a5cac1d8274748b9ecb8643c1ea0cb": { + "288c72ed40094e5c80e4f4285314ad06": { "model_module": "@jupyter-widgets/base", "model_name": "LayoutModel", "model_module_version": "1.2.0", @@ -4156,7 +4470,7 @@ "width": null } }, - "06652dac8f3e432a93e9e56573ffe82d": { + "9512546172e945efb83ba3e1f8c0ba43": { "model_module": "@jupyter-widgets/controls", "model_name": "DescriptionStyleModel", "model_module_version": "1.5.0", @@ -4171,7 +4485,7 @@ "description_width": "" } }, - "d1568c5c6fc747509b53bfe16c8a0b17": { + "c75df95a05244b2094c7187c44ca4ff9": { "model_module": "@jupyter-widgets/base", "model_name": "LayoutModel", "model_module_version": "1.2.0", @@ -4223,7 +4537,7 @@ "width": null } }, - "c38d933101a94a84b6154028f81d4699": { + "4129369cbdd74658ac5a926f7515684f": { "model_module": "@jupyter-widgets/controls", "model_name": "ProgressStyleModel", "model_module_version": "1.5.0", @@ -4239,7 +4553,7 @@ "description_width": "" } }, - "50a536c642e04efaa0548a24961bd0a3": { + "35fc2205627a4190978d3a82124b01dc": { "model_module": "@jupyter-widgets/base", "model_name": "LayoutModel", "model_module_version": "1.2.0", @@ -4291,7 +4605,7 @@ "width": null } }, - "cc4bd2e9ad094162bae6474a476aa27f": { + "e71350a633cf4fdb958a4c5ef805195d": { "model_module": "@jupyter-widgets/controls", "model_name": "DescriptionStyleModel", "model_module_version": "1.5.0", @@ -4306,7 +4620,7 @@ "description_width": "" } }, - "4ffc167348744ffe8a965106efafa366": { + "19ef5add0dca4029ae756205a0ac8e39": { "model_module": "@jupyter-widgets/controls", "model_name": "HBoxModel", "model_module_version": "1.5.0", @@ -4321,14 +4635,14 @@ "_view_name": "HBoxView", "box_style": "", "children": [ - "IPY_MODEL_cd4402de801a47358391f9d2a0309088", - "IPY_MODEL_c518f3fafc8246a6932759f91d681de0", - "IPY_MODEL_74dfe887a1a34e4dab089b9554a9c3c0" + "IPY_MODEL_b916b57e10b84f42973ccb9f9d515d1f", + "IPY_MODEL_85b2e1a3c96c4d799b2fa7467807f0d8", + "IPY_MODEL_73ab068279fc44e8ac2d67ebd7b0fc3e" ], - "layout": "IPY_MODEL_85a306b07e9c4a138b9ebbc0489b95d7" + "layout": "IPY_MODEL_99c2ee0e45324bbfaac6ea14d098f89d" } }, - "cd4402de801a47358391f9d2a0309088": { + "b916b57e10b84f42973ccb9f9d515d1f": { "model_module": "@jupyter-widgets/controls", "model_name": "HTMLModel", "model_module_version": "1.5.0", @@ -4343,13 +4657,13 @@ "_view_name": "HTMLView", "description": "", "description_tooltip": null, - "layout": "IPY_MODEL_e8c5836880c947c09b568b6143607bdf", + "layout": "IPY_MODEL_808f24531d40422f90b1abbb04c7d5f1", "placeholder": "", - "style": "IPY_MODEL_5a19c3b556b44bd68493754824f11cae", + "style": "IPY_MODEL_a43b1574bbd54002ba8f9882969dc022", "value": "Downloading source.spm: 100%" } }, - "c518f3fafc8246a6932759f91d681de0": { + "85b2e1a3c96c4d799b2fa7467807f0d8": { "model_module": "@jupyter-widgets/controls", "model_name": "FloatProgressModel", "model_module_version": "1.5.0", @@ -4365,15 +4679,15 @@ "bar_style": "success", "description": "", "description_tooltip": null, - "layout": "IPY_MODEL_8700ef935ee3461ebbe4089afe919372", + "layout": "IPY_MODEL_8998984159ce473d8621d1ff3fb123d8", "max": 796845, "min": 0, "orientation": "horizontal", - "style": "IPY_MODEL_e22f3ecec5a6468d9154adee5361cc1d", + "style": "IPY_MODEL_f928bd7ca05d4c8baabc07a85d510895", "value": 796845 } }, - "74dfe887a1a34e4dab089b9554a9c3c0": { + "73ab068279fc44e8ac2d67ebd7b0fc3e": { "model_module": "@jupyter-widgets/controls", "model_name": "HTMLModel", "model_module_version": "1.5.0", @@ -4388,13 +4702,13 @@ "_view_name": "HTMLView", "description": "", "description_tooltip": null, - "layout": "IPY_MODEL_7c4d8b55d27240128544a18184c44e6a", + "layout": "IPY_MODEL_de77630a06c74de5873475df12439b9b", "placeholder": "", - "style": "IPY_MODEL_7f11dcd77bc84e249fb1fcf255dd7aa9", - "value": " 797k/797k [00:01<00:00, 758kB/s]" + "style": "IPY_MODEL_4423787948ad4789b2d090c28d7cd9f9", + "value": " 797k/797k [00:00<00:00, 5.70MB/s]" } }, - "85a306b07e9c4a138b9ebbc0489b95d7": { + "99c2ee0e45324bbfaac6ea14d098f89d": { "model_module": "@jupyter-widgets/base", "model_name": "LayoutModel", "model_module_version": "1.2.0", @@ -4446,7 +4760,7 @@ "width": null } }, - "e8c5836880c947c09b568b6143607bdf": { + "808f24531d40422f90b1abbb04c7d5f1": { "model_module": "@jupyter-widgets/base", "model_name": "LayoutModel", "model_module_version": "1.2.0", @@ -4498,7 +4812,7 @@ "width": null } }, - "5a19c3b556b44bd68493754824f11cae": { + "a43b1574bbd54002ba8f9882969dc022": { "model_module": "@jupyter-widgets/controls", "model_name": "DescriptionStyleModel", "model_module_version": "1.5.0", @@ -4513,7 +4827,7 @@ "description_width": "" } }, - "8700ef935ee3461ebbe4089afe919372": { + "8998984159ce473d8621d1ff3fb123d8": { "model_module": "@jupyter-widgets/base", "model_name": "LayoutModel", "model_module_version": "1.2.0", @@ -4565,7 +4879,7 @@ "width": null } }, - "e22f3ecec5a6468d9154adee5361cc1d": { + "f928bd7ca05d4c8baabc07a85d510895": { "model_module": "@jupyter-widgets/controls", "model_name": "ProgressStyleModel", "model_module_version": "1.5.0", @@ -4581,7 +4895,7 @@ "description_width": "" } }, - "7c4d8b55d27240128544a18184c44e6a": { + "de77630a06c74de5873475df12439b9b": { "model_module": "@jupyter-widgets/base", "model_name": "LayoutModel", "model_module_version": "1.2.0", @@ -4633,7 +4947,7 @@ "width": null } }, - "7f11dcd77bc84e249fb1fcf255dd7aa9": { + "4423787948ad4789b2d090c28d7cd9f9": { "model_module": "@jupyter-widgets/controls", "model_name": "DescriptionStyleModel", "model_module_version": "1.5.0", @@ -4648,7 +4962,7 @@ "description_width": "" } }, - "997fbd3483c64187bc5388f2bdb27acc": { + "e2c4c192118b43ca80dd9189b536bb7a": { "model_module": "@jupyter-widgets/controls", "model_name": "HBoxModel", "model_module_version": "1.5.0", @@ -4663,14 +4977,14 @@ "_view_name": "HBoxView", "box_style": "", "children": [ - "IPY_MODEL_fe916edb32134f38928f8c70ca0ad466", - "IPY_MODEL_2cb4b3a346734cd7949559464312c4e3", - "IPY_MODEL_b53968d37ff84cacbb7bdcde4969b329" + "IPY_MODEL_898349e06fba42e592e9cb87780ffe22", + "IPY_MODEL_28cfe0d2ad4648a48f7301d63d77e631", + "IPY_MODEL_b6cf48341fec4db599cf97b1bafa801d" ], - "layout": "IPY_MODEL_cf512800a7f64728b58b0879a8a258fd" + "layout": "IPY_MODEL_90f9e1e6fbea489994fe25d7f41a891c" } }, - "fe916edb32134f38928f8c70ca0ad466": { + "898349e06fba42e592e9cb87780ffe22": { "model_module": "@jupyter-widgets/controls", "model_name": "HTMLModel", "model_module_version": "1.5.0", @@ -4685,13 +4999,13 @@ "_view_name": "HTMLView", "description": "", "description_tooltip": null, - "layout": "IPY_MODEL_64f9d6ad46c342c7b51256eda98cea82", + "layout": "IPY_MODEL_d411cd907bd24fbb89e76e6f187e30ae", "placeholder": "", - "style": "IPY_MODEL_c9fafe70926a46d394ae2c7ae5f02497", + "style": "IPY_MODEL_bf62b3ec94724d4a90232ba71415edd9", "value": "Downloading target.spm: 100%" } }, - "2cb4b3a346734cd7949559464312c4e3": { + "28cfe0d2ad4648a48f7301d63d77e631": { "model_module": "@jupyter-widgets/controls", "model_name": "FloatProgressModel", "model_module_version": "1.5.0", @@ -4707,15 +5021,15 @@ "bar_style": "success", "description": "", "description_tooltip": null, - "layout": "IPY_MODEL_60d60414132e48298a966d7ea80e6b12", + "layout": "IPY_MODEL_df2f85af85264c5da533b55830f1a86f", "max": 768489, "min": 0, "orientation": "horizontal", - "style": "IPY_MODEL_d1e7ed82d78e44639623d1d4f4cd610b", + "style": "IPY_MODEL_3493b434f69647e582ae99ae0a9edac8", "value": 768489 } }, - "b53968d37ff84cacbb7bdcde4969b329": { + "b6cf48341fec4db599cf97b1bafa801d": { "model_module": "@jupyter-widgets/controls", "model_name": "HTMLModel", "model_module_version": "1.5.0", @@ -4730,13 +5044,13 @@ "_view_name": "HTMLView", "description": "", "description_tooltip": null, - "layout": "IPY_MODEL_2d4fa1f00a9e40b29525e32682f27d68", + "layout": "IPY_MODEL_7938ad2f61214ecbbf10a490532e4397", "placeholder": "", - "style": "IPY_MODEL_8243cf762367446ea6504aa89c555f92", - "value": " 768k/768k [00:01<00:00, 740kB/s]" + "style": "IPY_MODEL_40868b9d023b44f9bbb76922308a2cfd", + "value": " 768k/768k [00:00<00:00, 10.0MB/s]" } }, - "cf512800a7f64728b58b0879a8a258fd": { + "90f9e1e6fbea489994fe25d7f41a891c": { "model_module": "@jupyter-widgets/base", "model_name": "LayoutModel", "model_module_version": "1.2.0", @@ -4788,7 +5102,7 @@ "width": null } }, - "64f9d6ad46c342c7b51256eda98cea82": { + "d411cd907bd24fbb89e76e6f187e30ae": { "model_module": "@jupyter-widgets/base", "model_name": "LayoutModel", "model_module_version": "1.2.0", @@ -4840,7 +5154,7 @@ "width": null } }, - "c9fafe70926a46d394ae2c7ae5f02497": { + "bf62b3ec94724d4a90232ba71415edd9": { "model_module": "@jupyter-widgets/controls", "model_name": "DescriptionStyleModel", "model_module_version": "1.5.0", @@ -4855,7 +5169,7 @@ "description_width": "" } }, - "60d60414132e48298a966d7ea80e6b12": { + "df2f85af85264c5da533b55830f1a86f": { "model_module": "@jupyter-widgets/base", "model_name": "LayoutModel", "model_module_version": "1.2.0", @@ -4907,7 +5221,7 @@ "width": null } }, - "d1e7ed82d78e44639623d1d4f4cd610b": { + "3493b434f69647e582ae99ae0a9edac8": { "model_module": "@jupyter-widgets/controls", "model_name": "ProgressStyleModel", "model_module_version": "1.5.0", @@ -4923,7 +5237,7 @@ "description_width": "" } }, - "2d4fa1f00a9e40b29525e32682f27d68": { + "7938ad2f61214ecbbf10a490532e4397": { "model_module": "@jupyter-widgets/base", "model_name": "LayoutModel", "model_module_version": "1.2.0", @@ -4975,7 +5289,7 @@ "width": null } }, - "8243cf762367446ea6504aa89c555f92": { + "40868b9d023b44f9bbb76922308a2cfd": { "model_module": "@jupyter-widgets/controls", "model_name": "DescriptionStyleModel", "model_module_version": "1.5.0", @@ -4990,7 +5304,7 @@ "description_width": "" } }, - "72fd8a0fe783476f80631e108eb74962": { + "3b9d26593e9c42229ad51c3e182eb0cf": { "model_module": "@jupyter-widgets/controls", "model_name": "HBoxModel", "model_module_version": "1.5.0", @@ -5005,14 +5319,14 @@ "_view_name": "HBoxView", "box_style": "", "children": [ - "IPY_MODEL_815c209a15eb4af5ab8701c2e0b61edc", - "IPY_MODEL_1e5d41f9ba1c42d8b61c6f810212b319", - "IPY_MODEL_bb1d8b508a3545bbaa63c003cb87a2ad" + "IPY_MODEL_e2b7975d6a1442119fe1ece313c5634b", + "IPY_MODEL_0687432b310243b59733879b13a3bc2b", + "IPY_MODEL_075f5250dd3848e8821dfe3eb2d3ef43" ], - "layout": "IPY_MODEL_ef53a805c3714a458eac9d174e73422e" + "layout": "IPY_MODEL_77b01edcd89f4cf08a9c94b26a9a0350" } }, - "815c209a15eb4af5ab8701c2e0b61edc": { + "e2b7975d6a1442119fe1ece313c5634b": { "model_module": "@jupyter-widgets/controls", "model_name": "HTMLModel", "model_module_version": "1.5.0", @@ -5027,13 +5341,13 @@ "_view_name": "HTMLView", "description": "", "description_tooltip": null, - "layout": "IPY_MODEL_1834c86709354edebbe5e4a5294cedaa", + "layout": "IPY_MODEL_f65b5fa53cd34a5abf9df71fcbd634a6", "placeholder": "", - "style": "IPY_MODEL_6a54c163d1d04d40aa54eb77cc581e5e", + "style": "IPY_MODEL_0bded1ca754f4a62a2209537307bbb9a", "value": "Downloading (…)olve/main/vocab.json: 100%" } }, - "1e5d41f9ba1c42d8b61c6f810212b319": { + "0687432b310243b59733879b13a3bc2b": { "model_module": "@jupyter-widgets/controls", "model_name": "FloatProgressModel", "model_module_version": "1.5.0", @@ -5049,15 +5363,15 @@ "bar_style": "success", "description": "", "description_tooltip": null, - "layout": "IPY_MODEL_1afb75aa08f64f45a30866398728116a", + "layout": "IPY_MODEL_f2ef84459c504a2e8e8fbfbfd7f06027", "max": 1389436, "min": 0, "orientation": "horizontal", - "style": "IPY_MODEL_ce8800a085024df99177a6ae933f4cf3", + "style": "IPY_MODEL_547d01d4986a47b489c105fd5a847971", "value": 1389436 } }, - "bb1d8b508a3545bbaa63c003cb87a2ad": { + "075f5250dd3848e8821dfe3eb2d3ef43": { "model_module": "@jupyter-widgets/controls", "model_name": "HTMLModel", "model_module_version": "1.5.0", @@ -5072,13 +5386,13 @@ "_view_name": "HTMLView", "description": "", "description_tooltip": null, - "layout": "IPY_MODEL_ca3f5fba82264510b85fa0c8df6977c7", + "layout": "IPY_MODEL_592d48a2dda1465b8d7136260bccd3a6", "placeholder": "", - "style": "IPY_MODEL_8dc53e8cd4ff43dc91684e48b978176a", - "value": " 1.39M/1.39M [00:00<00:00, 6.02MB/s]" + "style": "IPY_MODEL_35182e2072c444279271294c127ff870", + "value": " 1.39M/1.39M [00:00<00:00, 17.5MB/s]" } }, - "ef53a805c3714a458eac9d174e73422e": { + "77b01edcd89f4cf08a9c94b26a9a0350": { "model_module": "@jupyter-widgets/base", "model_name": "LayoutModel", "model_module_version": "1.2.0", @@ -5130,7 +5444,7 @@ "width": null } }, - "1834c86709354edebbe5e4a5294cedaa": { + "f65b5fa53cd34a5abf9df71fcbd634a6": { "model_module": "@jupyter-widgets/base", "model_name": "LayoutModel", "model_module_version": "1.2.0", @@ -5182,7 +5496,7 @@ "width": null } }, - "6a54c163d1d04d40aa54eb77cc581e5e": { + "0bded1ca754f4a62a2209537307bbb9a": { "model_module": "@jupyter-widgets/controls", "model_name": "DescriptionStyleModel", "model_module_version": "1.5.0", @@ -5197,7 +5511,7 @@ "description_width": "" } }, - "1afb75aa08f64f45a30866398728116a": { + "f2ef84459c504a2e8e8fbfbfd7f06027": { "model_module": "@jupyter-widgets/base", "model_name": "LayoutModel", "model_module_version": "1.2.0", @@ -5249,7 +5563,7 @@ "width": null } }, - "ce8800a085024df99177a6ae933f4cf3": { + "547d01d4986a47b489c105fd5a847971": { "model_module": "@jupyter-widgets/controls", "model_name": "ProgressStyleModel", "model_module_version": "1.5.0", @@ -5265,7 +5579,7 @@ "description_width": "" } }, - "ca3f5fba82264510b85fa0c8df6977c7": { + "592d48a2dda1465b8d7136260bccd3a6": { "model_module": "@jupyter-widgets/base", "model_name": "LayoutModel", "model_module_version": "1.2.0", @@ -5317,7 +5631,7 @@ "width": null } }, - "8dc53e8cd4ff43dc91684e48b978176a": { + "35182e2072c444279271294c127ff870": { "model_module": "@jupyter-widgets/controls", "model_name": "DescriptionStyleModel", "model_module_version": "1.5.0", @@ -5332,7 +5646,7 @@ "description_width": "" } }, - "4aa7290876ea40fda8f5a15b5761d061": { + "c500ceb1abc442b4b41565a86969897c": { "model_module": "@jupyter-widgets/controls", "model_name": "HBoxModel", "model_module_version": "1.5.0", @@ -5347,14 +5661,14 @@ "_view_name": "HBoxView", "box_style": "", "children": [ - "IPY_MODEL_8abe6245574c410d8c3a65c2f4315c42", - "IPY_MODEL_1c4ec16f0f1c422cbfa48fc1c8402503", - "IPY_MODEL_8890bbad5d684e6bb82bba4f2b73bde6" + "IPY_MODEL_67df768c28154e84ad5bbc6484737bb7", + "IPY_MODEL_ffab340231314847825bfaf9ee12dc6d", + "IPY_MODEL_5a4b40312a94484b9649e0865114d9e9" ], - "layout": "IPY_MODEL_b66fcabf93894c1fbf003ead276e14b2" + "layout": "IPY_MODEL_1d6982c459d940909ebaf70eb5a68a06" } }, - "8abe6245574c410d8c3a65c2f4315c42": { + "67df768c28154e84ad5bbc6484737bb7": { "model_module": "@jupyter-widgets/controls", "model_name": "HTMLModel", "model_module_version": "1.5.0", @@ -5369,13 +5683,13 @@ "_view_name": "HTMLView", "description": "", "description_tooltip": null, - "layout": "IPY_MODEL_da8ba96f1da544eea8a8fe2255db495a", + "layout": "IPY_MODEL_309684c89e454cc4bd61a04cb9c10526", "placeholder": "", - "style": "IPY_MODEL_fe02b2377ec44526b5676a3a71520c96", + "style": "IPY_MODEL_c4cd0148e7324ede8483c74593bc4d73", "value": "Downloading (…)cial_tokens_map.json: 100%" } }, - "1c4ec16f0f1c422cbfa48fc1c8402503": { + "ffab340231314847825bfaf9ee12dc6d": { "model_module": "@jupyter-widgets/controls", "model_name": "FloatProgressModel", "model_module_version": "1.5.0", @@ -5391,15 +5705,15 @@ "bar_style": "success", "description": "", "description_tooltip": null, - "layout": "IPY_MODEL_6ef7df61a7294ac5999c72a1cdc977c7", + "layout": "IPY_MODEL_25ac2f545d8943a1a7b36a3c597be42c", "max": 74, "min": 0, "orientation": "horizontal", - "style": "IPY_MODEL_1ba06c41fe954a00a2e43d5df4f4cf56", + "style": "IPY_MODEL_d775bd4afa8d487ebadf03553c11fa4f", "value": 74 } }, - "8890bbad5d684e6bb82bba4f2b73bde6": { + "5a4b40312a94484b9649e0865114d9e9": { "model_module": "@jupyter-widgets/controls", "model_name": "HTMLModel", "model_module_version": "1.5.0", @@ -5414,13 +5728,13 @@ "_view_name": "HTMLView", "description": "", "description_tooltip": null, - "layout": "IPY_MODEL_ff565e4ddd0043a5a6c15956d0572a4c", + "layout": "IPY_MODEL_6a9db1c5c91e4273ac0295300aa93264", "placeholder": "", - "style": "IPY_MODEL_6cbeb2cb31c94f9fb08ef3592cc5ecb6", - "value": " 74.0/74.0 [00:00<00:00, 2.69kB/s]" + "style": "IPY_MODEL_7d997d12b4a14f768e8011ca49e7582b", + "value": " 74.0/74.0 [00:00<00:00, 3.46kB/s]" } }, - "b66fcabf93894c1fbf003ead276e14b2": { + "1d6982c459d940909ebaf70eb5a68a06": { "model_module": "@jupyter-widgets/base", "model_name": "LayoutModel", "model_module_version": "1.2.0", @@ -5472,7 +5786,7 @@ "width": null } }, - "da8ba96f1da544eea8a8fe2255db495a": { + "309684c89e454cc4bd61a04cb9c10526": { "model_module": "@jupyter-widgets/base", "model_name": "LayoutModel", "model_module_version": "1.2.0", @@ -5524,7 +5838,7 @@ "width": null } }, - "fe02b2377ec44526b5676a3a71520c96": { + "c4cd0148e7324ede8483c74593bc4d73": { "model_module": "@jupyter-widgets/controls", "model_name": "DescriptionStyleModel", "model_module_version": "1.5.0", @@ -5539,7 +5853,7 @@ "description_width": "" } }, - "6ef7df61a7294ac5999c72a1cdc977c7": { + "25ac2f545d8943a1a7b36a3c597be42c": { "model_module": "@jupyter-widgets/base", "model_name": "LayoutModel", "model_module_version": "1.2.0", @@ -5591,7 +5905,7 @@ "width": null } }, - "1ba06c41fe954a00a2e43d5df4f4cf56": { + "d775bd4afa8d487ebadf03553c11fa4f": { "model_module": "@jupyter-widgets/controls", "model_name": "ProgressStyleModel", "model_module_version": "1.5.0", @@ -5607,7 +5921,7 @@ "description_width": "" } }, - "ff565e4ddd0043a5a6c15956d0572a4c": { + "6a9db1c5c91e4273ac0295300aa93264": { "model_module": "@jupyter-widgets/base", "model_name": "LayoutModel", "model_module_version": "1.2.0", @@ -5659,7 +5973,7 @@ "width": null } }, - "6cbeb2cb31c94f9fb08ef3592cc5ecb6": { + "7d997d12b4a14f768e8011ca49e7582b": { "model_module": "@jupyter-widgets/controls", "model_name": "DescriptionStyleModel", "model_module_version": "1.5.0", @@ -5674,7 +5988,7 @@ "description_width": "" } }, - "6e4e96f1350f4a448c8864b0f513a52d": { + "27a885276d084972aeded827cd66a651": { "model_module": "@jupyter-widgets/controls", "model_name": "HBoxModel", "model_module_version": "1.5.0", @@ -5689,14 +6003,14 @@ "_view_name": "HBoxView", "box_style": "", "children": [ - "IPY_MODEL_78be694469f24b9bb38ec8f00d90eead", - "IPY_MODEL_f26d4e21fa3949d0b9f357bfda39e205", - "IPY_MODEL_6488b900697b432a8490a452ae4d7999" + "IPY_MODEL_2e7d02d43bf44c2d8b8617165b6ad7ab", + "IPY_MODEL_2c9e001308704de6962fdee2ee8ecb96", + "IPY_MODEL_a37faf3845d24604a15b7715e6aae754" ], - "layout": "IPY_MODEL_d45646f8821f468887eb8c70690b48e1" + "layout": "IPY_MODEL_01ab95016d9b49649b5caf20df07a07e" } }, - "78be694469f24b9bb38ec8f00d90eead": { + "2e7d02d43bf44c2d8b8617165b6ad7ab": { "model_module": "@jupyter-widgets/controls", "model_name": "HTMLModel", "model_module_version": "1.5.0", @@ -5711,13 +6025,13 @@ "_view_name": "HTMLView", "description": "", "description_tooltip": null, - "layout": "IPY_MODEL_769662f4c43b4848bbcd97a50fb870a9", + "layout": "IPY_MODEL_b586f3919d7849e4993053966bd5c263", "placeholder": "", - "style": "IPY_MODEL_63bf2a128bc14fb1942a4dbcf69bcd8b", + "style": "IPY_MODEL_1aa3962201394d02b831daf163748eb2", "value": "Downloading (…)lve/main/config.json: 100%" } }, - "f26d4e21fa3949d0b9f357bfda39e205": { + "2c9e001308704de6962fdee2ee8ecb96": { "model_module": "@jupyter-widgets/controls", "model_name": "FloatProgressModel", "model_module_version": "1.5.0", @@ -5733,15 +6047,15 @@ "bar_style": "success", "description": "", "description_tooltip": null, - "layout": "IPY_MODEL_8b7a11d3f37245bdb32c69936b48af6d", + "layout": "IPY_MODEL_f8edb277d0474cd78cfdd5135a7e71f6", "max": 1371, "min": 0, "orientation": "horizontal", - "style": "IPY_MODEL_e090dca0578a42888d1b5690e24a31e7", + "style": "IPY_MODEL_c105bb9805984f06acc4bf3e7689aab6", "value": 1371 } }, - "6488b900697b432a8490a452ae4d7999": { + "a37faf3845d24604a15b7715e6aae754": { "model_module": "@jupyter-widgets/controls", "model_name": "HTMLModel", "model_module_version": "1.5.0", @@ -5756,13 +6070,13 @@ "_view_name": "HTMLView", "description": "", "description_tooltip": null, - "layout": "IPY_MODEL_1633d84758c546a4b3b789dae018f97c", + "layout": "IPY_MODEL_59ee1b8c331b4856a32436e4cd593840", "placeholder": "", - "style": "IPY_MODEL_3b9c31ff7be14ac89a96007b23f66121", - "value": " 1.37k/1.37k [00:00<00:00, 47.3kB/s]" + "style": "IPY_MODEL_2529617af48e470cb10c3b78a54625da", + "value": " 1.37k/1.37k [00:00<00:00, 21.0kB/s]" } }, - "d45646f8821f468887eb8c70690b48e1": { + "01ab95016d9b49649b5caf20df07a07e": { "model_module": "@jupyter-widgets/base", "model_name": "LayoutModel", "model_module_version": "1.2.0", @@ -5814,7 +6128,7 @@ "width": null } }, - "769662f4c43b4848bbcd97a50fb870a9": { + "b586f3919d7849e4993053966bd5c263": { "model_module": "@jupyter-widgets/base", "model_name": "LayoutModel", "model_module_version": "1.2.0", @@ -5866,7 +6180,7 @@ "width": null } }, - "63bf2a128bc14fb1942a4dbcf69bcd8b": { + "1aa3962201394d02b831daf163748eb2": { "model_module": "@jupyter-widgets/controls", "model_name": "DescriptionStyleModel", "model_module_version": "1.5.0", @@ -5881,7 +6195,7 @@ "description_width": "" } }, - "8b7a11d3f37245bdb32c69936b48af6d": { + "f8edb277d0474cd78cfdd5135a7e71f6": { "model_module": "@jupyter-widgets/base", "model_name": "LayoutModel", "model_module_version": "1.2.0", @@ -5933,7 +6247,7 @@ "width": null } }, - "e090dca0578a42888d1b5690e24a31e7": { + "c105bb9805984f06acc4bf3e7689aab6": { "model_module": "@jupyter-widgets/controls", "model_name": "ProgressStyleModel", "model_module_version": "1.5.0", @@ -5949,7 +6263,7 @@ "description_width": "" } }, - "1633d84758c546a4b3b789dae018f97c": { + "59ee1b8c331b4856a32436e4cd593840": { "model_module": "@jupyter-widgets/base", "model_name": "LayoutModel", "model_module_version": "1.2.0", @@ -6001,7 +6315,7 @@ "width": null } }, - "3b9c31ff7be14ac89a96007b23f66121": { + "2529617af48e470cb10c3b78a54625da": { "model_module": "@jupyter-widgets/controls", "model_name": "DescriptionStyleModel", "model_module_version": "1.5.0", @@ -6016,7 +6330,7 @@ "description_width": "" } }, - "a3faa041514a47d6be8ce7605fa12c23": { + "d854ce935af24ffc852edc5bc1c0acf2": { "model_module": "@jupyter-widgets/controls", "model_name": "HBoxModel", "model_module_version": "1.5.0", @@ -6031,14 +6345,14 @@ "_view_name": "HBoxView", "box_style": "", "children": [ - "IPY_MODEL_3020671b51174f9c8302a573526c3d2f", - "IPY_MODEL_63d669196f4a4497a45e0cd6205ace95", - "IPY_MODEL_46cb0602456c4e04b6d0b2cb93d7841a" + "IPY_MODEL_ab42727bdc2f4f4fa6afa3db5696b070", + "IPY_MODEL_cfce7cb36d4f40d0b924cebbf7e8d912", + "IPY_MODEL_6f55938e5f28431ab9b406fb29430221" ], - "layout": "IPY_MODEL_f6f8cff3e70047179cd8796e5126edec" + "layout": "IPY_MODEL_d90e907ea7894130b312cd39cf716407" } }, - "3020671b51174f9c8302a573526c3d2f": { + "ab42727bdc2f4f4fa6afa3db5696b070": { "model_module": "@jupyter-widgets/controls", "model_name": "HTMLModel", "model_module_version": "1.5.0", @@ -6053,13 +6367,13 @@ "_view_name": "HTMLView", "description": "", "description_tooltip": null, - "layout": "IPY_MODEL_be05a90b77a34b098e71653da49b4478", + "layout": "IPY_MODEL_9ed0d50485834df49a3e238df541b753", "placeholder": "", - "style": "IPY_MODEL_aca3deb75ca440cb827886b5bf19e0e6", + "style": "IPY_MODEL_667b391d3a84450fa4229c0f17a360c0", "value": "Downloading tf_model.h5: 100%" } }, - "63d669196f4a4497a45e0cd6205ace95": { + "cfce7cb36d4f40d0b924cebbf7e8d912": { "model_module": "@jupyter-widgets/controls", "model_name": "FloatProgressModel", "model_module_version": "1.5.0", @@ -6075,15 +6389,15 @@ "bar_style": "success", "description": "", "description_tooltip": null, - "layout": "IPY_MODEL_acb200a560bf45819a80d88bdd8a4031", + "layout": "IPY_MODEL_8d9a9b9fa1eb4258b51d6c70f71758b3", "max": 298161796, "min": 0, "orientation": "horizontal", - "style": "IPY_MODEL_aec200e0702f4e11ad17a7961d3fc700", + "style": "IPY_MODEL_0f8ee8874e3a4345a4a6e58f143d7730", "value": 298161796 } }, - "46cb0602456c4e04b6d0b2cb93d7841a": { + "6f55938e5f28431ab9b406fb29430221": { "model_module": "@jupyter-widgets/controls", "model_name": "HTMLModel", "model_module_version": "1.5.0", @@ -6098,13 +6412,13 @@ "_view_name": "HTMLView", "description": "", "description_tooltip": null, - "layout": "IPY_MODEL_dcb2a6e5da49421ab1873e86f0650083", + "layout": "IPY_MODEL_9957f83400094479a7a1cf3fbc382b74", "placeholder": "", - "style": "IPY_MODEL_243b29024df24504992fdec7ed63052f", - "value": " 298M/298M [00:17<00:00, 17.6MB/s]" + "style": "IPY_MODEL_11ea58df135344dda3e147bd251cbea7", + "value": " 298M/298M [00:05<00:00, 44.5MB/s]" } }, - "f6f8cff3e70047179cd8796e5126edec": { + "d90e907ea7894130b312cd39cf716407": { "model_module": "@jupyter-widgets/base", "model_name": "LayoutModel", "model_module_version": "1.2.0", @@ -6156,7 +6470,7 @@ "width": null } }, - "be05a90b77a34b098e71653da49b4478": { + "9ed0d50485834df49a3e238df541b753": { "model_module": "@jupyter-widgets/base", "model_name": "LayoutModel", "model_module_version": "1.2.0", @@ -6208,7 +6522,7 @@ "width": null } }, - "aca3deb75ca440cb827886b5bf19e0e6": { + "667b391d3a84450fa4229c0f17a360c0": { "model_module": "@jupyter-widgets/controls", "model_name": "DescriptionStyleModel", "model_module_version": "1.5.0", @@ -6223,7 +6537,7 @@ "description_width": "" } }, - "acb200a560bf45819a80d88bdd8a4031": { + "8d9a9b9fa1eb4258b51d6c70f71758b3": { "model_module": "@jupyter-widgets/base", "model_name": "LayoutModel", "model_module_version": "1.2.0", @@ -6275,7 +6589,7 @@ "width": null } }, - "aec200e0702f4e11ad17a7961d3fc700": { + "0f8ee8874e3a4345a4a6e58f143d7730": { "model_module": "@jupyter-widgets/controls", "model_name": "ProgressStyleModel", "model_module_version": "1.5.0", @@ -6291,7 +6605,7 @@ "description_width": "" } }, - "dcb2a6e5da49421ab1873e86f0650083": { + "9957f83400094479a7a1cf3fbc382b74": { "model_module": "@jupyter-widgets/base", "model_name": "LayoutModel", "model_module_version": "1.2.0", @@ -6343,7 +6657,7 @@ "width": null } }, - "243b29024df24504992fdec7ed63052f": { + "11ea58df135344dda3e147bd251cbea7": { "model_module": "@jupyter-widgets/controls", "model_name": "DescriptionStyleModel", "model_module_version": "1.5.0", @@ -6358,7 +6672,7 @@ "description_width": "" } }, - "fc2a5d69d8854151949a97799698dd19": { + "845954adfc444434967af44b20db9896": { "model_module": "@jupyter-widgets/controls", "model_name": "HBoxModel", "model_module_version": "1.5.0", @@ -6373,14 +6687,14 @@ "_view_name": "HBoxView", "box_style": "", "children": [ - "IPY_MODEL_5f22fc61e5cd4e7fbc13b8f92d78ee23", - "IPY_MODEL_18865676da3d49dfab563d712dcd55b9", - "IPY_MODEL_fe03a6bd3dc343d8afc818b919dfb90c" + "IPY_MODEL_67cc5f72da0548869b6464c21166d941", + "IPY_MODEL_7063c0563b434d5b89c84dda54a4ffc0", + "IPY_MODEL_0be4900c5f584498b117bbfb0c47c814" ], - "layout": "IPY_MODEL_921857fae7e945eab76e98c66ec5013a" + "layout": "IPY_MODEL_729fd70b2e944b619c8465d8c0db739c" } }, - "5f22fc61e5cd4e7fbc13b8f92d78ee23": { + "67cc5f72da0548869b6464c21166d941": { "model_module": "@jupyter-widgets/controls", "model_name": "HTMLModel", "model_module_version": "1.5.0", @@ -6395,13 +6709,13 @@ "_view_name": "HTMLView", "description": "", "description_tooltip": null, - "layout": "IPY_MODEL_17f5ffbb89264fa09d1d6d54782edbce", + "layout": "IPY_MODEL_b65ff03dd1cc49808398d5b135910e94", "placeholder": "", - "style": "IPY_MODEL_51f709a633da42c985cd97d36f914d90", + "style": "IPY_MODEL_3790804d3e254c8aa2640fa18628a142", "value": "Downloading (…)neration_config.json: 100%" } }, - "18865676da3d49dfab563d712dcd55b9": { + "7063c0563b434d5b89c84dda54a4ffc0": { "model_module": "@jupyter-widgets/controls", "model_name": "FloatProgressModel", "model_module_version": "1.5.0", @@ -6417,15 +6731,15 @@ "bar_style": "success", "description": "", "description_tooltip": null, - "layout": "IPY_MODEL_e2b2f39d43704f9c8e241670fa803d6e", + "layout": "IPY_MODEL_b292e93efce84f87991920f10c54d0f1", "max": 288, "min": 0, "orientation": "horizontal", - "style": "IPY_MODEL_bbde3f6bc0984496be5b0317ea739f23", + "style": "IPY_MODEL_7b365e0582e4463ca82c7e7d2582bba6", "value": 288 } }, - "fe03a6bd3dc343d8afc818b919dfb90c": { + "0be4900c5f584498b117bbfb0c47c814": { "model_module": "@jupyter-widgets/controls", "model_name": "HTMLModel", "model_module_version": "1.5.0", @@ -6440,13 +6754,13 @@ "_view_name": "HTMLView", "description": "", "description_tooltip": null, - "layout": "IPY_MODEL_ec3902818c7d4ce2994779a47861dc01", + "layout": "IPY_MODEL_a87b958909f64a9f8f60740f8326e532", "placeholder": "", - "style": "IPY_MODEL_4461ba3385694f88addd3d4fcd7c0350", - "value": " 288/288 [00:00<00:00, 10.1kB/s]" + "style": "IPY_MODEL_2eee52843ab24ebf8417a10be9177c64", + "value": " 288/288 [00:00<00:00, 5.69kB/s]" } }, - "921857fae7e945eab76e98c66ec5013a": { + "729fd70b2e944b619c8465d8c0db739c": { "model_module": "@jupyter-widgets/base", "model_name": "LayoutModel", "model_module_version": "1.2.0", @@ -6498,7 +6812,7 @@ "width": null } }, - "17f5ffbb89264fa09d1d6d54782edbce": { + "b65ff03dd1cc49808398d5b135910e94": { "model_module": "@jupyter-widgets/base", "model_name": "LayoutModel", "model_module_version": "1.2.0", @@ -6550,7 +6864,7 @@ "width": null } }, - "51f709a633da42c985cd97d36f914d90": { + "3790804d3e254c8aa2640fa18628a142": { "model_module": "@jupyter-widgets/controls", "model_name": "DescriptionStyleModel", "model_module_version": "1.5.0", @@ -6565,7 +6879,7 @@ "description_width": "" } }, - "e2b2f39d43704f9c8e241670fa803d6e": { + "b292e93efce84f87991920f10c54d0f1": { "model_module": "@jupyter-widgets/base", "model_name": "LayoutModel", "model_module_version": "1.2.0", @@ -6617,7 +6931,7 @@ "width": null } }, - "bbde3f6bc0984496be5b0317ea739f23": { + "7b365e0582e4463ca82c7e7d2582bba6": { "model_module": "@jupyter-widgets/controls", "model_name": "ProgressStyleModel", "model_module_version": "1.5.0", @@ -6633,7 +6947,7 @@ "description_width": "" } }, - "ec3902818c7d4ce2994779a47861dc01": { + "a87b958909f64a9f8f60740f8326e532": { "model_module": "@jupyter-widgets/base", "model_name": "LayoutModel", "model_module_version": "1.2.0", @@ -6685,7 +6999,7 @@ "width": null } }, - "4461ba3385694f88addd3d4fcd7c0350": { + "2eee52843ab24ebf8417a10be9177c64": { "model_module": "@jupyter-widgets/controls", "model_name": "DescriptionStyleModel", "model_module_version": "1.5.0", @@ -6700,7 +7014,7 @@ "description_width": "" } }, - "cb8c0ceed812400fb80bf3c0884e801c": { + "1df80b3abc274dbf93ea2a4eebacbde6": { "model_module": "@jupyter-widgets/controls", "model_name": "HBoxModel", "model_module_version": "1.5.0", @@ -6715,14 +7029,14 @@ "_view_name": "HBoxView", "box_style": "", "children": [ - "IPY_MODEL_a2913f4bf9b3404599806582ea9c9dda", - "IPY_MODEL_bebdd6f9a8c2468499071ec7ffca4901", - "IPY_MODEL_f87b2a4f927a4722b3ddff4e7178c04d" + "IPY_MODEL_b7538f52c6fa4cd195e16d6485857abb", + "IPY_MODEL_f4eeebaaee334998ace7743a98a50b30", + "IPY_MODEL_36ac9c8eb00e4126a68a932540197ff5" ], - "layout": "IPY_MODEL_acbda0d9cf184a0080d744ce0ce2595b" + "layout": "IPY_MODEL_c36db17efc524aa89b002a3f02001ee2" } }, - "a2913f4bf9b3404599806582ea9c9dda": { + "b7538f52c6fa4cd195e16d6485857abb": { "model_module": "@jupyter-widgets/controls", "model_name": "HTMLModel", "model_module_version": "1.5.0", @@ -6737,13 +7051,13 @@ "_view_name": "HTMLView", "description": "", "description_tooltip": null, - "layout": "IPY_MODEL_fc874d5ea0ad4219938e5f422cc873ed", + "layout": "IPY_MODEL_c6b8a1a8258d4ab6b095fc0675324b85", "placeholder": "", - "style": "IPY_MODEL_3a7d13eb24fb4115a28f7c441e1cc9c1", + "style": "IPY_MODEL_ebef8616913146fab4944d3d951cd523", "value": "Map: 100%" } }, - "bebdd6f9a8c2468499071ec7ffca4901": { + "f4eeebaaee334998ace7743a98a50b30": { "model_module": "@jupyter-widgets/controls", "model_name": "FloatProgressModel", "model_module_version": "1.5.0", @@ -6759,15 +7073,15 @@ "bar_style": "", "description": "", "description_tooltip": null, - "layout": "IPY_MODEL_52119c2bd1c94d0d97dfb0ad43630dc8", + "layout": "IPY_MODEL_6837a7ce023a4a4ca362656ea69ef4c0", "max": 5944, "min": 0, "orientation": "horizontal", - "style": "IPY_MODEL_da2927f85c1d4b52be3874dc9dd36eb6", + "style": "IPY_MODEL_1e4578ff6ead48519c0db4d451f27d87", "value": 5944 } }, - "f87b2a4f927a4722b3ddff4e7178c04d": { + "36ac9c8eb00e4126a68a932540197ff5": { "model_module": "@jupyter-widgets/controls", "model_name": "HTMLModel", "model_module_version": "1.5.0", @@ -6782,13 +7096,13 @@ "_view_name": "HTMLView", "description": "", "description_tooltip": null, - "layout": "IPY_MODEL_abfa2d27e4ff415ab34a604e26449074", + "layout": "IPY_MODEL_09db804a979b40ccaef47e9cc49656d9", "placeholder": "", - "style": "IPY_MODEL_0eeb2be5f05446ff8fd9cc269659d4e5", - "value": " 5944/5944 [00:01<00:00, 4446.55 examples/s]" + "style": "IPY_MODEL_41573f42ba6c4b94a801391fbcaddb0f", + "value": " 5944/5944 [00:01<00:00, 4532.95 examples/s]" } }, - "acbda0d9cf184a0080d744ce0ce2595b": { + "c36db17efc524aa89b002a3f02001ee2": { "model_module": "@jupyter-widgets/base", "model_name": "LayoutModel", "model_module_version": "1.2.0", @@ -6840,7 +7154,7 @@ "width": null } }, - "fc874d5ea0ad4219938e5f422cc873ed": { + "c6b8a1a8258d4ab6b095fc0675324b85": { "model_module": "@jupyter-widgets/base", "model_name": "LayoutModel", "model_module_version": "1.2.0", @@ -6892,7 +7206,7 @@ "width": null } }, - "3a7d13eb24fb4115a28f7c441e1cc9c1": { + "ebef8616913146fab4944d3d951cd523": { "model_module": "@jupyter-widgets/controls", "model_name": "DescriptionStyleModel", "model_module_version": "1.5.0", @@ -6907,7 +7221,7 @@ "description_width": "" } }, - "52119c2bd1c94d0d97dfb0ad43630dc8": { + "6837a7ce023a4a4ca362656ea69ef4c0": { "model_module": "@jupyter-widgets/base", "model_name": "LayoutModel", "model_module_version": "1.2.0", @@ -6959,7 +7273,7 @@ "width": null } }, - "da2927f85c1d4b52be3874dc9dd36eb6": { + "1e4578ff6ead48519c0db4d451f27d87": { "model_module": "@jupyter-widgets/controls", "model_name": "ProgressStyleModel", "model_module_version": "1.5.0", @@ -6975,7 +7289,7 @@ "description_width": "" } }, - "abfa2d27e4ff415ab34a604e26449074": { + "09db804a979b40ccaef47e9cc49656d9": { "model_module": "@jupyter-widgets/base", "model_name": "LayoutModel", "model_module_version": "1.2.0", @@ -7027,7 +7341,7 @@ "width": null } }, - "0eeb2be5f05446ff8fd9cc269659d4e5": { + "41573f42ba6c4b94a801391fbcaddb0f": { "model_module": "@jupyter-widgets/controls", "model_name": "DescriptionStyleModel", "model_module_version": "1.5.0", @@ -7042,7 +7356,7 @@ "description_width": "" } }, - "2130a0fbe4984acda5fd414a89c62fa3": { + "5398bd28ca7544fb8e3967dffc4c0415": { "model_module": "@jupyter-widgets/controls", "model_name": "HBoxModel", "model_module_version": "1.5.0", @@ -7057,14 +7371,14 @@ "_view_name": "HBoxView", "box_style": "", "children": [ - "IPY_MODEL_a2a4d09245d54f42a5d3bfa137c56b7e", - "IPY_MODEL_bc37a3e226344398a4f7138db1fc30fe", - "IPY_MODEL_54139c41c04741bc93b5166b328849b9" + "IPY_MODEL_42114f6617a547b29da88a64232750bb", + "IPY_MODEL_c126d1c5426540278829c52a721c57cb", + "IPY_MODEL_46ed0b8035dc4a209707a0d3515443e0" ], - "layout": "IPY_MODEL_96ae99b730524fdaa9c401df061f5a30" + "layout": "IPY_MODEL_3b69984f8e3248f5aaed2fc211768fbd" } }, - "a2a4d09245d54f42a5d3bfa137c56b7e": { + "42114f6617a547b29da88a64232750bb": { "model_module": "@jupyter-widgets/controls", "model_name": "HTMLModel", "model_module_version": "1.5.0", @@ -7079,13 +7393,13 @@ "_view_name": "HTMLView", "description": "", "description_tooltip": null, - "layout": "IPY_MODEL_e7f08e6d90a3479bba6c6b277f89bc5d", + "layout": "IPY_MODEL_ec7a331e84c54ef58f4d7d78a64854a0", "placeholder": "", - "style": "IPY_MODEL_7191c9f7e28441038a72b5638ff8f5a2", + "style": "IPY_MODEL_7e2b86223cd5468eb2c26e487442ac36", "value": "Map: 100%" } }, - "bc37a3e226344398a4f7138db1fc30fe": { + "c126d1c5426540278829c52a721c57cb": { "model_module": "@jupyter-widgets/controls", "model_name": "FloatProgressModel", "model_module_version": "1.5.0", @@ -7101,15 +7415,15 @@ "bar_style": "", "description": "", "description_tooltip": null, - "layout": "IPY_MODEL_c7f84a71647d4a89a45883b25b1506ec", + "layout": "IPY_MODEL_88ecabbc0d474bcd9be6cbcded33a3be", "max": 661, "min": 0, "orientation": "horizontal", - "style": "IPY_MODEL_601620faee2a4d71afc80a17a2c0307d", + "style": "IPY_MODEL_7e9dc18ac017489e99986c90f5a84bfc", "value": 661 } }, - "54139c41c04741bc93b5166b328849b9": { + "46ed0b8035dc4a209707a0d3515443e0": { "model_module": "@jupyter-widgets/controls", "model_name": "HTMLModel", "model_module_version": "1.5.0", @@ -7124,13 +7438,13 @@ "_view_name": "HTMLView", "description": "", "description_tooltip": null, - "layout": "IPY_MODEL_aae91005c47845ca8742dbe190c9ee3e", + "layout": "IPY_MODEL_6e6de21ab0f54333af9d6e13474bba97", "placeholder": "", - "style": "IPY_MODEL_dae5a5254ba549098fd272de8ee606f6", - "value": " 661/661 [00:00<00:00, 3327.61 examples/s]" + "style": "IPY_MODEL_a621c2381db04e43beaeae5565e73344", + "value": " 661/661 [00:00<00:00, 3970.17 examples/s]" } }, - "96ae99b730524fdaa9c401df061f5a30": { + "3b69984f8e3248f5aaed2fc211768fbd": { "model_module": "@jupyter-widgets/base", "model_name": "LayoutModel", "model_module_version": "1.2.0", @@ -7182,7 +7496,7 @@ "width": null } }, - "e7f08e6d90a3479bba6c6b277f89bc5d": { + "ec7a331e84c54ef58f4d7d78a64854a0": { "model_module": "@jupyter-widgets/base", "model_name": "LayoutModel", "model_module_version": "1.2.0", @@ -7234,7 +7548,7 @@ "width": null } }, - "7191c9f7e28441038a72b5638ff8f5a2": { + "7e2b86223cd5468eb2c26e487442ac36": { "model_module": "@jupyter-widgets/controls", "model_name": "DescriptionStyleModel", "model_module_version": "1.5.0", @@ -7249,7 +7563,7 @@ "description_width": "" } }, - "c7f84a71647d4a89a45883b25b1506ec": { + "88ecabbc0d474bcd9be6cbcded33a3be": { "model_module": "@jupyter-widgets/base", "model_name": "LayoutModel", "model_module_version": "1.2.0", @@ -7301,7 +7615,7 @@ "width": null } }, - "601620faee2a4d71afc80a17a2c0307d": { + "7e9dc18ac017489e99986c90f5a84bfc": { "model_module": "@jupyter-widgets/controls", "model_name": "ProgressStyleModel", "model_module_version": "1.5.0", @@ -7317,7 +7631,7 @@ "description_width": "" } }, - "aae91005c47845ca8742dbe190c9ee3e": { + "6e6de21ab0f54333af9d6e13474bba97": { "model_module": "@jupyter-widgets/base", "model_name": "LayoutModel", "model_module_version": "1.2.0", @@ -7369,7 +7683,7 @@ "width": null } }, - "dae5a5254ba549098fd272de8ee606f6": { + "a621c2381db04e43beaeae5565e73344": { "model_module": "@jupyter-widgets/controls", "model_name": "DescriptionStyleModel", "model_module_version": "1.5.0", @@ -7384,7 +7698,7 @@ "description_width": "" } }, - "d6b5e75c74b040f48d8c1fbda869a531": { + "84424c71b5a44889aae3180123b6240c": { "model_module": "@jupyter-widgets/controls", "model_name": "HBoxModel", "model_module_version": "1.5.0", @@ -7399,14 +7713,14 @@ "_view_name": "HBoxView", "box_style": "", "children": [ - "IPY_MODEL_6973320e39f64d6cb9e34f1f73398ed8", - "IPY_MODEL_7682b51b2020477db401e27d0fb08807", - "IPY_MODEL_eaa95f0f657542d081991dd9fde21203" + "IPY_MODEL_6bbb4d00b5414320b2689e482e7e6164", + "IPY_MODEL_eb6e0776f87f4b18974b86a7f09439ce", + "IPY_MODEL_bad880f391ba4692bb3022ead9c7c5b0" ], - "layout": "IPY_MODEL_1bad1354c5da4a5b96686b83009fa8cd" + "layout": "IPY_MODEL_16e2233465ab4c24babc4e18cc525bca" } }, - "6973320e39f64d6cb9e34f1f73398ed8": { + "6bbb4d00b5414320b2689e482e7e6164": { "model_module": "@jupyter-widgets/controls", "model_name": "HTMLModel", "model_module_version": "1.5.0", @@ -7421,13 +7735,13 @@ "_view_name": "HTMLView", "description": "", "description_tooltip": null, - "layout": "IPY_MODEL_040965cbde964230a9feee6068b6cfa0", + "layout": "IPY_MODEL_7b0fd30e02e4469eb2d4361b8f085805", "placeholder": "", - "style": "IPY_MODEL_74baaacd944d46aeb938e5119d7d74b5", + "style": "IPY_MODEL_c1845b85765a4f34b9a4d65158ee44b8", "value": "Map: 100%" } }, - "7682b51b2020477db401e27d0fb08807": { + "eb6e0776f87f4b18974b86a7f09439ce": { "model_module": "@jupyter-widgets/controls", "model_name": "FloatProgressModel", "model_module_version": "1.5.0", @@ -7443,15 +7757,15 @@ "bar_style": "", "description": "", "description_tooltip": null, - "layout": "IPY_MODEL_3d11d8fb76fc4a08921ba892f5155460", + "layout": "IPY_MODEL_9259cdeb93744e63b2c8eeb4f8431e6e", "max": 1652, "min": 0, "orientation": "horizontal", - "style": "IPY_MODEL_cf9c55c0f3e145d9b7882625f0c9569e", + "style": "IPY_MODEL_06b8bd1b4a794b608203b0e7c96ebfbc", "value": 1652 } }, - "eaa95f0f657542d081991dd9fde21203": { + "bad880f391ba4692bb3022ead9c7c5b0": { "model_module": "@jupyter-widgets/controls", "model_name": "HTMLModel", "model_module_version": "1.5.0", @@ -7466,13 +7780,13 @@ "_view_name": "HTMLView", "description": "", "description_tooltip": null, - "layout": "IPY_MODEL_de085a18d4e147459b37aa66545adf1b", + "layout": "IPY_MODEL_33ad576d6ee94677a1dec49f9141df15", "placeholder": "", - "style": "IPY_MODEL_086945381e0a4dc79d5e8e62bf6ba66b", - "value": " 1652/1652 [00:00<00:00, 4014.93 examples/s]" + "style": "IPY_MODEL_2a74ac140d5c4279b9540ebc8c650f5e", + "value": " 1652/1652 [00:00<00:00, 4627.99 examples/s]" } }, - "1bad1354c5da4a5b96686b83009fa8cd": { + "16e2233465ab4c24babc4e18cc525bca": { "model_module": "@jupyter-widgets/base", "model_name": "LayoutModel", "model_module_version": "1.2.0", @@ -7524,7 +7838,7 @@ "width": null } }, - "040965cbde964230a9feee6068b6cfa0": { + "7b0fd30e02e4469eb2d4361b8f085805": { "model_module": "@jupyter-widgets/base", "model_name": "LayoutModel", "model_module_version": "1.2.0", @@ -7576,7 +7890,7 @@ "width": null } }, - "74baaacd944d46aeb938e5119d7d74b5": { + "c1845b85765a4f34b9a4d65158ee44b8": { "model_module": "@jupyter-widgets/controls", "model_name": "DescriptionStyleModel", "model_module_version": "1.5.0", @@ -7591,7 +7905,7 @@ "description_width": "" } }, - "3d11d8fb76fc4a08921ba892f5155460": { + "9259cdeb93744e63b2c8eeb4f8431e6e": { "model_module": "@jupyter-widgets/base", "model_name": "LayoutModel", "model_module_version": "1.2.0", @@ -7643,7 +7957,7 @@ "width": null } }, - "cf9c55c0f3e145d9b7882625f0c9569e": { + "06b8bd1b4a794b608203b0e7c96ebfbc": { "model_module": "@jupyter-widgets/controls", "model_name": "ProgressStyleModel", "model_module_version": "1.5.0", @@ -7659,7 +7973,7 @@ "description_width": "" } }, - "de085a18d4e147459b37aa66545adf1b": { + "33ad576d6ee94677a1dec49f9141df15": { "model_module": "@jupyter-widgets/base", "model_name": "LayoutModel", "model_module_version": "1.2.0", @@ -7711,7 +8025,7 @@ "width": null } }, - "086945381e0a4dc79d5e8e62bf6ba66b": { + "2a74ac140d5c4279b9540ebc8c650f5e": { "model_module": "@jupyter-widgets/controls", "model_name": "DescriptionStyleModel", "model_module_version": "1.5.0", @@ -7726,7 +8040,7 @@ "description_width": "" } }, - "b6eb39e5dd804fd7a63ffaa9af8251a5": { + "355889d3a1f14eed91c511cd80ad7681": { "model_module": "@jupyter-widgets/controls", "model_name": "VBoxModel", "model_module_version": "1.5.0", @@ -7741,16 +8055,16 @@ "_view_name": "VBoxView", "box_style": "", "children": [ - "IPY_MODEL_4a1803205f9b4202b9b232b3f4c48632", - "IPY_MODEL_3e82d4873bd94c588db9d1508897c971", - "IPY_MODEL_5f54e0ada1fa4f27a803ec5131146cdf", - "IPY_MODEL_59fe677dd25447c5ada55266f2ce6aff", - "IPY_MODEL_67ebf8816b964e79aa4bde8a99247999" + "IPY_MODEL_485bcd63d70347adaaeea305596b3afc", + "IPY_MODEL_7e36006fa073432790a138c62027ea86", + "IPY_MODEL_1a613697ab344314b8383ce91fddd4d5", + "IPY_MODEL_e055d6c25c384390a0326167bc4815d3", + "IPY_MODEL_2146c4271e7543ada4d0b2c9d16a627d" ], - "layout": "IPY_MODEL_d0ef75af6ff24a1a912d1df4995efc9a" + "layout": "IPY_MODEL_f1a2ebbffec049509e170f2a5ac3d4cb" } }, - "4a1803205f9b4202b9b232b3f4c48632": { + "485bcd63d70347adaaeea305596b3afc": { "model_module": "@jupyter-widgets/controls", "model_name": "HTMLModel", "model_module_version": "1.5.0", @@ -7765,13 +8079,13 @@ "_view_name": "HTMLView", "description": "", "description_tooltip": null, - "layout": "IPY_MODEL_5f82c45527b7442b9e4cb66a2c48976a", + "layout": "IPY_MODEL_1be8743f97ba478c9d037898c4573fe8", "placeholder": "", - "style": "IPY_MODEL_a3b096140289433c8fc2c1649ce7e9eb", + "style": "IPY_MODEL_5570e4c5c5d64d538279b772f2a726a2", "value": "