From b1d2a1b4f9182f0b5b81d043f75f3b314570e4ee Mon Sep 17 00:00:00 2001 From: Nik Date: Mon, 27 Oct 2025 18:32:54 +0530 Subject: [PATCH] Cleared output data from notebook. --- .../nikhil_raut/Week_7_Day_3_TRAINING.ipynb | 3156 +++--- ...7_Day_5_Testing_our_Fine_tuned_model.ipynb | 8446 ++++++++--------- 2 files changed, 5361 insertions(+), 6241 deletions(-) diff --git a/week7/community_contributions/nikhil_raut/Week_7_Day_3_TRAINING.ipynb b/week7/community_contributions/nikhil_raut/Week_7_Day_3_TRAINING.ipynb index 6d74384..775f14e 100644 --- a/week7/community_contributions/nikhil_raut/Week_7_Day_3_TRAINING.ipynb +++ b/week7/community_contributions/nikhil_raut/Week_7_Day_3_TRAINING.ipynb @@ -120,36 +120,25 @@ }, { "cell_type": "code", - "source": [ - "HUB_MODEL_NAME" - ], + "execution_count": null, "metadata": { - "id": "QyHOj-c4FmkM", "colab": { "base_uri": "https://localhost:8080/", "height": 35 }, + "id": "QyHOj-c4FmkM", "outputId": "a9d22f5c-ad62-48cd-9a29-74dc8390c00c" }, - "execution_count": null, - "outputs": [ - { - "output_type": "execute_result", - "data": { - "text/plain": [ - "'nikhilr12/pricer-2025-10-27_07.15.03'" - ], - "application/vnd.google.colaboratory.intrinsic+json": { - "type": "string" - } - }, - "metadata": {}, - "execution_count": 4 - } + "outputs": [], + "source": [ + "HUB_MODEL_NAME" ] }, { "cell_type": "markdown", + "metadata": { + "id": "PfvyitbgCMMQ" + }, "source": [ "# More on Optimizers\n", "\n", @@ -157,10 +146,7 @@ "\n", "The most common is Adam or AdamW (Adam with Weight Decay). \n", "Adam achieves good convergence by storing the rolling average of the previous gradients; however, it adds an additional memory footprint of the order of the number of model parameters.\n" - ], - "metadata": { - "id": "PfvyitbgCMMQ" - } + ] }, { "cell_type": "markdown", @@ -195,21 +181,13 @@ "cell_type": "code", "execution_count": null, "metadata": { - "id": "yJNOv3cVvJ68", "colab": { "base_uri": "https://localhost:8080/" }, + "id": "yJNOv3cVvJ68", "outputId": "5b1445de-ec41-476d-878e-f747c4f13b87" }, - "outputs": [ - { - "output_type": "stream", - "name": "stderr", - "text": [ - "\u001b[34m\u001b[1mwandb\u001b[0m: Currently logged in as: \u001b[33mnikhil-raut94\u001b[0m (\u001b[33mnikhil-raut94-udemy\u001b[0m) to \u001b[32mhttps://api.wandb.ai\u001b[0m. Use \u001b[1m`wandb login --relogin`\u001b[0m to force relogin\n" - ] - } - ], + "outputs": [], "source": [ "# Log in to Weights & Biases\n", "wandb_api_key = userdata.get('WANDB_API_KEY')\n", @@ -237,111 +215,28 @@ }, { "cell_type": "code", - "source": [ - "# if you wish to reduce the training dataset to 20,000 points instead, then uncomment this line:\n", - "train = train.select(range(1000))" - ], + "execution_count": null, "metadata": { "id": "rJb9IDVjOAn9" }, - "execution_count": null, - "outputs": [] + "outputs": [], + "source": [ + "# if you wish to reduce the training dataset to 20,000 points instead, then uncomment this line:\n", + "train = train.select(range(1000))" + ] }, { "cell_type": "code", "execution_count": null, "metadata": { - "id": "8_SUsKqA23Gc", "colab": { "base_uri": "https://localhost:8080/", "height": 139 }, + "id": "8_SUsKqA23Gc", "outputId": "2d52d813-fb5c-4477-a66c-769e803e8709" }, - "outputs": [ - { - "output_type": "display_data", - "data": { - "text/plain": [ - "" - ], - "text/html": [ - "Changes to your `wandb` environment variables will be ignored because your `wandb` session has already started. For more information on how to modify your settings with `wandb.init()` arguments, please refer to the W&B docs." - ] - }, - "metadata": {} - }, - { - "output_type": "display_data", - "data": { - "text/plain": [ - "" - ], - "text/html": [] - }, - "metadata": {} - }, - { - "output_type": "display_data", - "data": { - "text/plain": [ - "" - ], - "text/html": [ - "Tracking run with wandb version 0.22.2" - ] - }, - "metadata": {} - }, - { - "output_type": "display_data", - "data": { - "text/plain": [ - "" - ], - "text/html": [ - "Run data is saved locally in /content/wandb/run-20251027_071513-slqggj75" - ] - }, - "metadata": {} - }, - { - "output_type": "display_data", - "data": { - "text/plain": [ - "" - ], - "text/html": [ - "Syncing run 2025-10-27_07.15.03 to Weights & Biases (docs)
" - ] - }, - "metadata": {} - }, - { - "output_type": "display_data", - "data": { - "text/plain": [ - "" - ], - "text/html": [ - " View project at https://wandb.ai/nikhil-raut94-udemy/pricer" - ] - }, - "metadata": {} - }, - { - "output_type": "display_data", - "data": { - "text/plain": [ - "" - ], - "text/html": [ - " View run at https://wandb.ai/nikhil-raut94-udemy/pricer/runs/slqggj75" - ] - }, - "metadata": {} - } - ], + "outputs": [], "source": [ "if LOG_TO_WANDB:\n", " wandb.init(project=PROJECT_NAME, name=RUN_NAME)" @@ -386,7 +281,6 @@ "cell_type": "code", "execution_count": null, "metadata": { - "id": "R_O04fKxMMT-", "colab": { "base_uri": "https://localhost:8080/", "height": 67, @@ -404,31 +298,10 @@ "904bb8b2f8374e6f856d772da322609b" ] }, + "id": "R_O04fKxMMT-", "outputId": "e5bd004d-1143-4109-9ea9-1122634e5496" }, - "outputs": [ - { - "output_type": "display_data", - "data": { - "text/plain": [ - "Loading checkpoint shards: 0%| | 0/4 [00:00" - ], - "text/html": [ - "\n", - "
\n", - " \n", - " \n", - " [250/250 50:14, Epoch 1/1]\n", - "
\n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - "
StepTraining Loss
502.080000
1001.924600
1501.945600
2001.874100
2501.871700

" - ] - }, - "metadata": {} - }, - { - "output_type": "stream", - "name": "stderr", - "text": [ - "\u001b[34m\u001b[1mwandb\u001b[0m: Adding directory to artifact (pricer-2025-10-27_07.15.03/checkpoint-250)... Done. 18.3s\n" - ] - }, - { - "output_type": "display_data", - "data": { - "text/plain": [ - "README.md: 0%| | 0.00/1.45k [00:00" - ], - "text/html": [] - }, - "metadata": {} - }, - { - "output_type": "display_data", - "data": { - "text/plain": [ - "" - ], - "text/html": [ - "

Run history:


train/epoch▁▃▅▆██
train/global_step▁▃▅▆██
train/grad_norm█▁▄▁▃
train/learning_rate█▆▄▂▁
train/loss█▃▃▁▁

Run summary:


total_flos8034976237879296.0
train/epoch1
train/global_step250
train/grad_norm2.85018
train/learning_rate0
train/loss1.8717
train_loss1.9392
train_runtime3000.965
train_samples_per_second0.333
train_steps_per_second0.083

" - ] - }, - "metadata": {} - }, - { - "output_type": "display_data", - "data": { - "text/plain": [ - "" - ], - "text/html": [ - " View run 2025-10-27_07.15.03 at: https://wandb.ai/nikhil-raut94-udemy/pricer/runs/slqggj75
View project at: https://wandb.ai/nikhil-raut94-udemy/pricer
Synced 5 W&B file(s), 0 media file(s), 16 artifact file(s) and 0 other file(s)" - ] - }, - "metadata": {} - }, - { - "output_type": "display_data", - "data": { - "text/plain": [ - "" - ], - "text/html": [ - "Find logs at: ./wandb/run-20251027_071513-slqggj75/logs" - ] - }, - "metadata": {} - } - ], + "outputs": [], "source": [ "if LOG_TO_WANDB:\n", " wandb.finish()" @@ -895,8 +573,8 @@ "application/vnd.jupyter.widget-state+json": { "0027ee1677114da58d2d1dfe0e7ebc63": { "model_module": "@jupyter-widgets/controls", - "model_name": "HBoxModel", "model_module_version": "1.5.0", + "model_name": "HBoxModel", "state": { "_dom_classes": [], "_model_module": "@jupyter-widgets/controls", @@ -915,31 +593,77 @@ "layout": "IPY_MODEL_93e93a10c577468faa2ccfa16c6cfdca" } }, - "400cfd3f1d1c44d59f3ec606b3e96458": { + "03f246d93610455bb6c03b626d7349e1": { "model_module": "@jupyter-widgets/controls", - "model_name": "HTMLModel", "model_module_version": "1.5.0", + "model_name": "DescriptionStyleModel", "state": { - "_dom_classes": [], "_model_module": "@jupyter-widgets/controls", "_model_module_version": "1.5.0", - "_model_name": "HTMLModel", + "_model_name": "DescriptionStyleModel", "_view_count": null, - "_view_module": "@jupyter-widgets/controls", - "_view_module_version": "1.5.0", - "_view_name": "HTMLView", - "description": "", - "description_tooltip": null, - "layout": "IPY_MODEL_577d8bbc02614e128c39fcb10f7237a9", - "placeholder": "​", - "style": "IPY_MODEL_6ef16480ae234804906aa94346cb16fc", - "value": "Loading checkpoint shards: 100%" + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "StyleView", + "description_width": "" + } + }, + "0ab93a2d9b3040c7b27fa24293bd36e1": { + "model_module": "@jupyter-widgets/base", + "model_module_version": "1.2.0", + "model_name": "LayoutModel", + "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 } }, "1704ee1b4dd74bceb600add874adac17": { "model_module": "@jupyter-widgets/controls", - "model_name": "FloatProgressModel", "model_module_version": "1.5.0", + "model_name": "FloatProgressModel", "state": { "_dom_classes": [], "_model_module": "@jupyter-widgets/controls", @@ -960,31 +684,10 @@ "value": 4 } }, - "db9dffdcf2274e18be2060b61c946a7e": { - "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_c56db5a9708e408298cb21ded221979b", - "placeholder": "​", - "style": "IPY_MODEL_904bb8b2f8374e6f856d772da322609b", - "value": " 4/4 [01:41<00:00, 21.84s/it]" - } - }, - "93e93a10c577468faa2ccfa16c6cfdca": { + "1dfb95f7cf8b4ab48ceed2ff89769388": { "model_module": "@jupyter-widgets/base", - "model_name": "LayoutModel", "model_module_version": "1.2.0", + "model_name": "LayoutModel", "state": { "_model_module": "@jupyter-widgets/base", "_model_module_version": "1.2.0", @@ -1033,10 +736,10 @@ "width": null } }, - "577d8bbc02614e128c39fcb10f7237a9": { + "1fc084960ffe44d9ae1df31f54404165": { "model_module": "@jupyter-widgets/base", - "model_name": "LayoutModel", "model_module_version": "1.2.0", + "model_name": "LayoutModel", "state": { "_model_module": "@jupyter-widgets/base", "_model_module_version": "1.2.0", @@ -1082,206 +785,13 @@ "right": null, "top": null, "visibility": null, - "width": null + "width": "20px" } }, - "6ef16480ae234804906aa94346cb16fc": { + "22dce334249b4bc19fe8d097f6315a05": { "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": "" - } - }, - "eb0ce8001d6348e3807b79e1ca1c5c92": { - "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 - } - }, - "5b4ef788e4b747b084f49265719e0d49": { - "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": "" - } - }, - "c56db5a9708e408298cb21ded221979b": { - "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 - } - }, - "904bb8b2f8374e6f856d772da322609b": { - "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": "" - } - }, - "dc29a54964904f39b56a28463ef7d983": { - "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_72ac906a836c410facee1378d0449671", - "IPY_MODEL_e553f6d313d641c3a3599ce6cc4f4511", - "IPY_MODEL_71eaeacbcbc9437aa1d5cdb90c092bac" - ], - "layout": "IPY_MODEL_ea12f77a72614bf494559cb7b339e689" - } - }, - "72ac906a836c410facee1378d0449671": { - "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_22de7398b1704e7e97aad8e2af1c8ec9", - "placeholder": "​", - "style": "IPY_MODEL_03f246d93610455bb6c03b626d7349e1", - "value": "Map: 100%" - } - }, - "e553f6d313d641c3a3599ce6cc4f4511": { - "model_module": "@jupyter-widgets/controls", "model_name": "FloatProgressModel", - "model_module_version": "1.5.0", "state": { "_dom_classes": [], "_model_module": "@jupyter-widgets/controls", @@ -1294,91 +804,18 @@ "bar_style": "success", "description": "", "description_tooltip": null, - "layout": "IPY_MODEL_c0d8e56eea03422aa774560e6e1c0dd5", - "max": 1000, + "layout": "IPY_MODEL_f28bd564e8af40a0841e7b3f66a581fe", + "max": 1453, "min": 0, "orientation": "horizontal", - "style": "IPY_MODEL_747fdc33f79549e3bf52e62c1be9f053", - "value": 1000 - } - }, - "71eaeacbcbc9437aa1d5cdb90c092bac": { - "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_1dfb95f7cf8b4ab48ceed2ff89769388", - "placeholder": "​", - "style": "IPY_MODEL_2f5901b8ad5a47cf8e9126b2b1f46e6b", - "value": " 1000/1000 [00:00<00:00, 2337.11 examples/s]" - } - }, - "ea12f77a72614bf494559cb7b339e689": { - "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 + "style": "IPY_MODEL_45e10d3089ae41edbc93a8a7b7baf303", + "value": 1453 } }, "22de7398b1704e7e97aad8e2af1c8ec9": { "model_module": "@jupyter-widgets/base", - "model_name": "LayoutModel", "model_module_version": "1.2.0", + "model_name": "LayoutModel", "state": { "_model_module": "@jupyter-widgets/base", "_model_module_version": "1.2.0", @@ -1427,25 +864,10 @@ "width": null } }, - "03f246d93610455bb6c03b626d7349e1": { - "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": "" - } - }, - "c0d8e56eea03422aa774560e6e1c0dd5": { + "29b890e29cce42c79e79698e62cd68e2": { "model_module": "@jupyter-widgets/base", - "model_name": "LayoutModel", "model_module_version": "1.2.0", + "model_name": "LayoutModel", "state": { "_model_module": "@jupyter-widgets/base", "_model_module_version": "1.2.0", @@ -1494,26 +916,62 @@ "width": null } }, - "747fdc33f79549e3bf52e62c1be9f053": { - "model_module": "@jupyter-widgets/controls", - "model_name": "ProgressStyleModel", - "model_module_version": "1.5.0", + "2ad6b4650b194b2c9cbea37dbeeb3d5b": { + "model_module": "@jupyter-widgets/base", + "model_module_version": "1.2.0", + "model_name": "LayoutModel", "state": { - "_model_module": "@jupyter-widgets/controls", - "_model_module_version": "1.5.0", - "_model_name": "ProgressStyleModel", + "_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": "StyleView", - "bar_color": null, - "description_width": "" + "_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 } }, - "1dfb95f7cf8b4ab48ceed2ff89769388": { + "2dcd79e6c5134a009a5db8e057ba3db0": { "model_module": "@jupyter-widgets/base", - "model_name": "LayoutModel", "model_module_version": "1.2.0", + "model_name": "LayoutModel", "state": { "_model_module": "@jupyter-widgets/base", "_model_module_version": "1.2.0", @@ -1564,8 +1022,8 @@ }, "2f5901b8ad5a47cf8e9126b2b1f46e6b": { "model_module": "@jupyter-widgets/controls", - "model_name": "DescriptionStyleModel", "model_module_version": "1.5.0", + "model_name": "DescriptionStyleModel", "state": { "_model_module": "@jupyter-widgets/controls", "_model_module_version": "1.5.0", @@ -1577,10 +1035,114 @@ "description_width": "" } }, - "6b976e17e00b4a9195dfc9907a50cbe4": { + "308d5947a8734e189db4a5edda4b8725": { + "model_module": "@jupyter-widgets/base", + "model_module_version": "1.2.0", + "model_name": "LayoutModel", + "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 + } + }, + "31e634785164408e85274bb1551ffd8a": { + "model_module": "@jupyter-widgets/base", + "model_module_version": "1.2.0", + "model_name": "LayoutModel", + "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 + } + }, + "32ae94ab5ca744a3a31c42eef7833ccd": { "model_module": "@jupyter-widgets/controls", - "model_name": "HBoxModel", "model_module_version": "1.5.0", + "model_name": "HBoxModel", "state": { "_dom_classes": [], "_model_module": "@jupyter-widgets/controls", @@ -1592,17 +1154,17 @@ "_view_name": "HBoxView", "box_style": "", "children": [ - "IPY_MODEL_332715fb37444bdb93f88cb8b799f9aa", - "IPY_MODEL_22dce334249b4bc19fe8d097f6315a05", - "IPY_MODEL_4937f94b87d0485c9491e8920944f6c7" + "IPY_MODEL_d86b69d253954d378a008c9f7a7b2563", + "IPY_MODEL_b32566f421f9423ab2f918ba2582bd5a", + "IPY_MODEL_51e8c2fbd6c7472e95c0fdf84617a900" ], - "layout": "IPY_MODEL_8a0719a796cf4bab876e49624a10eaf6" + "layout": "IPY_MODEL_2dcd79e6c5134a009a5db8e057ba3db0" } }, "332715fb37444bdb93f88cb8b799f9aa": { "model_module": "@jupyter-widgets/controls", - "model_name": "HTMLModel", "model_module_version": "1.5.0", + "model_name": "HTMLModel", "state": { "_dom_classes": [], "_model_module": "@jupyter-widgets/controls", @@ -1620,673 +1182,10 @@ "value": "README.md: 100%" } }, - "22dce334249b4bc19fe8d097f6315a05": { - "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_f28bd564e8af40a0841e7b3f66a581fe", - "max": 1453, - "min": 0, - "orientation": "horizontal", - "style": "IPY_MODEL_45e10d3089ae41edbc93a8a7b7baf303", - "value": 1453 - } - }, - "4937f94b87d0485c9491e8920944f6c7": { - "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_2ad6b4650b194b2c9cbea37dbeeb3d5b", - "placeholder": "​", - "style": "IPY_MODEL_51e92866fe6447c8b0dc77baee0557cc", - "value": " 1.45k/1.45k [00:00<00:00, 151kB/s]" - } - }, - "8a0719a796cf4bab876e49624a10eaf6": { - "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 - } - }, - "eea597dbb971446e9c617e325d4801ec": { - "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 - } - }, - "c09c60be549546a9a6320145945427ce": { - "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": "" - } - }, - "f28bd564e8af40a0841e7b3f66a581fe": { - "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 - } - }, - "45e10d3089ae41edbc93a8a7b7baf303": { - "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": "" - } - }, - "2ad6b4650b194b2c9cbea37dbeeb3d5b": { - "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 - } - }, - "51e92866fe6447c8b0dc77baee0557cc": { - "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": "" - } - }, - "e9a0b46383254cc386a5418a40a14fb6": { - "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_af040db48acc4f68bca3c9b86e895632", - "IPY_MODEL_a29cfdcb36c6473ab71eed91d8690283", - "IPY_MODEL_c430f4fd7c47439092f873b8f14ee96a" - ], - "layout": "IPY_MODEL_31e634785164408e85274bb1551ffd8a" - } - }, - "af040db48acc4f68bca3c9b86e895632": { - "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_308d5947a8734e189db4a5edda4b8725", - "placeholder": "​", - "style": "IPY_MODEL_db1d98d7bb984594bc8d872b5adba3a8", - "value": "Processing Files (1 / 1)      : 100%" - } - }, - "a29cfdcb36c6473ab71eed91d8690283": { - "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_1fc084960ffe44d9ae1df31f54404165", - "max": 1, - "min": 0, - "orientation": "horizontal", - "style": "IPY_MODEL_8f296c9e5a8b41339477d26765e3c2fe", - "value": 1 - } - }, - "c430f4fd7c47439092f873b8f14ee96a": { - "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_74a228cd618240ca9ae23ed33a9ea313", - "placeholder": "​", - "style": "IPY_MODEL_4d2fe7dc55de4445a78592b75b412041", - "value": "  109MB /  109MB, 56.0MB/s  " - } - }, - "31e634785164408e85274bb1551ffd8a": { - "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 - } - }, - "308d5947a8734e189db4a5edda4b8725": { - "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 - } - }, - "db1d98d7bb984594bc8d872b5adba3a8": { - "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": "" - } - }, - "1fc084960ffe44d9ae1df31f54404165": { - "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" - } - }, - "8f296c9e5a8b41339477d26765e3c2fe": { - "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": "" - } - }, - "74a228cd618240ca9ae23ed33a9ea313": { - "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 - } - }, - "4d2fe7dc55de4445a78592b75b412041": { - "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": "" - } - }, - "eabe30b3d32b488684b3a56d3eacceb5": { - "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_3529120de7d748fb975b8ad15c478158", - "IPY_MODEL_39422b90cec74671948bf58cca168e88", - "IPY_MODEL_8f0faed5ca4a4b0fb5276ae3cc99335a" - ], - "layout": "IPY_MODEL_e3eda94aba8e4b69916dbd06a30819e1" - } - }, "3529120de7d748fb975b8ad15c478158": { "model_module": "@jupyter-widgets/controls", - "model_name": "HTMLModel", "model_module_version": "1.5.0", + "model_name": "HTMLModel", "state": { "_dom_classes": [], "_model_module": "@jupyter-widgets/controls", @@ -2306,8 +1205,8 @@ }, "39422b90cec74671948bf58cca168e88": { "model_module": "@jupyter-widgets/controls", - "model_name": "FloatProgressModel", "model_module_version": "1.5.0", + "model_name": "FloatProgressModel", "state": { "_dom_classes": [], "_model_module": "@jupyter-widgets/controls", @@ -2328,135 +1227,10 @@ "value": 0 } }, - "8f0faed5ca4a4b0fb5276ae3cc99335a": { + "395d1442667d42ce851fbad753665ec1": { "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_0ab93a2d9b3040c7b27fa24293bd36e1", - "placeholder": "​", - "style": "IPY_MODEL_521b23912f1d4788992f896d4f511f97", - "value": "  0.00B /  0.00B,  0.00B/s  " - } - }, - "e3eda94aba8e4b69916dbd06a30819e1": { - "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 - } - }, - "b03bb213471f442fb27869076fd0d114": { - "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 - } - }, - "b527b9e6ed024456ac8c86d564037144": { - "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", @@ -2468,62 +1242,31 @@ "description_width": "" } }, - "dfee2733fb1e4442b11dfd02461ba25e": { - "model_module": "@jupyter-widgets/base", - "model_name": "LayoutModel", - "model_module_version": "1.2.0", + "400cfd3f1d1c44d59f3ec606b3e96458": { + "model_module": "@jupyter-widgets/controls", + "model_module_version": "1.5.0", + "model_name": "HTMLModel", "state": { - "_model_module": "@jupyter-widgets/base", - "_model_module_version": "1.2.0", - "_model_name": "LayoutModel", + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "1.5.0", + "_model_name": "HTMLModel", "_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" + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "HTMLView", + "description": "", + "description_tooltip": null, + "layout": "IPY_MODEL_577d8bbc02614e128c39fcb10f7237a9", + "placeholder": "​", + "style": "IPY_MODEL_6ef16480ae234804906aa94346cb16fc", + "value": "Loading checkpoint shards: 100%" } }, - "815e1788df7343d5b0a4dea892fafd2f": { + "45e10d3089ae41edbc93a8a7b7baf303": { "model_module": "@jupyter-widgets/controls", - "model_name": "ProgressStyleModel", "model_module_version": "1.5.0", + "model_name": "ProgressStyleModel", "state": { "_model_module": "@jupyter-widgets/controls", "_model_module_version": "1.5.0", @@ -2536,99 +1279,10 @@ "description_width": "" } }, - "0ab93a2d9b3040c7b27fa24293bd36e1": { - "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 - } - }, - "521b23912f1d4788992f896d4f511f97": { + "4937f94b87d0485c9491e8920944f6c7": { "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": "" - } - }, - "32ae94ab5ca744a3a31c42eef7833ccd": { - "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_d86b69d253954d378a008c9f7a7b2563", - "IPY_MODEL_b32566f421f9423ab2f918ba2582bd5a", - "IPY_MODEL_51e8c2fbd6c7472e95c0fdf84617a900" - ], - "layout": "IPY_MODEL_2dcd79e6c5134a009a5db8e057ba3db0" - } - }, - "d86b69d253954d378a008c9f7a7b2563": { - "model_module": "@jupyter-widgets/controls", "model_name": "HTMLModel", - "model_module_version": "1.5.0", "state": { "_dom_classes": [], "_model_module": "@jupyter-widgets/controls", @@ -2640,40 +1294,46 @@ "_view_name": "HTMLView", "description": "", "description_tooltip": null, - "layout": "IPY_MODEL_8e5e3e78758647c8ab3ab089614eb13a", + "layout": "IPY_MODEL_2ad6b4650b194b2c9cbea37dbeeb3d5b", "placeholder": "​", - "style": "IPY_MODEL_395d1442667d42ce851fbad753665ec1", - "value": "  ...adapter_model.safetensors: 100%" + "style": "IPY_MODEL_51e92866fe6447c8b0dc77baee0557cc", + "value": " 1.45k/1.45k [00:00<00:00, 151kB/s]" } }, - "b32566f421f9423ab2f918ba2582bd5a": { + "4afdb6f7146f464e95375c375cbe0477": { "model_module": "@jupyter-widgets/controls", - "model_name": "FloatProgressModel", "model_module_version": "1.5.0", + "model_name": "DescriptionStyleModel", "state": { - "_dom_classes": [], "_model_module": "@jupyter-widgets/controls", "_model_module_version": "1.5.0", - "_model_name": "FloatProgressModel", + "_model_name": "DescriptionStyleModel", "_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_84206cac147a44bfa40b51ddd5afd973", - "max": 109086416, - "min": 0, - "orientation": "horizontal", - "style": "IPY_MODEL_5240ecb5f0cb4b9eaa9be217022f003d", - "value": 109086416 + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "1.2.0", + "_view_name": "StyleView", + "description_width": "" + } + }, + "4d2fe7dc55de4445a78592b75b412041": { + "model_module": "@jupyter-widgets/controls", + "model_module_version": "1.5.0", + "model_name": "DescriptionStyleModel", + "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": "" } }, "51e8c2fbd6c7472e95c0fdf84617a900": { "model_module": "@jupyter-widgets/controls", - "model_name": "HTMLModel", "model_module_version": "1.5.0", + "model_name": "HTMLModel", "state": { "_dom_classes": [], "_model_module": "@jupyter-widgets/controls", @@ -2691,10 +1351,339 @@ "value": "  109MB /  109MB            " } }, - "2dcd79e6c5134a009a5db8e057ba3db0": { + "51e92866fe6447c8b0dc77baee0557cc": { + "model_module": "@jupyter-widgets/controls", + "model_module_version": "1.5.0", + "model_name": "DescriptionStyleModel", + "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": "" + } + }, + "521b23912f1d4788992f896d4f511f97": { + "model_module": "@jupyter-widgets/controls", + "model_module_version": "1.5.0", + "model_name": "DescriptionStyleModel", + "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": "" + } + }, + "5240ecb5f0cb4b9eaa9be217022f003d": { + "model_module": "@jupyter-widgets/controls", + "model_module_version": "1.5.0", + "model_name": "ProgressStyleModel", + "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": "" + } + }, + "577d8bbc02614e128c39fcb10f7237a9": { "model_module": "@jupyter-widgets/base", - "model_name": "LayoutModel", "model_module_version": "1.2.0", + "model_name": "LayoutModel", + "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 + } + }, + "5b4ef788e4b747b084f49265719e0d49": { + "model_module": "@jupyter-widgets/controls", + "model_module_version": "1.5.0", + "model_name": "ProgressStyleModel", + "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": "" + } + }, + "6b976e17e00b4a9195dfc9907a50cbe4": { + "model_module": "@jupyter-widgets/controls", + "model_module_version": "1.5.0", + "model_name": "HBoxModel", + "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_332715fb37444bdb93f88cb8b799f9aa", + "IPY_MODEL_22dce334249b4bc19fe8d097f6315a05", + "IPY_MODEL_4937f94b87d0485c9491e8920944f6c7" + ], + "layout": "IPY_MODEL_8a0719a796cf4bab876e49624a10eaf6" + } + }, + "6ef16480ae234804906aa94346cb16fc": { + "model_module": "@jupyter-widgets/controls", + "model_module_version": "1.5.0", + "model_name": "DescriptionStyleModel", + "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": "" + } + }, + "71eaeacbcbc9437aa1d5cdb90c092bac": { + "model_module": "@jupyter-widgets/controls", + "model_module_version": "1.5.0", + "model_name": "HTMLModel", + "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_1dfb95f7cf8b4ab48ceed2ff89769388", + "placeholder": "​", + "style": "IPY_MODEL_2f5901b8ad5a47cf8e9126b2b1f46e6b", + "value": " 1000/1000 [00:00<00:00, 2337.11 examples/s]" + } + }, + "72ac906a836c410facee1378d0449671": { + "model_module": "@jupyter-widgets/controls", + "model_module_version": "1.5.0", + "model_name": "HTMLModel", + "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_22de7398b1704e7e97aad8e2af1c8ec9", + "placeholder": "​", + "style": "IPY_MODEL_03f246d93610455bb6c03b626d7349e1", + "value": "Map: 100%" + } + }, + "747fdc33f79549e3bf52e62c1be9f053": { + "model_module": "@jupyter-widgets/controls", + "model_module_version": "1.5.0", + "model_name": "ProgressStyleModel", + "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": "" + } + }, + "74a228cd618240ca9ae23ed33a9ea313": { + "model_module": "@jupyter-widgets/base", + "model_module_version": "1.2.0", + "model_name": "LayoutModel", + "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 + } + }, + "815e1788df7343d5b0a4dea892fafd2f": { + "model_module": "@jupyter-widgets/controls", + "model_module_version": "1.5.0", + "model_name": "ProgressStyleModel", + "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": "" + } + }, + "84206cac147a44bfa40b51ddd5afd973": { + "model_module": "@jupyter-widgets/base", + "model_module_version": "1.2.0", + "model_name": "LayoutModel", + "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 + } + }, + "8a0719a796cf4bab876e49624a10eaf6": { + "model_module": "@jupyter-widgets/base", + "model_module_version": "1.2.0", + "model_name": "LayoutModel", "state": { "_model_module": "@jupyter-widgets/base", "_model_module_version": "1.2.0", @@ -2745,8 +1734,8 @@ }, "8e5e3e78758647c8ab3ab089614eb13a": { "model_module": "@jupyter-widgets/base", - "model_name": "LayoutModel", "model_module_version": "1.2.0", + "model_name": "LayoutModel", "state": { "_model_module": "@jupyter-widgets/base", "_model_module_version": "1.2.0", @@ -2795,77 +1784,31 @@ "width": null } }, - "395d1442667d42ce851fbad753665ec1": { + "8f0faed5ca4a4b0fb5276ae3cc99335a": { "model_module": "@jupyter-widgets/controls", - "model_name": "DescriptionStyleModel", "model_module_version": "1.5.0", + "model_name": "HTMLModel", "state": { + "_dom_classes": [], "_model_module": "@jupyter-widgets/controls", "_model_module_version": "1.5.0", - "_model_name": "DescriptionStyleModel", + "_model_name": "HTMLModel", "_view_count": null, - "_view_module": "@jupyter-widgets/base", - "_view_module_version": "1.2.0", - "_view_name": "StyleView", - "description_width": "" + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "1.5.0", + "_view_name": "HTMLView", + "description": "", + "description_tooltip": null, + "layout": "IPY_MODEL_0ab93a2d9b3040c7b27fa24293bd36e1", + "placeholder": "​", + "style": "IPY_MODEL_521b23912f1d4788992f896d4f511f97", + "value": "  0.00B /  0.00B,  0.00B/s  " } }, - "84206cac147a44bfa40b51ddd5afd973": { - "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 - } - }, - "5240ecb5f0cb4b9eaa9be217022f003d": { + "8f296c9e5a8b41339477d26765e3c2fe": { "model_module": "@jupyter-widgets/controls", - "model_name": "ProgressStyleModel", "model_module_version": "1.5.0", + "model_name": "ProgressStyleModel", "state": { "_model_module": "@jupyter-widgets/controls", "_model_module_version": "1.5.0", @@ -2878,10 +1821,25 @@ "description_width": "" } }, - "29b890e29cce42c79e79698e62cd68e2": { + "904bb8b2f8374e6f856d772da322609b": { + "model_module": "@jupyter-widgets/controls", + "model_module_version": "1.5.0", + "model_name": "DescriptionStyleModel", + "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": "" + } + }, + "93e93a10c577468faa2ccfa16c6cfdca": { "model_module": "@jupyter-widgets/base", - "model_name": "LayoutModel", "model_module_version": "1.2.0", + "model_name": "LayoutModel", "state": { "_model_module": "@jupyter-widgets/base", "_model_module_version": "1.2.0", @@ -2930,10 +1888,131 @@ "width": null } }, - "4afdb6f7146f464e95375c375cbe0477": { + "a29cfdcb36c6473ab71eed91d8690283": { "model_module": "@jupyter-widgets/controls", - "model_name": "DescriptionStyleModel", "model_module_version": "1.5.0", + "model_name": "FloatProgressModel", + "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_1fc084960ffe44d9ae1df31f54404165", + "max": 1, + "min": 0, + "orientation": "horizontal", + "style": "IPY_MODEL_8f296c9e5a8b41339477d26765e3c2fe", + "value": 1 + } + }, + "af040db48acc4f68bca3c9b86e895632": { + "model_module": "@jupyter-widgets/controls", + "model_module_version": "1.5.0", + "model_name": "HTMLModel", + "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_308d5947a8734e189db4a5edda4b8725", + "placeholder": "​", + "style": "IPY_MODEL_db1d98d7bb984594bc8d872b5adba3a8", + "value": "Processing Files (1 / 1)      : 100%" + } + }, + "b03bb213471f442fb27869076fd0d114": { + "model_module": "@jupyter-widgets/base", + "model_module_version": "1.2.0", + "model_name": "LayoutModel", + "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 + } + }, + "b32566f421f9423ab2f918ba2582bd5a": { + "model_module": "@jupyter-widgets/controls", + "model_module_version": "1.5.0", + "model_name": "FloatProgressModel", + "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_84206cac147a44bfa40b51ddd5afd973", + "max": 109086416, + "min": 0, + "orientation": "horizontal", + "style": "IPY_MODEL_5240ecb5f0cb4b9eaa9be217022f003d", + "value": 109086416 + } + }, + "b527b9e6ed024456ac8c86d564037144": { + "model_module": "@jupyter-widgets/controls", + "model_module_version": "1.5.0", + "model_name": "DescriptionStyleModel", "state": { "_model_module": "@jupyter-widgets/controls", "_model_module_version": "1.5.0", @@ -2944,10 +2023,609 @@ "_view_name": "StyleView", "description_width": "" } + }, + "c09c60be549546a9a6320145945427ce": { + "model_module": "@jupyter-widgets/controls", + "model_module_version": "1.5.0", + "model_name": "DescriptionStyleModel", + "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": "" + } + }, + "c0d8e56eea03422aa774560e6e1c0dd5": { + "model_module": "@jupyter-widgets/base", + "model_module_version": "1.2.0", + "model_name": "LayoutModel", + "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 + } + }, + "c430f4fd7c47439092f873b8f14ee96a": { + "model_module": "@jupyter-widgets/controls", + "model_module_version": "1.5.0", + "model_name": "HTMLModel", + "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_74a228cd618240ca9ae23ed33a9ea313", + "placeholder": "​", + "style": "IPY_MODEL_4d2fe7dc55de4445a78592b75b412041", + "value": "  109MB /  109MB, 56.0MB/s  " + } + }, + "c56db5a9708e408298cb21ded221979b": { + "model_module": "@jupyter-widgets/base", + "model_module_version": "1.2.0", + "model_name": "LayoutModel", + "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 + } + }, + "d86b69d253954d378a008c9f7a7b2563": { + "model_module": "@jupyter-widgets/controls", + "model_module_version": "1.5.0", + "model_name": "HTMLModel", + "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_8e5e3e78758647c8ab3ab089614eb13a", + "placeholder": "​", + "style": "IPY_MODEL_395d1442667d42ce851fbad753665ec1", + "value": "  ...adapter_model.safetensors: 100%" + } + }, + "db1d98d7bb984594bc8d872b5adba3a8": { + "model_module": "@jupyter-widgets/controls", + "model_module_version": "1.5.0", + "model_name": "DescriptionStyleModel", + "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": "" + } + }, + "db9dffdcf2274e18be2060b61c946a7e": { + "model_module": "@jupyter-widgets/controls", + "model_module_version": "1.5.0", + "model_name": "HTMLModel", + "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_c56db5a9708e408298cb21ded221979b", + "placeholder": "​", + "style": "IPY_MODEL_904bb8b2f8374e6f856d772da322609b", + "value": " 4/4 [01:41<00:00, 21.84s/it]" + } + }, + "dc29a54964904f39b56a28463ef7d983": { + "model_module": "@jupyter-widgets/controls", + "model_module_version": "1.5.0", + "model_name": "HBoxModel", + "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_72ac906a836c410facee1378d0449671", + "IPY_MODEL_e553f6d313d641c3a3599ce6cc4f4511", + "IPY_MODEL_71eaeacbcbc9437aa1d5cdb90c092bac" + ], + "layout": "IPY_MODEL_ea12f77a72614bf494559cb7b339e689" + } + }, + "dfee2733fb1e4442b11dfd02461ba25e": { + "model_module": "@jupyter-widgets/base", + "model_module_version": "1.2.0", + "model_name": "LayoutModel", + "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" + } + }, + "e3eda94aba8e4b69916dbd06a30819e1": { + "model_module": "@jupyter-widgets/base", + "model_module_version": "1.2.0", + "model_name": "LayoutModel", + "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 + } + }, + "e553f6d313d641c3a3599ce6cc4f4511": { + "model_module": "@jupyter-widgets/controls", + "model_module_version": "1.5.0", + "model_name": "FloatProgressModel", + "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_c0d8e56eea03422aa774560e6e1c0dd5", + "max": 1000, + "min": 0, + "orientation": "horizontal", + "style": "IPY_MODEL_747fdc33f79549e3bf52e62c1be9f053", + "value": 1000 + } + }, + "e9a0b46383254cc386a5418a40a14fb6": { + "model_module": "@jupyter-widgets/controls", + "model_module_version": "1.5.0", + "model_name": "HBoxModel", + "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_af040db48acc4f68bca3c9b86e895632", + "IPY_MODEL_a29cfdcb36c6473ab71eed91d8690283", + "IPY_MODEL_c430f4fd7c47439092f873b8f14ee96a" + ], + "layout": "IPY_MODEL_31e634785164408e85274bb1551ffd8a" + } + }, + "ea12f77a72614bf494559cb7b339e689": { + "model_module": "@jupyter-widgets/base", + "model_module_version": "1.2.0", + "model_name": "LayoutModel", + "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 + } + }, + "eabe30b3d32b488684b3a56d3eacceb5": { + "model_module": "@jupyter-widgets/controls", + "model_module_version": "1.5.0", + "model_name": "HBoxModel", + "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_3529120de7d748fb975b8ad15c478158", + "IPY_MODEL_39422b90cec74671948bf58cca168e88", + "IPY_MODEL_8f0faed5ca4a4b0fb5276ae3cc99335a" + ], + "layout": "IPY_MODEL_e3eda94aba8e4b69916dbd06a30819e1" + } + }, + "eb0ce8001d6348e3807b79e1ca1c5c92": { + "model_module": "@jupyter-widgets/base", + "model_module_version": "1.2.0", + "model_name": "LayoutModel", + "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 + } + }, + "eea597dbb971446e9c617e325d4801ec": { + "model_module": "@jupyter-widgets/base", + "model_module_version": "1.2.0", + "model_name": "LayoutModel", + "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 + } + }, + "f28bd564e8af40a0841e7b3f66a581fe": { + "model_module": "@jupyter-widgets/base", + "model_module_version": "1.2.0", + "model_name": "LayoutModel", + "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 + } } } } }, "nbformat": 4, "nbformat_minor": 0 -} \ No newline at end of file +} diff --git a/week7/community_contributions/nikhil_raut/Week_7_Day_5_Testing_our_Fine_tuned_model.ipynb b/week7/community_contributions/nikhil_raut/Week_7_Day_5_Testing_our_Fine_tuned_model.ipynb index 541c700..935f877 100644 --- a/week7/community_contributions/nikhil_raut/Week_7_Day_5_Testing_our_Fine_tuned_model.ipynb +++ b/week7/community_contributions/nikhil_raut/Week_7_Day_5_Testing_our_Fine_tuned_model.ipynb @@ -1,3789 +1,10 @@ { - "nbformat": 4, - "nbformat_minor": 0, - "metadata": { - "colab": { - "provenance": [], - "gpuType": "T4" - }, - "kernelspec": { - "name": "python3", - "display_name": "Python 3" - }, - "language_info": { - "name": "python" - }, - "accelerator": "GPU", - "widgets": { - "application/vnd.jupyter.widget-state+json": { - "fae345983a9b4c65ba5f4486968482e0": { - "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_5e06dd16afae4d25997cc696e242e02d", - "IPY_MODEL_6f9debbfa7b84497b4a7c6ae1dbadede", - "IPY_MODEL_0bd09927a77a46c791feddf9bd5a433e" - ], - "layout": "IPY_MODEL_e3259f4ba2be4bfea262079f8b40ee78" - } - }, - "5e06dd16afae4d25997cc696e242e02d": { - "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_1f7b6a5cd65249b6a784b3d993ebf125", - "placeholder": "​", - "style": "IPY_MODEL_5cf9f93381a947c99583afce4cc36f99", - "value": "" - } - }, - "6f9debbfa7b84497b4a7c6ae1dbadede": { - "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_b3845ddc2a804b3888cdf38dda1ec35b", - "max": 1, - "min": 0, - "orientation": "horizontal", - "style": "IPY_MODEL_946ea0d7f775428a8d2f040e513d14b5", - "value": 0 - } - }, - "0bd09927a77a46c791feddf9bd5a433e": { - "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_3304d3241718445883c7f449f3eb9ba8", - "placeholder": "​", - "style": "IPY_MODEL_d6a16fb6fd3546ad9a50d60e1032ba26", - "value": " 0/0 [00:00<?, ?it/s]" - } - }, - "e3259f4ba2be4bfea262079f8b40ee78": { - "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 - } - }, - "1f7b6a5cd65249b6a784b3d993ebf125": { - "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 - } - }, - "5cf9f93381a947c99583afce4cc36f99": { - "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": "" - } - }, - "b3845ddc2a804b3888cdf38dda1ec35b": { - "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" - } - }, - "946ea0d7f775428a8d2f040e513d14b5": { - "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": "" - } - }, - "3304d3241718445883c7f449f3eb9ba8": { - "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 - } - }, - "d6a16fb6fd3546ad9a50d60e1032ba26": { - "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": "" - } - }, - "5a9d3dfe76044f099752012d94e284d7": { - "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_7610f3ae45b844afb86e81d64c6f7881", - "IPY_MODEL_8749efb404234da4b98dd133b18d7d95", - "IPY_MODEL_9634570d5d4a44638873758ad8df9f56" - ], - "layout": "IPY_MODEL_72e73bd3afb944bc90fe7b7dfec999d6" - } - }, - "7610f3ae45b844afb86e81d64c6f7881": { - "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_5e0c49da33fb4a7bbb8500dc4f0c7a65", - "placeholder": "​", - "style": "IPY_MODEL_932f9059f3e346f7804b47b32e8dfd65", - "value": "model.safetensors.index.json: 100%" - } - }, - "8749efb404234da4b98dd133b18d7d95": { - "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_23818fac9f164141871ed0a6fe629e7b", - "max": 23950, - "min": 0, - "orientation": "horizontal", - "style": "IPY_MODEL_35863a078a0b495d9350e11779bcf207", - "value": 23950 - } - }, - "9634570d5d4a44638873758ad8df9f56": { - "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_14d4e3ad3b15405380c5f1bc283ba3d0", - "placeholder": "​", - "style": "IPY_MODEL_50722a00fc834405b2304ecb57ec832c", - "value": " 23.9k/23.9k [00:00<00:00, 2.32MB/s]" - } - }, - "72e73bd3afb944bc90fe7b7dfec999d6": { - "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 - } - }, - "5e0c49da33fb4a7bbb8500dc4f0c7a65": { - "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 - } - }, - "932f9059f3e346f7804b47b32e8dfd65": { - "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": "" - } - }, - "23818fac9f164141871ed0a6fe629e7b": { - "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 - } - }, - "35863a078a0b495d9350e11779bcf207": { - "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": "" - } - }, - "14d4e3ad3b15405380c5f1bc283ba3d0": { - "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 - } - }, - "50722a00fc834405b2304ecb57ec832c": { - "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": "" - } - }, - "ae900d2317a94a468306ee3f0be63ffa": { - "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_7d8d5b41af754338a361f421693c74dd", - "IPY_MODEL_ac40d68809834db0acb5541f8a1962f3", - "IPY_MODEL_4e7a9f9fa72a45599c8ca15c824c2dae" - ], - "layout": "IPY_MODEL_62970d70378946e3b0a14e501434356d" - } - }, - "7d8d5b41af754338a361f421693c74dd": { - "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_f2601bb0b92740dab682479554ebfd40", - "placeholder": "​", - "style": "IPY_MODEL_091b7a56c02443c2bf7a33a745c0c5be", - "value": "Downloading shards: 100%" - } - }, - "ac40d68809834db0acb5541f8a1962f3": { - "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_d51654fa5fcd4ae4ad9f87a405c8fda1", - "max": 4, - "min": 0, - "orientation": "horizontal", - "style": "IPY_MODEL_20f24c83262c43e7a58fd7f3a9e7cc3c", - "value": 4 - } - }, - "4e7a9f9fa72a45599c8ca15c824c2dae": { - "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_926c3996d2794b97a9b67a6b3bf27a09", - "placeholder": "​", - "style": "IPY_MODEL_2272028ce824446a9865bd44c167752f", - "value": " 4/4 [11:22<00:00, 153.17s/it]" - } - }, - "62970d70378946e3b0a14e501434356d": { - "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 - } - }, - "f2601bb0b92740dab682479554ebfd40": { - "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 - } - }, - "091b7a56c02443c2bf7a33a745c0c5be": { - "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": "" - } - }, - "d51654fa5fcd4ae4ad9f87a405c8fda1": { - "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 - } - }, - "20f24c83262c43e7a58fd7f3a9e7cc3c": { - "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": "" - } - }, - "926c3996d2794b97a9b67a6b3bf27a09": { - "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 - } - }, - "2272028ce824446a9865bd44c167752f": { - "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": "" - } - }, - "0a4576cf0eaf40a382bc5e54337cddb0": { - "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_dc5bf3cdb1b74056990dd44d273b8a9a", - "IPY_MODEL_627fcd384f034c088832ef0f2c9288df", - "IPY_MODEL_3f60821b601447ef8dd1ceb2a2dc0aba" - ], - "layout": "IPY_MODEL_8185c16afbb7486f94d32dfeff914e81" - } - }, - "dc5bf3cdb1b74056990dd44d273b8a9a": { - "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_5efd72db23914252842bb3364843e43b", - "placeholder": "​", - "style": "IPY_MODEL_d7cae279b79248a98a0f92bb939d1457", - "value": "model-00001-of-00004.safetensors: 100%" - } - }, - "627fcd384f034c088832ef0f2c9288df": { - "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_6ec169fa557c493a8fa4d591657e45f3", - "max": 4976698672, - "min": 0, - "orientation": "horizontal", - "style": "IPY_MODEL_68cdaaa86f0b4209982b095b62640c5d", - "value": 4976698672 - } - }, - "3f60821b601447ef8dd1ceb2a2dc0aba": { - "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_e270e36535594a3ba041708e8559ab94", - "placeholder": "​", - "style": "IPY_MODEL_a56e440cea7646e9899273a306d7b38a", - "value": " 4.98G/4.98G [02:42<00:00, 41.4MB/s]" - } - }, - "8185c16afbb7486f94d32dfeff914e81": { - "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 - } - }, - "5efd72db23914252842bb3364843e43b": { - "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 - } - }, - "d7cae279b79248a98a0f92bb939d1457": { - "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": "" - } - }, - "6ec169fa557c493a8fa4d591657e45f3": { - "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 - } - }, - "68cdaaa86f0b4209982b095b62640c5d": { - "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": "" - } - }, - "e270e36535594a3ba041708e8559ab94": { - "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 - } - }, - "a56e440cea7646e9899273a306d7b38a": { - "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": "" - } - }, - "8832fa21bdb840f2a9b7e374796777e1": { - "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_329ead36db4b476e8abc0eb0d15cec37", - "IPY_MODEL_19016be7686e469e9d0c2461f3929edb", - "IPY_MODEL_999c954e83b94e258eae2085ec5b748d" - ], - "layout": "IPY_MODEL_a4f7fb3d15e64003af840170937a285b" - } - }, - "329ead36db4b476e8abc0eb0d15cec37": { - "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_481ae5f8fed3469f82687790fdad6236", - "placeholder": "​", - "style": "IPY_MODEL_de5cec82e1e9495f8f35071591fa4697", - "value": "model-00002-of-00004.safetensors: 100%" - } - }, - "19016be7686e469e9d0c2461f3929edb": { - "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_3d841d0ed8a24baeafada4c5d5fdcd8d", - "max": 4999802720, - "min": 0, - "orientation": "horizontal", - "style": "IPY_MODEL_82f3c4c94a98416aa8e8ea022b684ff0", - "value": 4999802720 - } - }, - "999c954e83b94e258eae2085ec5b748d": { - "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_f6c2f058e9554b7796d67bef99051fdc", - "placeholder": "​", - "style": "IPY_MODEL_2636f2d4c7c7485f849eb07d91f8e945", - "value": " 5.00G/5.00G [04:01<00:00, 67.2MB/s]" - } - }, - "a4f7fb3d15e64003af840170937a285b": { - "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 - } - }, - "481ae5f8fed3469f82687790fdad6236": { - "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 - } - }, - "de5cec82e1e9495f8f35071591fa4697": { - "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": "" - } - }, - "3d841d0ed8a24baeafada4c5d5fdcd8d": { - "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 - } - }, - "82f3c4c94a98416aa8e8ea022b684ff0": { - "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": "" - } - }, - "f6c2f058e9554b7796d67bef99051fdc": { - "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 - } - }, - "2636f2d4c7c7485f849eb07d91f8e945": { - "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": "" - } - }, - "fbbbf4669db643c69d623a96e4317b2b": { - "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_f44c70885e0d48be9583977df7b82999", - "IPY_MODEL_1e996ee50b844cb2a1f32944c23c2471", - "IPY_MODEL_4b7e4de9e61b426fbcd7549b382f6060" - ], - "layout": "IPY_MODEL_581a45a563da4ed28127994fb0d3f5fa" - } - }, - "f44c70885e0d48be9583977df7b82999": { - "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_a20a37d53b3c4c44bbd0da301a9e7914", - "placeholder": "​", - "style": "IPY_MODEL_0ef0eff7425d4bb298cefef5808fc3d6", - "value": "model-00003-of-00004.safetensors: 100%" - } - }, - "1e996ee50b844cb2a1f32944c23c2471": { - "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_4b7dc3d57b694600a21eb100bcee6110", - "max": 4915916176, - "min": 0, - "orientation": "horizontal", - "style": "IPY_MODEL_e2a8c7d4e2b44de9a651770f2aebb9de", - "value": 4915916176 - } - }, - "4b7e4de9e61b426fbcd7549b382f6060": { - "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_efa563e444374368a4ddf96873f1bb9a", - "placeholder": "​", - "style": "IPY_MODEL_0475882549294f86ad4eeadcdfd88db2", - "value": " 4.92G/4.92G [03:35<00:00, 51.1MB/s]" - } - }, - "581a45a563da4ed28127994fb0d3f5fa": { - "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 - } - }, - "a20a37d53b3c4c44bbd0da301a9e7914": { - "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 - } - }, - "0ef0eff7425d4bb298cefef5808fc3d6": { - "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": "" - } - }, - "4b7dc3d57b694600a21eb100bcee6110": { - "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 - } - }, - "e2a8c7d4e2b44de9a651770f2aebb9de": { - "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": "" - } - }, - "efa563e444374368a4ddf96873f1bb9a": { - "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 - } - }, - "0475882549294f86ad4eeadcdfd88db2": { - "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": "" - } - }, - "ce40e46d65b04431bc7bcfea28ffa41f": { - "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_907d58bf33b34f9bbccda35aeb437bd7", - "IPY_MODEL_325e18eebdc34a1f848794030cbeaa72", - "IPY_MODEL_ce67ad96eff247ceb3492e9bca2fba86" - ], - "layout": "IPY_MODEL_cbbe1416591a427689d238bce37f016e" - } - }, - "907d58bf33b34f9bbccda35aeb437bd7": { - "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_1df9dd2071124086b9552dc7ed2f6458", - "placeholder": "​", - "style": "IPY_MODEL_33b742a6f64d48a6bd10acdc3b262a07", - "value": "model-00004-of-00004.safetensors: 100%" - } - }, - "325e18eebdc34a1f848794030cbeaa72": { - "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_572489d76d144b2e9d65c5c4449108bc", - "max": 1168138808, - "min": 0, - "orientation": "horizontal", - "style": "IPY_MODEL_b4496fc3a4854cfabacf9125585cab16", - "value": 1168138808 - } - }, - "ce67ad96eff247ceb3492e9bca2fba86": { - "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_a798a7bf5d624683afced668c97b0814", - "placeholder": "​", - "style": "IPY_MODEL_da9d6ce9d4804325990ae6f121e66d38", - "value": " 1.17G/1.17G [01:02<00:00, 15.4MB/s]" - } - }, - "cbbe1416591a427689d238bce37f016e": { - "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 - } - }, - "1df9dd2071124086b9552dc7ed2f6458": { - "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 - } - }, - "33b742a6f64d48a6bd10acdc3b262a07": { - "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": "" - } - }, - "572489d76d144b2e9d65c5c4449108bc": { - "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 - } - }, - "b4496fc3a4854cfabacf9125585cab16": { - "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": "" - } - }, - "a798a7bf5d624683afced668c97b0814": { - "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 - } - }, - "da9d6ce9d4804325990ae6f121e66d38": { - "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": "" - } - }, - "1a560f503bbb44e9ace4633d0799ffdb": { - "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_f10cef0c6b0f45b08709a38205b96c62", - "IPY_MODEL_924a858e6a684b4393f856a8fc084e1b", - "IPY_MODEL_7f1b810fef674dbfb9fe66fd742d152e" - ], - "layout": "IPY_MODEL_38be9ef6237a437688eda77503258e14" - } - }, - "f10cef0c6b0f45b08709a38205b96c62": { - "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_c62905f3eed24180be709b695fd1bf0d", - "placeholder": "​", - "style": "IPY_MODEL_7ab94f29e5144dfab8861570272ac24e", - "value": "Loading checkpoint shards: 100%" - } - }, - "924a858e6a684b4393f856a8fc084e1b": { - "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_b6a86921f7dd4f9ab4fb0e4b6a0cbe23", - "max": 4, - "min": 0, - "orientation": "horizontal", - "style": "IPY_MODEL_1b1bb8cb47c646f3abeee43b075e24ff", - "value": 4 - } - }, - "7f1b810fef674dbfb9fe66fd742d152e": { - "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_320c8f0e74b1429793cae77a661e5e4d", - "placeholder": "​", - "style": "IPY_MODEL_dd4c897c785d4f1188de31fb7a20e281", - "value": " 4/4 [01:10<00:00, 15.30s/it]" - } - }, - "38be9ef6237a437688eda77503258e14": { - "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 - } - }, - "c62905f3eed24180be709b695fd1bf0d": { - "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 - } - }, - "7ab94f29e5144dfab8861570272ac24e": { - "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": "" - } - }, - "b6a86921f7dd4f9ab4fb0e4b6a0cbe23": { - "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 - } - }, - "1b1bb8cb47c646f3abeee43b075e24ff": { - "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": "" - } - }, - "320c8f0e74b1429793cae77a661e5e4d": { - "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 - } - }, - "dd4c897c785d4f1188de31fb7a20e281": { - "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": "" - } - }, - "4284fff454dd45688058556a19380cc9": { - "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_47441dac50f148e99751809e11b79903", - "IPY_MODEL_b5e44bb30a944fc380fb5c4bc4a1363b", - "IPY_MODEL_e42ccf6b1e0f4e679f9e961b89d0da06" - ], - "layout": "IPY_MODEL_45b5ae1f114c4c6e9d71e56fdecbc63b" - } - }, - "47441dac50f148e99751809e11b79903": { - "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_055d68da77a5491a8f14d78ff59a1a5f", - "placeholder": "​", - "style": "IPY_MODEL_9d3464e2ae264b01ade876842e7678ab", - "value": "generation_config.json: 100%" - } - }, - "b5e44bb30a944fc380fb5c4bc4a1363b": { - "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_edd40d2944cb4a3a8b09d31d42489705", - "max": 185, - "min": 0, - "orientation": "horizontal", - "style": "IPY_MODEL_d48eee36b6d441a2ac35d6f850b500bb", - "value": 185 - } - }, - "e42ccf6b1e0f4e679f9e961b89d0da06": { - "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_e9c9b06e881a435b860e9b3246b04e54", - "placeholder": "​", - "style": "IPY_MODEL_89779ab7fb6049e7b437e452fcca78d6", - "value": " 185/185 [00:00<00:00, 10.8kB/s]" - } - }, - "45b5ae1f114c4c6e9d71e56fdecbc63b": { - "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 - } - }, - "055d68da77a5491a8f14d78ff59a1a5f": { - "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 - } - }, - "9d3464e2ae264b01ade876842e7678ab": { - "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": "" - } - }, - "edd40d2944cb4a3a8b09d31d42489705": { - "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 - } - }, - "d48eee36b6d441a2ac35d6f850b500bb": { - "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": "" - } - }, - "e9c9b06e881a435b860e9b3246b04e54": { - "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 - } - }, - "89779ab7fb6049e7b437e452fcca78d6": { - "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": "" - } - }, - "a6e75de2860d47e6a942f77dc474210c": { - "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_8dacb9554470435ba0a496d35cdb3c92", - "IPY_MODEL_6b7c7a5a758f49b895e2f6a0df35465f", - "IPY_MODEL_b7906982da7f419396278602e399e853" - ], - "layout": "IPY_MODEL_b7c85b576e5846448cb4403aac5ad671" - } - }, - "8dacb9554470435ba0a496d35cdb3c92": { - "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_2215030c89f844b39bd83b797037010e", - "placeholder": "​", - "style": "IPY_MODEL_396a0b39fe6f41d69a91a2bafc280ebe", - "value": "adapter_config.json: 100%" - } - }, - "6b7c7a5a758f49b895e2f6a0df35465f": { - "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_98e07a651dfc494d865267c0e231378f", - "max": 752, - "min": 0, - "orientation": "horizontal", - "style": "IPY_MODEL_1295e277482c43bfa23ad2d7464b1281", - "value": 752 - } - }, - "b7906982da7f419396278602e399e853": { - "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_9fd29b4744c64dc4acb712ef64efa348", - "placeholder": "​", - "style": "IPY_MODEL_721ad0a7e54d42d78399f7f27b740467", - "value": " 752/752 [00:00<00:00, 78.8kB/s]" - } - }, - "b7c85b576e5846448cb4403aac5ad671": { - "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 - } - }, - "2215030c89f844b39bd83b797037010e": { - "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 - } - }, - "396a0b39fe6f41d69a91a2bafc280ebe": { - "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": "" - } - }, - "98e07a651dfc494d865267c0e231378f": { - "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 - } - }, - "1295e277482c43bfa23ad2d7464b1281": { - "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": "" - } - }, - "9fd29b4744c64dc4acb712ef64efa348": { - "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 - } - }, - "721ad0a7e54d42d78399f7f27b740467": { - "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": "" - } - }, - "eb9bdaf911f04e44a9089b2f54e37144": { - "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_d41332f717e64c90943b9eb10219374d", - "IPY_MODEL_fdef479f2fe34746b586d0be8b785f46", - "IPY_MODEL_09b427e15ea7487fa3abb9f6c9b4e5be" - ], - "layout": "IPY_MODEL_51ff51e5e66849cfb559144026e861fa" - } - }, - "d41332f717e64c90943b9eb10219374d": { - "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_c8e2f9a017004645bdbeba4e90afc36b", - "placeholder": "​", - "style": "IPY_MODEL_d27811a568b54effb577adc450b6c805", - "value": "adapter_model.safetensors: 100%" - } - }, - "fdef479f2fe34746b586d0be8b785f46": { - "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_048e312ae9464f5aa8a64f0a140a0a8e", - "max": 109086416, - "min": 0, - "orientation": "horizontal", - "style": "IPY_MODEL_0fb380968c9845988b58395d0830ac2a", - "value": 109086416 - } - }, - "09b427e15ea7487fa3abb9f6c9b4e5be": { - "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_3782e192c2d147cbbc4ab8447a112fa3", - "placeholder": "​", - "style": "IPY_MODEL_cd82596e540040728a08854a3afddc00", - "value": " 109M/109M [00:03<00:00, 39.9MB/s]" - } - }, - "51ff51e5e66849cfb559144026e861fa": { - "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 - } - }, - "c8e2f9a017004645bdbeba4e90afc36b": { - "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 - } - }, - "d27811a568b54effb577adc450b6c805": { - "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": "" - } - }, - "048e312ae9464f5aa8a64f0a140a0a8e": { - "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 - } - }, - "0fb380968c9845988b58395d0830ac2a": { - "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": "" - } - }, - "3782e192c2d147cbbc4ab8447a112fa3": { - "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 - } - }, - "cd82596e540040728a08854a3afddc00": { - "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": "" - } - } - } - } - }, "cells": [ { "cell_type": "markdown", + "metadata": { + "id": "GHsssBgWM_l0" + }, "source": [ "\n", "\n", @@ -3791,47 +12,26 @@ "\n", "### And now, to evaluate our fine-tuned open source model\n", "\n" - ], - "metadata": { - "id": "GHsssBgWM_l0" - } + ] }, { "cell_type": "code", + "execution_count": null, + "metadata": { + "id": "MDyR63OTNUJ6" + }, + "outputs": [], "source": [ "# # pip installs\n", "\n", "# !pip install -q --upgrade torch==2.5.1+cu124 torchvision==0.20.1+cu124 torchaudio==2.5.1+cu124 --index-url https://download.pytorch.org/whl/cu124\n", "# !pip install -q --upgrade requests==2.32.3 bitsandbytes==0.46.0 transformers==4.48.3 accelerate==1.3.0 datasets==3.2.0 peft==0.14.0 trl==0.14.0 matplotlib wandb" - ], - "metadata": { - "id": "MDyR63OTNUJ6" - }, - "execution_count": null, - "outputs": [] + ] }, { "cell_type": "code", - "source": [ - "# imports\n", - "\n", - "import os\n", - "import re\n", - "import math\n", - "from tqdm import tqdm\n", - "from google.colab import userdata\n", - "from huggingface_hub import login\n", - "import torch\n", - "import torch.nn.functional as F\n", - "import transformers\n", - "from transformers import AutoModelForCausalLM, AutoTokenizer, BitsAndBytesConfig, set_seed\n", - "from datasets import load_dataset, Dataset, DatasetDict\n", - "from datetime import datetime\n", - "from peft import PeftModel\n", - "import matplotlib.pyplot as plt" - ], + "execution_count": null, "metadata": { - "id": "-yikV8pRBer9", "colab": { "base_uri": "https://localhost:8080/", "height": 87, @@ -3849,35 +49,36 @@ "d6a16fb6fd3546ad9a50d60e1032ba26" ] }, + "id": "-yikV8pRBer9", "outputId": "74bb3897-aa65-4e07-c24d-481224f59cd2" }, - "execution_count": null, - "outputs": [ - { - "output_type": "stream", - "name": "stderr", - "text": [ - "The cache for model files in Transformers v4.22.0 has been updated. Migrating your old cache. This is a one-time only operation. You can interrupt this and resume the migration later on by calling `transformers.utils.move_cache()`.\n" - ] - }, - { - "output_type": "display_data", - "data": { - "text/plain": [ - "0it [00:00, ?it/s]" - ], - "application/vnd.jupyter.widget-view+json": { - "version_major": 2, - "version_minor": 0, - "model_id": "fae345983a9b4c65ba5f4486968482e0" - } - }, - "metadata": {} - } + "outputs": [], + "source": [ + "# imports\n", + "\n", + "import os\n", + "import re\n", + "import math\n", + "from tqdm import tqdm\n", + "from google.colab import userdata\n", + "from huggingface_hub import login\n", + "import torch\n", + "import torch.nn.functional as F\n", + "import transformers\n", + "from transformers import AutoModelForCausalLM, AutoTokenizer, BitsAndBytesConfig, set_seed\n", + "from datasets import load_dataset, Dataset, DatasetDict\n", + "from datetime import datetime\n", + "from peft import PeftModel\n", + "import matplotlib.pyplot as plt" ] }, { "cell_type": "code", + "execution_count": null, + "metadata": { + "id": "uuTX-xonNeOK" + }, + "outputs": [], "source": [ "# Constants\n", "\n", @@ -3914,91 +115,79 @@ "RED = \"\\033[91m\"\n", "RESET = \"\\033[0m\"\n", "COLOR_MAP = {\"red\":RED, \"orange\": YELLOW, \"green\": GREEN}" - ], - "metadata": { - "id": "uuTX-xonNeOK" - }, - "execution_count": null, - "outputs": [] + ] }, { "cell_type": "markdown", + "metadata": { + "id": "8JArT3QAQAjx" + }, "source": [ "### Log in to HuggingFace\n", "\n", "If you don't already have a HuggingFace account, visit https://huggingface.co to sign up and create a token.\n", "\n", "Then select the Secrets for this Notebook by clicking on the key icon in the left, and add a new secret called `HF_TOKEN` with the value as your token.\n" - ], - "metadata": { - "id": "8JArT3QAQAjx" - } + ] }, { "cell_type": "code", + "execution_count": null, + "metadata": { + "id": "WyFPZeMcM88v" + }, + "outputs": [], "source": [ "# Log in to HuggingFace\n", "\n", "hf_token = userdata.get('HF_TOKEN')\n", "login(hf_token, add_to_git_credential=True)" - ], - "metadata": { - "id": "WyFPZeMcM88v" - }, - "execution_count": null, - "outputs": [] + ] }, { "cell_type": "code", + "execution_count": null, + "metadata": { + "id": "cvXVoJH8LS6u" + }, + "outputs": [], "source": [ "dataset = load_dataset(DATASET_NAME)\n", "train = dataset['train']\n", "test = dataset['test']" - ], - "metadata": { - "id": "cvXVoJH8LS6u" - }, - "execution_count": null, - "outputs": [] + ] }, { "cell_type": "code", - "source": [ - "test[0]" - ], + "execution_count": null, "metadata": { - "id": "xb86e__Wc7j_", "colab": { "base_uri": "https://localhost:8080/" }, + "id": "xb86e__Wc7j_", "outputId": "283972ae-e4ec-4178-89ec-781a2c1df941" }, - "execution_count": null, - "outputs": [ - { - "output_type": "execute_result", - "data": { - "text/plain": [ - "{'text': \"How much does this cost to the nearest dollar?\\n\\nOEM AC Compressor w/A/C Repair Kit For Ford F150 F-150 V8 & Lincoln Mark LT 2007 2008 - BuyAutoParts NEW\\nAs one of the world's largest automotive parts suppliers, our parts are trusted every day by mechanics and vehicle owners worldwide. This A/C Compressor and Components Kit is manufactured and tested to the strictest OE standards for unparalleled performance. Built for trouble-free ownership and 100% visually inspected and quality tested, this A/C Compressor and Components Kit is backed by our 100% satisfaction guarantee. Guaranteed Exact Fit for easy installation 100% BRAND NEW, premium ISO/TS 16949 quality - tested to meet or exceed OEM specifications Engineered for superior durability, backed by industry-leading unlimited-mileage warranty Included in this K\\n\\nPrice is $\",\n", - " 'price': 374.41}" - ] - }, - "metadata": {}, - "execution_count": 6 - } + "outputs": [], + "source": [ + "test[0]" ] }, { "cell_type": "markdown", - "source": [ - "## Now load the Tokenizer and Model" - ], "metadata": { "id": "qJWQ0a3wZ0Bw" - } + }, + "source": [ + "## Now load the Tokenizer and Model" + ] }, { "cell_type": "code", + "execution_count": null, + "metadata": { + "id": "lAUAAcEC6ido" + }, + "outputs": [], "source": [ "# pick the right quantization (thank you Robert M. for spotting the bug with the 8 bit version!)\n", "\n", @@ -4014,40 +203,12 @@ " load_in_8bit=True,\n", " bnb_8bit_compute_dtype=torch.bfloat16\n", " )" - ], - "metadata": { - "id": "lAUAAcEC6ido" - }, - "execution_count": null, - "outputs": [] + ] }, { "cell_type": "code", - "source": [ - "# Load the Tokenizer and the Model\n", - "\n", - "tokenizer = AutoTokenizer.from_pretrained(BASE_MODEL, trust_remote_code=True)\n", - "tokenizer.pad_token = tokenizer.eos_token\n", - "tokenizer.padding_side = \"right\"\n", - "\n", - "base_model = AutoModelForCausalLM.from_pretrained(\n", - " BASE_MODEL,\n", - " quantization_config=quant_config,\n", - " device_map=\"auto\",\n", - ")\n", - "base_model.generation_config.pad_token_id = tokenizer.pad_token_id\n", - "\n", - "# Load the fine-tuned model with PEFT\n", - "if REVISION:\n", - " fine_tuned_model = PeftModel.from_pretrained(base_model, FINETUNED_MODEL, revision=REVISION)\n", - "else:\n", - " fine_tuned_model = PeftModel.from_pretrained(base_model, FINETUNED_MODEL)\n", - "\n", - "\n", - "print(f\"Memory footprint: {fine_tuned_model.get_memory_footprint() / 1e6:.1f} MB\")" - ], + "execution_count": null, "metadata": { - "id": "R_O04fKxMMT-", "colab": { "base_uri": "https://localhost:8080/", "height": 355, @@ -4164,272 +325,54 @@ "cd82596e540040728a08854a3afddc00" ] }, + "id": "R_O04fKxMMT-", "outputId": "a478f7f7-9ac5-4083-aef9-7d132906b66e" }, - "execution_count": 8, - "outputs": [ - { - "data": { - "application/vnd.jupyter.widget-view+json": { - "model_id": "5a9d3dfe76044f099752012d94e284d7", - "version_major": 2, - "version_minor": 0 - }, - "text/plain": [ - "model.safetensors.index.json: 0%| | 0.00/23.9k [00:00" - ], - "image/png": "iVBORw0KGgoAAAANSUhEUgAAA+0AAAK9CAYAAABRvo1QAAAAOnRFWHRTb2Z0d2FyZQBNYXRwbG90bGliIHZlcnNpb24zLjEwLjcsIGh0dHBzOi8vbWF0cGxvdGxpYi5vcmcvTLEjVAAAAAlwSFlzAAAPYQAAD2EBqD+naQAA05pJREFUeJzs3Xd4lFXax/HvpCeEJISQBBRpFgS7CIIIYsPeUFZFwO6q6Lq2V9e1rd3V3dV17buCiih2V0XF3lh7r1hoAiGUJECAtOf9Y0IyIZQEkkzK93NduRjOPDNzT5JJcs/vnPOEgiAIkCRJkiRJzU5MtAuQJEmSJElrZ9MuSZIkSVIzZdMuSZIkSVIzZdMuSZIkSVIzZdMuSZIkSVIzZdMuSZIkSVIzZdMuSZIkSVIzZdMuSZIkSVIzZdMuSZIkSVIzZdMuSQ1oxowZhEIhxo8fH+1S1ql79+6ceOKJG3XbUCjEVVdd1aD1NIYTTzyR7t271xhrKbW3BGt+bqXWZPz48YRCIWbMmBHtUiQJsGmXVEer/4j5+OOPo11Kq/Dmm28SCoUIhUI8/PDDaz1mjz32IBQKsd122zVxdZtm9RsXqz9iY2PZYostOPLII/n888+jXV69fPvtt1x11VV1/uP9qquuqvHc1/yYP39+4xbcTHzyyScccsgh5Obmkpqayg477MDtt99OeXl5rWOXLl3KxRdfTI8ePUhMTGSzzTbj6KOPpri4eL2Pseb3WeTHo48+WnVcRUUF48eP57DDDqNr1660a9eO7bbbjmuvvZaVK1fW6fl07969xv23a9eO/v378+CDD9Y6dlNe2yUlJdx2223svPPOpKWlkZGRQd++fTn99NP5/vvvq46ry8/j9X1+QqEQN954Y52e+4a8//77DB48mJSUFHJzczn33HNZtmxZnW+fl5fHGWecwWabbUZSUhLdu3fnlFNOqXXcq6++yrBhw8jKyiIjI4P+/fvz0EMP1ekxunfvziGHHLLW61Z/vZ544on13sedd94Z9Tdj99tvP0KhEOPGjat1XWFhIRdffDFbbbUVycnJdOvWjVNOOYVZs2bV6b6nT5/Osccey+abb05KSgq9e/fmL3/5S63X4T333EOPHj3IzMxk9OjRFBUV1bi+oqKCnXfemeuvv37jn6ikWuKiXYAktWVJSUk88sgjnHDCCTXGZ8yYwfvvv09SUlKUKtt0xx13HAcddBDl5eV899133HXXXUyZMoX//e9/7LTTTk1ez4oVK4iLq9+vvW+//Zarr76avfbaq17p8l133UVqamqt8YyMjHo9fnNUWlpKRUUFpaWlxMfH17r+k08+YdCgQWy11Vb83//9HykpKUyZMoU//OEP/Pzzz9x2221VxxYWFjJ06FDmzJnD6aefzpZbbkl+fj7vvPMOq1atIiUlZYP1rP4+izRw4MCqy8XFxZx00knsvvvu/P73vyc7O5tp06Zx5ZVX8tprr/H6668TCoU2+Dg77bQTF1xwAQDz5s3j/vvvZ+zYsaxatYrTTjut1vEb89oeMWIEU6ZM4bjjjuO0006jtLSU77//nueff55BgwbRu3fvDda5prV9fgB23nnnet/Xmj7//HP22Wcftt12W/72t78xZ84cbrnlFqZPn86UKVM2ePvZs2ezxx57APD73/+ezTbbjLlz5/Lhhx/WOO65557jiCOOYODAgVVvjE2ePJkxY8awcOFC/vjHP27yc4k0evRojj32WBITE6vG7rzzTrKysjZ6ltKmeuqpp5g2bdpar6uoqGC//fbj22+/5ayzzmLrrbfmp59+4s477+Tll1/mu+++o3379uu879mzZ9O/f3/S09MZN24cmZmZVa+RTz75hGeffRaAd999lzPPPJNzzz2Xnj17csMNN3DRRRdxzz33VN3XfffdR2FhYdVrRVIDCSSpDh544IEACD766KNolxIEQRBUVFQExcXF0S6jll9//TUAggceeGC9x73xxhsBEBx11FFBXFxckJ+fX+P66667LsjJyQkGDx4c9O3bt0Fr7NatWzB27NiNui0QXHnlles9ZvXn4K9//WuN8eeeey4AgtNPP32dt122bNlG1bWmsWPHBt26ddvk+3n88ccDIHjjjTfqdPyVV14ZALW+nnWxYsWKoLy8fK3Xbernpby8PFixYsUm3cd7770X9OvXL4iNjQ2AIBQKBV27dg2uueaaGseddtppQUJCQrBo0aIa40OGDAnS0tJqjJ155plBRkZG8Msvv9S7nnV9n61p1apVwXvvvVdr/Oqrrw6AYOrUqRt8rG7dugUHH3xwjbEFCxYEqampwbbbbltjfGNf2x9++GEABNddd12txy8rKwsWLlxY9f+6/Dyu6+dnUxx44IFB586dg8LCwqqx++67LwCCl19+uU6379GjR43ntjb77bdf0KVLl2DlypVVY6WlpUGvXr2CHXbYYYOPs7av32qrv16PP/74eu+jb9++wdChQzf4WI1hxYoVQffu3YO//OUvARCcffbZNa5/7733AiC44447aoz/5z//CYDgqaeeWu/9X3fddQEQfP311zXGx4wZEwDB4sWLgyAIgv/7v/8Lhg0bVnX9Aw88EOTm5lb9f8mSJUFWVlbw5JNPbtTzlLRuTo+XtNFOPPFEUlNTmTVrFocccgipqalsttlm/Otf/wLgq6++Yu+996Zdu3Z069aNRx55pMbtV0/xfPvttznjjDPo2LEjaWlpjBkzhiVLltQ4dvX0xpdffpl+/fqRnJxc9e7+L7/8wjHHHENmZiYpKSnsvvvuvPDCC1W3zcvLIy4ujquvvrrWc/jhhx8IhULccccdVWMFBQWcd955dO3alcTERLbccktuuukmKioqaty2oKCAE088kfT0dDIyMhg7diwFBQX1+hwefvjhJCYm8vjjj9cYf+SRRxg5ciSxsbG1blNWVsY111xDr169SExMpHv37vzpT39i1apVNY4LgoBrr722arrjsGHD+Oabb9ZaR12f86bYe++9Afj111+B6q//W2+9xVlnnUV2djabb7551fFTpkxhzz33pF27drRv356DDz54rfU/88wzbLfddiQlJbHddtvx9NNPr/Xx17am/bfffuOUU06hS5cuJCYm0qNHD84880xKSkoYP348xxxzDADDhg2rmlb85ptvbvLnYvWU3EcffZQ///nPbLbZZqSkpFBUVFT1uvr555856KCDaN++PaNGjQJg+fLlXHDBBVVfp2222YZbbrmFIAhqPddx48YxceJE+vbtS2JiIi+99NJG17t48WIOPfRQioqKGD9+PDk5OTz00EOMHDmS6dOn1zi2qKiIpKSkWrMKOnfuTHJyctX/CwoKeOCBBzj99NPp0aMHJSUltb6H62r58uWUlJSs9bqEhAQGDRpUa/zII48E4Lvvvtuox+zUqRO9e/fm559/Xuv19X1tr76f1clzpNjYWDp27LhRdTaWoqIipk6dygknnEBaWlrV+JgxY0hNTWXy5Mnrvf3333/PlClTuOiii+jYsSMrV66ktLR0nY/VoUOHGsl3XFwcWVlZNb6nGsqaa9q7d+/ON998w1tvvVX1c2CvvfYCwjNPrr76arbaaiuSkpLo2LEjgwcPZurUqQ1Wz80330xFRQUXXnjhWq9fPUU9Jyenxnjnzp0BNvg5Wt/tY2JiSEhIAMKzlTp06FB1fWZmZo3p81dddRXbb789Rx11VF2elqR6cHq8pE1SXl7OgQceyJAhQ7j55puZOHEi48aNo127dlx22WWMGjWKo446irvvvpsxY8YwcOBAevToUeM+xo0bR0ZGBldddRU//PADd911FzNnzqxqbFb74YcfOO644zjjjDM47bTT2GabbcjLy2PQoEEUFxdz7rnn0rFjRyZMmMBhhx3GE088wZFHHklOTg5Dhw5l8uTJXHnllTUe+7HHHiM2NraqOSsuLmbo0KH89ttvnHHGGWyxxRa8//77XHrppcybN49//OMfQLghPvzww3n33Xf5/e9/z7bbbsvTTz/N2LFj6/X5S0lJ4fDDD2fSpEmceeaZAHzxxRd888033H///Xz55Ze1bnPqqacyYcIEjj76aC644AI++OADbrjhBr777rsaDesVV1zBtddey0EHHcRBBx3Ep59+yv7771+ruanrc95Uq5uSNZuPs846i06dOnHFFVewfPlyAB566CHGjh3L8OHDuemmmyguLuauu+5i8ODBfPbZZ1VT1V955RVGjBhBnz59uOGGG1i0aBEnnXRSjeZ/XebOnUv//v0pKCjg9NNPp3fv3vz222888cQTFBcXM2TIEM4991xuv/12/vSnP7HtttsCVP27PosXL641FhcXV6uRveaaa0hISODCCy9k1apVVX8cl5WVMXz4cAYPHswtt9xCSkoKQRBw2GGH8cYbb3DKKaew00478fLLL3PRRRfx22+/8fe//73Gfb/++utMnjyZcePGkZWVVfU5W7JkyVrXlq8pJSWlanr6tGnTWLx4Mf/9738ZNGgQf/7znxk1alTVmwmR9tprLx577DHOOOMMzj///Krp8U899RR//etfq4579913WblyJVtuuSVHH300zzzzDBUVFQwcOJB//etfdV5CcfXVV3PRRRcRCoXYddddue6669h///03eLvV+wtkZWXV6XHWVFZWxpw5c2o0MZHq+9ru1q0bABMnTmSPPfao91KOdSkuLmbhwoW1xjMyMqoeY9myZXVa3x8fH096ejoQflO2rKyMfv361TgmISGBnXbaic8++2y99/Xqq68C4UZxn3324fXXXyc2Npb99tuPu+66q8ZylL322oubbrqJyy+/nLFjxxIKhXjkkUf4+OOPN/jmwGqlpaVr/TwUFhZu8Lb/+Mc/OOecc0hNTeWyyy6rqhvCjeoNN9zAqaeeSv/+/SkqKuLjjz/m008/Zb/99gNg1apVLF26tE51rvn9OGvWLG688Ub+85//rLP57tevH+3atePyyy8nMzOTbbbZhp9++omLL76Y3XbbjX333Xe9j7n683vKKadw9dVX07FjR95//33uuusuzj33XNq1awfAbrvtxv33388rr7xCjx49uPXWW+nfvz8QXkp0991311raIKmBRDfol9RSrG065tixYwMguP7666vGlixZEiQnJwehUCh49NFHq8a///77WlOrV9/nrrvuGpSUlFSN33zzzQEQPPvss1Vj3bp1C4DgpZdeqlHXeeedFwDBO++8UzW2dOnSoEePHkH37t2rphvfc889ARB89dVXNW7fp0+fYO+99676/zXXXBO0a9cu+PHHH2scd8kllwSxsbHBrFmzgiAIgmeeeSYAgptvvrnqmLKysmDPPfes1/T4xx9/PHj++eeDUChUdd8XXXRR0LNnzyAIgmDo0KE1ptB+/vnnARCceuqpNe7vwgsvDIDg9ddfD4IgPHU3ISEhOPjgg4OKioqq4/70pz8FQI3p8XV9zkFQv+nxV199dZCfnx/Mnz8/ePPNN4Odd945AKqmTq7++g8ePDgoKyuruv3SpUuDjIyM4LTTTqtxv/Pnzw/S09NrjO+0005B586dg4KCgqqxV155JQBqTY9fs/YxY8YEMTExa51ivPpztrHT49f2sc0221Qdt/rr37Nnz1rLPFa/ri655JIa46u/56699toa40cffXQQCoWCn376qcZzjYmJCb755ptaNa5+LW3oI/JzNWXKlBpTyde39KCsrCwYN25cEB8fX3VfsbGxwV133VXjuL/97W8BEHTs2DHo379/MHHixODOO+8McnJygg4dOgRz585d52MEQRDMnDkz2H///YO77roreO6554J//OMfwRZbbBHExMQEzz///HpvGwRBsO+++wZpaWnBkiVLNnhst27dgv333z/Iz88P8vPzg6+++ioYPXr0Wqcqb+xru6KiIhg6dGgABDk5OcFxxx0X/Otf/wpmzpxZq576TI9f18e0adOqjl39Pbehj8jp4atfG2+//Xatxz7mmGNqTJtem3PPPbfq63/AAQcEjz32WPDXv/41SE1NDXr16hUsX7686thly5YFI0eODEKhUFUtKSkpwTPPPLPex1itLt/zkdPjV39+f/3116qxdU2P33HHHdc59X7N+6vLx5qOPvroYNCgQVX/X9v3XBAEwfPPPx907ty5xn0NHz48WLp0aR0+Q+HfA8nJyTVuf9lll9U4pqysLDjqqKOqru/atWvw5ZdfBkEQBPvvv3/w+9//vk6PJan+TNolbbJTTz216nJGRkbVu/wjR46sGt9mm23IyMjgl19+qXX7008/vcaGVmeeeSZ/+tOfePHFFznssMOqxnv06MHw4cNr3PbFF1+kf//+DB48uGosNTWV008/nUsvvZRvv/2W7bbbjqOOOoqzzz6bxx57rGrH5q+//ppvv/2WP/zhD1W3ffzxx9lzzz3p0KFDjVRm33335cYbb+Ttt99m1KhRvPjii8TFxVUlaBCewnrOOefwzjvv1Ovzt//++5OZmcmjjz7KhRdeyKOPPsqYMWPWeuyLL74IwPnnn19j/IILLuCWW27hhRdeYNiwYbz66quUlJRwzjnn1JitcN5559Xa1beuz7m+rrzyyhozG9LS0rjppptqTZ087bTTakwVnjp1KgUFBRx33HE16omNjWXAgAG88cYbQHgzsM8//5xLLrmkKv2D8A7Lffr0qUrt16aiooJnnnmGQw89tFZSCNRpY7L1efLJJ2tMGQaq0qpIY8eOXWd6Fvm9BeGvfWxsLOeee26N8QsuuIAnnniCKVOm1NhVeujQofTp06fW/U6cOJEVK1Zs8Dn07Nmz6vKQIUPo1asXxx57LKeffjolJSUsXLhwrSl1bGwsvXr1Yvjw4RxzzDEkJSUxadIkzjnnHHJzczniiCMAqnYYD4VCvPbaa1Ub9+28885Vafu11167zvq22GILXn755Rpjo0ePpk+fPlxwwQUcfPDB67zt9ddfz6uvvsqdd95Z580BX3nlFTp16lRj7KSTTqoxe2BN9Xlth0IhXn75ZW655RYefvhhJk2axKRJkzj77LMZOXIk99xzz0ZtZHj66adXzSSKFPm9cfHFF9faMG9tImcVrP4eipyyvlpSUtIGv8dWf/1zc3N54YUXiIkJr9jcfPPNOe6443jkkUeqfrckJiay9dZbc/TRR3PUUUdRXl7OvffeywknnMDUqVPZfffdN1j7gAED1vr99MUXX6xz2nldZGRk8M033zB9+nS22mqrtR4zfPjwjZou/8Ybb/Dkk0/ywQcfbPDYTp06sfPOOzNu3Dj69u3L559/zs0338xJJ51Ua4nG2nTv3p0hQ4YwYsQIOnbsyAsvvMD1119Pbm5u1c+V2NhYnnzySX766ScKCwvp27cvSUlJPPfcc3z44YdMnDiR3377jd///vd88skn7Lrrrtxzzz106dKl3s9dUk027ZI2SVJSUq0/ZNPT09l8881rNT7p6em11qoDtf7QSU1NpXPnzrVOs7XmtHqAmTNnMmDAgFrjq6cwz5w5k+22246srCz22WcfJk+ezDXXXAOEp8bHxcXVaCKnT5/Ol19+Wes5rbZgwYKq++3cuXOtHcK32Wabtd5ufeLj4znmmGN45JFH6N+/P7Nnz+b4449f67EzZ84kJiaGLbfcssZ4bm4uGRkZzJw5s+o4qP257dSpU63pvHV9zvW1ulmIiYmpOnXV2v7AX/PrunqN9Oo18Gta3Qyv6zlC+Ovw6aefrrO2/Px8ioqKGu10ekOGDKnTtOu1fU9DeCr9mlP8Z86cSZcuXWrtAh35vV6X+17bmukNSUlJ4b333uPqq69mwoQJzJs3j+zsbAYMGMAtt9xS4z5vvPFGbrvtNqZPn171+hg5ciTDhg3j7LPP5pBDDiEuLq7qzYpDDz20xuto9913p0ePHrz//vv1rjMzM5OTTjqJG2+8kTlz5qx1mcRjjz3Gn//8Z0455ZRab4ysz+qmr7y8nK+//pprr72WJUuWVC1pWJv6vLYh3JxedtllXHbZZcybN4+33nqL2267jcmTJxMfH7/OU8itz1ZbbbXB6dF9+vRZ6xs867P667e2fQhWrly5wXXUq68fOXJkVcMOcMwxxzB69Gjef//9qqZ93Lhx/O9//+PTTz+tOnbkyJH07duXP/zhD3VqarOystb6edjUZQh/+ctfOPzww9l6663ZbrvtOOCAAxg9ejQ77LBD1TGdO3euWl9eV2VlZZx77rmMHj2a3Xbbbb3H/vLLLwwbNowHH3yQESNGAOE9Fbp3786JJ57IlClTOPDAA9d5+0cffZTTTz+dH3/8seo1c9RRR1FRUcH//d//cdxxx9VY1hT5+6ekpIQLLriAK6+8kqysLPbcc086d+7Mf//7X2688UaOP/74BtkHRGrrbNolbZK1bZS2vvFgjQ2z6mNTNxw69thjOemkk/j888/ZaaedmDx5Mvvss0+N5mr1qXMuvvjitd7H1ltvvUk1rMvxxx/P3XffzVVXXcWOO+64wT+gNzUJjtRYz7kuzQLU/rqu3vzuoYceIjc3t9bxDbXWtzlY1/d0YmJijUamIe87Pz+/TmvaU1NTazTTOTk53Hnnndx555106dKFG264gWuuuYb999+fL7/8kl69egHhU2Ptvffetd7QOuywwzj//POZMWMGW265ZVX6tubmVwDZ2dlrfYOvLrp27QqE9xVYs2mfOnUqY8aM4eCDD+buu++u1/1GNn3Dhw+nd+/eHHLIIdx22221Zr5Equ9re7XOnTtz7LHHMmLECPr27cvkyZMZP358o3z/FxYW1mn2RUJCApmZmVX1QXjGy5rmzZu3wXR1XV//1Zvurf76l5SU8O9//5uLL764xmsiPj6eAw88kDvuuIOSkpL1vnnSmIYMGcLPP//Ms88+yyuvvML999/P3//+d+6+++6qNx1WrFhRp7XzQNXPvAcffJAffviBe+65p9Yb2EuXLmXGjBlkZ2eTkpLC+PHjWblyZa1z0a+eqfbee++tt2m/88472XnnnWu9Xg477DDGjx/PZ599ts6f5X//+9+Ji4tj3LhxzJ49m3fffZdff/2V7t27c/PNN9OzZ891voEmqe5az18+klqs6dOnM2zYsKr/L1u2jHnz5q313MJr6tatGz/88EOt8e+//77q+tWOOOIIzjjjDB577DEAfvzxRy699NIat+vVqxfLli3bYLPZrVs3XnvtNZYtW1ajOVlbLXUxePBgtthiC958801uuumm9T5uRUUF06dPr7EhWl5eHgUFBVXPd/W/06dPrzHNOT8/v1YzVNfn3FRWN3/Z2dnrrSnyOa5pQ1+HTp06kZaWxtdff73e4xryzZFN1a1bN1599VWWLl1aI21f2/f6+uy22261Uvm1ufLKK2vttr9aQkICY8eOZfvtt2fXXXetMTU/Ly9vrW8KrN4ZvKysDIBdd90VCO/gv6a5c+du1DnJgaolOGvOHPnggw848sgj6devH5MnT97k5vfggw9m6NChXH/99ZxxxhlrXf4AdX9tr0t8fDw77LAD06dPZ+HChWt9I2tT/eEPf2DChAkbPG7o0KFVqel2221HXFwcH3/8cY2lUCUlJXz++ec1xtZmXV//1UsvVn/9Fi1aRFlZ2Tq/pyoqKur0JtSmWt/PgtUzPE466SSWLVvGkCFDuOqqq6qa9scee4yTTjqpTo+z+o3tWbNmUVpautaZMQ8++CAPPvggTz/9NEcccQR5eXkEQVDr87Dma25d8vLy1rqh4oZuP2/ePK699loef/xx4uLimDt3LlD9hszqf3/77TebdmkTeco3SVF377331jjVz1133UVZWdl6k4HVDjroID788EOmTZtWNbZ8+XLuvfdeunfvXiPVysjIYPjw4UyePJlHH32UhISEqvW1q40cOZJp06bVWisL4VNUrf7j5aCDDqKsrIy77rqr6vry8nL++c9/1vl5RwqFQtx+++1ceeWVjB49er3PF6i1o/vf/vY3gKp1vPvuuy/x8fH885//rDG7YW07wdf1OTeV4cOHk5aWxvXXX7/WU0Dl5+cD4aRvp512YsKECTVSrKlTp/Ltt9+u9zFiYmI44ogj+O9//8vHH39c6/rVn7PVjVh9T+XXGA466CDKy8trnJ4QwklXKBSq0+sFwmvap06dusGPyLXX63r+q78+kan+1ltvzdSpU1m0aFHVWHl5OZMnT6Z9+/ZVb8pss8027Ljjjjz77LM19i545ZVXmD17dtXO2xBOgr///vsaX+fV3weRfvvtN/7zn/+www471JiO/N1333HwwQfTvXt3nn/++QY7Tdj//d//sWjRIu677751HlPX1/b06dOZNWtWrfGCggKmTZtGhw4d1rmEZVNdfPHFdfqeuPXWW6tuk56ezr777svDDz9cY2f0hx56iGXLltVYR19cXMz3339f4+u81157kZ2dzcSJE2vsXD9+/HjKy8urvv7Z2dlkZGTw9NNP1zjzxbJly/jvf/9L7969G+W0b2tq167dWl8Hkd/nEJ6hsuWWW9ZYNrB6TXtdPlY79thjefrpp2t9QPhnwdNPP121NGzrrbcmCIJaO+lPmjQJCO8TsdrChQv5/vvva5yqbeutt+azzz7jxx9/rHX7mJiYGlP9I11yySUMGTKEAw44AKieNbH6jcTVp1NsjDeapLbGpF1S1JWUlLDPPvswcuRIfvjhB+68804GDx5cYxO6dbnkkkuYNGkSBx54IOeeey6ZmZlMmDCBX3/9lSeffLLWFOPf/e53nHDCCdx5550MHz681sZOF110Ec899xyHHHIIJ554IrvuuivLly/nq6++4oknnmDGjBlkZWVx6KGHsscee3DJJZcwY8YM+vTpw1NPPVXnKZBrc/jhh3P44Yev95gdd9yRsWPHcu+991JQUMDQoUP58MMPmTBhAkcccUTVjIVOnTpx4YUXcsMNN3DIIYdw0EEH8dlnnzFlypRaa63r+pybSlpaGnfddRejR49ml1124dhjj6VTp07MmjWLF154gT322KOqcb3hhhs4+OCDGTx4MCeffDKLFy/mn//8J3379q3a6Gpdrr/+el555RWGDh3K6aefzrbbbsu8efN4/PHHeffdd8nIyGCnnXYiNjaWm266icLCQhITE9l7773Jzs5e730/8cQTtaaHQ3iTvLVNB6+LQw89lGHDhnHZZZcxY8YMdtxxR1555RWeffZZzjvvvKpmeEM2Zk37M888wz//+U/GjBnDDjvswMqVK7nnnnu48cYb6dChQ403DC655BJOOOEEBgwYwOmnn05ycjKTJk3ik08+4dprr62x6eTf//539ttvPwYPHswZZ5xBYWEhf/vb39h6661rrDd/+umnOemkk3jggQc48cQTgXCj+fPPP7PPPvvQpUsXZsyYwT333MPy5cu57bbbqm67dOlShg8fzpIlS7jooot44YUXajy3Xr16MXDgwHp/TgAOPPBAtttuO/72t79x9tln13hukery2v7iiy84/vjjOfDAA9lzzz3JzMzkt99+Y8KECcydO5d//OMftZYd/ec//+Gll16qdV+Rm2t++umna10LH/m8N2ZNO8B1113HoEGDql5Dc+bM4dZbb2X//fevauQAPvzwQ4YNG1Zj9kZiYiJ//etfGTt2LEOGDGH06NHMmjWL2267jT333LNqr5HY2FguvPBC/vznP7P77rszZswYysvL+fe//82cOXM2ap3/xth111256667uPbaa9lyyy3Jzs5m7733pk+fPuy1117suuuuZGZm8vHHH/PEE0/U2BRyY9a09+7de52zTXr06FHjDecTTzyRW265hTPOOIPPPvuMvn378umnn3L//ffTt29fjjzyyKpj77jjDq6++mreeOONqnPNX3TRRUyZMoU999yTcePG0bFjR55//nmmTJnCqaeeutalDh9++CGPPfZYjVMXdu/enX79+nHiiSdyyimncP/99zNgwIA6zwKStB7R3LpeUsuxrlO+tWvXrtaxa57KaLVu3brVODXO6vt86623gtNPPz3o0KFDkJqaGowaNSpYtGjRem8b6eeffw6OPvroICMjI0hKSgr69++/zlM+FRUVVZ3W5uGHH17rMUuXLg0uvfTSYMsttwwSEhKCrKysYNCgQcEtt9xS49R0ixYtCkaPHh2kpaUF6enpwejRo4PPPvus3qd8W5+1fS5LS0uDq6++OujRo0cQHx8fdO3aNbj00kuDlStX1jiuvLw8uPrqq4POnTsHycnJwV577RV8/fXXQbdu3Wqc8q0+z5l6nPLtr3/963qP29Bpq954441g+PDhQXp6epCUlBT06tUrOPHEE4OPP/64xnFPPvlksO222waJiYlBnz59gqeeeioYO3bsBk/5FgTh04aNGTMm6NSpU5CYmBj07NkzOPvss4NVq1ZVHXPfffcFPXv2DGJjYzd4+rf1nfIt8rbr+/qv63UVBOGv0x//+MegS5cuQXx8fLDVVlsFf/3rX2uc1m/1c13baaE21pw5c4JLLrkk2H777YP27dsHQJCVlRUccMABwaefflrr+JdeeikYOnRokJWVFSQkJATbb799cPfdd6/1vqdOnRrsvvvuQVJSUpCZmRmMHj06mDdvXo1jVn+vRL6uHnnkkWDIkCFBp06dgri4uCArKys48sgjg08++aTGbTd06rM1Xwtrs76fP+PHj69R28a+tvPy8oIbb7wxGDp0aNC5c+cgLi4u6NChQ7D33nsHTzzxxFo/H+v6mD17doM877p45513gkGDBgVJSUlBp06dgrPPPjsoKiqqcczqz8nafnZMmjQp2HHHHYPExMQgJycnGDduXK3bB0EQTJw4Mejfv3+QkZERJCcnBwMGDKj1eVmX9X391vb1Wtsp3+bPnx8cfPDBVd//q0//du2119aoq3fv3sF1111X4+dmQ1rXa3vOnDnBySefHPTo0SNISEgIOnfuHJx22mlBfn5+jeNW/4xa8+fYBx98EBx44IFBbm5uEB8fH2y99dbBddddF5SWltZ6rIqKimDAgAHB+eefX+u6n376KRgyZEiQmpoaDBkyJPj555837QlLCoIgCEJBsAm7QknSJhg/fjwnnXQSH3300VpPuyWpeerevXutzbEkSVLjcE27JEmSJEnNlE27JEmql/POOy/aJUiS1GbYtEuSpHqxaZckqem4pl2SJEmSpGbKpF2SJEmS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YQI33HBD41QpSVIrFgQwrQgmL4AVFdXj/dPC6Xq72OjVJkmSoqvea9r32WcfTj31VI477rga44888gj33nsvb775ZkPW1yRc0y5JipYllen61xHpelocnJADO6ZGry5JktS46tqH1nv3+GnTptGvX79a4/369ePDDz+s791JktQmBQG8VxjeGT6yYd89LbwzvA27JEmCjWjau3btyn333Vdr/P7776dr164NUpQkSa3Z4lK4/Td4cD6srJwOnxEHZ28GJ3V2OrwkSapW7z1o//73vzNixAimTJnCgAEDAPjwww+ZPn06Tz75ZIMXKElSaxEE8E4hPJEPqyLWrg9Kh2M6QYrNuiRJWsNGnad9zpw53HnnnXz//fcAbLvttvz+979vsUm7a9olSY1tUWk4Wf++uHqsQ+Xa9e2cCi9JUptT1z50o5r21samXZLUWIIA3iqApxbWTNcHp8PRnSDZdF2SpDaprn1ovafHAxQUFPDvf/+b7777DoC+ffty8sknk56evnHVSpLUCuWXwIN58GNEup4ZD6NzoE+76NUlSZJajnon7R9//DHDhw8nOTmZ/v37A/DRRx+xYsUKXnnlFXbZZZdGKbQxmbRLkhpSEMCbBeF0vSQiXR+SASOyIMl0XZKkNq/RpsfvueeebLnlltx3333ExYWD+rKyMk499VR++eUX3n777U2rPAps2iVJDWVBSXjt+vQV1WMd42FMDvQ2XZckSZUarWlPTk7ms88+o3fv3jXGv/32W/r160dxcfE6btl82bRLkjZVRQCvL4FnFkJpxG/WvTLgqE6QWO+TrEqSpNas0da0p6WlMWvWrFpN++zZs2nfvn39K5UkqYXLK4EJ8+HniHQ9Kx7G5sLWKdGrS5IktXz1btp/97vfccopp3DLLbcwaNAgAN577z0uuugijjvuuAYvUJKk5qoigFeXwHNrpOt7d4AjskzXJUnSpqt3037LLbcQCoUYM2YMZWVlAMTHx3PmmWdy4403NniBkiQ1R/NWhdP1X1dWj2UnhNeub2W6LkmSGshGn6e9uLiYn3/+GYBevXqRktJy/0JxTbskqa4qAphama6XVf4GDQH7dIDDsyDBdF2SJNVBo56nHSAlJYXtt99+Y28uSVKLM7cyXZ8Rka7nJITXrvdKjl5dkiSp9apz037yySfX6bj//Oc/G12MJEnNUXkALy+G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YrFY2LZtW9a+2NhYLBYLq1atArKr1ytWrKB9+/Z4eXnRtWtX9u3blyvWmTNnEhoaio+PD/fffz+pqalXvC5vb2/CwsKyXjabDR8fn6z3//jHPxg7dizjx48nODiYPn36XDXWo0ePcsMNNwAQEBCAxWJh1KhRWW0dDgdPPPEEgYGBhIWFMX369AL+aYiIiDifknYREZFS4ty5cyxbtowxY8ZQqVKly7b5ezfy6dOnM3DgQHbs2MF9993HwoULGTduHI899hg7d+7kn//8J/feey+//vprgeN55plneP3119m8eTMuLi7cd999WZ998803TJ8+nZdffpnNmzdTpUoV3n333QKfI6dPPvkENzc3fv/9d+bOnXvV9jVq1ODbb78FYN++fZw5c4Y333wz1/EqVarEhg0bmDVrFs8//zzLly+/phhFRERKmrrHi4iIlBIHDx7EMAwaNWqUa39wcHBWFXvMmDG88sorWZ/ddddd3HvvvVnvhw0bxqhRoxg9ejQAEydOZP369bz22mtZVen8eumll+jevTsATz31FH379iU1NRUPDw/eeOMN7r//fu6//34AXnzxRX755Zc8q+1X06BBA2bNmpX1/ujRo3m2t9lsBAYGAhASEoK/v3+uz1u2bMm0adOyjv3222+zYsUKevXqVegYRURESpoq7SIiIqXcxo0b2bZtG82aNSMtLS3XZ+3bt8/1fs+ePYSHh+faFx4ezp49ewp83pYtW2ZtV6lSBYCoqKis83Tq1ClX+y5duhT4HDm1a9fumr7/dznjB/MaLsYvIiJSVqjSLiIiUkrUr18fi8VyydjxunXrAuDp6XnJd67Ujf5KrFbzeb1hGFn7MjIyLts256R2F7vlOxyOAp2vIP5+LQWJ9XL+PimfxWIp1vhFRESKgyrtIiIipURQUBC9evXi7bffJikpqVDHaNKkCb///nuufb///jtNmzYFoHLlygCcOXMm6/OcE70V5DwbNmzItW/9+vUFPk5e8hPrxRnm7XZ7kZ5bRESktFClXUREpBR59913CQ8Pp3379kyfPp2WLVtitVrZtGkTe/fuvWoX8kmTJjF06FDatGlDz549+fHHH1mwYAG//PILYFbrO3fuzMyZM6lTpw5RUVFMmTKlwHGOGzeOUaNG0b59e8LDw/niiy/YtWtXVq+AopCfWGvVqoXFYmHRokXceuuteHp64u3tXWQxiIiIOJsq7SIiIqVIvXr12Lp1Kz179mTy5Mm0atWK9u3b89Zbb/H444/zwgsv5Pn9AQMG8Oabb/Laa6/RrFkz3nvvPT766CN69OiR1ea///0vmZmZtGvXjvHjx/Piiy8WOM4777yTZ599lieeeIJ27dpx7NgxHn744QIf52quFmu1atV47rnneOqppwgNDWXs2LFFHoOIiIgzWYycA8VEREREREREpNRQpV1ERERERESklFLSLiIiIiIiIlJKKWkXERERERERKaWUtIuIiIiIiIiUUkraRUREREREREopJe0iIiIiIiIipZSSdhEREREREZFSSkm7iIiIiIiISCmlpF1ERERERESklFLSLiIiIiIiIlJKKWkXERERERERKaX+H7mBcHaZZwpwAAAAAElFTkSuQmCC\n" - }, - "metadata": {} - } ] }, { "cell_type": "code", - "source": [], + "execution_count": null, + "metadata": { + "colab": { + "base_uri": "https://localhost:8080/", + "height": 1000 + }, + "id": "W_KcLvyt6kbb", + "outputId": "bb975323-841f-464c-d876-83c2238573e9" + }, + "outputs": [], + "source": [ + "Tester.test(improved_model_predict, test)" + ] + }, + { + "cell_type": "code", + "execution_count": null, "metadata": { "id": "M4NSMcKl3Bhw" }, - "execution_count": 15, - "outputs": [] + "outputs": [], + "source": [] } - ] -} \ No newline at end of file + ], + "metadata": { + "accelerator": "GPU", + "colab": { + "gpuType": "T4", + "provenance": [] + }, + "kernelspec": { + "display_name": "Python 3", + "name": "python3" + }, + "language_info": { + "name": "python" + }, + "widgets": { + "application/vnd.jupyter.widget-state+json": { + "0475882549294f86ad4eeadcdfd88db2": { + "model_module": "@jupyter-widgets/controls", + "model_module_version": "1.5.0", + "model_name": "DescriptionStyleModel", + "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": "" + } + }, + "048e312ae9464f5aa8a64f0a140a0a8e": { + "model_module": "@jupyter-widgets/base", + "model_module_version": "1.2.0", + "model_name": "LayoutModel", + "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 + } + }, + "055d68da77a5491a8f14d78ff59a1a5f": { + "model_module": "@jupyter-widgets/base", + "model_module_version": "1.2.0", + "model_name": "LayoutModel", + "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 + } + }, + "091b7a56c02443c2bf7a33a745c0c5be": { + "model_module": "@jupyter-widgets/controls", + "model_module_version": "1.5.0", + "model_name": "DescriptionStyleModel", + "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": "" + } + }, + "09b427e15ea7487fa3abb9f6c9b4e5be": { + "model_module": "@jupyter-widgets/controls", + "model_module_version": "1.5.0", + "model_name": "HTMLModel", + "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_3782e192c2d147cbbc4ab8447a112fa3", + "placeholder": "​", + "style": "IPY_MODEL_cd82596e540040728a08854a3afddc00", + "value": " 109M/109M [00:03<00:00, 39.9MB/s]" + } + }, + "0a4576cf0eaf40a382bc5e54337cddb0": { + "model_module": "@jupyter-widgets/controls", + "model_module_version": "1.5.0", + "model_name": "HBoxModel", + "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_dc5bf3cdb1b74056990dd44d273b8a9a", + "IPY_MODEL_627fcd384f034c088832ef0f2c9288df", + "IPY_MODEL_3f60821b601447ef8dd1ceb2a2dc0aba" + ], + "layout": "IPY_MODEL_8185c16afbb7486f94d32dfeff914e81" + } + }, + "0bd09927a77a46c791feddf9bd5a433e": { + "model_module": "@jupyter-widgets/controls", + "model_module_version": "1.5.0", + "model_name": "HTMLModel", + "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_3304d3241718445883c7f449f3eb9ba8", + "placeholder": "​", + "style": "IPY_MODEL_d6a16fb6fd3546ad9a50d60e1032ba26", + "value": " 0/0 [00:00<?, ?it/s]" + } + }, + "0ef0eff7425d4bb298cefef5808fc3d6": { + "model_module": "@jupyter-widgets/controls", + "model_module_version": "1.5.0", + "model_name": "DescriptionStyleModel", + "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": "" + } + }, + "0fb380968c9845988b58395d0830ac2a": { + "model_module": "@jupyter-widgets/controls", + "model_module_version": "1.5.0", + "model_name": "ProgressStyleModel", + "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": "" + } + }, + "1295e277482c43bfa23ad2d7464b1281": { + "model_module": "@jupyter-widgets/controls", + "model_module_version": "1.5.0", + "model_name": "ProgressStyleModel", + "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": "" + } + }, + "14d4e3ad3b15405380c5f1bc283ba3d0": { + "model_module": "@jupyter-widgets/base", + "model_module_version": "1.2.0", + "model_name": "LayoutModel", + "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 + } + }, + "19016be7686e469e9d0c2461f3929edb": { + "model_module": "@jupyter-widgets/controls", + "model_module_version": "1.5.0", + "model_name": "FloatProgressModel", + "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_3d841d0ed8a24baeafada4c5d5fdcd8d", + "max": 4999802720, + "min": 0, + "orientation": "horizontal", + "style": "IPY_MODEL_82f3c4c94a98416aa8e8ea022b684ff0", + "value": 4999802720 + } + }, + "1a560f503bbb44e9ace4633d0799ffdb": { + "model_module": "@jupyter-widgets/controls", + "model_module_version": "1.5.0", + "model_name": "HBoxModel", + "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_f10cef0c6b0f45b08709a38205b96c62", + "IPY_MODEL_924a858e6a684b4393f856a8fc084e1b", + "IPY_MODEL_7f1b810fef674dbfb9fe66fd742d152e" + ], + "layout": "IPY_MODEL_38be9ef6237a437688eda77503258e14" + } + }, + "1b1bb8cb47c646f3abeee43b075e24ff": { + "model_module": "@jupyter-widgets/controls", + "model_module_version": "1.5.0", + "model_name": "ProgressStyleModel", + "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": "" + } + }, + "1df9dd2071124086b9552dc7ed2f6458": { + "model_module": "@jupyter-widgets/base", + "model_module_version": "1.2.0", + "model_name": "LayoutModel", + "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 + } + }, + "1e996ee50b844cb2a1f32944c23c2471": { + "model_module": "@jupyter-widgets/controls", + "model_module_version": "1.5.0", + "model_name": "FloatProgressModel", + "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_4b7dc3d57b694600a21eb100bcee6110", + "max": 4915916176, + "min": 0, + "orientation": "horizontal", + "style": "IPY_MODEL_e2a8c7d4e2b44de9a651770f2aebb9de", + "value": 4915916176 + } + }, + "1f7b6a5cd65249b6a784b3d993ebf125": { + "model_module": "@jupyter-widgets/base", + "model_module_version": "1.2.0", + "model_name": "LayoutModel", + "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 + } + }, + "20f24c83262c43e7a58fd7f3a9e7cc3c": { + "model_module": "@jupyter-widgets/controls", + "model_module_version": "1.5.0", + "model_name": "ProgressStyleModel", + "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": "" + } + }, + "2215030c89f844b39bd83b797037010e": { + "model_module": "@jupyter-widgets/base", + "model_module_version": "1.2.0", + "model_name": "LayoutModel", + "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 + } + }, + "2272028ce824446a9865bd44c167752f": { + "model_module": "@jupyter-widgets/controls", + "model_module_version": "1.5.0", + "model_name": "DescriptionStyleModel", + "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": "" + } + }, + "23818fac9f164141871ed0a6fe629e7b": { + "model_module": "@jupyter-widgets/base", + "model_module_version": "1.2.0", + "model_name": "LayoutModel", + "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 + } + }, + "2636f2d4c7c7485f849eb07d91f8e945": { + "model_module": "@jupyter-widgets/controls", + "model_module_version": "1.5.0", + "model_name": "DescriptionStyleModel", + "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": "" + } + }, + "320c8f0e74b1429793cae77a661e5e4d": { + "model_module": "@jupyter-widgets/base", + "model_module_version": "1.2.0", + "model_name": "LayoutModel", + "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 + } + }, + "325e18eebdc34a1f848794030cbeaa72": { + "model_module": "@jupyter-widgets/controls", + "model_module_version": "1.5.0", + "model_name": "FloatProgressModel", + "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_572489d76d144b2e9d65c5c4449108bc", + "max": 1168138808, + "min": 0, + "orientation": "horizontal", + "style": "IPY_MODEL_b4496fc3a4854cfabacf9125585cab16", + "value": 1168138808 + } + }, + "329ead36db4b476e8abc0eb0d15cec37": { + "model_module": "@jupyter-widgets/controls", + "model_module_version": "1.5.0", + "model_name": "HTMLModel", + "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_481ae5f8fed3469f82687790fdad6236", + "placeholder": "​", + "style": "IPY_MODEL_de5cec82e1e9495f8f35071591fa4697", + "value": "model-00002-of-00004.safetensors: 100%" + } + }, + "3304d3241718445883c7f449f3eb9ba8": { + "model_module": "@jupyter-widgets/base", + "model_module_version": "1.2.0", + "model_name": "LayoutModel", + "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 + } + }, + "33b742a6f64d48a6bd10acdc3b262a07": { + "model_module": "@jupyter-widgets/controls", + "model_module_version": "1.5.0", + "model_name": "DescriptionStyleModel", + "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": "" + } + }, + "35863a078a0b495d9350e11779bcf207": { + "model_module": "@jupyter-widgets/controls", + "model_module_version": "1.5.0", + "model_name": "ProgressStyleModel", + "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": "" + } + }, + "3782e192c2d147cbbc4ab8447a112fa3": { + "model_module": "@jupyter-widgets/base", + "model_module_version": "1.2.0", + "model_name": "LayoutModel", + "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 + } + }, + "38be9ef6237a437688eda77503258e14": { + "model_module": "@jupyter-widgets/base", + "model_module_version": "1.2.0", + "model_name": "LayoutModel", + "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 + } + }, + "396a0b39fe6f41d69a91a2bafc280ebe": { + "model_module": "@jupyter-widgets/controls", + "model_module_version": "1.5.0", + "model_name": "DescriptionStyleModel", + "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": "" + } + }, + "3d841d0ed8a24baeafada4c5d5fdcd8d": { + "model_module": "@jupyter-widgets/base", + "model_module_version": "1.2.0", + "model_name": "LayoutModel", + "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 + } + }, + "3f60821b601447ef8dd1ceb2a2dc0aba": { + "model_module": "@jupyter-widgets/controls", + "model_module_version": "1.5.0", + "model_name": "HTMLModel", + "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_e270e36535594a3ba041708e8559ab94", + "placeholder": "​", + "style": "IPY_MODEL_a56e440cea7646e9899273a306d7b38a", + "value": " 4.98G/4.98G [02:42<00:00, 41.4MB/s]" + } + }, + "4284fff454dd45688058556a19380cc9": { + "model_module": "@jupyter-widgets/controls", + "model_module_version": "1.5.0", + "model_name": "HBoxModel", + "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_47441dac50f148e99751809e11b79903", + "IPY_MODEL_b5e44bb30a944fc380fb5c4bc4a1363b", + "IPY_MODEL_e42ccf6b1e0f4e679f9e961b89d0da06" + ], + "layout": "IPY_MODEL_45b5ae1f114c4c6e9d71e56fdecbc63b" + } + }, + "45b5ae1f114c4c6e9d71e56fdecbc63b": { + "model_module": "@jupyter-widgets/base", + "model_module_version": "1.2.0", + "model_name": "LayoutModel", + "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 + } + }, + "47441dac50f148e99751809e11b79903": { + "model_module": "@jupyter-widgets/controls", + "model_module_version": "1.5.0", + "model_name": "HTMLModel", + "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_055d68da77a5491a8f14d78ff59a1a5f", + "placeholder": "​", + "style": "IPY_MODEL_9d3464e2ae264b01ade876842e7678ab", + "value": "generation_config.json: 100%" + } + }, + "481ae5f8fed3469f82687790fdad6236": { + "model_module": "@jupyter-widgets/base", + "model_module_version": "1.2.0", + "model_name": "LayoutModel", + "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 + } + }, + "4b7dc3d57b694600a21eb100bcee6110": { + "model_module": "@jupyter-widgets/base", + "model_module_version": "1.2.0", + "model_name": "LayoutModel", + "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 + } + }, + "4b7e4de9e61b426fbcd7549b382f6060": { + "model_module": "@jupyter-widgets/controls", + "model_module_version": "1.5.0", + "model_name": "HTMLModel", + "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_efa563e444374368a4ddf96873f1bb9a", + "placeholder": "​", + "style": "IPY_MODEL_0475882549294f86ad4eeadcdfd88db2", + "value": " 4.92G/4.92G [03:35<00:00, 51.1MB/s]" + } + }, + "4e7a9f9fa72a45599c8ca15c824c2dae": { + "model_module": "@jupyter-widgets/controls", + "model_module_version": "1.5.0", + "model_name": "HTMLModel", + "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_926c3996d2794b97a9b67a6b3bf27a09", + "placeholder": "​", + "style": "IPY_MODEL_2272028ce824446a9865bd44c167752f", + "value": " 4/4 [11:22<00:00, 153.17s/it]" + } + }, + "50722a00fc834405b2304ecb57ec832c": { + "model_module": "@jupyter-widgets/controls", + "model_module_version": "1.5.0", + "model_name": "DescriptionStyleModel", + "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": "" + } + }, + "51ff51e5e66849cfb559144026e861fa": { + "model_module": "@jupyter-widgets/base", + "model_module_version": "1.2.0", + "model_name": "LayoutModel", + "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 + } + }, + "572489d76d144b2e9d65c5c4449108bc": { + "model_module": "@jupyter-widgets/base", + "model_module_version": "1.2.0", + "model_name": "LayoutModel", + "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 + } + }, + "581a45a563da4ed28127994fb0d3f5fa": { + "model_module": "@jupyter-widgets/base", + "model_module_version": "1.2.0", + "model_name": "LayoutModel", + "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 + } + }, + "5a9d3dfe76044f099752012d94e284d7": { + "model_module": "@jupyter-widgets/controls", + "model_module_version": "1.5.0", + "model_name": "HBoxModel", + "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_7610f3ae45b844afb86e81d64c6f7881", + "IPY_MODEL_8749efb404234da4b98dd133b18d7d95", + "IPY_MODEL_9634570d5d4a44638873758ad8df9f56" + ], + "layout": "IPY_MODEL_72e73bd3afb944bc90fe7b7dfec999d6" + } + }, + "5cf9f93381a947c99583afce4cc36f99": { + "model_module": "@jupyter-widgets/controls", + "model_module_version": "1.5.0", + "model_name": "DescriptionStyleModel", + "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": "" + } + }, + "5e06dd16afae4d25997cc696e242e02d": { + "model_module": "@jupyter-widgets/controls", + "model_module_version": "1.5.0", + "model_name": "HTMLModel", + "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_1f7b6a5cd65249b6a784b3d993ebf125", + "placeholder": "​", + "style": "IPY_MODEL_5cf9f93381a947c99583afce4cc36f99", + "value": "" + } + }, + "5e0c49da33fb4a7bbb8500dc4f0c7a65": { + "model_module": "@jupyter-widgets/base", + "model_module_version": "1.2.0", + "model_name": "LayoutModel", + "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 + } + }, + "5efd72db23914252842bb3364843e43b": { + "model_module": "@jupyter-widgets/base", + "model_module_version": "1.2.0", + "model_name": "LayoutModel", + "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 + } + }, + "627fcd384f034c088832ef0f2c9288df": { + "model_module": "@jupyter-widgets/controls", + "model_module_version": "1.5.0", + "model_name": "FloatProgressModel", + "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_6ec169fa557c493a8fa4d591657e45f3", + "max": 4976698672, + "min": 0, + "orientation": "horizontal", + "style": "IPY_MODEL_68cdaaa86f0b4209982b095b62640c5d", + "value": 4976698672 + } + }, + "62970d70378946e3b0a14e501434356d": { + "model_module": "@jupyter-widgets/base", + "model_module_version": "1.2.0", + "model_name": "LayoutModel", + "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 + } + }, + "68cdaaa86f0b4209982b095b62640c5d": { + "model_module": "@jupyter-widgets/controls", + "model_module_version": "1.5.0", + "model_name": "ProgressStyleModel", + "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": "" + } + }, + "6b7c7a5a758f49b895e2f6a0df35465f": { + "model_module": "@jupyter-widgets/controls", + "model_module_version": "1.5.0", + "model_name": "FloatProgressModel", + "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_98e07a651dfc494d865267c0e231378f", + "max": 752, + "min": 0, + "orientation": "horizontal", + "style": "IPY_MODEL_1295e277482c43bfa23ad2d7464b1281", + "value": 752 + } + }, + "6ec169fa557c493a8fa4d591657e45f3": { + "model_module": "@jupyter-widgets/base", + "model_module_version": "1.2.0", + "model_name": "LayoutModel", + "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 + } + }, + "6f9debbfa7b84497b4a7c6ae1dbadede": { + "model_module": "@jupyter-widgets/controls", + "model_module_version": "1.5.0", + "model_name": "FloatProgressModel", + "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_b3845ddc2a804b3888cdf38dda1ec35b", + "max": 1, + "min": 0, + "orientation": "horizontal", + "style": "IPY_MODEL_946ea0d7f775428a8d2f040e513d14b5", + "value": 0 + } + }, + "721ad0a7e54d42d78399f7f27b740467": { + "model_module": "@jupyter-widgets/controls", + "model_module_version": "1.5.0", + "model_name": "DescriptionStyleModel", + "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": "" + } + }, + "72e73bd3afb944bc90fe7b7dfec999d6": { + "model_module": "@jupyter-widgets/base", + "model_module_version": "1.2.0", + "model_name": "LayoutModel", + "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 + } + }, + "7610f3ae45b844afb86e81d64c6f7881": { + "model_module": "@jupyter-widgets/controls", + "model_module_version": "1.5.0", + "model_name": "HTMLModel", + "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_5e0c49da33fb4a7bbb8500dc4f0c7a65", + "placeholder": "​", + "style": "IPY_MODEL_932f9059f3e346f7804b47b32e8dfd65", + "value": "model.safetensors.index.json: 100%" + } + }, + "7ab94f29e5144dfab8861570272ac24e": { + "model_module": "@jupyter-widgets/controls", + "model_module_version": "1.5.0", + "model_name": "DescriptionStyleModel", + "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": "" + } + }, + "7d8d5b41af754338a361f421693c74dd": { + "model_module": "@jupyter-widgets/controls", + "model_module_version": "1.5.0", + "model_name": "HTMLModel", + "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_f2601bb0b92740dab682479554ebfd40", + "placeholder": "​", + "style": "IPY_MODEL_091b7a56c02443c2bf7a33a745c0c5be", + "value": "Downloading shards: 100%" + } + }, + "7f1b810fef674dbfb9fe66fd742d152e": { + "model_module": "@jupyter-widgets/controls", + "model_module_version": "1.5.0", + "model_name": "HTMLModel", + "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_320c8f0e74b1429793cae77a661e5e4d", + "placeholder": "​", + "style": "IPY_MODEL_dd4c897c785d4f1188de31fb7a20e281", + "value": " 4/4 [01:10<00:00, 15.30s/it]" + } + }, + "8185c16afbb7486f94d32dfeff914e81": { + "model_module": "@jupyter-widgets/base", + "model_module_version": "1.2.0", + "model_name": "LayoutModel", + "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 + } + }, + "82f3c4c94a98416aa8e8ea022b684ff0": { + "model_module": "@jupyter-widgets/controls", + "model_module_version": "1.5.0", + "model_name": "ProgressStyleModel", + "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": "" + } + }, + "8749efb404234da4b98dd133b18d7d95": { + "model_module": "@jupyter-widgets/controls", + "model_module_version": "1.5.0", + "model_name": "FloatProgressModel", + "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_23818fac9f164141871ed0a6fe629e7b", + "max": 23950, + "min": 0, + "orientation": "horizontal", + "style": "IPY_MODEL_35863a078a0b495d9350e11779bcf207", + "value": 23950 + } + }, + "8832fa21bdb840f2a9b7e374796777e1": { + "model_module": "@jupyter-widgets/controls", + "model_module_version": "1.5.0", + "model_name": "HBoxModel", + "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_329ead36db4b476e8abc0eb0d15cec37", + "IPY_MODEL_19016be7686e469e9d0c2461f3929edb", + "IPY_MODEL_999c954e83b94e258eae2085ec5b748d" + ], + "layout": "IPY_MODEL_a4f7fb3d15e64003af840170937a285b" + } + }, + "89779ab7fb6049e7b437e452fcca78d6": { + "model_module": "@jupyter-widgets/controls", + "model_module_version": "1.5.0", + "model_name": "DescriptionStyleModel", + "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": "" + } + }, + "8dacb9554470435ba0a496d35cdb3c92": { + "model_module": "@jupyter-widgets/controls", + "model_module_version": "1.5.0", + "model_name": "HTMLModel", + "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_2215030c89f844b39bd83b797037010e", + "placeholder": "​", + "style": "IPY_MODEL_396a0b39fe6f41d69a91a2bafc280ebe", + "value": "adapter_config.json: 100%" + } + }, + "907d58bf33b34f9bbccda35aeb437bd7": { + "model_module": "@jupyter-widgets/controls", + "model_module_version": "1.5.0", + "model_name": "HTMLModel", + "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_1df9dd2071124086b9552dc7ed2f6458", + "placeholder": "​", + "style": "IPY_MODEL_33b742a6f64d48a6bd10acdc3b262a07", + "value": "model-00004-of-00004.safetensors: 100%" + } + }, + "924a858e6a684b4393f856a8fc084e1b": { + "model_module": "@jupyter-widgets/controls", + "model_module_version": "1.5.0", + "model_name": "FloatProgressModel", + "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_b6a86921f7dd4f9ab4fb0e4b6a0cbe23", + "max": 4, + "min": 0, + "orientation": "horizontal", + "style": "IPY_MODEL_1b1bb8cb47c646f3abeee43b075e24ff", + "value": 4 + } + }, + "926c3996d2794b97a9b67a6b3bf27a09": { + "model_module": "@jupyter-widgets/base", + "model_module_version": "1.2.0", + "model_name": "LayoutModel", + "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 + } + }, + "932f9059f3e346f7804b47b32e8dfd65": { + "model_module": "@jupyter-widgets/controls", + "model_module_version": "1.5.0", + "model_name": "DescriptionStyleModel", + "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": "" + } + }, + "946ea0d7f775428a8d2f040e513d14b5": { + "model_module": "@jupyter-widgets/controls", + "model_module_version": "1.5.0", + "model_name": "ProgressStyleModel", + "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": "" + } + }, + "9634570d5d4a44638873758ad8df9f56": { + "model_module": "@jupyter-widgets/controls", + "model_module_version": "1.5.0", + "model_name": "HTMLModel", + "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_14d4e3ad3b15405380c5f1bc283ba3d0", + "placeholder": "​", + "style": "IPY_MODEL_50722a00fc834405b2304ecb57ec832c", + "value": " 23.9k/23.9k [00:00<00:00, 2.32MB/s]" + } + }, + "98e07a651dfc494d865267c0e231378f": { + "model_module": "@jupyter-widgets/base", + "model_module_version": "1.2.0", + "model_name": "LayoutModel", + "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 + } + }, + "999c954e83b94e258eae2085ec5b748d": { + "model_module": "@jupyter-widgets/controls", + "model_module_version": "1.5.0", + "model_name": "HTMLModel", + "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_f6c2f058e9554b7796d67bef99051fdc", + "placeholder": "​", + "style": "IPY_MODEL_2636f2d4c7c7485f849eb07d91f8e945", + "value": " 5.00G/5.00G [04:01<00:00, 67.2MB/s]" + } + }, + "9d3464e2ae264b01ade876842e7678ab": { + "model_module": "@jupyter-widgets/controls", + "model_module_version": "1.5.0", + "model_name": "DescriptionStyleModel", + "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": "" + } + }, + "9fd29b4744c64dc4acb712ef64efa348": { + "model_module": "@jupyter-widgets/base", + "model_module_version": "1.2.0", + "model_name": "LayoutModel", + "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 + } + }, + "a20a37d53b3c4c44bbd0da301a9e7914": { + "model_module": "@jupyter-widgets/base", + "model_module_version": "1.2.0", + "model_name": "LayoutModel", + "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 + } + }, + "a4f7fb3d15e64003af840170937a285b": { + "model_module": "@jupyter-widgets/base", + "model_module_version": "1.2.0", + "model_name": "LayoutModel", + "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 + } + }, + "a56e440cea7646e9899273a306d7b38a": { + "model_module": "@jupyter-widgets/controls", + "model_module_version": "1.5.0", + "model_name": "DescriptionStyleModel", + "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": "" + } + }, + "a6e75de2860d47e6a942f77dc474210c": { + "model_module": "@jupyter-widgets/controls", + "model_module_version": "1.5.0", + "model_name": "HBoxModel", + "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_8dacb9554470435ba0a496d35cdb3c92", + "IPY_MODEL_6b7c7a5a758f49b895e2f6a0df35465f", + "IPY_MODEL_b7906982da7f419396278602e399e853" + ], + "layout": "IPY_MODEL_b7c85b576e5846448cb4403aac5ad671" + } + }, + "a798a7bf5d624683afced668c97b0814": { + "model_module": "@jupyter-widgets/base", + "model_module_version": "1.2.0", + "model_name": "LayoutModel", + "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 + } + }, + "ac40d68809834db0acb5541f8a1962f3": { + "model_module": "@jupyter-widgets/controls", + "model_module_version": "1.5.0", + "model_name": "FloatProgressModel", + "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_d51654fa5fcd4ae4ad9f87a405c8fda1", + "max": 4, + "min": 0, + "orientation": "horizontal", + "style": "IPY_MODEL_20f24c83262c43e7a58fd7f3a9e7cc3c", + "value": 4 + } + }, + "ae900d2317a94a468306ee3f0be63ffa": { + "model_module": "@jupyter-widgets/controls", + "model_module_version": "1.5.0", + "model_name": "HBoxModel", + "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_7d8d5b41af754338a361f421693c74dd", + "IPY_MODEL_ac40d68809834db0acb5541f8a1962f3", + "IPY_MODEL_4e7a9f9fa72a45599c8ca15c824c2dae" + ], + "layout": "IPY_MODEL_62970d70378946e3b0a14e501434356d" + } + }, + "b3845ddc2a804b3888cdf38dda1ec35b": { + "model_module": "@jupyter-widgets/base", + "model_module_version": "1.2.0", + "model_name": "LayoutModel", + "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" + } + }, + "b4496fc3a4854cfabacf9125585cab16": { + "model_module": "@jupyter-widgets/controls", + "model_module_version": "1.5.0", + "model_name": "ProgressStyleModel", + "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": "" + } + }, + "b5e44bb30a944fc380fb5c4bc4a1363b": { + "model_module": "@jupyter-widgets/controls", + "model_module_version": "1.5.0", + "model_name": "FloatProgressModel", + "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_edd40d2944cb4a3a8b09d31d42489705", + "max": 185, + "min": 0, + "orientation": "horizontal", + "style": "IPY_MODEL_d48eee36b6d441a2ac35d6f850b500bb", + "value": 185 + } + }, + "b6a86921f7dd4f9ab4fb0e4b6a0cbe23": { + "model_module": "@jupyter-widgets/base", + "model_module_version": "1.2.0", + "model_name": "LayoutModel", + "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 + } + }, + "b7906982da7f419396278602e399e853": { + "model_module": "@jupyter-widgets/controls", + "model_module_version": "1.5.0", + "model_name": "HTMLModel", + "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_9fd29b4744c64dc4acb712ef64efa348", + "placeholder": "​", + "style": "IPY_MODEL_721ad0a7e54d42d78399f7f27b740467", + "value": " 752/752 [00:00<00:00, 78.8kB/s]" + } + }, + "b7c85b576e5846448cb4403aac5ad671": { + "model_module": "@jupyter-widgets/base", + "model_module_version": "1.2.0", + "model_name": "LayoutModel", + "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 + } + }, + "c62905f3eed24180be709b695fd1bf0d": { + "model_module": "@jupyter-widgets/base", + "model_module_version": "1.2.0", + "model_name": "LayoutModel", + "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 + } + }, + "c8e2f9a017004645bdbeba4e90afc36b": { + "model_module": "@jupyter-widgets/base", + "model_module_version": "1.2.0", + "model_name": "LayoutModel", + "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 + } + }, + "cbbe1416591a427689d238bce37f016e": { + "model_module": "@jupyter-widgets/base", + "model_module_version": "1.2.0", + "model_name": "LayoutModel", + "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 + } + }, + "cd82596e540040728a08854a3afddc00": { + "model_module": "@jupyter-widgets/controls", + "model_module_version": "1.5.0", + "model_name": "DescriptionStyleModel", + "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": "" + } + }, + "ce40e46d65b04431bc7bcfea28ffa41f": { + "model_module": "@jupyter-widgets/controls", + "model_module_version": "1.5.0", + "model_name": "HBoxModel", + "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_907d58bf33b34f9bbccda35aeb437bd7", + "IPY_MODEL_325e18eebdc34a1f848794030cbeaa72", + "IPY_MODEL_ce67ad96eff247ceb3492e9bca2fba86" + ], + "layout": "IPY_MODEL_cbbe1416591a427689d238bce37f016e" + } + }, + "ce67ad96eff247ceb3492e9bca2fba86": { + "model_module": "@jupyter-widgets/controls", + "model_module_version": "1.5.0", + "model_name": "HTMLModel", + "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_a798a7bf5d624683afced668c97b0814", + "placeholder": "​", + "style": "IPY_MODEL_da9d6ce9d4804325990ae6f121e66d38", + "value": " 1.17G/1.17G [01:02<00:00, 15.4MB/s]" + } + }, + "d27811a568b54effb577adc450b6c805": { + "model_module": "@jupyter-widgets/controls", + "model_module_version": "1.5.0", + "model_name": "DescriptionStyleModel", + "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": "" + } + }, + "d41332f717e64c90943b9eb10219374d": { + "model_module": "@jupyter-widgets/controls", + "model_module_version": "1.5.0", + "model_name": "HTMLModel", + "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_c8e2f9a017004645bdbeba4e90afc36b", + "placeholder": "​", + "style": "IPY_MODEL_d27811a568b54effb577adc450b6c805", + "value": "adapter_model.safetensors: 100%" + } + }, + "d48eee36b6d441a2ac35d6f850b500bb": { + "model_module": "@jupyter-widgets/controls", + "model_module_version": "1.5.0", + "model_name": "ProgressStyleModel", + "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": "" + } + }, + "d51654fa5fcd4ae4ad9f87a405c8fda1": { + "model_module": "@jupyter-widgets/base", + "model_module_version": "1.2.0", + "model_name": "LayoutModel", + "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 + } + }, + "d6a16fb6fd3546ad9a50d60e1032ba26": { + "model_module": "@jupyter-widgets/controls", + "model_module_version": "1.5.0", + "model_name": "DescriptionStyleModel", + "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": "" + } + }, + "d7cae279b79248a98a0f92bb939d1457": { + "model_module": "@jupyter-widgets/controls", + "model_module_version": "1.5.0", + "model_name": "DescriptionStyleModel", + "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": "" + } + }, + "da9d6ce9d4804325990ae6f121e66d38": { + "model_module": "@jupyter-widgets/controls", + "model_module_version": "1.5.0", + "model_name": "DescriptionStyleModel", + "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": "" + } + }, + "dc5bf3cdb1b74056990dd44d273b8a9a": { + "model_module": "@jupyter-widgets/controls", + "model_module_version": "1.5.0", + "model_name": "HTMLModel", + "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_5efd72db23914252842bb3364843e43b", + "placeholder": "​", + "style": "IPY_MODEL_d7cae279b79248a98a0f92bb939d1457", + "value": "model-00001-of-00004.safetensors: 100%" + } + }, + "dd4c897c785d4f1188de31fb7a20e281": { + "model_module": "@jupyter-widgets/controls", + "model_module_version": "1.5.0", + "model_name": "DescriptionStyleModel", + "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": "" + } + }, + "de5cec82e1e9495f8f35071591fa4697": { + "model_module": "@jupyter-widgets/controls", + "model_module_version": "1.5.0", + "model_name": "DescriptionStyleModel", + "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": "" + } + }, + "e270e36535594a3ba041708e8559ab94": { + "model_module": "@jupyter-widgets/base", + "model_module_version": "1.2.0", + "model_name": "LayoutModel", + "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 + } + }, + "e2a8c7d4e2b44de9a651770f2aebb9de": { + "model_module": "@jupyter-widgets/controls", + "model_module_version": "1.5.0", + "model_name": "ProgressStyleModel", + "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": "" + } + }, + "e3259f4ba2be4bfea262079f8b40ee78": { + "model_module": "@jupyter-widgets/base", + "model_module_version": "1.2.0", + "model_name": "LayoutModel", + "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 + } + }, + "e42ccf6b1e0f4e679f9e961b89d0da06": { + "model_module": "@jupyter-widgets/controls", + "model_module_version": "1.5.0", + "model_name": "HTMLModel", + "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_e9c9b06e881a435b860e9b3246b04e54", + "placeholder": "​", + "style": "IPY_MODEL_89779ab7fb6049e7b437e452fcca78d6", + "value": " 185/185 [00:00<00:00, 10.8kB/s]" + } + }, + "e9c9b06e881a435b860e9b3246b04e54": { + "model_module": "@jupyter-widgets/base", + "model_module_version": "1.2.0", + "model_name": "LayoutModel", + "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 + } + }, + "eb9bdaf911f04e44a9089b2f54e37144": { + "model_module": "@jupyter-widgets/controls", + "model_module_version": "1.5.0", + "model_name": "HBoxModel", + "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_d41332f717e64c90943b9eb10219374d", + "IPY_MODEL_fdef479f2fe34746b586d0be8b785f46", + "IPY_MODEL_09b427e15ea7487fa3abb9f6c9b4e5be" + ], + "layout": "IPY_MODEL_51ff51e5e66849cfb559144026e861fa" + } + }, + "edd40d2944cb4a3a8b09d31d42489705": { + "model_module": "@jupyter-widgets/base", + "model_module_version": "1.2.0", + "model_name": "LayoutModel", + "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 + } + }, + "efa563e444374368a4ddf96873f1bb9a": { + "model_module": "@jupyter-widgets/base", + "model_module_version": "1.2.0", + "model_name": "LayoutModel", + "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 + } + }, + "f10cef0c6b0f45b08709a38205b96c62": { + "model_module": "@jupyter-widgets/controls", + "model_module_version": "1.5.0", + "model_name": "HTMLModel", + "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_c62905f3eed24180be709b695fd1bf0d", + "placeholder": "​", + "style": "IPY_MODEL_7ab94f29e5144dfab8861570272ac24e", + "value": "Loading checkpoint shards: 100%" + } + }, + "f2601bb0b92740dab682479554ebfd40": { + "model_module": "@jupyter-widgets/base", + "model_module_version": "1.2.0", + "model_name": "LayoutModel", + "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 + } + }, + "f44c70885e0d48be9583977df7b82999": { + "model_module": "@jupyter-widgets/controls", + "model_module_version": "1.5.0", + "model_name": "HTMLModel", + "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_a20a37d53b3c4c44bbd0da301a9e7914", + "placeholder": "​", + "style": "IPY_MODEL_0ef0eff7425d4bb298cefef5808fc3d6", + "value": "model-00003-of-00004.safetensors: 100%" + } + }, + "f6c2f058e9554b7796d67bef99051fdc": { + "model_module": "@jupyter-widgets/base", + "model_module_version": "1.2.0", + "model_name": "LayoutModel", + "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 + } + }, + "fae345983a9b4c65ba5f4486968482e0": { + "model_module": "@jupyter-widgets/controls", + "model_module_version": "1.5.0", + "model_name": "HBoxModel", + "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_5e06dd16afae4d25997cc696e242e02d", + "IPY_MODEL_6f9debbfa7b84497b4a7c6ae1dbadede", + "IPY_MODEL_0bd09927a77a46c791feddf9bd5a433e" + ], + "layout": "IPY_MODEL_e3259f4ba2be4bfea262079f8b40ee78" + } + }, + "fbbbf4669db643c69d623a96e4317b2b": { + "model_module": "@jupyter-widgets/controls", + "model_module_version": "1.5.0", + "model_name": "HBoxModel", + "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_f44c70885e0d48be9583977df7b82999", + "IPY_MODEL_1e996ee50b844cb2a1f32944c23c2471", + "IPY_MODEL_4b7e4de9e61b426fbcd7549b382f6060" + ], + "layout": "IPY_MODEL_581a45a563da4ed28127994fb0d3f5fa" + } + }, + "fdef479f2fe34746b586d0be8b785f46": { + "model_module": "@jupyter-widgets/controls", + "model_module_version": "1.5.0", + "model_name": "FloatProgressModel", + "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_048e312ae9464f5aa8a64f0a140a0a8e", + "max": 109086416, + "min": 0, + "orientation": "horizontal", + "style": "IPY_MODEL_0fb380968c9845988b58395d0830ac2a", + "value": 109086416 + } + } + } + } + }, + "nbformat": 4, + "nbformat_minor": 0 +}