Created
August 26, 2024 18:33
-
-
Save AmarOk1412/edf86f72966768177b685099b76499a7 to your computer and use it in GitHub Desktop.
fine_tune_gemma_model.ipynb
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"cells": [ | |
{ | |
"cell_type": "markdown", | |
"metadata": { | |
"id": "view-in-github", | |
"colab_type": "text" | |
}, | |
"source": [ | |
"<a href=\"https://colab.research.google.com/gist/AmarOk1412/edf86f72966768177b685099b76499a7/fine_tune_gemma_model.ipynb\" target=\"_parent\"><img src=\"https://colab.research.google.com/assets/colab-badge.svg\" alt=\"Open In Colab\"/></a>" | |
] | |
}, | |
{ | |
"cell_type": "markdown", | |
"metadata": { | |
"id": "ZeKxtPb0_qdJ" | |
}, | |
"source": [ | |
"#### Step 0: Install libraries." | |
] | |
}, | |
{ | |
"cell_type": "code", | |
"execution_count": null, | |
"metadata": { | |
"id": "cQEjhcM0_q02", | |
"colab": { | |
"base_uri": "https://localhost:8080/" | |
}, | |
"outputId": "4a294a18-7fc5-4041-f9d1-1e8c757aa614" | |
}, | |
"outputs": [ | |
{ | |
"output_type": "stream", | |
"name": "stdout", | |
"text": [ | |
"\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m105.0/105.0 MB\u001b[0m \u001b[31m5.8 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", | |
"\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m183.4/183.4 kB\u001b[0m \u001b[31m9.9 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", | |
"\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m150.9/150.9 kB\u001b[0m \u001b[31m12.4 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", | |
"\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m104.6/104.6 kB\u001b[0m \u001b[31m9.4 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", | |
"\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m527.3/527.3 kB\u001b[0m \u001b[31m34.7 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", | |
"\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m116.3/116.3 kB\u001b[0m \u001b[31m10.9 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", | |
"\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m39.9/39.9 MB\u001b[0m \u001b[31m19.7 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", | |
"\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m134.8/134.8 kB\u001b[0m \u001b[31m12.2 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", | |
"\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m194.1/194.1 kB\u001b[0m \u001b[31m16.4 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", | |
"\u001b[?25h\u001b[31mERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.\n", | |
"cudf-cu12 24.4.1 requires pyarrow<15.0.0a0,>=14.0.1, but you have pyarrow 17.0.0 which is incompatible.\n", | |
"ibis-framework 8.0.0 requires pyarrow<16,>=2, but you have pyarrow 17.0.0 which is incompatible.\u001b[0m\u001b[31m\n", | |
"\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m279.7/279.7 kB\u001b[0m \u001b[31m19.1 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", | |
"\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m536.6/536.6 kB\u001b[0m \u001b[31m26.2 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", | |
"\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m166.4/166.4 kB\u001b[0m \u001b[31m13.6 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", | |
"\u001b[?25h\u001b[31mERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.\n", | |
"cudf-cu12 24.4.1 requires pyarrow<15.0.0a0,>=14.0.1, but you have pyarrow 17.0.0 which is incompatible.\n", | |
"gcsfs 2024.6.1 requires fsspec==2024.6.1, but you have fsspec 2023.10.0 which is incompatible.\u001b[0m\u001b[31m\n", | |
"\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m131.1/131.1 kB\u001b[0m \u001b[31m9.3 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", | |
"\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m8.5/8.5 MB\u001b[0m \u001b[31m110.6 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", | |
"\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m3.6/3.6 MB\u001b[0m \u001b[31m97.4 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", | |
"\u001b[?25h" | |
] | |
} | |
], | |
"source": [ | |
"!pip3 install -q -U bitsandbytes==0.42.0\n", | |
"!pip3 install -q -U peft==0.8.2\n", | |
"!pip3 install -q -U trl==0.7.10\n", | |
"!pip3 install -q -U accelerate==0.27.1\n", | |
"!pip3 install -q -U datasets==2.17.0\n", | |
"!pip3 install -q -U transformers==4.38.0" | |
] | |
}, | |
{ | |
"cell_type": "markdown", | |
"metadata": { | |
"id": "fuSBT9IaABhG" | |
}, | |
"source": [ | |
"#### Import libraries." | |
] | |
}, | |
{ | |
"cell_type": "code", | |
"execution_count": null, | |
"metadata": { | |
"id": "__2he7qQAC3u" | |
}, | |
"outputs": [], | |
"source": [ | |
"import os\n", | |
"import transformers\n", | |
"import torch\n", | |
"from datasets import load_dataset, Dataset, DatasetDict\n", | |
"from trl import SFTTrainer\n", | |
"from peft import LoraConfig, PeftModel\n", | |
"from transformers import AutoTokenizer, AutoModelForCausalLM\n", | |
"from transformers import BitsAndBytesConfig, GemmaTokenizer" | |
] | |
}, | |
{ | |
"cell_type": "code", | |
"execution_count": null, | |
"metadata": { | |
"colab": { | |
"base_uri": "https://localhost:8080/", | |
"height": 145, | |
"referenced_widgets": [ | |
"2e6be3bd26564b9facccddf7e3158337", | |
"0eea47dea0aa4aa1a9259f32482fec3a", | |
"dac1c2c600f14bb991a7e3c0b192bc5f", | |
"e499ee00619c4972b5d2a56c265c853c", | |
"fb65912a83b4411aa0a4789bf3062bf9", | |
"f111ca45bc0d4c2fb46ded9849fb1cfa", | |
"2054bc8bc24f49089fd3b754efb77640", | |
"a4c3c1028ba44a30877304980ce8e6e4", | |
"d734a84e098240659a07d135c89cec88", | |
"52d7e8362b2b431c9a35734333d951d5", | |
"3db03b3101694441b6c5cf77c6e5d9ce", | |
"75979efdd1fe41409c7da6297fbc29e6", | |
"8a586108860b492899dcbd8df0ac0b07", | |
"667dfbfcb6e647baa06c9dfd36fba76f", | |
"0bcf8762f8cb45e38e7545dcfe76f817", | |
"46048d91d0f4413aa0f6997842c82d30", | |
"0139509b0b624b4b9e619df0e97d5bb9", | |
"3d981884e964415bb8e25666e57ba5b6", | |
"3eb7b15b7d4443718209dbfe56f5ff14", | |
"2adc2127af604e359c61c41325a6bfc2", | |
"f28ed843ec12465c92e00316c63bcd68", | |
"e9be9cb79d0049a3865f08258326359d", | |
"c644cb9d35674ebc87cf41bc54861ffa", | |
"268892cf4b3640fd8c205d79b18e8d4b", | |
"8935011552664e128d82cba720d1e8f3", | |
"425b4a4cb85c43149241f7a636384357", | |
"ddf1326ef76a4326b47cf965a02c8fd9", | |
"98c6b13c8a0045e8b71f9b42bf20530a", | |
"8600610bfdb24e4abd2a000261056151", | |
"5c7a1ec5e9a8421b822a5295f74608ed", | |
"7ab4721c085a4058aad7a81998efb9d2", | |
"15a7dffca0e44535ae55b7ce2e1a20b5" | |
] | |
}, | |
"id": "yspg2acUAZpi", | |
"outputId": "903a8f27-b00b-4ce8-873a-6897f7aa9515" | |
}, | |
"outputs": [ | |
{ | |
"output_type": "display_data", | |
"data": { | |
"text/plain": [ | |
"VBox(children=(HTML(value='<center> <img\\nsrc=https://huggingface.co/front/assets/huggingface_logo-noborder.sv…" | |
], | |
"application/vnd.jupyter.widget-view+json": { | |
"version_major": 2, | |
"version_minor": 0, | |
"model_id": "2e6be3bd26564b9facccddf7e3158337" | |
} | |
}, | |
"metadata": {} | |
} | |
], | |
"source": [ | |
"# Login to Hugging Face account.\n", | |
"from huggingface_hub import notebook_login\n", | |
"notebook_login()" | |
] | |
}, | |
{ | |
"cell_type": "markdown", | |
"metadata": { | |
"id": "SiORMDrpzsfN" | |
}, | |
"source": [ | |
"#### Step 1: Download Gemma-2b-it base model" | |
] | |
}, | |
{ | |
"cell_type": "code", | |
"execution_count": null, | |
"metadata": { | |
"id": "Zc-Y7EVWAr2P" | |
}, | |
"outputs": [], | |
"source": [ | |
"model_id = \"google/gemma-2b-it\"\n", | |
"bnb_config = BitsAndBytesConfig(\n", | |
" load_in_4bit=True,\n", | |
" bnb_4bit_quant_type = \"nf4\",\n", | |
" bnb_4bit_compute_dtype = torch.bfloat16\n", | |
")" | |
] | |
}, | |
{ | |
"cell_type": "code", | |
"execution_count": null, | |
"metadata": { | |
"id": "4DCkivEnA88x", | |
"colab": { | |
"base_uri": "https://localhost:8080/", | |
"height": 528, | |
"referenced_widgets": [ | |
"bd89018e5b2743a2b5005e25f8e1b00a", | |
"d6edf16e343b4ece8ceb53c0f4a72e60", | |
"92536a5a79db4b22afc90b3e79c4e9ac", | |
"380164dae3b444e9beba0cca5c812452", | |
"18561e33523c434ebeeaddc59e4cd9a9", | |
"b57c413a9459493aa656c62247f6deac", | |
"4b2dbea924854f1d9c01b04a6804e79e", | |
"bcdd7bd8bb3d4151a42d0d698bf0acf5", | |
"e9717bb334574093b3636a3e2d9f2516", | |
"2904cca9b81945bfa2b52efabbce4643", | |
"91054a05276a4eec923abc141e8ac3b8", | |
"c96e04cf73fb48c2852fd7cb886fb215", | |
"67a6fa9154bb4fc2b8950aeb58b1f0ed", | |
"375b5682721b48fdbe4fe730f450ea3b", | |
"ee4f502f80354043b03cbaa0aee89a47", | |
"3c49b2f684f74cb8bc5292f4c2198d39", | |
"12ba68d6aa064011a71310457a125c5a", | |
"ca5fe3194c694846b63b56dccd94f7af", | |
"48d329c4ff87471a8f14b0683333a921", | |
"a4b6be1b74e245b5b470103db6aaf937", | |
"716caf6032754ebebbc2822332a4257a", | |
"432c38392011487eb39ba73f521614d5", | |
"604b908c77704469932b6293ec87df4c", | |
"ec20e323ed9346028dd1422d1d9c570d", | |
"f94669507d9b439eb22b24c90ad0dbba", | |
"329d0e18d3f44201b5fc04f02e0aeef1", | |
"d6e9f948db184555afddeb6a68c285ee", | |
"af18299eba7c46eba7dc5c5bd02015a8", | |
"2cc643f0d551411595442fe890e6b5c2", | |
"0f6af8ca219645d69059463d20eb6628", | |
"66e8a2f352e749fcaadd4ac9edd12fcb", | |
"8c868256044b40ffa4b0b57fe3c9ca8b", | |
"a1a65b6ab79440179767c9250a4e59fe", | |
"bc148ac9f4a24a9cb16cf281598bd112", | |
"0158643358c743cd86839cf49cba5698", | |
"cf16a28b014447c884ab4367b76bb065", | |
"3e2c84f595a64599b0f491a0553ecf88", | |
"f09c03084c744c68b8a2b35cf5c415ea", | |
"d81115c709694115a7c0bc9bb0b83ba5", | |
"3907b0df5e9f40ff8af50640c6a98cae", | |
"503ed63bfda647c1bffcac48a6874576", | |
"a15588355c1e4adfa47ce432b5fcdd41", | |
"b160e30348fb428eb6e0f90ebdbf5176", | |
"5eb51265c9ad4c2ab1431788863bdda8", | |
"872cb85656ae43c9996fc3eea385a8d9", | |
"8ddddea0bcf4426d9ec5373d5bc16f79", | |
"018f86ec6d7b4eb8b46d5b24726c8300", | |
"f3cbbe24071a49658acb35931988232a", | |
"88e36b46fdab4ddc9315602bcd0fae10", | |
"b1208a78be3945cc8970a31643a2b33b", | |
"576a7b6947b84bbbb8f75420766bc182", | |
"11a4dd1adb0243718a0f6458ae30ecbe", | |
"95d4fbd8c6924e9696177deba328f565", | |
"8a9ca44fa3b2469886a6bd1340f22b7f", | |
"b986812ad9f1467fb88880ae43085b8a", | |
"a37c436f83db4b4ea92f7af24e91837f", | |
"52b2243f073b48759c23c42630d7acb6", | |
"a6c19e08bda74f06ac6d826733141a64", | |
"8acbd4123a2346899552062f12bb5718", | |
"1f54c299e8664d469bc1c50dd3a4c59e", | |
"034ca9542bc54d91a247c49b7d1c2cb1", | |
"1350d434187a471d87e8ff3e1620d1bd", | |
"04e563ec81b8449fa98dcca4c61d141d", | |
"ba6d6f7c40fa4d5ba58437b9e4804188", | |
"bc8d65e2ce96443c914670a4f7677671", | |
"5671e2e323974b678f1a496819d2fba5", | |
"d5e661534ea742e195c670f50846f876", | |
"b0eb4cde1b984d1b8552040685cc731a", | |
"839a5105b96b4c6a8abb751a403cdf68", | |
"ec73801c238f4343a578c5cc155e13ff", | |
"0eff3bee9401479387332e48eb9c914b", | |
"168bf0b2f9a94cb880dad957d33c4d44", | |
"e676c1de11fa413fae7faa9046cc7d3e", | |
"08432f0bcf1342adb5c34587f789358a", | |
"1e4a3d562b7c403fb264b8e12dd65562", | |
"5bdac0324e38460f9ff6a5b0f2ba436c", | |
"4fe6fce6f37349d29e57a10fdee523ec", | |
"e2a4db9481da4bb0a1102d98d77f4ba4", | |
"920cfc9180e1464db0e44b65f3251f69", | |
"e49c2e059fa645b7a1e97f7810505ff2", | |
"0ec52b441e1f42d88ec88fd9ca617bb0", | |
"dc8a14eb180446699fcb5ba8a72ab53c", | |
"0ff67924a3f54935b121df8d26ae3d49", | |
"4cf83612f5e94e3aab3ed752f7ca98e0", | |
"dc9931baeebf4a81a8c5405c7f4ce477", | |
"d77db867b2944896847f5b2875e9436d", | |
"51aebb8d4e7742a38c94fd9d6eea53b8", | |
"79d1e36279274900b745127e1906580e", | |
"8c0292ef0d384d959870f8ed79d6c541", | |
"7f4de26b04c34b11b50227797617aece", | |
"d7ade4ee577d46e1a42470e89c42ff2c", | |
"4911d3728a904c1f8ad57a277cdbb022", | |
"b9b7ad38992d485c9a52667b4ff60095", | |
"41a7279b366245dfbdf8ddc8bacab19c", | |
"3954e023fbaa4e8abe9956370b2c4b2e", | |
"471755525f3e4f4093ff7e4bbd77851f", | |
"f68f461681d749f9a3d4f1ea19228139", | |
"b83d742643124fb5b19149ae42c73351", | |
"3ecac4ef7ee9468a9f51488efa9bae43", | |
"1eb184900495453aa50053ae8d68d358", | |
"1605185e03e34b51aede1e0a779c5da2", | |
"edcfcb3cded648f881e16afba2f2ff24", | |
"807b21e41ced4fea99e75dfd7ee0a348", | |
"7f21820fdc2c4cbaa8479e24634498a4", | |
"e043eaa75900497ebdf717765386c422", | |
"1d148411de1d43b0842948a7be05baf4", | |
"cfb09069c4654add9fef7e7684914dac", | |
"1ed36483133547248c289b8f556a9ee9", | |
"aaddbd7c1a3243f0a6900989af9eceeb", | |
"3a778f1cd8894b67ac57e02713d095e8", | |
"efce3e4276f94542aaf724babf0b0806", | |
"51c68be7d79544dc9f6384382996647d", | |
"5e1cf2e9bef3407bbbc74576cade41cc", | |
"7c27d9c668ee4553871d718cc45b2b64", | |
"3962a5865c9b46c1a660316130856944", | |
"5334159ae3724719986dea167e5fbb2c", | |
"912b3678e3fc45a28516ad55c8f2ced7", | |
"a304a3a9c9904f468dff442bdd33ae2e", | |
"4f765efd5d0343cdbb56a5ddcdbca825", | |
"d11928bf1740493fb570150a38e08e8c", | |
"8fb1e5cb99a841ff9738a35ac136e622" | |
] | |
}, | |
"outputId": "9f28324b-83c2-46a6-d366-42f35306d5a1" | |
}, | |
"outputs": [ | |
{ | |
"output_type": "stream", | |
"name": "stderr", | |
"text": [ | |
"/usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py:1132: FutureWarning: `resume_download` is deprecated and will be removed in version 1.0.0. Downloads always resume when possible. If you want to force a new download, use `force_download=True`.\n", | |
" warnings.warn(\n", | |
"/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_token.py:89: UserWarning: \n", | |
"The secret `HF_TOKEN` does not exist in your Colab secrets.\n", | |
"To authenticate with the Hugging Face Hub, create a token in your settings tab (https://huggingface.co/settings/tokens), set it as secret in your Google Colab and restart your session.\n", | |
"You will be able to reuse this secret in all of your notebooks.\n", | |
"Please note that authentication is recommended but still optional to access public models or datasets.\n", | |
" warnings.warn(\n" | |
] | |
}, | |
{ | |
"output_type": "display_data", | |
"data": { | |
"text/plain": [ | |
"tokenizer_config.json: 0%| | 0.00/34.2k [00:00<?, ?B/s]" | |
], | |
"application/vnd.jupyter.widget-view+json": { | |
"version_major": 2, | |
"version_minor": 0, | |
"model_id": "bd89018e5b2743a2b5005e25f8e1b00a" | |
} | |
}, | |
"metadata": {} | |
}, | |
{ | |
"output_type": "display_data", | |
"data": { | |
"text/plain": [ | |
"tokenizer.model: 0%| | 0.00/4.24M [00:00<?, ?B/s]" | |
], | |
"application/vnd.jupyter.widget-view+json": { | |
"version_major": 2, | |
"version_minor": 0, | |
"model_id": "c96e04cf73fb48c2852fd7cb886fb215" | |
} | |
}, | |
"metadata": {} | |
}, | |
{ | |
"output_type": "display_data", | |
"data": { | |
"text/plain": [ | |
"tokenizer.json: 0%| | 0.00/17.5M [00:00<?, ?B/s]" | |
], | |
"application/vnd.jupyter.widget-view+json": { | |
"version_major": 2, | |
"version_minor": 0, | |
"model_id": "604b908c77704469932b6293ec87df4c" | |
} | |
}, | |
"metadata": {} | |
}, | |
{ | |
"output_type": "display_data", | |
"data": { | |
"text/plain": [ | |
"special_tokens_map.json: 0%| | 0.00/636 [00:00<?, ?B/s]" | |
], | |
"application/vnd.jupyter.widget-view+json": { | |
"version_major": 2, | |
"version_minor": 0, | |
"model_id": "bc148ac9f4a24a9cb16cf281598bd112" | |
} | |
}, | |
"metadata": {} | |
}, | |
{ | |
"output_type": "display_data", | |
"data": { | |
"text/plain": [ | |
"config.json: 0%| | 0.00/627 [00:00<?, ?B/s]" | |
], | |
"application/vnd.jupyter.widget-view+json": { | |
"version_major": 2, | |
"version_minor": 0, | |
"model_id": "872cb85656ae43c9996fc3eea385a8d9" | |
} | |
}, | |
"metadata": {} | |
}, | |
{ | |
"output_type": "display_data", | |
"data": { | |
"text/plain": [ | |
"model.safetensors.index.json: 0%| | 0.00/13.5k [00:00<?, ?B/s]" | |
], | |
"application/vnd.jupyter.widget-view+json": { | |
"version_major": 2, | |
"version_minor": 0, | |
"model_id": "a37c436f83db4b4ea92f7af24e91837f" | |
} | |
}, | |
"metadata": {} | |
}, | |
{ | |
"output_type": "display_data", | |
"data": { | |
"text/plain": [ | |
"Downloading shards: 0%| | 0/2 [00:00<?, ?it/s]" | |
], | |
"application/vnd.jupyter.widget-view+json": { | |
"version_major": 2, | |
"version_minor": 0, | |
"model_id": "d5e661534ea742e195c670f50846f876" | |
} | |
}, | |
"metadata": {} | |
}, | |
{ | |
"output_type": "display_data", | |
"data": { | |
"text/plain": [ | |
"model-00001-of-00002.safetensors: 0%| | 0.00/4.95G [00:00<?, ?B/s]" | |
], | |
"application/vnd.jupyter.widget-view+json": { | |
"version_major": 2, | |
"version_minor": 0, | |
"model_id": "e2a4db9481da4bb0a1102d98d77f4ba4" | |
} | |
}, | |
"metadata": {} | |
}, | |
{ | |
"output_type": "display_data", | |
"data": { | |
"text/plain": [ | |
"model-00002-of-00002.safetensors: 0%| | 0.00/67.1M [00:00<?, ?B/s]" | |
], | |
"application/vnd.jupyter.widget-view+json": { | |
"version_major": 2, | |
"version_minor": 0, | |
"model_id": "8c0292ef0d384d959870f8ed79d6c541" | |
} | |
}, | |
"metadata": {} | |
}, | |
{ | |
"output_type": "display_data", | |
"data": { | |
"text/plain": [ | |
"Loading checkpoint shards: 0%| | 0/2 [00:00<?, ?it/s]" | |
], | |
"application/vnd.jupyter.widget-view+json": { | |
"version_major": 2, | |
"version_minor": 0, | |
"model_id": "1eb184900495453aa50053ae8d68d358" | |
} | |
}, | |
"metadata": {} | |
}, | |
{ | |
"output_type": "display_data", | |
"data": { | |
"text/plain": [ | |
"generation_config.json: 0%| | 0.00/137 [00:00<?, ?B/s]" | |
], | |
"application/vnd.jupyter.widget-view+json": { | |
"version_major": 2, | |
"version_minor": 0, | |
"model_id": "efce3e4276f94542aaf724babf0b0806" | |
} | |
}, | |
"metadata": {} | |
} | |
], | |
"source": [ | |
"tokenizer = AutoTokenizer.from_pretrained(model_id)\n", | |
"model = AutoModelForCausalLM.from_pretrained(model_id,\n", | |
" quantization_config = bnb_config,\n", | |
" device_map={\"\":0})" | |
] | |
}, | |
{ | |
"cell_type": "code", | |
"execution_count": null, | |
"metadata": { | |
"id": "-lSe_TerBL4B", | |
"colab": { | |
"base_uri": "https://localhost:8080/" | |
}, | |
"outputId": "ab3a7687-f1cf-4382-d65a-3a7592369afb" | |
}, | |
"outputs": [ | |
{ | |
"output_type": "stream", | |
"name": "stdout", | |
"text": [ | |
"<bos>Complete the dialogue: I'll make him an offer, he ___________________.\n", | |
"\n", | |
"The correct answer is \"will accept\".\n", | |
"\n", | |
"The dialogue could be continued as follows:\n", | |
"\n", | |
"I'll make him an offer, he **will accept** it.<eos>\n" | |
] | |
} | |
], | |
"source": [ | |
"text = \"Complete the dialogue: I'll make him an offer, he \"\n", | |
"device = \"cuda:0\"\n", | |
"inputs = tokenizer(text, return_tensors = \"pt\").to(device)\n", | |
"\n", | |
"outputs = model.generate(**inputs, max_new_tokens=100)\n", | |
"print(tokenizer.decode(outputs[0], skip_special_tokens=False))" | |
] | |
}, | |
{ | |
"cell_type": "markdown", | |
"metadata": { | |
"id": "KsKiqRtwz5V8" | |
}, | |
"source": [ | |
"#### Step 2: Configure LoRA settings for modules to be trained" | |
] | |
}, | |
{ | |
"cell_type": "code", | |
"execution_count": null, | |
"metadata": { | |
"id": "_w3TdQ20Dpjw" | |
}, | |
"outputs": [], | |
"source": [ | |
"os.environ[\"WANDB_DISABLE\"] = \"false\"" | |
] | |
}, | |
{ | |
"cell_type": "code", | |
"execution_count": null, | |
"metadata": { | |
"id": "ii06zZTfD-B_" | |
}, | |
"outputs": [], | |
"source": [ | |
"lora_config = LoraConfig(\n", | |
" r = 8,\n", | |
" target_modules = [\"q_proj\", \"o_proj\", \"k_proj\", \"v_proj\",\n", | |
" \"gate_proj\", \"up_proj\", \"down_proj\"],\n", | |
" task_type = \"CAUSAL_LM\"\n", | |
")" | |
] | |
}, | |
{ | |
"cell_type": "markdown", | |
"metadata": { | |
"id": "r5H4lsvp0Gyf" | |
}, | |
"source": [ | |
"#### Step 3: Load the dataset" | |
] | |
}, | |
{ | |
"cell_type": "code", | |
"execution_count": null, | |
"metadata": { | |
"id": "Y8oqQmfkEpb2", | |
"colab": { | |
"base_uri": "https://localhost:8080/", | |
"height": 113, | |
"referenced_widgets": [ | |
"014cacb5b45f43fb9b0ac3cdeef9444c", | |
"ccccba4289764771a39f853c6c1d0a37", | |
"70088204f0f9479191ce3801c5a63b0e", | |
"4e72544d7d754b5db6bf9d8b91662463", | |
"595ff76a9c2841318ee9111a06323ba3", | |
"89432ea1ba3f49c99bb773b7b9940d69", | |
"c111337e176d4252ada9f0e1a3bdafc2", | |
"75cc466bddd14ae58c91f6f319221a3f", | |
"40d170bb4b944637a97096b7596ee94a", | |
"5df2cc5c32ea4679a47480c3d01d03bf", | |
"7797ede8530d439c84fb7fa083cd539a", | |
"95e41e4cad384aa48a0805feb290956f", | |
"308cdc4deb9b4a3a979dba6b35e97234", | |
"91c4d6ef2e97487ea9c8418c520687f7", | |
"469c67bb6bd44e6e83af2fba751ac284", | |
"a5735639a13949708a3dfb925307a0d7", | |
"818f54092df64679b8eedbbc87810d6c", | |
"0a601f67c2c549f28246b891c5b7684c", | |
"fa2e81f5f8bd4c0194a1fab842cf5ac5", | |
"74063bfbd3664775a89183d5286aacae", | |
"bcf9bea5fe67401e9ce806f40b734db0", | |
"05ea0a6542e845afbfc53c98c17ed611", | |
"9a6ae422a9fe4a789fb2a4a183fe9460", | |
"0dd26a4d92fb4158b11c18ee3a04f731", | |
"1124eaa81c0b4709b8b5628fff76b30e", | |
"4e53583c758c4e5e90780066d9971371", | |
"db91e3cb7c1d4e69b6a2d3e47ebe6cab", | |
"bff8e247951b4779964af77ce1b7fc44", | |
"1653f9a5b4934f7d8f22d12ca1c17456", | |
"0ce728e3481d418590a4e8c472c40bbd", | |
"e7009a181afc41da9182be0045b4ba1f", | |
"8d752e171dad416597ee7976202fdcd4", | |
"8816024f50fa4e9682bed6ff681ebd6e" | |
] | |
}, | |
"outputId": "7d34b98a-6a3d-4fc7-8d76-cfff3a0a0536" | |
}, | |
"outputs": [ | |
{ | |
"output_type": "display_data", | |
"data": { | |
"text/plain": [ | |
"Downloading data: 0%| | 0.00/169k [00:00<?, ?B/s]" | |
], | |
"application/vnd.jupyter.widget-view+json": { | |
"version_major": 2, | |
"version_minor": 0, | |
"model_id": "014cacb5b45f43fb9b0ac3cdeef9444c" | |
} | |
}, | |
"metadata": {} | |
}, | |
{ | |
"output_type": "display_data", | |
"data": { | |
"text/plain": [ | |
"Generating train split: 0 examples [00:00, ? examples/s]" | |
], | |
"application/vnd.jupyter.widget-view+json": { | |
"version_major": 2, | |
"version_minor": 0, | |
"model_id": "95e41e4cad384aa48a0805feb290956f" | |
} | |
}, | |
"metadata": {} | |
}, | |
{ | |
"output_type": "display_data", | |
"data": { | |
"text/plain": [ | |
"Map: 0%| | 0/1205 [00:00<?, ? examples/s]" | |
], | |
"application/vnd.jupyter.widget-view+json": { | |
"version_major": 2, | |
"version_minor": 0, | |
"model_id": "9a6ae422a9fe4a789fb2a4a183fe9460" | |
} | |
}, | |
"metadata": {} | |
} | |
], | |
"source": [ | |
"data = load_dataset(\"AmarOk1412/ingredients\")\n", | |
"data = data.map(lambda samples: tokenizer(samples[\"Question\"], samples[\"Context\"]), batched=True)" | |
] | |
}, | |
{ | |
"cell_type": "code", | |
"execution_count": null, | |
"metadata": { | |
"id": "0t50PC1tE_pI" | |
}, | |
"outputs": [], | |
"source": [ | |
"prompt = \"\"\"\n", | |
"\n", | |
"Below is an instruction that describes a task, paired with an input that provides further context. Write a response that appropriately completes the request.\n", | |
"You're a bot parsing ingredients from recipes that needs to provide a structure to use in a list. The answer is a list of ingredients with optional quantrity and unit.\n", | |
"There can be several ingredients in the same input. This will result in a list with multiple ingredients. e.g. 'sel et poivre' will give \t\"sel\" and \"poivre\" as ingredients.\n", | |
"Remove useless words, e.g. \"sel au goût\", \"au goût\" is not a part of the ingredient and useless in the list.\n", | |
"\n", | |
"### Instruction:\n", | |
"{}\n", | |
"\n", | |
"### Input:\n", | |
"{}\n", | |
"\n", | |
"### Response:\n", | |
"{}\"\"\"\n", | |
"\n", | |
"def formatting_prompts_func(examples):\n", | |
" instructions = examples[\"Question\"]\n", | |
" inputs = examples[\"Context\"]\n", | |
" outputs = examples[\"Answer\"]\n", | |
" texts = []\n", | |
" for instruction, input, output in zip(instructions, inputs, outputs):\n", | |
" # Must add EOS_TOKEN, otherwise your generation will go on forever!\n", | |
" text = prompt.format(instruction, input, output) + \"<eos>\"\n", | |
" texts.append(text)\n", | |
" return texts" | |
] | |
}, | |
{ | |
"cell_type": "markdown", | |
"metadata": { | |
"id": "FtFIEyU1JDjy" | |
}, | |
"source": [ | |
"#### Step 4: Configure supervised fine-tuning parameters." | |
] | |
}, | |
{ | |
"cell_type": "code", | |
"execution_count": null, | |
"metadata": { | |
"id": "4MZERT9EGFiN", | |
"colab": { | |
"base_uri": "https://localhost:8080/", | |
"height": 138, | |
"referenced_widgets": [ | |
"da09faa137f44ceda6764c96c7c8b7b2", | |
"836281ec3b5c46c1b1396488e256a25c", | |
"a839009446c149499d95f036ea2fcf70", | |
"fda2778dc9394d088a90f0d6fbf9f234", | |
"6b6a2161dcf54707a0ad30afa3243613", | |
"800b7df8ba004fa79683633f2067d3ed", | |
"db8424829b4c4ab7b878652108e160a0", | |
"db3deeae1b754b96a4f6f41d78f0d5fc", | |
"89f492d1b3bd463aa0aa6e8b05f77a3d", | |
"ae6e0d2a282c4c2090a238d385ba2a22", | |
"a54c26177ed849f884a92f1100b6dd76" | |
] | |
}, | |
"outputId": "cf207673-4b86-4d83-819a-84899968553d" | |
}, | |
"outputs": [ | |
{ | |
"output_type": "stream", | |
"name": "stderr", | |
"text": [ | |
"/usr/local/lib/python3.10/dist-packages/trl/trainer/sft_trainer.py:223: UserWarning: You didn't pass a `max_seq_length` argument to the SFTTrainer, this will default to 1024\n", | |
" warnings.warn(\n" | |
] | |
}, | |
{ | |
"output_type": "display_data", | |
"data": { | |
"text/plain": [ | |
"Map: 0%| | 0/1205 [00:00<?, ? examples/s]" | |
], | |
"application/vnd.jupyter.widget-view+json": { | |
"version_major": 2, | |
"version_minor": 0, | |
"model_id": "da09faa137f44ceda6764c96c7c8b7b2" | |
} | |
}, | |
"metadata": {} | |
}, | |
{ | |
"output_type": "stream", | |
"name": "stderr", | |
"text": [ | |
"/usr/local/lib/python3.10/dist-packages/trl/trainer/sft_trainer.py:290: UserWarning: You passed a tokenizer with `padding_side` not equal to `right` to the SFTTrainer. This might lead to some unexpected behaviour due to overflow issues when training a model in half-precision. You might consider adding `tokenizer.padding_side = 'right'` to your code.\n", | |
" warnings.warn(\n" | |
] | |
} | |
], | |
"source": [ | |
"trainer = SFTTrainer(\n", | |
" model = model,\n", | |
" train_dataset = data[\"train\"],\n", | |
" args = transformers.TrainingArguments(\n", | |
" per_device_train_batch_size = 2, # 4\n", | |
" gradient_accumulation_steps = 8, # 4\n", | |
" warmup_steps = 2,\n", | |
" max_steps = 255,\n", | |
" learning_rate = 2e-4,\n", | |
" fp16 = True,\n", | |
" logging_steps = 1,\n", | |
" output_dir = \"outputs\",\n", | |
" optim = \"paged_adamw_8bit\"\n", | |
" ),\n", | |
" peft_config = lora_config,\n", | |
" formatting_func = formatting_prompts_func\n", | |
"\n", | |
")\n" | |
] | |
}, | |
{ | |
"cell_type": "markdown", | |
"metadata": { | |
"id": "ct02smouJI7J" | |
}, | |
"source": [ | |
"#### Step 5: Start model fine-tuning." | |
] | |
}, | |
{ | |
"cell_type": "code", | |
"execution_count": null, | |
"metadata": { | |
"id": "FoA2nDjkGWD7", | |
"colab": { | |
"base_uri": "https://localhost:8080/", | |
"height": 1000 | |
}, | |
"outputId": "1146a993-eb61-40fe-fbee-389d65dd0cdf" | |
}, | |
"outputs": [ | |
{ | |
"output_type": "display_data", | |
"data": { | |
"text/plain": [ | |
"<IPython.core.display.HTML object>" | |
], | |
"text/html": [ | |
"\n", | |
" <div>\n", | |
" \n", | |
" <progress value='255' max='255' style='width:300px; height:20px; vertical-align: middle;'></progress>\n", | |
" [255/255 20:48, Epoch 3/4]\n", | |
" </div>\n", | |
" <table border=\"1\" class=\"dataframe\">\n", | |
" <thead>\n", | |
" <tr style=\"text-align: left;\">\n", | |
" <th>Step</th>\n", | |
" <th>Training Loss</th>\n", | |
" </tr>\n", | |
" </thead>\n", | |
" <tbody>\n", | |
" <tr>\n", | |
" <td>1</td>\n", | |
" <td>4.386100</td>\n", | |
" </tr>\n", | |
" <tr>\n", | |
" <td>2</td>\n", | |
" <td>4.332900</td>\n", | |
" </tr>\n", | |
" <tr>\n", | |
" <td>3</td>\n", | |
" <td>4.048700</td>\n", | |
" </tr>\n", | |
" <tr>\n", | |
" <td>4</td>\n", | |
" <td>3.536500</td>\n", | |
" </tr>\n", | |
" <tr>\n", | |
" <td>5</td>\n", | |
" <td>3.046000</td>\n", | |
" </tr>\n", | |
" <tr>\n", | |
" <td>6</td>\n", | |
" <td>2.580700</td>\n", | |
" </tr>\n", | |
" <tr>\n", | |
" <td>7</td>\n", | |
" <td>2.353600</td>\n", | |
" </tr>\n", | |
" <tr>\n", | |
" <td>8</td>\n", | |
" <td>1.922100</td>\n", | |
" </tr>\n", | |
" <tr>\n", | |
" <td>9</td>\n", | |
" <td>1.628200</td>\n", | |
" </tr>\n", | |
" <tr>\n", | |
" <td>10</td>\n", | |
" <td>1.402800</td>\n", | |
" </tr>\n", | |
" <tr>\n", | |
" <td>11</td>\n", | |
" <td>1.164100</td>\n", | |
" </tr>\n", | |
" <tr>\n", | |
" <td>12</td>\n", | |
" <td>0.893300</td>\n", | |
" </tr>\n", | |
" <tr>\n", | |
" <td>13</td>\n", | |
" <td>0.710800</td>\n", | |
" </tr>\n", | |
" <tr>\n", | |
" <td>14</td>\n", | |
" <td>0.586100</td>\n", | |
" </tr>\n", | |
" <tr>\n", | |
" <td>15</td>\n", | |
" <td>0.486100</td>\n", | |
" </tr>\n", | |
" <tr>\n", | |
" <td>16</td>\n", | |
" <td>0.390900</td>\n", | |
" </tr>\n", | |
" <tr>\n", | |
" <td>17</td>\n", | |
" <td>0.328800</td>\n", | |
" </tr>\n", | |
" <tr>\n", | |
" <td>18</td>\n", | |
" <td>0.358900</td>\n", | |
" </tr>\n", | |
" <tr>\n", | |
" <td>19</td>\n", | |
" <td>0.307200</td>\n", | |
" </tr>\n", | |
" <tr>\n", | |
" <td>20</td>\n", | |
" <td>0.205200</td>\n", | |
" </tr>\n", | |
" <tr>\n", | |
" <td>21</td>\n", | |
" <td>0.263500</td>\n", | |
" </tr>\n", | |
" <tr>\n", | |
" <td>22</td>\n", | |
" <td>0.192300</td>\n", | |
" </tr>\n", | |
" <tr>\n", | |
" <td>23</td>\n", | |
" <td>0.258600</td>\n", | |
" </tr>\n", | |
" <tr>\n", | |
" <td>24</td>\n", | |
" <td>0.216600</td>\n", | |
" </tr>\n", | |
" <tr>\n", | |
" <td>25</td>\n", | |
" <td>0.222800</td>\n", | |
" </tr>\n", | |
" <tr>\n", | |
" <td>26</td>\n", | |
" <td>0.279900</td>\n", | |
" </tr>\n", | |
" <tr>\n", | |
" <td>27</td>\n", | |
" <td>0.199600</td>\n", | |
" </tr>\n", | |
" <tr>\n", | |
" <td>28</td>\n", | |
" <td>0.209000</td>\n", | |
" </tr>\n", | |
" <tr>\n", | |
" <td>29</td>\n", | |
" <td>0.206000</td>\n", | |
" </tr>\n", | |
" <tr>\n", | |
" <td>30</td>\n", | |
" <td>0.174300</td>\n", | |
" </tr>\n", | |
" <tr>\n", | |
" <td>31</td>\n", | |
" <td>0.173200</td>\n", | |
" </tr>\n", | |
" <tr>\n", | |
" <td>32</td>\n", | |
" <td>0.166300</td>\n", | |
" </tr>\n", | |
" <tr>\n", | |
" <td>33</td>\n", | |
" <td>0.198700</td>\n", | |
" </tr>\n", | |
" <tr>\n", | |
" <td>34</td>\n", | |
" <td>0.136400</td>\n", | |
" </tr>\n", | |
" <tr>\n", | |
" <td>35</td>\n", | |
" <td>0.146100</td>\n", | |
" </tr>\n", | |
" <tr>\n", | |
" <td>36</td>\n", | |
" <td>0.128300</td>\n", | |
" </tr>\n", | |
" <tr>\n", | |
" <td>37</td>\n", | |
" <td>0.124800</td>\n", | |
" </tr>\n", | |
" <tr>\n", | |
" <td>38</td>\n", | |
" <td>0.154600</td>\n", | |
" </tr>\n", | |
" <tr>\n", | |
" <td>39</td>\n", | |
" <td>0.158200</td>\n", | |
" </tr>\n", | |
" <tr>\n", | |
" <td>40</td>\n", | |
" <td>0.173700</td>\n", | |
" </tr>\n", | |
" <tr>\n", | |
" <td>41</td>\n", | |
" <td>0.172100</td>\n", | |
" </tr>\n", | |
" <tr>\n", | |
" <td>42</td>\n", | |
" <td>0.132600</td>\n", | |
" </tr>\n", | |
" <tr>\n", | |
" <td>43</td>\n", | |
" <td>0.173600</td>\n", | |
" </tr>\n", | |
" <tr>\n", | |
" <td>44</td>\n", | |
" <td>0.141000</td>\n", | |
" </tr>\n", | |
" <tr>\n", | |
" <td>45</td>\n", | |
" <td>0.136000</td>\n", | |
" </tr>\n", | |
" <tr>\n", | |
" <td>46</td>\n", | |
" <td>0.154900</td>\n", | |
" </tr>\n", | |
" <tr>\n", | |
" <td>47</td>\n", | |
" <td>0.140400</td>\n", | |
" </tr>\n", | |
" <tr>\n", | |
" <td>48</td>\n", | |
" <td>0.136900</td>\n", | |
" </tr>\n", | |
" <tr>\n", | |
" <td>49</td>\n", | |
" <td>0.144000</td>\n", | |
" </tr>\n", | |
" <tr>\n", | |
" <td>50</td>\n", | |
" <td>0.166200</td>\n", | |
" </tr>\n", | |
" <tr>\n", | |
" <td>51</td>\n", | |
" <td>0.195200</td>\n", | |
" </tr>\n", | |
" <tr>\n", | |
" <td>52</td>\n", | |
" <td>0.128300</td>\n", | |
" </tr>\n", | |
" <tr>\n", | |
" <td>53</td>\n", | |
" <td>0.133200</td>\n", | |
" </tr>\n", | |
" <tr>\n", | |
" <td>54</td>\n", | |
" <td>0.112900</td>\n", | |
" </tr>\n", | |
" <tr>\n", | |
" <td>55</td>\n", | |
" <td>0.138100</td>\n", | |
" </tr>\n", | |
" <tr>\n", | |
" <td>56</td>\n", | |
" <td>0.103300</td>\n", | |
" </tr>\n", | |
" <tr>\n", | |
" <td>57</td>\n", | |
" <td>0.175000</td>\n", | |
" </tr>\n", | |
" <tr>\n", | |
" <td>58</td>\n", | |
" <td>0.147500</td>\n", | |
" </tr>\n", | |
" <tr>\n", | |
" <td>59</td>\n", | |
" <td>0.091700</td>\n", | |
" </tr>\n", | |
" <tr>\n", | |
" <td>60</td>\n", | |
" <td>0.173500</td>\n", | |
" </tr>\n", | |
" <tr>\n", | |
" <td>61</td>\n", | |
" <td>0.136400</td>\n", | |
" </tr>\n", | |
" <tr>\n", | |
" <td>62</td>\n", | |
" <td>0.077800</td>\n", | |
" </tr>\n", | |
" <tr>\n", | |
" <td>63</td>\n", | |
" <td>0.090400</td>\n", | |
" </tr>\n", | |
" <tr>\n", | |
" <td>64</td>\n", | |
" <td>0.135700</td>\n", | |
" </tr>\n", | |
" <tr>\n", | |
" <td>65</td>\n", | |
" <td>0.132000</td>\n", | |
" </tr>\n", | |
" <tr>\n", | |
" <td>66</td>\n", | |
" <td>0.099800</td>\n", | |
" </tr>\n", | |
" <tr>\n", | |
" <td>67</td>\n", | |
" <td>0.105200</td>\n", | |
" </tr>\n", | |
" <tr>\n", | |
" <td>68</td>\n", | |
" <td>0.101100</td>\n", | |
" </tr>\n", | |
" <tr>\n", | |
" <td>69</td>\n", | |
" <td>0.182900</td>\n", | |
" </tr>\n", | |
" <tr>\n", | |
" <td>70</td>\n", | |
" <td>0.131700</td>\n", | |
" </tr>\n", | |
" <tr>\n", | |
" <td>71</td>\n", | |
" <td>0.155400</td>\n", | |
" </tr>\n", | |
" <tr>\n", | |
" <td>72</td>\n", | |
" <td>0.184000</td>\n", | |
" </tr>\n", | |
" <tr>\n", | |
" <td>73</td>\n", | |
" <td>0.123400</td>\n", | |
" </tr>\n", | |
" <tr>\n", | |
" <td>74</td>\n", | |
" <td>0.120200</td>\n", | |
" </tr>\n", | |
" <tr>\n", | |
" <td>75</td>\n", | |
" <td>0.137000</td>\n", | |
" </tr>\n", | |
" <tr>\n", | |
" <td>76</td>\n", | |
" <td>0.129100</td>\n", | |
" </tr>\n", | |
" <tr>\n", | |
" <td>77</td>\n", | |
" <td>0.129600</td>\n", | |
" </tr>\n", | |
" <tr>\n", | |
" <td>78</td>\n", | |
" <td>0.127400</td>\n", | |
" </tr>\n", | |
" <tr>\n", | |
" <td>79</td>\n", | |
" <td>0.088900</td>\n", | |
" </tr>\n", | |
" <tr>\n", | |
" <td>80</td>\n", | |
" <td>0.114500</td>\n", | |
" </tr>\n", | |
" <tr>\n", | |
" <td>81</td>\n", | |
" <td>0.089800</td>\n", | |
" </tr>\n", | |
" <tr>\n", | |
" <td>82</td>\n", | |
" <td>0.122300</td>\n", | |
" </tr>\n", | |
" <tr>\n", | |
" <td>83</td>\n", | |
" <td>0.092800</td>\n", | |
" </tr>\n", | |
" <tr>\n", | |
" <td>84</td>\n", | |
" <td>0.098500</td>\n", | |
" </tr>\n", | |
" <tr>\n", | |
" <td>85</td>\n", | |
" <td>0.122000</td>\n", | |
" </tr>\n", | |
" <tr>\n", | |
" <td>86</td>\n", | |
" <td>0.088000</td>\n", | |
" </tr>\n", | |
" <tr>\n", | |
" <td>87</td>\n", | |
" <td>0.118800</td>\n", | |
" </tr>\n", | |
" <tr>\n", | |
" <td>88</td>\n", | |
" <td>0.095100</td>\n", | |
" </tr>\n", | |
" <tr>\n", | |
" <td>89</td>\n", | |
" <td>0.077900</td>\n", | |
" </tr>\n", | |
" <tr>\n", | |
" <td>90</td>\n", | |
" <td>0.080700</td>\n", | |
" </tr>\n", | |
" <tr>\n", | |
" <td>91</td>\n", | |
" <td>0.119900</td>\n", | |
" </tr>\n", | |
" <tr>\n", | |
" <td>92</td>\n", | |
" <td>0.059100</td>\n", | |
" </tr>\n", | |
" <tr>\n", | |
" <td>93</td>\n", | |
" <td>0.106000</td>\n", | |
" </tr>\n", | |
" <tr>\n", | |
" <td>94</td>\n", | |
" <td>0.118600</td>\n", | |
" </tr>\n", | |
" <tr>\n", | |
" <td>95</td>\n", | |
" <td>0.110800</td>\n", | |
" </tr>\n", | |
" <tr>\n", | |
" <td>96</td>\n", | |
" <td>0.082600</td>\n", | |
" </tr>\n", | |
" <tr>\n", | |
" <td>97</td>\n", | |
" <td>0.104300</td>\n", | |
" </tr>\n", | |
" <tr>\n", | |
" <td>98</td>\n", | |
" <td>0.114800</td>\n", | |
" </tr>\n", | |
" <tr>\n", | |
" <td>99</td>\n", | |
" <td>0.120300</td>\n", | |
" </tr>\n", | |
" <tr>\n", | |
" <td>100</td>\n", | |
" <td>0.109500</td>\n", | |
" </tr>\n", | |
" <tr>\n", | |
" <td>101</td>\n", | |
" <td>0.097900</td>\n", | |
" </tr>\n", | |
" <tr>\n", | |
" <td>102</td>\n", | |
" <td>0.135000</td>\n", | |
" </tr>\n", | |
" <tr>\n", | |
" <td>103</td>\n", | |
" <td>0.091700</td>\n", | |
" </tr>\n", | |
" <tr>\n", | |
" <td>104</td>\n", | |
" <td>0.077800</td>\n", | |
" </tr>\n", | |
" <tr>\n", | |
" <td>105</td>\n", | |
" <td>0.090500</td>\n", | |
" </tr>\n", | |
" <tr>\n", | |
" <td>106</td>\n", | |
" <td>0.087000</td>\n", | |
" </tr>\n", | |
" <tr>\n", | |
" <td>107</td>\n", | |
" <td>0.085900</td>\n", | |
" </tr>\n", | |
" <tr>\n", | |
" <td>108</td>\n", | |
" <td>0.105200</td>\n", | |
" </tr>\n", | |
" <tr>\n", | |
" <td>109</td>\n", | |
" <td>0.101900</td>\n", | |
" </tr>\n", | |
" <tr>\n", | |
" <td>110</td>\n", | |
" <td>0.126400</td>\n", | |
" </tr>\n", | |
" <tr>\n", | |
" <td>111</td>\n", | |
" <td>0.095100</td>\n", | |
" </tr>\n", | |
" <tr>\n", | |
" <td>112</td>\n", | |
" <td>0.098400</td>\n", | |
" </tr>\n", | |
" <tr>\n", | |
" <td>113</td>\n", | |
" <td>0.110000</td>\n", | |
" </tr>\n", | |
" <tr>\n", | |
" <td>114</td>\n", | |
" <td>0.103800</td>\n", | |
" </tr>\n", | |
" <tr>\n", | |
" <td>115</td>\n", | |
" <td>0.148800</td>\n", | |
" </tr>\n", | |
" <tr>\n", | |
" <td>116</td>\n", | |
" <td>0.088100</td>\n", | |
" </tr>\n", | |
" <tr>\n", | |
" <td>117</td>\n", | |
" <td>0.101700</td>\n", | |
" </tr>\n", | |
" <tr>\n", | |
" <td>118</td>\n", | |
" <td>0.125300</td>\n", | |
" </tr>\n", | |
" <tr>\n", | |
" <td>119</td>\n", | |
" <td>0.086800</td>\n", | |
" </tr>\n", | |
" <tr>\n", | |
" <td>120</td>\n", | |
" <td>0.077400</td>\n", | |
" </tr>\n", | |
" <tr>\n", | |
" <td>121</td>\n", | |
" <td>0.100700</td>\n", | |
" </tr>\n", | |
" <tr>\n", | |
" <td>122</td>\n", | |
" <td>0.116200</td>\n", | |
" </tr>\n", | |
" <tr>\n", | |
" <td>123</td>\n", | |
" <td>0.103500</td>\n", | |
" </tr>\n", | |
" <tr>\n", | |
" <td>124</td>\n", | |
" <td>0.101200</td>\n", | |
" </tr>\n", | |
" <tr>\n", | |
" <td>125</td>\n", | |
" <td>0.079000</td>\n", | |
" </tr>\n", | |
" <tr>\n", | |
" <td>126</td>\n", | |
" <td>0.124100</td>\n", | |
" </tr>\n", | |
" <tr>\n", | |
" <td>127</td>\n", | |
" <td>0.079300</td>\n", | |
" </tr>\n", | |
" <tr>\n", | |
" <td>128</td>\n", | |
" <td>0.104700</td>\n", | |
" </tr>\n", | |
" <tr>\n", | |
" <td>129</td>\n", | |
" <td>0.087800</td>\n", | |
" </tr>\n", | |
" <tr>\n", | |
" <td>130</td>\n", | |
" <td>0.086200</td>\n", | |
" </tr>\n", | |
" <tr>\n", | |
" <td>131</td>\n", | |
" <td>0.095700</td>\n", | |
" </tr>\n", | |
" <tr>\n", | |
" <td>132</td>\n", | |
" <td>0.100000</td>\n", | |
" </tr>\n", | |
" <tr>\n", | |
" <td>133</td>\n", | |
" <td>0.098900</td>\n", | |
" </tr>\n", | |
" <tr>\n", | |
" <td>134</td>\n", | |
" <td>0.110100</td>\n", | |
" </tr>\n", | |
" <tr>\n", | |
" <td>135</td>\n", | |
" <td>0.130700</td>\n", | |
" </tr>\n", | |
" <tr>\n", | |
" <td>136</td>\n", | |
" <td>0.104000</td>\n", | |
" </tr>\n", | |
" <tr>\n", | |
" <td>137</td>\n", | |
" <td>0.111300</td>\n", | |
" </tr>\n", | |
" <tr>\n", | |
" <td>138</td>\n", | |
" <td>0.094300</td>\n", | |
" </tr>\n", | |
" <tr>\n", | |
" <td>139</td>\n", | |
" <td>0.137000</td>\n", | |
" </tr>\n", | |
" <tr>\n", | |
" <td>140</td>\n", | |
" <td>0.085700</td>\n", | |
" </tr>\n", | |
" <tr>\n", | |
" <td>141</td>\n", | |
" <td>0.118500</td>\n", | |
" </tr>\n", | |
" <tr>\n", | |
" <td>142</td>\n", | |
" <td>0.076400</td>\n", | |
" </tr>\n", | |
" <tr>\n", | |
" <td>143</td>\n", | |
" <td>0.089100</td>\n", | |
" </tr>\n", | |
" <tr>\n", | |
" <td>144</td>\n", | |
" <td>0.074500</td>\n", | |
" </tr>\n", | |
" <tr>\n", | |
" <td>145</td>\n", | |
" <td>0.085500</td>\n", | |
" </tr>\n", | |
" <tr>\n", | |
" <td>146</td>\n", | |
" <td>0.103600</td>\n", | |
" </tr>\n", | |
" <tr>\n", | |
" <td>147</td>\n", | |
" <td>0.105500</td>\n", | |
" </tr>\n", | |
" <tr>\n", | |
" <td>148</td>\n", | |
" <td>0.125200</td>\n", | |
" </tr>\n", | |
" <tr>\n", | |
" <td>149</td>\n", | |
" <td>0.085900</td>\n", | |
" </tr>\n", | |
" <tr>\n", | |
" <td>150</td>\n", | |
" <td>0.085300</td>\n", | |
" </tr>\n", | |
" <tr>\n", | |
" <td>151</td>\n", | |
" <td>0.087800</td>\n", | |
" </tr>\n", | |
" <tr>\n", | |
" <td>152</td>\n", | |
" <td>0.073900</td>\n", | |
" </tr>\n", | |
" <tr>\n", | |
" <td>153</td>\n", | |
" <td>0.077700</td>\n", | |
" </tr>\n", | |
" <tr>\n", | |
" <td>154</td>\n", | |
" <td>0.082800</td>\n", | |
" </tr>\n", | |
" <tr>\n", | |
" <td>155</td>\n", | |
" <td>0.074000</td>\n", | |
" </tr>\n", | |
" <tr>\n", | |
" <td>156</td>\n", | |
" <td>0.081500</td>\n", | |
" </tr>\n", | |
" <tr>\n", | |
" <td>157</td>\n", | |
" <td>0.065900</td>\n", | |
" </tr>\n", | |
" <tr>\n", | |
" <td>158</td>\n", | |
" <td>0.092400</td>\n", | |
" </tr>\n", | |
" <tr>\n", | |
" <td>159</td>\n", | |
" <td>0.082400</td>\n", | |
" </tr>\n", | |
" <tr>\n", | |
" <td>160</td>\n", | |
" <td>0.070300</td>\n", | |
" </tr>\n", | |
" <tr>\n", | |
" <td>161</td>\n", | |
" <td>0.082200</td>\n", | |
" </tr>\n", | |
" <tr>\n", | |
" <td>162</td>\n", | |
" <td>0.065600</td>\n", | |
" </tr>\n", | |
" <tr>\n", | |
" <td>163</td>\n", | |
" <td>0.091000</td>\n", | |
" </tr>\n", | |
" <tr>\n", | |
" <td>164</td>\n", | |
" <td>0.116800</td>\n", | |
" </tr>\n", | |
" <tr>\n", | |
" <td>165</td>\n", | |
" <td>0.095400</td>\n", | |
" </tr>\n", | |
" <tr>\n", | |
" <td>166</td>\n", | |
" <td>0.077700</td>\n", | |
" </tr>\n", | |
" <tr>\n", | |
" <td>167</td>\n", | |
" <td>0.087100</td>\n", | |
" </tr>\n", | |
" <tr>\n", | |
" <td>168</td>\n", | |
" <td>0.076700</td>\n", | |
" </tr>\n", | |
" <tr>\n", | |
" <td>169</td>\n", | |
" <td>0.061800</td>\n", | |
" </tr>\n", | |
" <tr>\n", | |
" <td>170</td>\n", | |
" <td>0.086700</td>\n", | |
" </tr>\n", | |
" <tr>\n", | |
" <td>171</td>\n", | |
" <td>0.061400</td>\n", | |
" </tr>\n", | |
" <tr>\n", | |
" <td>172</td>\n", | |
" <td>0.060200</td>\n", | |
" </tr>\n", | |
" <tr>\n", | |
" <td>173</td>\n", | |
" <td>0.080500</td>\n", | |
" </tr>\n", | |
" <tr>\n", | |
" <td>174</td>\n", | |
" <td>0.084400</td>\n", | |
" </tr>\n", | |
" <tr>\n", | |
" <td>175</td>\n", | |
" <td>0.094500</td>\n", | |
" </tr>\n", | |
" <tr>\n", | |
" <td>176</td>\n", | |
" <td>0.088000</td>\n", | |
" </tr>\n", | |
" <tr>\n", | |
" <td>177</td>\n", | |
" <td>0.073100</td>\n", | |
" </tr>\n", | |
" <tr>\n", | |
" <td>178</td>\n", | |
" <td>0.083400</td>\n", | |
" </tr>\n", | |
" <tr>\n", | |
" <td>179</td>\n", | |
" <td>0.080500</td>\n", | |
" </tr>\n", | |
" <tr>\n", | |
" <td>180</td>\n", | |
" <td>0.080300</td>\n", | |
" </tr>\n", | |
" <tr>\n", | |
" <td>181</td>\n", | |
" <td>0.080400</td>\n", | |
" </tr>\n", | |
" <tr>\n", | |
" <td>182</td>\n", | |
" <td>0.070700</td>\n", | |
" </tr>\n", | |
" <tr>\n", | |
" <td>183</td>\n", | |
" <td>0.082500</td>\n", | |
" </tr>\n", | |
" <tr>\n", | |
" <td>184</td>\n", | |
" <td>0.066400</td>\n", | |
" </tr>\n", | |
" <tr>\n", | |
" <td>185</td>\n", | |
" <td>0.081800</td>\n", | |
" </tr>\n", | |
" <tr>\n", | |
" <td>186</td>\n", | |
" <td>0.078000</td>\n", | |
" </tr>\n", | |
" <tr>\n", | |
" <td>187</td>\n", | |
" <td>0.089400</td>\n", | |
" </tr>\n", | |
" <tr>\n", | |
" <td>188</td>\n", | |
" <td>0.073400</td>\n", | |
" </tr>\n", | |
" <tr>\n", | |
" <td>189</td>\n", | |
" <td>0.087800</td>\n", | |
" </tr>\n", | |
" <tr>\n", | |
" <td>190</td>\n", | |
" <td>0.062700</td>\n", | |
" </tr>\n", | |
" <tr>\n", | |
" <td>191</td>\n", | |
" <td>0.073600</td>\n", | |
" </tr>\n", | |
" <tr>\n", | |
" <td>192</td>\n", | |
" <td>0.073800</td>\n", | |
" </tr>\n", | |
" <tr>\n", | |
" <td>193</td>\n", | |
" <td>0.073600</td>\n", | |
" </tr>\n", | |
" <tr>\n", | |
" <td>194</td>\n", | |
" <td>0.084700</td>\n", | |
" </tr>\n", | |
" <tr>\n", | |
" <td>195</td>\n", | |
" <td>0.094100</td>\n", | |
" </tr>\n", | |
" <tr>\n", | |
" <td>196</td>\n", | |
" <td>0.086500</td>\n", | |
" </tr>\n", | |
" <tr>\n", | |
" <td>197</td>\n", | |
" <td>0.082500</td>\n", | |
" </tr>\n", | |
" <tr>\n", | |
" <td>198</td>\n", | |
" <td>0.094700</td>\n", | |
" </tr>\n", | |
" <tr>\n", | |
" <td>199</td>\n", | |
" <td>0.076100</td>\n", | |
" </tr>\n", | |
" <tr>\n", | |
" <td>200</td>\n", | |
" <td>0.077100</td>\n", | |
" </tr>\n", | |
" <tr>\n", | |
" <td>201</td>\n", | |
" <td>0.086700</td>\n", | |
" </tr>\n", | |
" <tr>\n", | |
" <td>202</td>\n", | |
" <td>0.067100</td>\n", | |
" </tr>\n", | |
" <tr>\n", | |
" <td>203</td>\n", | |
" <td>0.076700</td>\n", | |
" </tr>\n", | |
" <tr>\n", | |
" <td>204</td>\n", | |
" <td>0.109000</td>\n", | |
" </tr>\n", | |
" <tr>\n", | |
" <td>205</td>\n", | |
" <td>0.081300</td>\n", | |
" </tr>\n", | |
" <tr>\n", | |
" <td>206</td>\n", | |
" <td>0.098300</td>\n", | |
" </tr>\n", | |
" <tr>\n", | |
" <td>207</td>\n", | |
" <td>0.073300</td>\n", | |
" </tr>\n", | |
" <tr>\n", | |
" <td>208</td>\n", | |
" <td>0.071600</td>\n", | |
" </tr>\n", | |
" <tr>\n", | |
" <td>209</td>\n", | |
" <td>0.071900</td>\n", | |
" </tr>\n", | |
" <tr>\n", | |
" <td>210</td>\n", | |
" <td>0.087000</td>\n", | |
" </tr>\n", | |
" <tr>\n", | |
" <td>211</td>\n", | |
" <td>0.102600</td>\n", | |
" </tr>\n", | |
" <tr>\n", | |
" <td>212</td>\n", | |
" <td>0.076600</td>\n", | |
" </tr>\n", | |
" <tr>\n", | |
" <td>213</td>\n", | |
" <td>0.059400</td>\n", | |
" </tr>\n", | |
" <tr>\n", | |
" <td>214</td>\n", | |
" <td>0.073200</td>\n", | |
" </tr>\n", | |
" <tr>\n", | |
" <td>215</td>\n", | |
" <td>0.082000</td>\n", | |
" </tr>\n", | |
" <tr>\n", | |
" <td>216</td>\n", | |
" <td>0.109700</td>\n", | |
" </tr>\n", | |
" <tr>\n", | |
" <td>217</td>\n", | |
" <td>0.080700</td>\n", | |
" </tr>\n", | |
" <tr>\n", | |
" <td>218</td>\n", | |
" <td>0.077500</td>\n", | |
" </tr>\n", | |
" <tr>\n", | |
" <td>219</td>\n", | |
" <td>0.058000</td>\n", | |
" </tr>\n", | |
" <tr>\n", | |
" <td>220</td>\n", | |
" <td>0.071400</td>\n", | |
" </tr>\n", | |
" <tr>\n", | |
" <td>221</td>\n", | |
" <td>0.069300</td>\n", | |
" </tr>\n", | |
" <tr>\n", | |
" <td>222</td>\n", | |
" <td>0.061100</td>\n", | |
" </tr>\n", | |
" <tr>\n", | |
" <td>223</td>\n", | |
" <td>0.054300</td>\n", | |
" </tr>\n", | |
" <tr>\n", | |
" <td>224</td>\n", | |
" <td>0.096700</td>\n", | |
" </tr>\n", | |
" <tr>\n", | |
" <td>225</td>\n", | |
" <td>0.084800</td>\n", | |
" </tr>\n", | |
" <tr>\n", | |
" <td>226</td>\n", | |
" <td>0.086700</td>\n", | |
" </tr>\n", | |
" <tr>\n", | |
" <td>227</td>\n", | |
" <td>0.068900</td>\n", | |
" </tr>\n", | |
" <tr>\n", | |
" <td>228</td>\n", | |
" <td>0.072700</td>\n", | |
" </tr>\n", | |
" <tr>\n", | |
" <td>229</td>\n", | |
" <td>0.055900</td>\n", | |
" </tr>\n", | |
" <tr>\n", | |
" <td>230</td>\n", | |
" <td>0.069700</td>\n", | |
" </tr>\n", | |
" <tr>\n", | |
" <td>231</td>\n", | |
" <td>0.052200</td>\n", | |
" </tr>\n", | |
" <tr>\n", | |
" <td>232</td>\n", | |
" <td>0.072600</td>\n", | |
" </tr>\n", | |
" <tr>\n", | |
" <td>233</td>\n", | |
" <td>0.073100</td>\n", | |
" </tr>\n", | |
" <tr>\n", | |
" <td>234</td>\n", | |
" <td>0.063000</td>\n", | |
" </tr>\n", | |
" <tr>\n", | |
" <td>235</td>\n", | |
" <td>0.076600</td>\n", | |
" </tr>\n", | |
" <tr>\n", | |
" <td>236</td>\n", | |
" <td>0.061600</td>\n", | |
" </tr>\n", | |
" <tr>\n", | |
" <td>237</td>\n", | |
" <td>0.061400</td>\n", | |
" </tr>\n", | |
" <tr>\n", | |
" <td>238</td>\n", | |
" <td>0.060400</td>\n", | |
" </tr>\n", | |
" <tr>\n", | |
" <td>239</td>\n", | |
" <td>0.067300</td>\n", | |
" </tr>\n", | |
" <tr>\n", | |
" <td>240</td>\n", | |
" <td>0.072500</td>\n", | |
" </tr>\n", | |
" <tr>\n", | |
" <td>241</td>\n", | |
" <td>0.054800</td>\n", | |
" </tr>\n", | |
" <tr>\n", | |
" <td>242</td>\n", | |
" <td>0.072300</td>\n", | |
" </tr>\n", | |
" <tr>\n", | |
" <td>243</td>\n", | |
" <td>0.049500</td>\n", | |
" </tr>\n", | |
" <tr>\n", | |
" <td>244</td>\n", | |
" <td>0.073600</td>\n", | |
" </tr>\n", | |
" <tr>\n", | |
" <td>245</td>\n", | |
" <td>0.048200</td>\n", | |
" </tr>\n", | |
" <tr>\n", | |
" <td>246</td>\n", | |
" <td>0.064100</td>\n", | |
" </tr>\n", | |
" <tr>\n", | |
" <td>247</td>\n", | |
" <td>0.071800</td>\n", | |
" </tr>\n", | |
" <tr>\n", | |
" <td>248</td>\n", | |
" <td>0.109100</td>\n", | |
" </tr>\n", | |
" <tr>\n", | |
" <td>249</td>\n", | |
" <td>0.064400</td>\n", | |
" </tr>\n", | |
" <tr>\n", | |
" <td>250</td>\n", | |
" <td>0.083100</td>\n", | |
" </tr>\n", | |
" <tr>\n", | |
" <td>251</td>\n", | |
" <td>0.073500</td>\n", | |
" </tr>\n", | |
" <tr>\n", | |
" <td>252</td>\n", | |
" <td>0.056800</td>\n", | |
" </tr>\n", | |
" <tr>\n", | |
" <td>253</td>\n", | |
" <td>0.090200</td>\n", | |
" </tr>\n", | |
" <tr>\n", | |
" <td>254</td>\n", | |
" <td>0.060600</td>\n", | |
" </tr>\n", | |
" <tr>\n", | |
" <td>255</td>\n", | |
" <td>0.059700</td>\n", | |
" </tr>\n", | |
" </tbody>\n", | |
"</table><p>" | |
] | |
}, | |
"metadata": {} | |
}, | |
{ | |
"output_type": "execute_result", | |
"data": { | |
"text/plain": [ | |
"TrainOutput(global_step=255, training_loss=0.23117469955308764, metrics={'train_runtime': 1253.8114, 'train_samples_per_second': 3.254, 'train_steps_per_second': 0.203, 'total_flos': 9489129311846400.0, 'train_loss': 0.23117469955308764, 'epoch': 3.38})" | |
] | |
}, | |
"metadata": {}, | |
"execution_count": 12 | |
} | |
], | |
"source": [ | |
"trainer.train()" | |
] | |
}, | |
{ | |
"cell_type": "markdown", | |
"metadata": { | |
"id": "xMVhZIodL51T" | |
}, | |
"source": [ | |
"#### Step 6: Inference on the fine-tuned model." | |
] | |
}, | |
{ | |
"cell_type": "code", | |
"execution_count": null, | |
"metadata": { | |
"id": "0IWodAZ-r-LW", | |
"colab": { | |
"base_uri": "https://localhost:8080/" | |
}, | |
"outputId": "a6860dac-b6fd-4678-e575-60ceb60ef443" | |
}, | |
"outputs": [ | |
{ | |
"output_type": "stream", | |
"name": "stdout", | |
"text": [ | |
"Below is an instruction that describes a task, paired with an input that provides further context. Write a response that appropriately completes the request.\n", | |
"You're a bot parsing ingredients from recipes that needs to provide a structure to use in a list. The answer is a list of ingredients with optional quantrity and unit.\n", | |
"There can be several ingredients in the same input. This will result in a list with multiple ingredients. e.g. 'sel et poivre' will give \t\"sel\" and \"poivre\" as ingredients.\n", | |
"Remove useless words, e.g. \"sel au goût\", \"au goût\" is not a part of the ingredient and useless in the list.\n", | |
"\n", | |
"### Instruction:\n", | |
"parse\n", | |
"\n", | |
"### Input:\n", | |
"50cl of green genepi\n", | |
"\n", | |
"### Response:\n", | |
"[{'ingredient': 'genepi', 'quantity': '50', 'unit': 'cl'}]\n" | |
] | |
} | |
], | |
"source": [ | |
"text = \"50cl of green genepi\"\n", | |
"\n", | |
"device = \"cuda:0\"\n", | |
"\n", | |
"inputs = tokenizer(prompt.format(\"parse\", text, \"\"), return_tensors=\"pt\").to(device)\n", | |
"\n", | |
"outputs = model.generate(**inputs, max_new_tokens=100, eos_token_id=tokenizer.eos_token_id)\n", | |
"answer = tokenizer.decode(outputs[0], skip_special_tokens=True)\n", | |
"print(answer)" | |
] | |
}, | |
{ | |
"cell_type": "code", | |
"source": [ | |
"from google.colab import drive\n", | |
"drive.mount('/content/drive')" | |
], | |
"metadata": { | |
"colab": { | |
"base_uri": "https://localhost:8080/" | |
}, | |
"id": "JENksiiQ_syW", | |
"outputId": "394423a7-4151-460a-8ee4-2d2191426ee5" | |
}, | |
"execution_count": null, | |
"outputs": [ | |
{ | |
"output_type": "stream", | |
"name": "stdout", | |
"text": [ | |
"Mounted at /content/drive\n" | |
] | |
} | |
] | |
}, | |
{ | |
"cell_type": "code", | |
"execution_count": null, | |
"metadata": { | |
"id": "qrhRssf4DVrh", | |
"colab": { | |
"base_uri": "https://localhost:8080/" | |
}, | |
"outputId": "03fb33f6-aa67-4deb-a694-4671f7acd383" | |
}, | |
"outputs": [ | |
{ | |
"output_type": "stream", | |
"name": "stdout", | |
"text": [ | |
"Below is an instruction that describes a task, paired with an input that provides further context. Write a response that appropriately completes the request.\n", | |
"You're a bot parsing ingredients from recipes that needs to provide a structure to use in a list. The answer is a list of ingredients with optional quantrity and unit.\n", | |
"There can be several ingredients in the same input. This will result in a list with multiple ingredients. e.g. 'sel et poivre' will give \t\"sel\" and \"poivre\" as ingredients.\n", | |
"Remove useless words, e.g. \"sel au goût\", \"au goût\" is not a part of the ingredient and useless in the list.\n", | |
"\n", | |
"### Instruction:\n", | |
"parse\n", | |
"\n", | |
"### Input:\n", | |
"sel et poivre\n", | |
"\n", | |
"### Response:\n", | |
"[{'ingredient': 'sel', 'quantity': 'None', 'unit': 'None'}, {'ingredient': 'poivre', 'quantity': 'None', 'unit': 'None'}]\n" | |
] | |
} | |
], | |
"source": [ | |
"text = \"sel et poivre\"\n", | |
"\n", | |
"device = \"cuda:0\"\n", | |
"\n", | |
"inputs = tokenizer(prompt.format(\"parse\", text, \"\"), return_tensors=\"pt\").to(device)\n", | |
"\n", | |
"outputs = model.generate(**inputs, max_new_tokens=100, eos_token_id=tokenizer.eos_token_id)\n", | |
"answer = tokenizer.decode(outputs[0], skip_special_tokens=True)\n", | |
"print(answer)" | |
] | |
}, | |
{ | |
"cell_type": "markdown", | |
"metadata": { | |
"id": "Zntvhv61JfPc" | |
}, | |
"source": [ | |
"#### Step 7: Save the fine-tuned model." | |
] | |
}, | |
{ | |
"cell_type": "code", | |
"execution_count": null, | |
"metadata": { | |
"id": "kVPc9Ge4JhtS", | |
"colab": { | |
"base_uri": "https://localhost:8080/", | |
"height": 49, | |
"referenced_widgets": [ | |
"8d6e2b65e7b44f99a49b863557c2172a", | |
"76a9c2681aae4e53b796688c84743914", | |
"52a076ef7818499795043041ad1f6e30", | |
"f0a354db4dd44ee08fb9ddbfde4f68ee", | |
"d0a6bdd3d5e744ceb997fe76cf9872f3", | |
"242f32b499324b5b81158caf1ce0d0e3", | |
"da70cca1b4d34a96a3649d06b71e43d5", | |
"a720e596b8294cfc831678c357f941be", | |
"bafc4db7c57743e88f1d1b86e161a9e1", | |
"dea3fe544ebe4974a4204ac0d15e7828", | |
"bb527302caec4a9ba5c699f465446f2b" | |
] | |
}, | |
"outputId": "6f367702-db3e-41a2-b591-616e1ef5e5ec" | |
}, | |
"outputs": [ | |
{ | |
"output_type": "display_data", | |
"data": { | |
"text/plain": [ | |
"Loading checkpoint shards: 0%| | 0/2 [00:00<?, ?it/s]" | |
], | |
"application/vnd.jupyter.widget-view+json": { | |
"version_major": 2, | |
"version_minor": 0, | |
"model_id": "8d6e2b65e7b44f99a49b863557c2172a" | |
} | |
}, | |
"metadata": {} | |
} | |
], | |
"source": [ | |
"fine_tuned_model = \"fine_tuned_science_gemma2b-it_unmerged\"\n", | |
"trainer.model.save_pretrained(fine_tuned_model)\n", | |
"\n", | |
"# Push the model on Hugging Face.\n", | |
"base_model = AutoModelForCausalLM.from_pretrained(\n", | |
" model_id,\n", | |
" low_cpu_mem_usage = True,\n", | |
" return_dict = True,\n", | |
" torch_dtype = torch.float16,\n", | |
" device_map = {\"\": 0}\n", | |
")\n", | |
"\n", | |
"# Merge the fine-tuned model with LoRA adaption along with the base Gemma 2b-it model.\n", | |
"fine_tuned_merged_model = PeftModel.from_pretrained(base_model, fine_tuned_model)\n", | |
"fine_tuned_merged_model = fine_tuned_merged_model.merge_and_unload()\n", | |
"\n", | |
"# Save the fine-tuned merged model.\n", | |
"tokenizer = AutoTokenizer.from_pretrained(model_id, trust_remote_code = True)\n", | |
"fine_tuned_merged_model.save_pretrained(\"fine_tuned_science_gemma2b-it\", safe_serialization = True)\n", | |
"tokenizer.save_pretrained(\"fine_tuned_science_gemma2b-it\")\n", | |
"tokenizer.padding_side = \"right\"" | |
] | |
}, | |
{ | |
"cell_type": "markdown", | |
"metadata": { | |
"id": "oQNZCsZuohAP" | |
}, | |
"source": [ | |
"#### Step 8: Convert model to MediaPipe format for on-device deployment\n", | |
"***Note: You might need to restart the runtime before running the below cell.***" | |
] | |
}, | |
{ | |
"cell_type": "code", | |
"execution_count": null, | |
"metadata": { | |
"id": "IvUqwVFooo9k", | |
"colab": { | |
"base_uri": "https://localhost:8080/" | |
}, | |
"outputId": "71199b52-61ad-4f94-e4a7-f15b7fa4a0eb" | |
}, | |
"outputs": [ | |
{ | |
"output_type": "stream", | |
"name": "stdout", | |
"text": [ | |
"Collecting mediapipe\n", | |
" Downloading mediapipe-0.10.14-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (9.7 kB)\n", | |
"Requirement already satisfied: absl-py in /usr/local/lib/python3.10/dist-packages (from mediapipe) (1.4.0)\n", | |
"Requirement already satisfied: attrs>=19.1.0 in /usr/local/lib/python3.10/dist-packages (from mediapipe) (24.2.0)\n", | |
"Requirement already satisfied: flatbuffers>=2.0 in /usr/local/lib/python3.10/dist-packages (from mediapipe) (24.3.25)\n", | |
"Requirement already satisfied: jax in /usr/local/lib/python3.10/dist-packages (from mediapipe) (0.4.26)\n", | |
"Requirement already satisfied: jaxlib in /usr/local/lib/python3.10/dist-packages (from mediapipe) (0.4.26+cuda12.cudnn89)\n", | |
"Requirement already satisfied: matplotlib in /usr/local/lib/python3.10/dist-packages (from mediapipe) (3.7.1)\n", | |
"Requirement already satisfied: numpy in /usr/local/lib/python3.10/dist-packages (from mediapipe) (1.26.4)\n", | |
"Requirement already satisfied: opencv-contrib-python in /usr/local/lib/python3.10/dist-packages (from mediapipe) (4.10.0.84)\n", | |
"Collecting protobuf<5,>=4.25.3 (from mediapipe)\n", | |
" Downloading protobuf-4.25.4-cp37-abi3-manylinux2014_x86_64.whl.metadata (541 bytes)\n", | |
"Collecting sounddevice>=0.4.4 (from mediapipe)\n", | |
" Downloading sounddevice-0.5.0-py3-none-any.whl.metadata (1.4 kB)\n", | |
"Requirement already satisfied: CFFI>=1.0 in /usr/local/lib/python3.10/dist-packages (from sounddevice>=0.4.4->mediapipe) (1.17.0)\n", | |
"Requirement already satisfied: ml-dtypes>=0.2.0 in /usr/local/lib/python3.10/dist-packages (from jax->mediapipe) (0.4.0)\n", | |
"Requirement already satisfied: opt-einsum in /usr/local/lib/python3.10/dist-packages (from jax->mediapipe) (3.3.0)\n", | |
"Requirement already satisfied: scipy>=1.9 in /usr/local/lib/python3.10/dist-packages (from jax->mediapipe) (1.13.1)\n", | |
"Requirement already satisfied: contourpy>=1.0.1 in /usr/local/lib/python3.10/dist-packages (from matplotlib->mediapipe) (1.2.1)\n", | |
"Requirement already satisfied: cycler>=0.10 in /usr/local/lib/python3.10/dist-packages (from matplotlib->mediapipe) (0.12.1)\n", | |
"Requirement already satisfied: fonttools>=4.22.0 in /usr/local/lib/python3.10/dist-packages (from matplotlib->mediapipe) (4.53.1)\n", | |
"Requirement already satisfied: kiwisolver>=1.0.1 in /usr/local/lib/python3.10/dist-packages (from matplotlib->mediapipe) (1.4.5)\n", | |
"Requirement already satisfied: packaging>=20.0 in /usr/local/lib/python3.10/dist-packages (from matplotlib->mediapipe) (24.1)\n", | |
"Requirement already satisfied: pillow>=6.2.0 in /usr/local/lib/python3.10/dist-packages (from matplotlib->mediapipe) (9.4.0)\n", | |
"Requirement already satisfied: pyparsing>=2.3.1 in /usr/local/lib/python3.10/dist-packages (from matplotlib->mediapipe) (3.1.2)\n", | |
"Requirement already satisfied: python-dateutil>=2.7 in /usr/local/lib/python3.10/dist-packages (from matplotlib->mediapipe) (2.8.2)\n", | |
"Requirement already satisfied: pycparser in /usr/local/lib/python3.10/dist-packages (from CFFI>=1.0->sounddevice>=0.4.4->mediapipe) (2.22)\n", | |
"Requirement already satisfied: six>=1.5 in /usr/local/lib/python3.10/dist-packages (from python-dateutil>=2.7->matplotlib->mediapipe) (1.16.0)\n", | |
"Downloading mediapipe-0.10.14-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (35.7 MB)\n", | |
"\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m35.7/35.7 MB\u001b[0m \u001b[31m41.4 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", | |
"\u001b[?25hDownloading protobuf-4.25.4-cp37-abi3-manylinux2014_x86_64.whl (294 kB)\n", | |
"\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m294.6/294.6 kB\u001b[0m \u001b[31m25.0 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", | |
"\u001b[?25hDownloading sounddevice-0.5.0-py3-none-any.whl (32 kB)\n", | |
"Installing collected packages: protobuf, sounddevice, mediapipe\n", | |
" Attempting uninstall: protobuf\n", | |
" Found existing installation: protobuf 3.20.3\n", | |
" Uninstalling protobuf-3.20.3:\n", | |
" Successfully uninstalled protobuf-3.20.3\n", | |
"\u001b[31mERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.\n", | |
"tensorflow-metadata 1.15.0 requires protobuf<4.21,>=3.20.3; python_version < \"3.11\", but you have protobuf 4.25.4 which is incompatible.\u001b[0m\u001b[31m\n", | |
"\u001b[0mSuccessfully installed mediapipe-0.10.14 protobuf-4.25.4 sounddevice-0.5.0\n", | |
"Requirement already satisfied: torch in /usr/local/lib/python3.10/dist-packages (2.3.1+cu121)\n", | |
"Collecting torch\n", | |
" Downloading torch-2.4.0-cp310-cp310-manylinux1_x86_64.whl.metadata (26 kB)\n", | |
"Requirement already satisfied: filelock in /usr/local/lib/python3.10/dist-packages (from torch) (3.15.4)\n", | |
"Requirement already satisfied: typing-extensions>=4.8.0 in /usr/local/lib/python3.10/dist-packages (from torch) (4.12.2)\n", | |
"Requirement already satisfied: sympy in /usr/local/lib/python3.10/dist-packages (from torch) (1.13.2)\n", | |
"Requirement already satisfied: networkx in /usr/local/lib/python3.10/dist-packages (from torch) (3.3)\n", | |
"Requirement already satisfied: jinja2 in /usr/local/lib/python3.10/dist-packages (from torch) (3.1.4)\n", | |
"Requirement already satisfied: fsspec in /usr/local/lib/python3.10/dist-packages (from torch) (2024.6.1)\n", | |
"Collecting nvidia-cuda-nvrtc-cu12==12.1.105 (from torch)\n", | |
" Using cached nvidia_cuda_nvrtc_cu12-12.1.105-py3-none-manylinux1_x86_64.whl.metadata (1.5 kB)\n", | |
"Collecting nvidia-cuda-runtime-cu12==12.1.105 (from torch)\n", | |
" Using cached nvidia_cuda_runtime_cu12-12.1.105-py3-none-manylinux1_x86_64.whl.metadata (1.5 kB)\n", | |
"Collecting nvidia-cuda-cupti-cu12==12.1.105 (from torch)\n", | |
" Using cached nvidia_cuda_cupti_cu12-12.1.105-py3-none-manylinux1_x86_64.whl.metadata (1.6 kB)\n", | |
"Collecting nvidia-cudnn-cu12==9.1.0.70 (from torch)\n", | |
" Downloading nvidia_cudnn_cu12-9.1.0.70-py3-none-manylinux2014_x86_64.whl.metadata (1.6 kB)\n", | |
"Collecting nvidia-cublas-cu12==12.1.3.1 (from torch)\n", | |
" Using cached nvidia_cublas_cu12-12.1.3.1-py3-none-manylinux1_x86_64.whl.metadata (1.5 kB)\n", | |
"Collecting nvidia-cufft-cu12==11.0.2.54 (from torch)\n", | |
" Using cached nvidia_cufft_cu12-11.0.2.54-py3-none-manylinux1_x86_64.whl.metadata (1.5 kB)\n", | |
"Collecting nvidia-curand-cu12==10.3.2.106 (from torch)\n", | |
" Using cached nvidia_curand_cu12-10.3.2.106-py3-none-manylinux1_x86_64.whl.metadata (1.5 kB)\n", | |
"Collecting nvidia-cusolver-cu12==11.4.5.107 (from torch)\n", | |
" Using cached nvidia_cusolver_cu12-11.4.5.107-py3-none-manylinux1_x86_64.whl.metadata (1.6 kB)\n", | |
"Collecting nvidia-cusparse-cu12==12.1.0.106 (from torch)\n", | |
" Using cached nvidia_cusparse_cu12-12.1.0.106-py3-none-manylinux1_x86_64.whl.metadata (1.6 kB)\n", | |
"Collecting nvidia-nccl-cu12==2.20.5 (from torch)\n", | |
" Using cached nvidia_nccl_cu12-2.20.5-py3-none-manylinux2014_x86_64.whl.metadata (1.8 kB)\n", | |
"Collecting nvidia-nvtx-cu12==12.1.105 (from torch)\n", | |
" Using cached nvidia_nvtx_cu12-12.1.105-py3-none-manylinux1_x86_64.whl.metadata (1.7 kB)\n", | |
"Collecting triton==3.0.0 (from torch)\n", | |
" Downloading triton-3.0.0-1-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.metadata (1.3 kB)\n", | |
"Collecting nvidia-nvjitlink-cu12 (from nvidia-cusolver-cu12==11.4.5.107->torch)\n", | |
" Using cached nvidia_nvjitlink_cu12-12.6.20-py3-none-manylinux2014_x86_64.whl.metadata (1.5 kB)\n", | |
"Requirement already satisfied: MarkupSafe>=2.0 in /usr/local/lib/python3.10/dist-packages (from jinja2->torch) (2.1.5)\n", | |
"Requirement already satisfied: mpmath<1.4,>=1.1.0 in /usr/local/lib/python3.10/dist-packages (from sympy->torch) (1.3.0)\n", | |
"Downloading torch-2.4.0-cp310-cp310-manylinux1_x86_64.whl (797.2 MB)\n", | |
"\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m797.2/797.2 MB\u001b[0m \u001b[31m1.7 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", | |
"\u001b[?25hUsing cached nvidia_cublas_cu12-12.1.3.1-py3-none-manylinux1_x86_64.whl (410.6 MB)\n", | |
"Using cached nvidia_cuda_cupti_cu12-12.1.105-py3-none-manylinux1_x86_64.whl (14.1 MB)\n", | |
"Using cached nvidia_cuda_nvrtc_cu12-12.1.105-py3-none-manylinux1_x86_64.whl (23.7 MB)\n", | |
"Using cached nvidia_cuda_runtime_cu12-12.1.105-py3-none-manylinux1_x86_64.whl (823 kB)\n", | |
"Downloading nvidia_cudnn_cu12-9.1.0.70-py3-none-manylinux2014_x86_64.whl (664.8 MB)\n", | |
"\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m664.8/664.8 MB\u001b[0m \u001b[31m2.8 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", | |
"\u001b[?25hUsing cached nvidia_cufft_cu12-11.0.2.54-py3-none-manylinux1_x86_64.whl (121.6 MB)\n", | |
"Using cached nvidia_curand_cu12-10.3.2.106-py3-none-manylinux1_x86_64.whl (56.5 MB)\n", | |
"Using cached nvidia_cusolver_cu12-11.4.5.107-py3-none-manylinux1_x86_64.whl (124.2 MB)\n", | |
"Using cached nvidia_cusparse_cu12-12.1.0.106-py3-none-manylinux1_x86_64.whl (196.0 MB)\n", | |
"Using cached nvidia_nccl_cu12-2.20.5-py3-none-manylinux2014_x86_64.whl (176.2 MB)\n", | |
"Using cached nvidia_nvtx_cu12-12.1.105-py3-none-manylinux1_x86_64.whl (99 kB)\n", | |
"Downloading triton-3.0.0-1-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (209.4 MB)\n", | |
"\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m209.4/209.4 MB\u001b[0m \u001b[31m6.0 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", | |
"\u001b[?25hUsing cached nvidia_nvjitlink_cu12-12.6.20-py3-none-manylinux2014_x86_64.whl (19.7 MB)\n", | |
"Installing collected packages: triton, nvidia-nvtx-cu12, nvidia-nvjitlink-cu12, nvidia-nccl-cu12, nvidia-curand-cu12, nvidia-cufft-cu12, nvidia-cuda-runtime-cu12, nvidia-cuda-nvrtc-cu12, nvidia-cuda-cupti-cu12, nvidia-cublas-cu12, nvidia-cusparse-cu12, nvidia-cudnn-cu12, nvidia-cusolver-cu12, torch\n", | |
" Attempting uninstall: triton\n", | |
" Found existing installation: triton 2.3.1\n", | |
" Uninstalling triton-2.3.1:\n", | |
" Successfully uninstalled triton-2.3.1\n", | |
" Attempting uninstall: torch\n", | |
" Found existing installation: torch 2.3.1+cu121\n", | |
" Uninstalling torch-2.3.1+cu121:\n", | |
" Successfully uninstalled torch-2.3.1+cu121\n", | |
"\u001b[31mERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.\n", | |
"torchaudio 2.3.1+cu121 requires torch==2.3.1, but you have torch 2.4.0 which is incompatible.\n", | |
"torchvision 0.18.1+cu121 requires torch==2.3.1, but you have torch 2.4.0 which is incompatible.\u001b[0m\u001b[31m\n", | |
"\u001b[0mSuccessfully installed nvidia-cublas-cu12-12.1.3.1 nvidia-cuda-cupti-cu12-12.1.105 nvidia-cuda-nvrtc-cu12-12.1.105 nvidia-cuda-runtime-cu12-12.1.105 nvidia-cudnn-cu12-9.1.0.70 nvidia-cufft-cu12-11.0.2.54 nvidia-curand-cu12-10.3.2.106 nvidia-cusolver-cu12-11.4.5.107 nvidia-cusparse-cu12-12.1.0.106 nvidia-nccl-cu12-2.20.5 nvidia-nvjitlink-cu12-12.6.20 nvidia-nvtx-cu12-12.1.105 torch-2.4.0 triton-3.0.0\n", | |
"Collecting tensorrt\n", | |
" Downloading tensorrt-10.3.0.tar.gz (16 kB)\n", | |
" Preparing metadata (setup.py) ... \u001b[?25l\u001b[?25hdone\n", | |
"Collecting tensorrt-cu12==10.3.0 (from tensorrt)\n", | |
" Downloading tensorrt-cu12-10.3.0.tar.gz (18 kB)\n", | |
" Preparing metadata (setup.py) ... \u001b[?25l\u001b[?25hdone\n", | |
"Building wheels for collected packages: tensorrt, tensorrt-cu12\n", | |
" Building wheel for tensorrt (setup.py) ... \u001b[?25l\u001b[?25hdone\n", | |
" Created wheel for tensorrt: filename=tensorrt-10.3.0-py2.py3-none-any.whl size=16337 sha256=a4bec31974d6da87648792e4cd65de9df2b09d03123f629475ee500efc4705c9\n", | |
" Stored in directory: /root/.cache/pip/wheels/e8/a8/32/bacdf7c14f627d34b90ce8586631e2f196e3fb0fd4eb9add55\n", | |
" Building wheel for tensorrt-cu12 (setup.py) ... \u001b[?25l\u001b[?25hdone\n", | |
" Created wheel for tensorrt-cu12: filename=tensorrt_cu12-10.3.0-py2.py3-none-any.whl size=17554 sha256=f5350be858073ac64cb5328a74541cbd376301320c9a9933f0b0f023d40fb7f9\n", | |
" Stored in directory: /root/.cache/pip/wheels/14/31/c2/a3ecb74def7087b76ef2a701e6823f03e40ab43348c668a571\n", | |
"Successfully built tensorrt tensorrt-cu12\n", | |
"Installing collected packages: tensorrt-cu12, tensorrt\n", | |
"Successfully installed tensorrt-10.3.0 tensorrt-cu12-10.3.0\n" | |
] | |
} | |
], | |
"source": [ | |
"!pip install -U mediapipe\n", | |
"!pip install -U torch\n", | |
"!pip install -U tensorrt" | |
] | |
}, | |
{ | |
"cell_type": "code", | |
"execution_count": null, | |
"metadata": { | |
"id": "LjdhYMt-K50S" | |
}, | |
"outputs": [], | |
"source": [ | |
"from mediapipe.tasks.python.genai import converter" | |
] | |
}, | |
{ | |
"cell_type": "code", | |
"execution_count": null, | |
"metadata": { | |
"id": "7RiB__Rto5BR", | |
"colab": { | |
"base_uri": "https://localhost:8080/" | |
}, | |
"outputId": "20562fa7-1bab-4086-f84d-6c02d8986715" | |
}, | |
"outputs": [ | |
{ | |
"output_type": "stream", | |
"name": "stdout", | |
"text": [ | |
"Model converted successfully.\n" | |
] | |
} | |
], | |
"source": [ | |
"config = converter.ConversionConfig(\n", | |
" input_ckpt='/content/fine_tuned_science_gemma2b-it/',\n", | |
" ckpt_format=\"safetensors\",\n", | |
" model_type=\"GEMMA_2B\",\n", | |
" backend='gpu',\n", | |
" output_dir='/content/intermediate/fine_tuned_science_gemma2b-it/',\n", | |
" combine_file_only=False,\n", | |
" vocab_model_file=\"/content/fine_tuned_science_gemma2b-it/\",\n", | |
" output_tflite_file=f'/content/fine_tuned_science_gemma2b-it/scigemma.bin',\n", | |
")\n", | |
"\n", | |
"converter.convert_checkpoint(config)\n", | |
"\n", | |
"print(\"Model converted successfully.\")" | |
] | |
}, | |
{ | |
"cell_type": "markdown", | |
"metadata": { | |
"id": "JSDuNjIrOv7_" | |
}, | |
"source": [ | |
"#### Step 9: Push the fine-tuned model on Hugging Face." | |
] | |
}, | |
{ | |
"cell_type": "code", | |
"execution_count": null, | |
"metadata": { | |
"id": "EYzJRV137oBi" | |
}, | |
"outputs": [], | |
"source": [ | |
"from huggingface_hub import whoami\n", | |
"from pathlib import Path\n", | |
"\n", | |
"# Output directory.\n", | |
"output_dir = \"fine_tuned_science_gemma2b-it\"\n", | |
"username = whoami(token=Path(\"/root/.cache/huggingface/\"))[\"name\"]\n", | |
"repo_id = f\"{username}/{output_dir}\"" | |
] | |
}, | |
{ | |
"cell_type": "code", | |
"execution_count": null, | |
"metadata": { | |
"id": "QvSa-fvEKuvo", | |
"colab": { | |
"base_uri": "https://localhost:8080/", | |
"height": 244, | |
"referenced_widgets": [ | |
"efa372c2cc7a47969a232e9021bb0d0e", | |
"16a9487de15e4ba3890f64d2a7164315", | |
"918dadc2f27f4cc8b98e701e7940c418", | |
"7748c662b5c445f8aad5cbd452fbc4a6", | |
"c6e25380f0934a61b39476107b865a3c", | |
"ff8213ed67f94e62802576102cc3758f", | |
"c70e58cad5fa4e1f986948d8d7a5339d", | |
"dc573df4db1a4d388eda018fedccfa8d", | |
"aaf4a794d23046bf98a6ac22b1ed91bb", | |
"84c68ad620d44c388f75a4983c21bedd", | |
"6e84ebcad30e46918c5bf7da6ecfce95", | |
"494d47f2a4bb4d908c0a20f9e8dbfa4c", | |
"33e5ab50b67a4854a3dc285fd11dd948", | |
"7c4e58330ec74ff2b659d953188faf90", | |
"96a451eba1ed4053b6d4f0edee9385d7", | |
"ae507f253209486180d6abb2cfb6248f", | |
"3a0cce954fb1455da57198af1a61f63e", | |
"76e903a3253c43cb89e85633be78910b", | |
"97e652d6f64e457bbeed3dee670fd4c0", | |
"fe257e71af194535bc32067a945054a0", | |
"8e9ff03b9247434f83560fbca694c7e1", | |
"7027e46d559b42998c91583937124fef", | |
"51394b59deea4cdea47dfc7892b3f376", | |
"351fc9d172fa471cba79ab76e5c74664", | |
"a77d72d138b6494385f91c129ab05ed0", | |
"9ba32c443fb34204a65cf14ce64e5135", | |
"49e9ae270dbe428091b2984a97046c3d", | |
"3cc53ebb1fff4e43af69c687439528c6", | |
"d2a9fc267072455ab4234b958f6ff653", | |
"aad88427a8964a09affd11b974f49087", | |
"68b2819a82334c0d8c5698b866c1888e", | |
"8e151e5ba8074731b4c282d9ebe9dae3", | |
"5a5e8c90f7594a2e82f1ba2479f43f2d", | |
"1e2899783c024d179c000a6240a7aa5d", | |
"a131345865e041f7aa059bd1ef81fb67", | |
"64cd1b75e8f94661a3df870452c44ee4", | |
"b1bf338d3fc94183988f0f596e01fd7b", | |
"cae1513730c7491390dde90535cf05cc", | |
"46235f80b7b847e89ded0d7ae91bdae3", | |
"293c10e5a68246c8afe594e849829ae1", | |
"f9542992a6e24795949141acc9565f2e", | |
"e7b108089f9044698c2191449719fdf8", | |
"0e3e0386b07d4c2c9811a6df79ff84c3", | |
"19cf72db33e14ba49ac49a174c5da0d1", | |
"778d618da1e14c89a46c99a7d6838e7b", | |
"ce964c45075f480a9d423a496f439116", | |
"5405c33ecf0c41f7a8e780595cd07e78", | |
"e52a7cdcaa4f4752bcc7129f27bf9d2b", | |
"8e2cd72c26114157a5fe87540c99f49f", | |
"003ada19ed0e454f92aa0fd9793a5ef3", | |
"fe66a5c7c6b74334a518b0dcbf726e6b", | |
"e80c32ef6bba4d6597c083c5f972d1a7", | |
"42a1e0f26ddf4d979c6184c647379cba", | |
"0f24b2df370f4f29b247a40912e92d59", | |
"9e328aa3caac44e7929cfed1d19e26b9", | |
"f1d17b57e8ca4811b819564151d3a1ac", | |
"e392aedf2306409d8b466761986b73d8", | |
"8519203b6f974631b0a93f534ad54cc5", | |
"ea65da01b328428490ea5397cf42bef1", | |
"7da6054d41dd405ba0b0b0499733a6c3", | |
"846e82a1f9cc42d68a89c293330cd58d", | |
"339197a8ff7544aba04a89ea1b9883c8", | |
"33eb669305a748ab86534c0b8eb98944", | |
"2f5c468ac3584a629606dcc85bb338ad", | |
"c1a5897a75e24b1d923234ab5869d9d4", | |
"79efd19521e242a385e49e3e9aab9a74" | |
] | |
}, | |
"outputId": "2fa07f4c-ce08-459a-85b4-2225cfce5e01" | |
}, | |
"outputs": [ | |
{ | |
"output_type": "display_data", | |
"data": { | |
"text/plain": [ | |
"tokenizer.json: 0%| | 0.00/17.5M [00:00<?, ?B/s]" | |
], | |
"application/vnd.jupyter.widget-view+json": { | |
"version_major": 2, | |
"version_minor": 0, | |
"model_id": "efa372c2cc7a47969a232e9021bb0d0e" | |
} | |
}, | |
"metadata": {} | |
}, | |
{ | |
"output_type": "display_data", | |
"data": { | |
"text/plain": [ | |
"model-00002-of-00002.safetensors: 0%| | 0.00/67.1M [00:00<?, ?B/s]" | |
], | |
"application/vnd.jupyter.widget-view+json": { | |
"version_major": 2, | |
"version_minor": 0, | |
"model_id": "494d47f2a4bb4d908c0a20f9e8dbfa4c" | |
} | |
}, | |
"metadata": {} | |
}, | |
{ | |
"output_type": "display_data", | |
"data": { | |
"text/plain": [ | |
"Upload 5 LFS files: 0%| | 0/5 [00:00<?, ?it/s]" | |
], | |
"application/vnd.jupyter.widget-view+json": { | |
"version_major": 2, | |
"version_minor": 0, | |
"model_id": "51394b59deea4cdea47dfc7892b3f376" | |
} | |
}, | |
"metadata": {} | |
}, | |
{ | |
"output_type": "display_data", | |
"data": { | |
"text/plain": [ | |
"scigemma.bin: 0%| | 0.00/2.52G [00:00<?, ?B/s]" | |
], | |
"application/vnd.jupyter.widget-view+json": { | |
"version_major": 2, | |
"version_minor": 0, | |
"model_id": "1e2899783c024d179c000a6240a7aa5d" | |
} | |
}, | |
"metadata": {} | |
}, | |
{ | |
"output_type": "display_data", | |
"data": { | |
"text/plain": [ | |
"tokenizer.model: 0%| | 0.00/4.24M [00:00<?, ?B/s]" | |
], | |
"application/vnd.jupyter.widget-view+json": { | |
"version_major": 2, | |
"version_minor": 0, | |
"model_id": "778d618da1e14c89a46c99a7d6838e7b" | |
} | |
}, | |
"metadata": {} | |
}, | |
{ | |
"output_type": "display_data", | |
"data": { | |
"text/plain": [ | |
"model-00001-of-00002.safetensors: 0%| | 0.00/4.95G [00:00<?, ?B/s]" | |
], | |
"application/vnd.jupyter.widget-view+json": { | |
"version_major": 2, | |
"version_minor": 0, | |
"model_id": "f1d17b57e8ca4811b819564151d3a1ac" | |
} | |
}, | |
"metadata": {} | |
}, | |
{ | |
"output_type": "execute_result", | |
"data": { | |
"text/plain": [ | |
"CommitInfo(commit_url='https://huggingface.co/AmarOk1412/fine_tuned_science_gemma2b-it/commit/4e8c7c26263173153d11425ca2f8283e084feef9', commit_message='Fine-tuned model pushed.', commit_description='', oid='4e8c7c26263173153d11425ca2f8283e084feef9', pr_url=None, pr_revision=None, pr_num=None)" | |
], | |
"application/vnd.google.colaboratory.intrinsic+json": { | |
"type": "string" | |
} | |
}, | |
"metadata": {}, | |
"execution_count": 8 | |
} | |
], | |
"source": [ | |
"from huggingface_hub import upload_folder, create_repo\n", | |
"\n", | |
"repo_id = create_repo(repo_id, exist_ok=True).repo_id\n", | |
"\n", | |
"\n", | |
"upload_folder(\n", | |
" repo_id=repo_id,\n", | |
" folder_path=output_dir,\n", | |
" commit_message=\"Fine-tuned model pushed.\",\n", | |
" ignore_patterns=[\"step_*\", \"epoch_*\"],\n", | |
")" | |
] | |
}, | |
{ | |
"cell_type": "markdown", | |
"metadata": { | |
"id": "mrDK-p1VE1GD" | |
}, | |
"source": [ | |
"#### (Optional) Convert model to MLC format for on-device deployment\n", | |
"***Note: You might need to restart the runtime.***" | |
] | |
}, | |
{ | |
"cell_type": "markdown", | |
"metadata": { | |
"id": "ojR3Zomu80mq" | |
}, | |
"source": [ | |
"\n", | |
"Install MLC LLM and TVM Unity Compiler" | |
] | |
}, | |
{ | |
"cell_type": "code", | |
"execution_count": null, | |
"metadata": { | |
"colab": { | |
"base_uri": "https://localhost:8080/", | |
"height": 1000 | |
}, | |
"id": "3PDnxgjt813K", | |
"outputId": "5431fde8-d1a0-4545-aaa2-d3afcf08ba27" | |
}, | |
"outputs": [ | |
{ | |
"name": "stdout", | |
"output_type": "stream", | |
"text": [ | |
"Looking in links: https://mlc.ai/wheels\n", | |
"Collecting mlc-ai-nightly-cu122\n", | |
" Downloading https://github.com/mlc-ai/package/releases/download/v0.9.dev0/mlc_ai_nightly_cu122-0.15.dev223-cp310-cp310-manylinux_2_28_x86_64.whl (1018.0 MB)\n", | |
"\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m1.0/1.0 GB\u001b[0m \u001b[31m858.7 kB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", | |
"\u001b[?25hCollecting mlc-llm-nightly-cu122\n", | |
" Downloading https://github.com/mlc-ai/package/releases/download/v0.9.dev0/mlc_llm_nightly_cu122-0.1.dev1058-cp310-cp310-manylinux_2_28_x86_64.whl (145.6 MB)\n", | |
"\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m145.6/145.6 MB\u001b[0m \u001b[31m6.4 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", | |
"\u001b[?25hCollecting attrs (from mlc-ai-nightly-cu122)\n", | |
" Downloading attrs-23.2.0-py3-none-any.whl (60 kB)\n", | |
"\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m60.8/60.8 kB\u001b[0m \u001b[31m2.1 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", | |
"\u001b[?25hCollecting cloudpickle (from mlc-ai-nightly-cu122)\n", | |
" Downloading cloudpickle-3.0.0-py3-none-any.whl (20 kB)\n", | |
"Collecting decorator (from mlc-ai-nightly-cu122)\n", | |
" Downloading decorator-5.1.1-py3-none-any.whl (9.1 kB)\n", | |
"Collecting ml-dtypes (from mlc-ai-nightly-cu122)\n", | |
" Downloading ml_dtypes-0.4.0b1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.2 MB)\n", | |
"\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m2.2/2.2 MB\u001b[0m \u001b[31m45.0 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", | |
"\u001b[?25hCollecting numpy (from mlc-ai-nightly-cu122)\n", | |
" Downloading numpy-2.0.0rc1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (19.3 MB)\n", | |
"\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m19.3/19.3 MB\u001b[0m \u001b[31m63.5 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", | |
"\u001b[?25hCollecting psutil (from mlc-ai-nightly-cu122)\n", | |
" Downloading psutil-5.9.8-cp36-abi3-manylinux_2_12_x86_64.manylinux2010_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (288 kB)\n", | |
"\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m288.2/288.2 kB\u001b[0m \u001b[31m37.0 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", | |
"\u001b[?25hCollecting scipy (from mlc-ai-nightly-cu122)\n", | |
" Downloading scipy-1.13.0rc1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (38.5 MB)\n", | |
"\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m38.5/38.5 MB\u001b[0m \u001b[31m14.0 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", | |
"\u001b[?25hCollecting tornado (from mlc-ai-nightly-cu122)\n", | |
" Downloading tornado-6.4-cp38-abi3-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (435 kB)\n", | |
"\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m435.4/435.4 kB\u001b[0m \u001b[31m40.4 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", | |
"\u001b[?25hCollecting typing-extensions (from mlc-ai-nightly-cu122)\n", | |
" Downloading typing_extensions-4.11.0rc1-py3-none-any.whl (34 kB)\n", | |
"Collecting fastapi (from mlc-llm-nightly-cu122)\n", | |
" Downloading fastapi-0.110.0-py3-none-any.whl (92 kB)\n", | |
"\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m92.1/92.1 kB\u001b[0m \u001b[31m14.5 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", | |
"\u001b[?25hCollecting uvicorn (from mlc-llm-nightly-cu122)\n", | |
" Downloading uvicorn-0.29.0-py3-none-any.whl (60 kB)\n", | |
"\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m60.8/60.8 kB\u001b[0m \u001b[31m8.6 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", | |
"\u001b[?25hCollecting shortuuid (from mlc-llm-nightly-cu122)\n", | |
" Downloading shortuuid-1.0.13-py3-none-any.whl (10 kB)\n", | |
"Collecting torch (from mlc-llm-nightly-cu122)\n", | |
" Downloading torch-2.2.2-cp310-cp310-manylinux1_x86_64.whl (755.5 MB)\n", | |
"\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m755.5/755.5 MB\u001b[0m \u001b[31m2.0 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", | |
"\u001b[?25hCollecting safetensors (from mlc-llm-nightly-cu122)\n", | |
" Downloading safetensors-0.4.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.3 MB)\n", | |
"\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m1.3/1.3 MB\u001b[0m \u001b[31m74.3 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", | |
"\u001b[?25hCollecting requests (from mlc-llm-nightly-cu122)\n", | |
" Downloading requests-2.31.0-py3-none-any.whl (62 kB)\n", | |
"\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m62.6/62.6 kB\u001b[0m \u001b[31m9.2 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", | |
"\u001b[?25hCollecting tqdm (from mlc-llm-nightly-cu122)\n", | |
" Downloading tqdm-4.66.2-py3-none-any.whl (78 kB)\n", | |
"\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m78.3/78.3 kB\u001b[0m \u001b[31m11.6 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", | |
"\u001b[?25hCollecting tiktoken (from mlc-llm-nightly-cu122)\n", | |
" Downloading tiktoken-0.6.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.8 MB)\n", | |
"\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m1.8/1.8 MB\u001b[0m \u001b[31m95.4 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", | |
"\u001b[?25hCollecting prompt-toolkit (from mlc-llm-nightly-cu122)\n", | |
" Downloading prompt_toolkit-3.0.43-py3-none-any.whl (386 kB)\n", | |
"\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m386.1/386.1 kB\u001b[0m \u001b[31m34.2 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", | |
"\u001b[?25hCollecting openai (from mlc-llm-nightly-cu122)\n", | |
" Downloading openai-1.14.3-py3-none-any.whl (262 kB)\n", | |
"\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m262.9/262.9 kB\u001b[0m \u001b[31m29.6 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", | |
"\u001b[?25hCollecting pydantic!=1.8,!=1.8.1,!=2.0.0,!=2.0.1,!=2.1.0,<3.0.0,>=1.7.4 (from fastapi->mlc-llm-nightly-cu122)\n", | |
" Downloading pydantic-2.6.4-py3-none-any.whl (394 kB)\n", | |
"\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m394.9/394.9 kB\u001b[0m \u001b[31m37.2 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", | |
"\u001b[?25hCollecting starlette<0.37.0,>=0.36.3 (from fastapi->mlc-llm-nightly-cu122)\n", | |
" Downloading starlette-0.36.3-py3-none-any.whl (71 kB)\n", | |
"\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m71.5/71.5 kB\u001b[0m \u001b[31m9.6 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", | |
"\u001b[?25hCollecting anyio<5,>=3.5.0 (from openai->mlc-llm-nightly-cu122)\n", | |
" Downloading anyio-4.3.0-py3-none-any.whl (85 kB)\n", | |
"\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m85.6/85.6 kB\u001b[0m \u001b[31m12.5 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", | |
"\u001b[?25hCollecting distro<2,>=1.7.0 (from openai->mlc-llm-nightly-cu122)\n", | |
" Downloading distro-1.9.0-py3-none-any.whl (20 kB)\n", | |
"Collecting httpx<1,>=0.23.0 (from openai->mlc-llm-nightly-cu122)\n", | |
" Downloading httpx-0.27.0-py3-none-any.whl (75 kB)\n", | |
"\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m75.6/75.6 kB\u001b[0m \u001b[31m10.4 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", | |
"\u001b[?25hCollecting sniffio (from openai->mlc-llm-nightly-cu122)\n", | |
" Downloading sniffio-1.3.1-py3-none-any.whl (10 kB)\n", | |
"Collecting wcwidth (from prompt-toolkit->mlc-llm-nightly-cu122)\n", | |
" Downloading wcwidth-0.2.13-py2.py3-none-any.whl (34 kB)\n", | |
"Collecting charset-normalizer<4,>=2 (from requests->mlc-llm-nightly-cu122)\n", | |
" Downloading charset_normalizer-3.3.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (142 kB)\n", | |
"\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m142.1/142.1 kB\u001b[0m \u001b[31m20.6 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", | |
"\u001b[?25hCollecting idna<4,>=2.5 (from requests->mlc-llm-nightly-cu122)\n", | |
" Downloading idna-3.6-py3-none-any.whl (61 kB)\n", | |
"\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m61.6/61.6 kB\u001b[0m \u001b[31m9.6 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", | |
"\u001b[?25hCollecting urllib3<3,>=1.21.1 (from requests->mlc-llm-nightly-cu122)\n", | |
" Downloading urllib3-2.2.1-py3-none-any.whl (121 kB)\n", | |
"\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m121.1/121.1 kB\u001b[0m \u001b[31m16.5 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", | |
"\u001b[?25hCollecting certifi>=2017.4.17 (from requests->mlc-llm-nightly-cu122)\n", | |
" Downloading certifi-2024.2.2-py3-none-any.whl (163 kB)\n", | |
"\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m163.8/163.8 kB\u001b[0m \u001b[31m23.5 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", | |
"\u001b[?25hCollecting regex>=2022.1.18 (from tiktoken->mlc-llm-nightly-cu122)\n", | |
" Downloading regex-2023.12.25-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (773 kB)\n", | |
"\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m774.0/774.0 kB\u001b[0m \u001b[31m58.7 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", | |
"\u001b[?25hCollecting filelock (from torch->mlc-llm-nightly-cu122)\n", | |
" Downloading filelock-3.13.3-py3-none-any.whl (11 kB)\n", | |
"Collecting sympy (from torch->mlc-llm-nightly-cu122)\n", | |
" Downloading sympy-1.12.1a2-py3-none-any.whl (5.7 MB)\n", | |
"\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m5.7/5.7 MB\u001b[0m \u001b[31m110.5 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", | |
"\u001b[?25hCollecting networkx (from torch->mlc-llm-nightly-cu122)\n", | |
" Downloading networkx-3.3rc0-py3-none-any.whl (1.7 MB)\n", | |
"\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m1.7/1.7 MB\u001b[0m \u001b[31m84.1 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", | |
"\u001b[?25hCollecting jinja2 (from torch->mlc-llm-nightly-cu122)\n", | |
" Downloading Jinja2-3.1.3-py3-none-any.whl (133 kB)\n", | |
"\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m133.2/133.2 kB\u001b[0m \u001b[31m19.3 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", | |
"\u001b[?25hCollecting fsspec (from torch->mlc-llm-nightly-cu122)\n", | |
" Downloading fsspec-2024.3.1-py3-none-any.whl (171 kB)\n", | |
"\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m172.0/172.0 kB\u001b[0m \u001b[31m23.8 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", | |
"\u001b[?25hCollecting nvidia-cuda-nvrtc-cu12==12.1.105 (from torch->mlc-llm-nightly-cu122)\n", | |
" Using cached nvidia_cuda_nvrtc_cu12-12.1.105-py3-none-manylinux1_x86_64.whl (23.7 MB)\n", | |
"Collecting nvidia-cuda-runtime-cu12==12.1.105 (from torch->mlc-llm-nightly-cu122)\n", | |
" Using cached nvidia_cuda_runtime_cu12-12.1.105-py3-none-manylinux1_x86_64.whl (823 kB)\n", | |
"Collecting nvidia-cuda-cupti-cu12==12.1.105 (from torch->mlc-llm-nightly-cu122)\n", | |
" Using cached nvidia_cuda_cupti_cu12-12.1.105-py3-none-manylinux1_x86_64.whl (14.1 MB)\n", | |
"Collecting nvidia-cudnn-cu12==8.9.2.26 (from torch->mlc-llm-nightly-cu122)\n", | |
" Using cached nvidia_cudnn_cu12-8.9.2.26-py3-none-manylinux1_x86_64.whl (731.7 MB)\n", | |
"Collecting nvidia-cublas-cu12==12.1.3.1 (from torch->mlc-llm-nightly-cu122)\n", | |
" Using cached nvidia_cublas_cu12-12.1.3.1-py3-none-manylinux1_x86_64.whl (410.6 MB)\n", | |
"Collecting nvidia-cufft-cu12==11.0.2.54 (from torch->mlc-llm-nightly-cu122)\n", | |
" Using cached nvidia_cufft_cu12-11.0.2.54-py3-none-manylinux1_x86_64.whl (121.6 MB)\n", | |
"Collecting nvidia-curand-cu12==10.3.2.106 (from torch->mlc-llm-nightly-cu122)\n", | |
" Using cached nvidia_curand_cu12-10.3.2.106-py3-none-manylinux1_x86_64.whl (56.5 MB)\n", | |
"Collecting nvidia-cusolver-cu12==11.4.5.107 (from torch->mlc-llm-nightly-cu122)\n", | |
" Using cached nvidia_cusolver_cu12-11.4.5.107-py3-none-manylinux1_x86_64.whl (124.2 MB)\n", | |
"Collecting nvidia-cusparse-cu12==12.1.0.106 (from torch->mlc-llm-nightly-cu122)\n", | |
" Using cached nvidia_cusparse_cu12-12.1.0.106-py3-none-manylinux1_x86_64.whl (196.0 MB)\n", | |
"Collecting nvidia-nccl-cu12==2.19.3 (from torch->mlc-llm-nightly-cu122)\n", | |
" Using cached nvidia_nccl_cu12-2.19.3-py3-none-manylinux1_x86_64.whl (166.0 MB)\n", | |
"Collecting nvidia-nvtx-cu12==12.1.105 (from torch->mlc-llm-nightly-cu122)\n", | |
" Using cached nvidia_nvtx_cu12-12.1.105-py3-none-manylinux1_x86_64.whl (99 kB)\n", | |
"Collecting triton==2.2.0 (from torch->mlc-llm-nightly-cu122)\n", | |
" Downloading triton-2.2.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (167.9 MB)\n", | |
"\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m167.9/167.9 MB\u001b[0m \u001b[31m2.4 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", | |
"\u001b[?25hCollecting nvidia-nvjitlink-cu12 (from nvidia-cusolver-cu12==11.4.5.107->torch->mlc-llm-nightly-cu122)\n", | |
" Using cached nvidia_nvjitlink_cu12-12.4.99-py3-none-manylinux2014_x86_64.whl (21.1 MB)\n", | |
"Collecting click>=7.0 (from uvicorn->mlc-llm-nightly-cu122)\n", | |
" Downloading click-8.1.7-py3-none-any.whl (97 kB)\n", | |
"\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m97.9/97.9 kB\u001b[0m \u001b[31m15.9 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", | |
"\u001b[?25hCollecting h11>=0.8 (from uvicorn->mlc-llm-nightly-cu122)\n", | |
" Downloading h11-0.14.0-py3-none-any.whl (58 kB)\n", | |
"\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m58.3/58.3 kB\u001b[0m \u001b[31m9.6 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", | |
"\u001b[?25hCollecting exceptiongroup>=1.0.2 (from anyio<5,>=3.5.0->openai->mlc-llm-nightly-cu122)\n", | |
" Downloading exceptiongroup-1.2.0-py3-none-any.whl (16 kB)\n", | |
"Collecting httpcore==1.* (from httpx<1,>=0.23.0->openai->mlc-llm-nightly-cu122)\n", | |
" Downloading httpcore-1.0.5-py3-none-any.whl (77 kB)\n", | |
"\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m77.9/77.9 kB\u001b[0m \u001b[31m12.9 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", | |
"\u001b[?25hCollecting annotated-types>=0.4.0 (from pydantic!=1.8,!=1.8.1,!=2.0.0,!=2.0.1,!=2.1.0,<3.0.0,>=1.7.4->fastapi->mlc-llm-nightly-cu122)\n", | |
" Downloading annotated_types-0.6.0-py3-none-any.whl (12 kB)\n", | |
"Collecting pydantic-core==2.16.3 (from pydantic!=1.8,!=1.8.1,!=2.0.0,!=2.0.1,!=2.1.0,<3.0.0,>=1.7.4->fastapi->mlc-llm-nightly-cu122)\n", | |
" Downloading pydantic_core-2.16.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.2 MB)\n", | |
"\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m2.2/2.2 MB\u001b[0m \u001b[31m95.5 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", | |
"\u001b[?25hCollecting MarkupSafe>=2.0 (from jinja2->torch->mlc-llm-nightly-cu122)\n", | |
" Downloading MarkupSafe-2.1.5-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (25 kB)\n", | |
"Collecting mpmath>=0.19 (from sympy->torch->mlc-llm-nightly-cu122)\n", | |
" Downloading mpmath-1.4.0a0-py3-none-any.whl (537 kB)\n", | |
"\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m537.3/537.3 kB\u001b[0m \u001b[31m37.7 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", | |
"\u001b[?25hInstalling collected packages: wcwidth, urllib3, typing-extensions, tqdm, tornado, sniffio, shortuuid, safetensors, regex, psutil, prompt-toolkit, nvidia-nvtx-cu12, nvidia-nvjitlink-cu12, nvidia-nccl-cu12, nvidia-curand-cu12, nvidia-cufft-cu12, nvidia-cuda-runtime-cu12, nvidia-cuda-nvrtc-cu12, nvidia-cuda-cupti-cu12, nvidia-cublas-cu12, numpy, networkx, mpmath, MarkupSafe, idna, h11, fsspec, filelock, exceptiongroup, distro, decorator, cloudpickle, click, charset-normalizer, certifi, attrs, annotated-types, uvicorn, triton, sympy, scipy, requests, pydantic-core, nvidia-cusparse-cu12, nvidia-cudnn-cu12, ml-dtypes, jinja2, httpcore, anyio, tiktoken, starlette, pydantic, nvidia-cusolver-cu12, mlc-ai-nightly-cu122, httpx, torch, openai, fastapi, mlc-llm-nightly-cu122\n", | |
" Attempting uninstall: wcwidth\n", | |
" Found existing installation: wcwidth 0.2.13\n", | |
" Uninstalling wcwidth-0.2.13:\n", | |
" Successfully uninstalled wcwidth-0.2.13\n", | |
" Attempting uninstall: urllib3\n", | |
" Found existing installation: urllib3 2.0.7\n", | |
" Uninstalling urllib3-2.0.7:\n", | |
" Successfully uninstalled urllib3-2.0.7\n", | |
" Attempting uninstall: typing-extensions\n", | |
" Found existing installation: typing_extensions 4.10.0\n", | |
" Uninstalling typing_extensions-4.10.0:\n", | |
" Successfully uninstalled typing_extensions-4.10.0\n", | |
" Attempting uninstall: tqdm\n", | |
" Found existing installation: tqdm 4.66.2\n", | |
" Uninstalling tqdm-4.66.2:\n", | |
" Successfully uninstalled tqdm-4.66.2\n", | |
" Attempting uninstall: tornado\n", | |
" Found existing installation: tornado 6.3.3\n", | |
" Uninstalling tornado-6.3.3:\n", | |
" Successfully uninstalled tornado-6.3.3\n", | |
" Attempting uninstall: sniffio\n", | |
" Found existing installation: sniffio 1.3.1\n", | |
" Uninstalling sniffio-1.3.1:\n", | |
" Successfully uninstalled sniffio-1.3.1\n", | |
" Attempting uninstall: safetensors\n", | |
" Found existing installation: safetensors 0.4.2\n", | |
" Uninstalling safetensors-0.4.2:\n", | |
" Successfully uninstalled safetensors-0.4.2\n", | |
" Attempting uninstall: regex\n", | |
" Found existing installation: regex 2023.12.25\n", | |
" Uninstalling regex-2023.12.25:\n", | |
" Successfully uninstalled regex-2023.12.25\n", | |
" Attempting uninstall: psutil\n", | |
" Found existing installation: psutil 5.9.5\n", | |
" Uninstalling psutil-5.9.5:\n", | |
" Successfully uninstalled psutil-5.9.5\n", | |
" Attempting uninstall: prompt-toolkit\n", | |
" Found existing installation: prompt-toolkit 3.0.43\n", | |
" Uninstalling prompt-toolkit-3.0.43:\n", | |
" Successfully uninstalled prompt-toolkit-3.0.43\n", | |
" Attempting uninstall: nvidia-nvtx-cu12\n", | |
" Found existing installation: nvidia-nvtx-cu12 12.1.105\n", | |
" Uninstalling nvidia-nvtx-cu12-12.1.105:\n", | |
" Successfully uninstalled nvidia-nvtx-cu12-12.1.105\n", | |
" Attempting uninstall: nvidia-nvjitlink-cu12\n", | |
" Found existing installation: nvidia-nvjitlink-cu12 12.4.99\n", | |
" Uninstalling nvidia-nvjitlink-cu12-12.4.99:\n", | |
" Successfully uninstalled nvidia-nvjitlink-cu12-12.4.99\n", | |
" Attempting uninstall: nvidia-nccl-cu12\n", | |
" Found existing installation: nvidia-nccl-cu12 2.19.3\n", | |
" Uninstalling nvidia-nccl-cu12-2.19.3:\n", | |
" Successfully uninstalled nvidia-nccl-cu12-2.19.3\n", | |
" Attempting uninstall: nvidia-curand-cu12\n", | |
" Found existing installation: nvidia-curand-cu12 10.3.2.106\n", | |
" Uninstalling nvidia-curand-cu12-10.3.2.106:\n", | |
" Successfully uninstalled nvidia-curand-cu12-10.3.2.106\n", | |
" Attempting uninstall: nvidia-cufft-cu12\n", | |
" Found existing installation: nvidia-cufft-cu12 11.0.2.54\n", | |
" Uninstalling nvidia-cufft-cu12-11.0.2.54:\n", | |
" Successfully uninstalled nvidia-cufft-cu12-11.0.2.54\n", | |
" Attempting uninstall: nvidia-cuda-runtime-cu12\n", | |
" Found existing installation: nvidia-cuda-runtime-cu12 12.1.105\n", | |
" Uninstalling nvidia-cuda-runtime-cu12-12.1.105:\n", | |
" Successfully uninstalled nvidia-cuda-runtime-cu12-12.1.105\n", | |
" Attempting uninstall: nvidia-cuda-nvrtc-cu12\n", | |
" Found existing installation: nvidia-cuda-nvrtc-cu12 12.1.105\n", | |
" Uninstalling nvidia-cuda-nvrtc-cu12-12.1.105:\n", | |
" Successfully uninstalled nvidia-cuda-nvrtc-cu12-12.1.105\n", | |
" Attempting uninstall: nvidia-cuda-cupti-cu12\n", | |
" Found existing installation: nvidia-cuda-cupti-cu12 12.1.105\n", | |
" Uninstalling nvidia-cuda-cupti-cu12-12.1.105:\n", | |
" Successfully uninstalled nvidia-cuda-cupti-cu12-12.1.105\n", | |
" Attempting uninstall: nvidia-cublas-cu12\n", | |
" Found existing installation: nvidia-cublas-cu12 12.1.3.1\n", | |
" Uninstalling nvidia-cublas-cu12-12.1.3.1:\n", | |
" Successfully uninstalled nvidia-cublas-cu12-12.1.3.1\n", | |
" Attempting uninstall: numpy\n", | |
" Found existing installation: numpy 1.25.2\n", | |
" Uninstalling numpy-1.25.2:\n", | |
" Successfully uninstalled numpy-1.25.2\n", | |
" Attempting uninstall: networkx\n", | |
" Found existing installation: networkx 3.2.1\n", | |
" Uninstalling networkx-3.2.1:\n", | |
" Successfully uninstalled networkx-3.2.1\n", | |
" Attempting uninstall: mpmath\n", | |
" Found existing installation: mpmath 1.3.0\n", | |
" Uninstalling mpmath-1.3.0:\n", | |
" Successfully uninstalled mpmath-1.3.0\n", | |
" Attempting uninstall: MarkupSafe\n", | |
" Found existing installation: MarkupSafe 2.1.5\n", | |
" Uninstalling MarkupSafe-2.1.5:\n", | |
" Successfully uninstalled MarkupSafe-2.1.5\n", | |
" Attempting uninstall: idna\n", | |
" Found existing installation: idna 3.6\n", | |
" Uninstalling idna-3.6:\n", | |
" Successfully uninstalled idna-3.6\n", | |
" Attempting uninstall: fsspec\n", | |
" Found existing installation: fsspec 2023.6.0\n", | |
" Uninstalling fsspec-2023.6.0:\n", | |
" Successfully uninstalled fsspec-2023.6.0\n", | |
" Attempting uninstall: filelock\n", | |
" Found existing installation: filelock 3.13.3\n", | |
" Uninstalling filelock-3.13.3:\n", | |
" Successfully uninstalled filelock-3.13.3\n", | |
" Attempting uninstall: exceptiongroup\n", | |
" Found existing installation: exceptiongroup 1.2.0\n", | |
" Uninstalling exceptiongroup-1.2.0:\n", | |
" Successfully uninstalled exceptiongroup-1.2.0\n", | |
" Attempting uninstall: distro\n", | |
" Found existing installation: distro 1.7.0\n", | |
" Uninstalling distro-1.7.0:\n", | |
" Successfully uninstalled distro-1.7.0\n", | |
" Attempting uninstall: decorator\n", | |
" Found existing installation: decorator 4.4.2\n", | |
" Uninstalling decorator-4.4.2:\n", | |
" Successfully uninstalled decorator-4.4.2\n", | |
" Attempting uninstall: cloudpickle\n", | |
" Found existing installation: cloudpickle 2.2.1\n", | |
" Uninstalling cloudpickle-2.2.1:\n", | |
" Successfully uninstalled cloudpickle-2.2.1\n", | |
" Attempting uninstall: click\n", | |
" Found existing installation: click 8.1.7\n", | |
" Uninstalling click-8.1.7:\n", | |
" Successfully uninstalled click-8.1.7\n", | |
" Attempting uninstall: charset-normalizer\n", | |
" Found existing installation: charset-normalizer 3.3.2\n", | |
" Uninstalling charset-normalizer-3.3.2:\n", | |
" Successfully uninstalled charset-normalizer-3.3.2\n", | |
" Attempting uninstall: certifi\n", | |
" Found existing installation: certifi 2024.2.2\n", | |
" Uninstalling certifi-2024.2.2:\n", | |
" Successfully uninstalled certifi-2024.2.2\n", | |
" Attempting uninstall: attrs\n", | |
" Found existing installation: attrs 23.2.0\n", | |
" Uninstalling attrs-23.2.0:\n", | |
" Successfully uninstalled attrs-23.2.0\n", | |
" Attempting uninstall: annotated-types\n", | |
" Found existing installation: annotated-types 0.6.0\n", | |
" Uninstalling annotated-types-0.6.0:\n", | |
" Successfully uninstalled annotated-types-0.6.0\n", | |
" Attempting uninstall: triton\n", | |
" Found existing installation: triton 2.2.0\n", | |
" Uninstalling triton-2.2.0:\n", | |
" Successfully uninstalled triton-2.2.0\n", | |
" Attempting uninstall: sympy\n", | |
" Found existing installation: sympy 1.12\n", | |
" Uninstalling sympy-1.12:\n", | |
" Successfully uninstalled sympy-1.12\n", | |
" Attempting uninstall: scipy\n", | |
" Found existing installation: scipy 1.11.4\n", | |
" Uninstalling scipy-1.11.4:\n", | |
" Successfully uninstalled scipy-1.11.4\n", | |
" Attempting uninstall: requests\n", | |
" Found existing installation: requests 2.31.0\n", | |
" Uninstalling requests-2.31.0:\n", | |
" Successfully uninstalled requests-2.31.0\n", | |
" Attempting uninstall: pydantic-core\n", | |
" Found existing installation: pydantic_core 2.16.3\n", | |
" Uninstalling pydantic_core-2.16.3:\n", | |
" Successfully uninstalled pydantic_core-2.16.3\n", | |
" Attempting uninstall: nvidia-cusparse-cu12\n", | |
" Found existing installation: nvidia-cusparse-cu12 12.1.0.106\n", | |
" Uninstalling nvidia-cusparse-cu12-12.1.0.106:\n", | |
" Successfully uninstalled nvidia-cusparse-cu12-12.1.0.106\n", | |
" Attempting uninstall: nvidia-cudnn-cu12\n", | |
" Found existing installation: nvidia-cudnn-cu12 8.9.2.26\n", | |
" Uninstalling nvidia-cudnn-cu12-8.9.2.26:\n", | |
" Successfully uninstalled nvidia-cudnn-cu12-8.9.2.26\n", | |
" Attempting uninstall: ml-dtypes\n", | |
" Found existing installation: ml-dtypes 0.2.0\n", | |
" Uninstalling ml-dtypes-0.2.0:\n", | |
" Successfully uninstalled ml-dtypes-0.2.0\n", | |
" Attempting uninstall: jinja2\n", | |
" Found existing installation: Jinja2 3.1.3\n", | |
" Uninstalling Jinja2-3.1.3:\n", | |
" Successfully uninstalled Jinja2-3.1.3\n", | |
" Attempting uninstall: anyio\n", | |
" Found existing installation: anyio 3.7.1\n", | |
" Uninstalling anyio-3.7.1:\n", | |
" Successfully uninstalled anyio-3.7.1\n", | |
" Attempting uninstall: pydantic\n", | |
" Found existing installation: pydantic 2.6.4\n", | |
" Uninstalling pydantic-2.6.4:\n", | |
" Successfully uninstalled pydantic-2.6.4\n", | |
" Attempting uninstall: nvidia-cusolver-cu12\n", | |
" Found existing installation: nvidia-cusolver-cu12 11.4.5.107\n", | |
" Uninstalling nvidia-cusolver-cu12-11.4.5.107:\n", | |
" Successfully uninstalled nvidia-cusolver-cu12-11.4.5.107\n", | |
" Attempting uninstall: torch\n", | |
" Found existing installation: torch 2.2.1+cu121\n", | |
" Uninstalling torch-2.2.1+cu121:\n", | |
" Successfully uninstalled torch-2.2.1+cu121\n", | |
"\u001b[31mERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.\n", | |
"ipython 7.34.0 requires jedi>=0.16, which is not installed.\n", | |
"astropy 5.3.4 requires numpy<2,>=1.21, but you have numpy 2.0.0rc1 which is incompatible.\n", | |
"contourpy 1.2.0 requires numpy<2.0,>=1.20, but you have numpy 2.0.0rc1 which is incompatible.\n", | |
"cupy-cuda12x 12.2.0 requires numpy<1.27,>=1.20, but you have numpy 2.0.0rc1 which is incompatible.\n", | |
"datasets 2.17.0 requires fsspec[http]<=2023.10.0,>=2023.1.0, but you have fsspec 2024.3.1 which is incompatible.\n", | |
"gcsfs 2023.6.0 requires fsspec==2023.6.0, but you have fsspec 2024.3.1 which is incompatible.\n", | |
"google-colab 1.0.0 requires tornado==6.3.3, but you have tornado 6.4 which is incompatible.\n", | |
"ibis-framework 8.0.0 requires numpy<2,>=1, but you have numpy 2.0.0rc1 which is incompatible.\n", | |
"jupyter-server 1.24.0 requires anyio<4,>=3.1.0, but you have anyio 4.3.0 which is incompatible.\n", | |
"moviepy 1.0.3 requires decorator<5.0,>=4.0.2, but you have decorator 5.1.1 which is incompatible.\n", | |
"numba 0.58.1 requires numpy<1.27,>=1.22, but you have numpy 2.0.0rc1 which is incompatible.\n", | |
"pywavelets 1.5.0 requires numpy<2.0,>=1.22.4, but you have numpy 2.0.0rc1 which is incompatible.\n", | |
"shapely 2.0.3 requires numpy<2,>=1.14, but you have numpy 2.0.0rc1 which is incompatible.\n", | |
"statsmodels 0.14.1 requires numpy<2,>=1.18, but you have numpy 2.0.0rc1 which is incompatible.\n", | |
"tensorflow 2.15.0 requires ml-dtypes~=0.2.0, but you have ml-dtypes 0.4.0b1 which is incompatible.\n", | |
"tensorflow 2.15.0 requires numpy<2.0.0,>=1.23.5, but you have numpy 2.0.0rc1 which is incompatible.\n", | |
"torchaudio 2.2.1+cu121 requires torch==2.2.1, but you have torch 2.2.2 which is incompatible.\n", | |
"torchtext 0.17.1 requires torch==2.2.1, but you have torch 2.2.2 which is incompatible.\n", | |
"torchvision 0.17.1+cu121 requires torch==2.2.1, but you have torch 2.2.2 which is incompatible.\u001b[0m\u001b[31m\n", | |
"\u001b[0mSuccessfully installed MarkupSafe-2.1.5 annotated-types-0.6.0 anyio-4.3.0 attrs-23.2.0 certifi-2024.2.2 charset-normalizer-3.3.2 click-8.1.7 cloudpickle-3.0.0 decorator-5.1.1 distro-1.9.0 exceptiongroup-1.2.0 fastapi-0.110.0 filelock-3.13.3 fsspec-2024.3.1 h11-0.14.0 httpcore-1.0.5 httpx-0.27.0 idna-3.6 jinja2-3.1.3 ml-dtypes-0.4.0b1 mlc-ai-nightly-cu122-0.15.dev223 mlc-llm-nightly-cu122-0.1.dev1058 mpmath-1.4.0a0 networkx-3.3rc0 numpy-2.0.0rc1 nvidia-cublas-cu12-12.1.3.1 nvidia-cuda-cupti-cu12-12.1.105 nvidia-cuda-nvrtc-cu12-12.1.105 nvidia-cuda-runtime-cu12-12.1.105 nvidia-cudnn-cu12-8.9.2.26 nvidia-cufft-cu12-11.0.2.54 nvidia-curand-cu12-10.3.2.106 nvidia-cusolver-cu12-11.4.5.107 nvidia-cusparse-cu12-12.1.0.106 nvidia-nccl-cu12-2.19.3 nvidia-nvjitlink-cu12-12.4.99 nvidia-nvtx-cu12-12.1.105 openai-1.14.3 prompt-toolkit-3.0.43 psutil-5.9.8 pydantic-2.6.4 pydantic-core-2.16.3 regex-2023.12.25 requests-2.31.0 safetensors-0.4.2 scipy-1.13.0rc1 shortuuid-1.0.13 sniffio-1.3.1 starlette-0.36.3 sympy-1.12.1a2 tiktoken-0.6.0 torch-2.2.2 tornado-6.4 tqdm-4.66.2 triton-2.2.0 typing-extensions-4.11.0rc1 urllib3-2.2.1 uvicorn-0.29.0 wcwidth-0.2.13\n" | |
] | |
}, | |
{ | |
"data": { | |
"application/vnd.colab-display-data+json": { | |
"id": "6b26b35f331f43efa4a4e9963c8e1a7c", | |
"pip_warning": { | |
"packages": [ | |
"certifi", | |
"decorator", | |
"prompt_toolkit", | |
"psutil", | |
"tornado", | |
"wcwidth" | |
] | |
} | |
} | |
}, | |
"metadata": {}, | |
"output_type": "display_data" | |
} | |
], | |
"source": [ | |
"!pip install --pre --force-reinstall mlc-ai-nightly-cu122 mlc-llm-nightly-cu122 -f https://mlc.ai/wheels" | |
] | |
}, | |
{ | |
"cell_type": "code", | |
"execution_count": null, | |
"metadata": { | |
"colab": { | |
"base_uri": "https://localhost:8080/", | |
"height": 411 | |
}, | |
"id": "9ZZFiwFjVCC4", | |
"outputId": "32d77f50-c5e7-411d-d7e3-dff97eba9015" | |
}, | |
"outputs": [ | |
{ | |
"name": "stdout", | |
"output_type": "stream", | |
"text": [ | |
"Collecting numpy==1.23.5\n", | |
" Downloading numpy-1.23.5-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (17.1 MB)\n", | |
"\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m17.1/17.1 MB\u001b[0m \u001b[31m70.2 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", | |
"\u001b[?25hInstalling collected packages: numpy\n", | |
" Attempting uninstall: numpy\n", | |
" Found existing installation: numpy 2.0.0rc1\n", | |
" Uninstalling numpy-2.0.0rc1:\n", | |
" Successfully uninstalled numpy-2.0.0rc1\n", | |
"\u001b[31mERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.\n", | |
"chex 0.1.86 requires numpy>=1.24.1, but you have numpy 1.23.5 which is incompatible.\n", | |
"datasets 2.17.0 requires fsspec[http]<=2023.10.0,>=2023.1.0, but you have fsspec 2024.3.1 which is incompatible.\n", | |
"moviepy 1.0.3 requires decorator<5.0,>=4.0.2, but you have decorator 5.1.1 which is incompatible.\n", | |
"tensorflow 2.15.0 requires ml-dtypes~=0.2.0, but you have ml-dtypes 0.4.0b1 which is incompatible.\n", | |
"torchtext 0.17.1 requires torch==2.2.1, but you have torch 2.2.2 which is incompatible.\n", | |
"torchvision 0.17.1+cu121 requires torch==2.2.1, but you have torch 2.2.2 which is incompatible.\u001b[0m\u001b[31m\n", | |
"\u001b[0mSuccessfully installed numpy-1.23.5\n" | |
] | |
}, | |
{ | |
"data": { | |
"application/vnd.colab-display-data+json": { | |
"id": "fcccba20bc304392bec60527f9df7fd2", | |
"pip_warning": { | |
"packages": [ | |
"numpy" | |
] | |
} | |
} | |
}, | |
"metadata": {}, | |
"output_type": "display_data" | |
} | |
], | |
"source": [ | |
"!pip install numpy==1.23.5" | |
] | |
}, | |
{ | |
"cell_type": "code", | |
"execution_count": null, | |
"metadata": { | |
"id": "rB9XA3mT9LpD" | |
}, | |
"outputs": [], | |
"source": [ | |
"import mlc_llm\n", | |
"import torch" | |
] | |
}, | |
{ | |
"cell_type": "code", | |
"execution_count": null, | |
"metadata": { | |
"colab": { | |
"base_uri": "https://localhost:8080/", | |
"height": 113, | |
"referenced_widgets": [ | |
"28ad75e3d0524b0e984da22749bc2b7f", | |
"e6448231e20a47d3b8c7a7e02a4e1a51", | |
"9fa0aea0e90f488595ef0feb34b7933c", | |
"c06d1c45ca0840d7903f02657e6d2a3d", | |
"88854978a8a94dac867790ba63ccf106", | |
"080c917f6bcc403daa9db1e4b387fb14", | |
"4900e2c171e04a32a933439af6ddcc71", | |
"c0601d67953e4e8ead9bdee8564fbd4a", | |
"d9975ef0890a478eb8983702a838d62f", | |
"c9023f17c67e45168474475de5651731", | |
"7f74856428f6435ba090d420609fa33b" | |
] | |
}, | |
"id": "G0IJ-vDI9aIW", | |
"outputId": "d71387f2-5264-45fe-f2a0-09b834898886" | |
}, | |
"outputs": [ | |
{ | |
"data": { | |
"application/vnd.jupyter.widget-view+json": { | |
"model_id": "28ad75e3d0524b0e984da22749bc2b7f", | |
"version_major": 2, | |
"version_minor": 0 | |
}, | |
"text/plain": [ | |
"VBox(children=(HTML(value='<center> <img\\nsrc=https://huggingface.co/front/assets/huggingface_logo-noborder.sv…" | |
] | |
}, | |
"metadata": {}, | |
"output_type": "display_data" | |
} | |
], | |
"source": [ | |
"# Login to Hugging Face account.\n", | |
"from huggingface_hub import notebook_login\n", | |
"notebook_login()" | |
] | |
}, | |
{ | |
"cell_type": "code", | |
"execution_count": null, | |
"metadata": { | |
"id": "DhhpFzI9-aPA" | |
}, | |
"outputs": [], | |
"source": [ | |
"# Configure model name and quantization type.\n", | |
"FINE_TUNED_MODEL_NAME = \"fine_tuned_science_gemma2b-it\"\n", | |
"QUANTIZATION= \"q4f16_1\"" | |
] | |
}, | |
{ | |
"cell_type": "code", | |
"execution_count": null, | |
"metadata": { | |
"colab": { | |
"base_uri": "https://localhost:8080/" | |
}, | |
"id": "NnuI1hwz-xBC", | |
"outputId": "2b482b02-b9d1-4837-e741-3a18428b2096" | |
}, | |
"outputs": [ | |
{ | |
"name": "stdout", | |
"output_type": "stream", | |
"text": [ | |
"Sun Mar 31 12:19:02 2024 \n", | |
"+---------------------------------------------------------------------------------------+\n", | |
"| NVIDIA-SMI 535.104.05 Driver Version: 535.104.05 CUDA Version: 12.2 |\n", | |
"|-----------------------------------------+----------------------+----------------------+\n", | |
"| GPU Name Persistence-M | Bus-Id Disp.A | Volatile Uncorr. ECC |\n", | |
"| Fan Temp Perf Pwr:Usage/Cap | Memory-Usage | GPU-Util Compute M. |\n", | |
"| | | MIG M. |\n", | |
"|=========================================+======================+======================|\n", | |
"| 0 Tesla T4 Off | 00000000:00:04.0 Off | 0 |\n", | |
"| N/A 39C P8 11W / 70W | 0MiB / 15360MiB | 0% Default |\n", | |
"| | | N/A |\n", | |
"+-----------------------------------------+----------------------+----------------------+\n", | |
" \n", | |
"+---------------------------------------------------------------------------------------+\n", | |
"| Processes: |\n", | |
"| GPU GI CI PID Type Process name GPU Memory |\n", | |
"| ID ID Usage |\n", | |
"|=======================================================================================|\n", | |
"| No running processes found |\n", | |
"+---------------------------------------------------------------------------------------+\n" | |
] | |
}, | |
{ | |
"data": { | |
"text/plain": [ | |
"True" | |
] | |
}, | |
"execution_count": 4, | |
"metadata": {}, | |
"output_type": "execute_result" | |
} | |
], | |
"source": [ | |
"!nvidia-smi\n", | |
"\n", | |
"# Check if CUDA is available.\n", | |
"torch.cuda.is_available()" | |
] | |
}, | |
{ | |
"cell_type": "code", | |
"execution_count": null, | |
"metadata": { | |
"colab": { | |
"base_uri": "https://localhost:8080/" | |
}, | |
"id": "UjSpGwmO-9J6", | |
"outputId": "20f8510a-4f7b-4466-c8a2-85105e7562c1" | |
}, | |
"outputs": [ | |
{ | |
"data": { | |
"text/plain": [ | |
"device(type='cuda', index=0)" | |
] | |
}, | |
"execution_count": 5, | |
"metadata": {}, | |
"output_type": "execute_result" | |
} | |
], | |
"source": [ | |
"device = torch.device(\"cuda:0\" if torch.cuda.is_available() else \"cpu\")\n", | |
"device" | |
] | |
}, | |
{ | |
"cell_type": "markdown", | |
"metadata": { | |
"id": "KJPjatyWFD8z" | |
}, | |
"source": [ | |
"#### Convert fine-tuned model weights." | |
] | |
}, | |
{ | |
"cell_type": "markdown", | |
"metadata": { | |
"id": "039UM4LbtobP" | |
}, | |
"source": [ | |
"*Note:* Go to **/usr/local/lib/python3.10/dist-packages/tvm/relax/frontend/nn/exporter.py**\", and comment Line 139:\n", | |
"\n", | |
" `assert rx.analysis.well_formed(mod)`" | |
] | |
}, | |
{ | |
"cell_type": "markdown", | |
"metadata": { | |
"id": "FARyNolzXNJU" | |
}, | |
"source": [ | |
"*Note:* Go to **/usr/local/lib/python3.10/dist-packages/mlc_llm/loader/huggingface_loader.py**\", and add the following line before line 115:\n", | |
"\n", | |
" `preshared_funcs = {}`" | |
] | |
}, | |
{ | |
"cell_type": "code", | |
"execution_count": null, | |
"metadata": { | |
"colab": { | |
"base_uri": "https://localhost:8080/" | |
}, | |
"id": "hp7tQAG9-_t6", | |
"outputId": "e6b0239d-7903-4a35-9bdc-4d84fafff319" | |
}, | |
"outputs": [ | |
{ | |
"name": "stdout", | |
"output_type": "stream", | |
"text": [ | |
"[2024-03-31 12:19:45] INFO auto_config.py:115: \u001b[92mFound\u001b[0m model configuration: /content/fine_tuned_science_gemma2b-it/config.json\n", | |
"[2024-03-31 12:19:48] INFO auto_device.py:76: \u001b[92mFound\u001b[0m device: cuda:0\n", | |
"[2024-03-31 12:19:50] INFO auto_device.py:85: \u001b[91mNot found\u001b[0m device: rocm:0\n", | |
"[2024-03-31 12:19:53] INFO auto_device.py:85: \u001b[91mNot found\u001b[0m device: metal:0\n", | |
"[2024-03-31 12:19:55] INFO auto_device.py:85: \u001b[91mNot found\u001b[0m device: vulkan:0\n", | |
"[2024-03-31 12:19:58] INFO auto_device.py:85: \u001b[91mNot found\u001b[0m device: opencl:0\n", | |
"[2024-03-31 12:19:58] INFO auto_device.py:33: Using device: \u001b[1mcuda:0\u001b[0m\n", | |
"[2024-03-31 12:19:58] INFO auto_weight.py:70: Finding weights in: /content/fine_tuned_science_gemma2b-it\n", | |
"[2024-03-31 12:19:58] INFO auto_weight.py:136: \u001b[91mNot found\u001b[0m Huggingface PyTorch\n", | |
"[2024-03-31 12:19:58] INFO auto_weight.py:143: \u001b[92mFound\u001b[0m source weight format: huggingface-safetensor. Source configuration: /content/fine_tuned_science_gemma2b-it/model.safetensors.index.json\n", | |
"[2024-03-31 12:19:58] INFO auto_weight.py:106: Using source weight configuration: \u001b[1m/content/fine_tuned_science_gemma2b-it/model.safetensors.index.json\u001b[0m. Use `--source` to override.\n", | |
"[2024-03-31 12:19:58] INFO auto_weight.py:110: Using source weight format: \u001b[1mhuggingface-safetensor\u001b[0m. Use `--source-format` to override.\n", | |
"[2024-03-31 12:19:58] INFO auto_config.py:153: \u001b[92mFound\u001b[0m model type: \u001b[1mgemma\u001b[0m. Use `--model-type` to override.\n", | |
"\u001b[1mWeight conversion with arguments:\u001b[0m\n", | |
" \u001b[1m--config\u001b[0m /content/fine_tuned_science_gemma2b-it/config.json\n", | |
" \u001b[1m--quantization\u001b[0m GroupQuantize(name='q4f16_1', kind='group-quant', group_size=32, quantize_dtype='int4', storage_dtype='uint32', model_dtype='float16', linear_weight_layout='NK', quantize_embedding=True, quantize_final_fc=True, num_elem_per_storage=8, num_storage_per_group=4, max_int_value=7)\n", | |
" \u001b[1m--model-type\u001b[0m gemma\n", | |
" \u001b[1m--device\u001b[0m cuda:0\n", | |
" \u001b[1m--source\u001b[0m /content/fine_tuned_science_gemma2b-it/model.safetensors.index.json\n", | |
" \u001b[1m--source-format\u001b[0m huggingface-safetensor\n", | |
" \u001b[1m--output\u001b[0m /content/fine_tuned_science_gemma2b-it-q4f16_1-MLC\n", | |
"[2024-03-31 12:19:58] INFO gemma_model.py:55: \u001b[1mcontext_window_size\u001b[0m not found in config.json. Falling back to \u001b[1mmax_position_embeddings\u001b[0m (8192)\n", | |
"[2024-03-31 12:19:58] INFO gemma_model.py:70: \u001b[1mprefill_chunk_size\u001b[0m defaults to \u001b[1mcontext_window_size\u001b[0m (8192)\n", | |
"Start storing to cache /content/fine_tuned_science_gemma2b-it-q4f16_1-MLC\n", | |
"[2024-03-31 12:19:59] INFO huggingface_loader.py:185: Loading HF parameters from: /content/fine_tuned_science_gemma2b-it/model-00001-of-00002.safetensors\n", | |
"[2024-03-31 12:20:07] INFO group_quantization.py:234: Compiling quantize function for key: ((256000, 2048), float16, cuda, axis=1, output_transpose=False)\n", | |
"[2024-03-31 12:20:10] INFO huggingface_loader.py:167: [Quantized] Parameter: \"\u001b[1mmodel.embed_tokens.q_weight\u001b[0m\", shape: (256000, 256), dtype: uint32\n", | |
"[2024-03-31 12:20:11] INFO huggingface_loader.py:167: [Quantized] Parameter: \"\u001b[1mmodel.embed_tokens.q_scale\u001b[0m\", shape: (256000, 64), dtype: float16\n", | |
"[2024-03-31 12:20:11] INFO huggingface_loader.py:175: [Not quantized] Parameter: \"\u001b[1mmodel.layers.0.input_layernorm.weight\u001b[0m\", shape: (2048,), dtype: float16\n", | |
"[2024-03-31 12:20:12] INFO group_quantization.py:234: Compiling quantize function for key: ((2048, 16384), float16, cuda, axis=1, output_transpose=False)\n", | |
"[2024-03-31 12:20:12] INFO huggingface_loader.py:167: [Quantized] Parameter: \"\u001b[1mmodel.layers.0.mlp.down_proj.q_weight\u001b[0m\", shape: (2048, 2048), dtype: uint32\n", | |
"[2024-03-31 12:20:12] INFO huggingface_loader.py:167: [Quantized] Parameter: \"\u001b[1mmodel.layers.0.mlp.down_proj.q_scale\u001b[0m\", shape: (2048, 512), dtype: float16\n", | |
"[2024-03-31 12:20:13] INFO group_quantization.py:234: Compiling quantize function for key: ((32768, 2048), float16, cuda, axis=1, output_transpose=False)\n", | |
"[2024-03-31 12:20:14] INFO huggingface_loader.py:167: [Quantized] Parameter: \"\u001b[1mmodel.layers.0.mlp.gate_up_proj.q_weight\u001b[0m\", shape: (32768, 256), dtype: uint32\n", | |
"[2024-03-31 12:20:14] INFO huggingface_loader.py:167: [Quantized] Parameter: \"\u001b[1mmodel.layers.0.mlp.gate_up_proj.q_scale\u001b[0m\", shape: (32768, 64), dtype: float16\n", | |
"[2024-03-31 12:20:14] INFO huggingface_loader.py:175: [Not quantized] Parameter: \"\u001b[1mmodel.layers.0.post_attention_layernorm.weight\u001b[0m\", shape: (2048,), dtype: float16\n", | |
"[2024-03-31 12:20:14] INFO group_quantization.py:234: Compiling quantize function for key: ((2560, 2048), float16, cuda, axis=1, output_transpose=False)\n", | |
"[2024-03-31 12:20:15] INFO huggingface_loader.py:167: [Quantized] Parameter: \"\u001b[1mmodel.layers.0.self_attn.qkv_proj.q_weight\u001b[0m\", shape: (2560, 256), dtype: uint32\n", | |
"[2024-03-31 12:20:15] INFO huggingface_loader.py:167: [Quantized] Parameter: \"\u001b[1mmodel.layers.0.self_attn.qkv_proj.q_scale\u001b[0m\", shape: (2560, 64), dtype: float16\n", | |
"[2024-03-31 12:20:15] INFO group_quantization.py:234: Compiling quantize function for key: ((2048, 2048), float16, cuda, axis=1, output_transpose=False)\n", | |
"[2024-03-31 12:20:16] INFO huggingface_loader.py:167: [Quantized] Parameter: \"\u001b[1mmodel.layers.0.self_attn.o_proj.q_weight\u001b[0m\", shape: (2048, 256), dtype: uint32\n", | |
"[2024-03-31 12:20:16] INFO huggingface_loader.py:167: [Quantized] Parameter: \"\u001b[1mmodel.layers.0.self_attn.o_proj.q_scale\u001b[0m\", shape: (2048, 64), dtype: float16\n", | |
"[2024-03-31 12:20:16] INFO huggingface_loader.py:175: [Not quantized] Parameter: \"\u001b[1mmodel.layers.1.input_layernorm.weight\u001b[0m\", shape: (2048,), dtype: float16\n", | |
"[2024-03-31 12:20:17] INFO huggingface_loader.py:167: [Quantized] Parameter: \"\u001b[1mmodel.layers.1.mlp.down_proj.q_weight\u001b[0m\", shape: (2048, 2048), dtype: uint32\n", | |
"[2024-03-31 12:20:17] INFO huggingface_loader.py:167: [Quantized] Parameter: \"\u001b[1mmodel.layers.1.mlp.down_proj.q_scale\u001b[0m\", shape: (2048, 512), dtype: float16\n", | |
"[2024-03-31 12:20:18] INFO huggingface_loader.py:167: [Quantized] Parameter: \"\u001b[1mmodel.layers.1.mlp.gate_up_proj.q_weight\u001b[0m\", shape: (32768, 256), dtype: uint32\n", | |
"[2024-03-31 12:20:18] INFO huggingface_loader.py:167: [Quantized] Parameter: \"\u001b[1mmodel.layers.1.mlp.gate_up_proj.q_scale\u001b[0m\", shape: (32768, 64), dtype: float16\n", | |
"[2024-03-31 12:20:18] INFO huggingface_loader.py:175: [Not quantized] Parameter: \"\u001b[1mmodel.layers.1.post_attention_layernorm.weight\u001b[0m\", shape: (2048,), dtype: float16\n", | |
"[2024-03-31 12:20:18] INFO huggingface_loader.py:167: [Quantized] Parameter: \"\u001b[1mmodel.layers.1.self_attn.qkv_proj.q_weight\u001b[0m\", shape: (2560, 256), dtype: uint32\n", | |
"[2024-03-31 12:20:18] INFO huggingface_loader.py:167: [Quantized] Parameter: \"\u001b[1mmodel.layers.1.self_attn.qkv_proj.q_scale\u001b[0m\", shape: (2560, 64), dtype: float16\n", | |
"[2024-03-31 12:20:18] INFO huggingface_loader.py:167: [Quantized] Parameter: \"\u001b[1mmodel.layers.1.self_attn.o_proj.q_weight\u001b[0m\", shape: (2048, 256), dtype: uint32\n", | |
"[2024-03-31 12:20:18] INFO huggingface_loader.py:167: [Quantized] Parameter: \"\u001b[1mmodel.layers.1.self_attn.o_proj.q_scale\u001b[0m\", shape: (2048, 64), dtype: float16\n", | |
"[2024-03-31 12:20:18] INFO huggingface_loader.py:175: [Not quantized] Parameter: \"\u001b[1mmodel.layers.10.input_layernorm.weight\u001b[0m\", shape: (2048,), dtype: float16\n", | |
"[2024-03-31 12:20:19] INFO huggingface_loader.py:167: [Quantized] Parameter: \"\u001b[1mmodel.layers.10.mlp.down_proj.q_weight\u001b[0m\", shape: (2048, 2048), dtype: uint32\n", | |
"[2024-03-31 12:20:19] INFO huggingface_loader.py:167: [Quantized] Parameter: \"\u001b[1mmodel.layers.10.mlp.down_proj.q_scale\u001b[0m\", shape: (2048, 512), dtype: float16\n", | |
"[2024-03-31 12:20:20] INFO huggingface_loader.py:167: [Quantized] Parameter: \"\u001b[1mmodel.layers.10.mlp.gate_up_proj.q_weight\u001b[0m\", shape: (32768, 256), dtype: uint32\n", | |
"[2024-03-31 12:20:20] INFO huggingface_loader.py:167: [Quantized] Parameter: \"\u001b[1mmodel.layers.10.mlp.gate_up_proj.q_scale\u001b[0m\", shape: (32768, 64), dtype: float16\n", | |
"[2024-03-31 12:20:20] INFO huggingface_loader.py:175: [Not quantized] Parameter: \"\u001b[1mmodel.layers.10.post_attention_layernorm.weight\u001b[0m\", shape: (2048,), dtype: float16\n", | |
"[2024-03-31 12:20:20] INFO huggingface_loader.py:167: [Quantized] Parameter: \"\u001b[1mmodel.layers.10.self_attn.qkv_proj.q_weight\u001b[0m\", shape: (2560, 256), dtype: uint32\n", | |
"[2024-03-31 12:20:20] INFO huggingface_loader.py:167: [Quantized] Parameter: \"\u001b[1mmodel.layers.10.self_attn.qkv_proj.q_scale\u001b[0m\", shape: (2560, 64), dtype: float16\n", | |
"[2024-03-31 12:20:20] INFO huggingface_loader.py:167: [Quantized] Parameter: \"\u001b[1mmodel.layers.10.self_attn.o_proj.q_weight\u001b[0m\", shape: (2048, 256), dtype: uint32\n", | |
"[2024-03-31 12:20:20] INFO huggingface_loader.py:167: [Quantized] Parameter: \"\u001b[1mmodel.layers.10.self_attn.o_proj.q_scale\u001b[0m\", shape: (2048, 64), dtype: float16\n", | |
"[2024-03-31 12:20:20] INFO huggingface_loader.py:175: [Not quantized] Parameter: \"\u001b[1mmodel.layers.11.input_layernorm.weight\u001b[0m\", shape: (2048,), dtype: float16\n", | |
"[2024-03-31 12:20:20] INFO huggingface_loader.py:167: [Quantized] Parameter: \"\u001b[1mmodel.layers.11.mlp.down_proj.q_weight\u001b[0m\", shape: (2048, 2048), dtype: uint32\n", | |
"[2024-03-31 12:20:20] INFO huggingface_loader.py:167: [Quantized] Parameter: \"\u001b[1mmodel.layers.11.mlp.down_proj.q_scale\u001b[0m\", shape: (2048, 512), dtype: float16\n", | |
"[2024-03-31 12:20:21] INFO huggingface_loader.py:167: [Quantized] Parameter: \"\u001b[1mmodel.layers.11.mlp.gate_up_proj.q_weight\u001b[0m\", shape: (32768, 256), dtype: uint32\n", | |
"[2024-03-31 12:20:21] INFO huggingface_loader.py:167: [Quantized] Parameter: \"\u001b[1mmodel.layers.11.mlp.gate_up_proj.q_scale\u001b[0m\", shape: (32768, 64), dtype: float16\n", | |
"[2024-03-31 12:20:21] INFO huggingface_loader.py:175: [Not quantized] Parameter: \"\u001b[1mmodel.layers.11.post_attention_layernorm.weight\u001b[0m\", shape: (2048,), dtype: float16\n", | |
"[2024-03-31 12:20:21] INFO huggingface_loader.py:167: [Quantized] Parameter: \"\u001b[1mmodel.layers.11.self_attn.qkv_proj.q_weight\u001b[0m\", shape: (2560, 256), dtype: uint32\n", | |
"[2024-03-31 12:20:21] INFO huggingface_loader.py:167: [Quantized] Parameter: \"\u001b[1mmodel.layers.11.self_attn.qkv_proj.q_scale\u001b[0m\", shape: (2560, 64), dtype: float16\n", | |
"[2024-03-31 12:20:22] INFO huggingface_loader.py:167: [Quantized] Parameter: \"\u001b[1mmodel.layers.11.self_attn.o_proj.q_weight\u001b[0m\", shape: (2048, 256), dtype: uint32\n", | |
"[2024-03-31 12:20:22] INFO huggingface_loader.py:167: [Quantized] Parameter: \"\u001b[1mmodel.layers.11.self_attn.o_proj.q_scale\u001b[0m\", shape: (2048, 64), dtype: float16\n", | |
"[2024-03-31 12:20:22] INFO huggingface_loader.py:175: [Not quantized] Parameter: \"\u001b[1mmodel.layers.12.input_layernorm.weight\u001b[0m\", shape: (2048,), dtype: float16\n", | |
"[2024-03-31 12:20:22] INFO huggingface_loader.py:167: [Quantized] Parameter: \"\u001b[1mmodel.layers.12.mlp.down_proj.q_weight\u001b[0m\", shape: (2048, 2048), dtype: uint32\n", | |
"[2024-03-31 12:20:22] INFO huggingface_loader.py:167: [Quantized] Parameter: \"\u001b[1mmodel.layers.12.mlp.down_proj.q_scale\u001b[0m\", shape: (2048, 512), dtype: float16\n", | |
"[2024-03-31 12:20:23] INFO huggingface_loader.py:167: [Quantized] Parameter: \"\u001b[1mmodel.layers.12.mlp.gate_up_proj.q_weight\u001b[0m\", shape: (32768, 256), dtype: uint32\n", | |
"[2024-03-31 12:20:23] INFO huggingface_loader.py:167: [Quantized] Parameter: \"\u001b[1mmodel.layers.12.mlp.gate_up_proj.q_scale\u001b[0m\", shape: (32768, 64), dtype: float16\n", | |
"[2024-03-31 12:20:23] INFO huggingface_loader.py:175: [Not quantized] Parameter: \"\u001b[1mmodel.layers.12.post_attention_layernorm.weight\u001b[0m\", shape: (2048,), dtype: float16\n", | |
"[2024-03-31 12:20:23] INFO huggingface_loader.py:167: [Quantized] Parameter: \"\u001b[1mmodel.layers.12.self_attn.qkv_proj.q_weight\u001b[0m\", shape: (2560, 256), dtype: uint32\n", | |
"[2024-03-31 12:20:23] INFO huggingface_loader.py:167: [Quantized] Parameter: \"\u001b[1mmodel.layers.12.self_attn.qkv_proj.q_scale\u001b[0m\", shape: (2560, 64), dtype: float16\n", | |
"[2024-03-31 12:20:23] INFO huggingface_loader.py:167: [Quantized] Parameter: \"\u001b[1mmodel.layers.12.self_attn.o_proj.q_weight\u001b[0m\", shape: (2048, 256), dtype: uint32\n", | |
"[2024-03-31 12:20:23] INFO huggingface_loader.py:167: [Quantized] Parameter: \"\u001b[1mmodel.layers.12.self_attn.o_proj.q_scale\u001b[0m\", shape: (2048, 64), dtype: float16\n", | |
"[2024-03-31 12:20:23] INFO huggingface_loader.py:175: [Not quantized] Parameter: \"\u001b[1mmodel.layers.13.input_layernorm.weight\u001b[0m\", shape: (2048,), dtype: float16\n", | |
"[2024-03-31 12:20:24] INFO huggingface_loader.py:167: [Quantized] Parameter: \"\u001b[1mmodel.layers.13.mlp.down_proj.q_weight\u001b[0m\", shape: (2048, 2048), dtype: uint32\n", | |
"[2024-03-31 12:20:24] INFO huggingface_loader.py:167: [Quantized] Parameter: \"\u001b[1mmodel.layers.13.mlp.down_proj.q_scale\u001b[0m\", shape: (2048, 512), dtype: float16\n", | |
"[2024-03-31 12:20:25] INFO huggingface_loader.py:167: [Quantized] Parameter: \"\u001b[1mmodel.layers.13.mlp.gate_up_proj.q_weight\u001b[0m\", shape: (32768, 256), dtype: uint32\n", | |
"[2024-03-31 12:20:25] INFO huggingface_loader.py:167: [Quantized] Parameter: \"\u001b[1mmodel.layers.13.mlp.gate_up_proj.q_scale\u001b[0m\", shape: (32768, 64), dtype: float16\n", | |
"[2024-03-31 12:20:25] INFO huggingface_loader.py:175: [Not quantized] Parameter: \"\u001b[1mmodel.layers.13.post_attention_layernorm.weight\u001b[0m\", shape: (2048,), dtype: float16\n", | |
"[2024-03-31 12:20:25] INFO huggingface_loader.py:167: [Quantized] Parameter: \"\u001b[1mmodel.layers.13.self_attn.qkv_proj.q_weight\u001b[0m\", shape: (2560, 256), dtype: uint32\n", | |
"[2024-03-31 12:20:25] INFO huggingface_loader.py:167: [Quantized] Parameter: \"\u001b[1mmodel.layers.13.self_attn.qkv_proj.q_scale\u001b[0m\", shape: (2560, 64), dtype: float16\n", | |
"[2024-03-31 12:20:25] INFO huggingface_loader.py:167: [Quantized] Parameter: \"\u001b[1mmodel.layers.13.self_attn.o_proj.q_weight\u001b[0m\", shape: (2048, 256), dtype: uint32\n", | |
"[2024-03-31 12:20:25] INFO huggingface_loader.py:167: [Quantized] Parameter: \"\u001b[1mmodel.layers.13.self_attn.o_proj.q_scale\u001b[0m\", shape: (2048, 64), dtype: float16\n", | |
"[2024-03-31 12:20:25] INFO huggingface_loader.py:175: [Not quantized] Parameter: \"\u001b[1mmodel.layers.14.input_layernorm.weight\u001b[0m\", shape: (2048,), dtype: float16\n", | |
"[2024-03-31 12:20:25] INFO huggingface_loader.py:167: [Quantized] Parameter: \"\u001b[1mmodel.layers.14.mlp.down_proj.q_weight\u001b[0m\", shape: (2048, 2048), dtype: uint32\n", | |
"[2024-03-31 12:20:25] INFO huggingface_loader.py:167: [Quantized] Parameter: \"\u001b[1mmodel.layers.14.mlp.down_proj.q_scale\u001b[0m\", shape: (2048, 512), dtype: float16\n", | |
"[2024-03-31 12:20:26] INFO huggingface_loader.py:167: [Quantized] Parameter: \"\u001b[1mmodel.layers.14.mlp.gate_up_proj.q_weight\u001b[0m\", shape: (32768, 256), dtype: uint32\n", | |
"[2024-03-31 12:20:26] INFO huggingface_loader.py:167: [Quantized] Parameter: \"\u001b[1mmodel.layers.14.mlp.gate_up_proj.q_scale\u001b[0m\", shape: (32768, 64), dtype: float16\n", | |
"[2024-03-31 12:20:26] INFO huggingface_loader.py:175: [Not quantized] Parameter: \"\u001b[1mmodel.layers.14.post_attention_layernorm.weight\u001b[0m\", shape: (2048,), dtype: float16\n", | |
"[2024-03-31 12:20:26] INFO huggingface_loader.py:167: [Quantized] Parameter: \"\u001b[1mmodel.layers.14.self_attn.qkv_proj.q_weight\u001b[0m\", shape: (2560, 256), dtype: uint32\n", | |
"[2024-03-31 12:20:27] INFO huggingface_loader.py:167: [Quantized] Parameter: \"\u001b[1mmodel.layers.14.self_attn.qkv_proj.q_scale\u001b[0m\", shape: (2560, 64), dtype: float16\n", | |
"[2024-03-31 12:20:27] INFO huggingface_loader.py:167: [Quantized] Parameter: \"\u001b[1mmodel.layers.14.self_attn.o_proj.q_weight\u001b[0m\", shape: (2048, 256), dtype: uint32\n", | |
"[2024-03-31 12:20:27] INFO huggingface_loader.py:167: [Quantized] Parameter: \"\u001b[1mmodel.layers.14.self_attn.o_proj.q_scale\u001b[0m\", shape: (2048, 64), dtype: float16\n", | |
"[2024-03-31 12:20:27] INFO huggingface_loader.py:175: [Not quantized] Parameter: \"\u001b[1mmodel.layers.15.input_layernorm.weight\u001b[0m\", shape: (2048,), dtype: float16\n", | |
"[2024-03-31 12:20:27] INFO huggingface_loader.py:167: [Quantized] Parameter: \"\u001b[1mmodel.layers.15.mlp.down_proj.q_weight\u001b[0m\", shape: (2048, 2048), dtype: uint32\n", | |
"[2024-03-31 12:20:27] INFO huggingface_loader.py:167: [Quantized] Parameter: \"\u001b[1mmodel.layers.15.mlp.down_proj.q_scale\u001b[0m\", shape: (2048, 512), dtype: float16\n", | |
"[2024-03-31 12:20:28] INFO huggingface_loader.py:167: [Quantized] Parameter: \"\u001b[1mmodel.layers.15.mlp.gate_up_proj.q_weight\u001b[0m\", shape: (32768, 256), dtype: uint32\n", | |
"[2024-03-31 12:20:28] INFO huggingface_loader.py:167: [Quantized] Parameter: \"\u001b[1mmodel.layers.15.mlp.gate_up_proj.q_scale\u001b[0m\", shape: (32768, 64), dtype: float16\n", | |
"[2024-03-31 12:20:28] INFO huggingface_loader.py:175: [Not quantized] Parameter: \"\u001b[1mmodel.layers.15.post_attention_layernorm.weight\u001b[0m\", shape: (2048,), dtype: float16\n", | |
"[2024-03-31 12:20:29] INFO huggingface_loader.py:167: [Quantized] Parameter: \"\u001b[1mmodel.layers.15.self_attn.qkv_proj.q_weight\u001b[0m\", shape: (2560, 256), dtype: uint32\n", | |
"[2024-03-31 12:20:29] INFO huggingface_loader.py:167: [Quantized] Parameter: \"\u001b[1mmodel.layers.15.self_attn.qkv_proj.q_scale\u001b[0m\", shape: (2560, 64), dtype: float16\n", | |
"[2024-03-31 12:20:29] INFO huggingface_loader.py:167: [Quantized] Parameter: \"\u001b[1mmodel.layers.15.self_attn.o_proj.q_weight\u001b[0m\", shape: (2048, 256), dtype: uint32\n", | |
"[2024-03-31 12:20:29] INFO huggingface_loader.py:167: [Quantized] Parameter: \"\u001b[1mmodel.layers.15.self_attn.o_proj.q_scale\u001b[0m\", shape: (2048, 64), dtype: float16\n", | |
"[2024-03-31 12:20:29] INFO huggingface_loader.py:175: [Not quantized] Parameter: \"\u001b[1mmodel.layers.16.input_layernorm.weight\u001b[0m\", shape: (2048,), dtype: float16\n", | |
"[2024-03-31 12:20:29] INFO huggingface_loader.py:167: [Quantized] Parameter: \"\u001b[1mmodel.layers.16.mlp.down_proj.q_weight\u001b[0m\", shape: (2048, 2048), dtype: uint32\n", | |
"[2024-03-31 12:20:29] INFO huggingface_loader.py:167: [Quantized] Parameter: \"\u001b[1mmodel.layers.16.mlp.down_proj.q_scale\u001b[0m\", shape: (2048, 512), dtype: float16\n", | |
"[2024-03-31 12:20:30] INFO huggingface_loader.py:167: [Quantized] Parameter: \"\u001b[1mmodel.layers.16.mlp.gate_up_proj.q_weight\u001b[0m\", shape: (32768, 256), dtype: uint32\n", | |
"[2024-03-31 12:20:30] INFO huggingface_loader.py:167: [Quantized] Parameter: \"\u001b[1mmodel.layers.16.mlp.gate_up_proj.q_scale\u001b[0m\", shape: (32768, 64), dtype: float16\n", | |
"[2024-03-31 12:20:30] INFO huggingface_loader.py:175: [Not quantized] Parameter: \"\u001b[1mmodel.layers.16.post_attention_layernorm.weight\u001b[0m\", shape: (2048,), dtype: float16\n", | |
"[2024-03-31 12:20:30] INFO huggingface_loader.py:167: [Quantized] Parameter: \"\u001b[1mmodel.layers.16.self_attn.qkv_proj.q_weight\u001b[0m\", shape: (2560, 256), dtype: uint32\n", | |
"[2024-03-31 12:20:30] INFO huggingface_loader.py:167: [Quantized] Parameter: \"\u001b[1mmodel.layers.16.self_attn.qkv_proj.q_scale\u001b[0m\", shape: (2560, 64), dtype: float16\n", | |
"[2024-03-31 12:20:30] INFO huggingface_loader.py:167: [Quantized] Parameter: \"\u001b[1mmodel.layers.16.self_attn.o_proj.q_weight\u001b[0m\", shape: (2048, 256), dtype: uint32\n", | |
"[2024-03-31 12:20:30] INFO huggingface_loader.py:167: [Quantized] Parameter: \"\u001b[1mmodel.layers.16.self_attn.o_proj.q_scale\u001b[0m\", shape: (2048, 64), dtype: float16\n", | |
"[2024-03-31 12:20:31] INFO huggingface_loader.py:167: [Quantized] Parameter: \"\u001b[1mmodel.layers.17.mlp.gate_up_proj.q_weight\u001b[0m\", shape: (32768, 256), dtype: uint32\n", | |
"[2024-03-31 12:20:31] INFO huggingface_loader.py:167: [Quantized] Parameter: \"\u001b[1mmodel.layers.17.mlp.gate_up_proj.q_scale\u001b[0m\", shape: (32768, 64), dtype: float16\n", | |
"[2024-03-31 12:20:31] INFO huggingface_loader.py:167: [Quantized] Parameter: \"\u001b[1mmodel.layers.17.self_attn.qkv_proj.q_weight\u001b[0m\", shape: (2560, 256), dtype: uint32\n", | |
"[2024-03-31 12:20:32] INFO huggingface_loader.py:167: [Quantized] Parameter: \"\u001b[1mmodel.layers.17.self_attn.qkv_proj.q_scale\u001b[0m\", shape: (2560, 64), dtype: float16\n", | |
"[2024-03-31 12:20:32] INFO huggingface_loader.py:167: [Quantized] Parameter: \"\u001b[1mmodel.layers.17.self_attn.o_proj.q_weight\u001b[0m\", shape: (2048, 256), dtype: uint32\n", | |
"[2024-03-31 12:20:32] INFO huggingface_loader.py:167: [Quantized] Parameter: \"\u001b[1mmodel.layers.17.self_attn.o_proj.q_scale\u001b[0m\", shape: (2048, 64), dtype: float16\n", | |
"[2024-03-31 12:20:32] INFO huggingface_loader.py:175: [Not quantized] Parameter: \"\u001b[1mmodel.layers.2.input_layernorm.weight\u001b[0m\", shape: (2048,), dtype: float16\n", | |
"[2024-03-31 12:20:32] INFO huggingface_loader.py:167: [Quantized] Parameter: \"\u001b[1mmodel.layers.2.mlp.down_proj.q_weight\u001b[0m\", shape: (2048, 2048), dtype: uint32\n", | |
"[2024-03-31 12:20:32] INFO huggingface_loader.py:167: [Quantized] Parameter: \"\u001b[1mmodel.layers.2.mlp.down_proj.q_scale\u001b[0m\", shape: (2048, 512), dtype: float16\n", | |
"[2024-03-31 12:20:33] INFO huggingface_loader.py:167: [Quantized] Parameter: \"\u001b[1mmodel.layers.2.mlp.gate_up_proj.q_weight\u001b[0m\", shape: (32768, 256), dtype: uint32\n", | |
"[2024-03-31 12:20:33] INFO huggingface_loader.py:167: [Quantized] Parameter: \"\u001b[1mmodel.layers.2.mlp.gate_up_proj.q_scale\u001b[0m\", shape: (32768, 64), dtype: float16\n", | |
"[2024-03-31 12:20:33] INFO huggingface_loader.py:175: [Not quantized] Parameter: \"\u001b[1mmodel.layers.2.post_attention_layernorm.weight\u001b[0m\", shape: (2048,), dtype: float16\n", | |
"[2024-03-31 12:20:33] INFO huggingface_loader.py:167: [Quantized] Parameter: \"\u001b[1mmodel.layers.2.self_attn.qkv_proj.q_weight\u001b[0m\", shape: (2560, 256), dtype: uint32\n", | |
"[2024-03-31 12:20:33] INFO huggingface_loader.py:167: [Quantized] Parameter: \"\u001b[1mmodel.layers.2.self_attn.qkv_proj.q_scale\u001b[0m\", shape: (2560, 64), dtype: float16\n", | |
"[2024-03-31 12:20:33] INFO huggingface_loader.py:167: [Quantized] Parameter: \"\u001b[1mmodel.layers.2.self_attn.o_proj.q_weight\u001b[0m\", shape: (2048, 256), dtype: uint32\n", | |
"[2024-03-31 12:20:33] INFO huggingface_loader.py:167: [Quantized] Parameter: \"\u001b[1mmodel.layers.2.self_attn.o_proj.q_scale\u001b[0m\", shape: (2048, 64), dtype: float16\n", | |
"[2024-03-31 12:20:33] INFO huggingface_loader.py:175: [Not quantized] Parameter: \"\u001b[1mmodel.layers.3.input_layernorm.weight\u001b[0m\", shape: (2048,), dtype: float16\n", | |
"[2024-03-31 12:20:34] INFO huggingface_loader.py:167: [Quantized] Parameter: \"\u001b[1mmodel.layers.3.mlp.down_proj.q_weight\u001b[0m\", shape: (2048, 2048), dtype: uint32\n", | |
"[2024-03-31 12:20:34] INFO huggingface_loader.py:167: [Quantized] Parameter: \"\u001b[1mmodel.layers.3.mlp.down_proj.q_scale\u001b[0m\", shape: (2048, 512), dtype: float16\n", | |
"[2024-03-31 12:20:35] INFO huggingface_loader.py:167: [Quantized] Parameter: \"\u001b[1mmodel.layers.3.mlp.gate_up_proj.q_weight\u001b[0m\", shape: (32768, 256), dtype: uint32\n", | |
"[2024-03-31 12:20:35] INFO huggingface_loader.py:167: [Quantized] Parameter: \"\u001b[1mmodel.layers.3.mlp.gate_up_proj.q_scale\u001b[0m\", shape: (32768, 64), dtype: float16\n", | |
"[2024-03-31 12:20:35] INFO huggingface_loader.py:175: [Not quantized] Parameter: \"\u001b[1mmodel.layers.3.post_attention_layernorm.weight\u001b[0m\", shape: (2048,), dtype: float16\n", | |
"[2024-03-31 12:20:35] INFO huggingface_loader.py:167: [Quantized] Parameter: \"\u001b[1mmodel.layers.3.self_attn.qkv_proj.q_weight\u001b[0m\", shape: (2560, 256), dtype: uint32\n", | |
"[2024-03-31 12:20:35] INFO huggingface_loader.py:167: [Quantized] Parameter: \"\u001b[1mmodel.layers.3.self_attn.qkv_proj.q_scale\u001b[0m\", shape: (2560, 64), dtype: float16\n", | |
"[2024-03-31 12:20:35] INFO huggingface_loader.py:167: [Quantized] Parameter: \"\u001b[1mmodel.layers.3.self_attn.o_proj.q_weight\u001b[0m\", shape: (2048, 256), dtype: uint32\n", | |
"[2024-03-31 12:20:35] INFO huggingface_loader.py:167: [Quantized] Parameter: \"\u001b[1mmodel.layers.3.self_attn.o_proj.q_scale\u001b[0m\", shape: (2048, 64), dtype: float16\n", | |
"[2024-03-31 12:20:35] INFO huggingface_loader.py:175: [Not quantized] Parameter: \"\u001b[1mmodel.layers.4.input_layernorm.weight\u001b[0m\", shape: (2048,), dtype: float16\n", | |
"[2024-03-31 12:20:35] INFO huggingface_loader.py:167: [Quantized] Parameter: \"\u001b[1mmodel.layers.4.mlp.down_proj.q_weight\u001b[0m\", shape: (2048, 2048), dtype: uint32\n", | |
"[2024-03-31 12:20:35] INFO huggingface_loader.py:167: [Quantized] Parameter: \"\u001b[1mmodel.layers.4.mlp.down_proj.q_scale\u001b[0m\", shape: (2048, 512), dtype: float16\n", | |
"[2024-03-31 12:20:36] INFO huggingface_loader.py:167: [Quantized] Parameter: \"\u001b[1mmodel.layers.4.mlp.gate_up_proj.q_weight\u001b[0m\", shape: (32768, 256), dtype: uint32\n", | |
"[2024-03-31 12:20:37] INFO huggingface_loader.py:167: [Quantized] Parameter: \"\u001b[1mmodel.layers.4.mlp.gate_up_proj.q_scale\u001b[0m\", shape: (32768, 64), dtype: float16\n", | |
"[2024-03-31 12:20:37] INFO huggingface_loader.py:175: [Not quantized] Parameter: \"\u001b[1mmodel.layers.4.post_attention_layernorm.weight\u001b[0m\", shape: (2048,), dtype: float16\n", | |
"[2024-03-31 12:20:37] INFO huggingface_loader.py:167: [Quantized] Parameter: \"\u001b[1mmodel.layers.4.self_attn.qkv_proj.q_weight\u001b[0m\", shape: (2560, 256), dtype: uint32\n", | |
"[2024-03-31 12:20:37] INFO huggingface_loader.py:167: [Quantized] Parameter: \"\u001b[1mmodel.layers.4.self_attn.qkv_proj.q_scale\u001b[0m\", shape: (2560, 64), dtype: float16\n", | |
"[2024-03-31 12:20:37] INFO huggingface_loader.py:167: [Quantized] Parameter: \"\u001b[1mmodel.layers.4.self_attn.o_proj.q_weight\u001b[0m\", shape: (2048, 256), dtype: uint32\n", | |
"[2024-03-31 12:20:37] INFO huggingface_loader.py:167: [Quantized] Parameter: \"\u001b[1mmodel.layers.4.self_attn.o_proj.q_scale\u001b[0m\", shape: (2048, 64), dtype: float16\n", | |
"[2024-03-31 12:20:37] INFO huggingface_loader.py:175: [Not quantized] Parameter: \"\u001b[1mmodel.layers.5.input_layernorm.weight\u001b[0m\", shape: (2048,), dtype: float16\n", | |
"[2024-03-31 12:20:37] INFO huggingface_loader.py:167: [Quantized] Parameter: \"\u001b[1mmodel.layers.5.mlp.down_proj.q_weight\u001b[0m\", shape: (2048, 2048), dtype: uint32\n", | |
"[2024-03-31 12:20:37] INFO huggingface_loader.py:167: [Quantized] Parameter: \"\u001b[1mmodel.layers.5.mlp.down_proj.q_scale\u001b[0m\", shape: (2048, 512), dtype: float16\n", | |
"[2024-03-31 12:20:38] INFO huggingface_loader.py:167: [Quantized] Parameter: \"\u001b[1mmodel.layers.5.mlp.gate_up_proj.q_weight\u001b[0m\", shape: (32768, 256), dtype: uint32\n", | |
"[2024-03-31 12:20:38] INFO huggingface_loader.py:167: [Quantized] Parameter: \"\u001b[1mmodel.layers.5.mlp.gate_up_proj.q_scale\u001b[0m\", shape: (32768, 64), dtype: float16\n", | |
"[2024-03-31 12:20:38] INFO huggingface_loader.py:175: [Not quantized] Parameter: \"\u001b[1mmodel.layers.5.post_attention_layernorm.weight\u001b[0m\", shape: (2048,), dtype: float16\n", | |
"[2024-03-31 12:20:38] INFO huggingface_loader.py:167: [Quantized] Parameter: \"\u001b[1mmodel.layers.5.self_attn.qkv_proj.q_weight\u001b[0m\", shape: (2560, 256), dtype: uint32\n", | |
"[2024-03-31 12:20:39] INFO huggingface_loader.py:167: [Quantized] Parameter: \"\u001b[1mmodel.layers.5.self_attn.qkv_proj.q_scale\u001b[0m\", shape: (2560, 64), dtype: float16\n", | |
"[2024-03-31 12:20:39] INFO huggingface_loader.py:167: [Quantized] Parameter: \"\u001b[1mmodel.layers.5.self_attn.o_proj.q_weight\u001b[0m\", shape: (2048, 256), dtype: uint32\n", | |
"[2024-03-31 12:20:39] INFO huggingface_loader.py:167: [Quantized] Parameter: \"\u001b[1mmodel.layers.5.self_attn.o_proj.q_scale\u001b[0m\", shape: (2048, 64), dtype: float16\n", | |
"[2024-03-31 12:20:39] INFO huggingface_loader.py:175: [Not quantized] Parameter: \"\u001b[1mmodel.layers.6.input_layernorm.weight\u001b[0m\", shape: (2048,), dtype: float16\n", | |
"[2024-03-31 12:20:39] INFO huggingface_loader.py:167: [Quantized] Parameter: \"\u001b[1mmodel.layers.6.mlp.down_proj.q_weight\u001b[0m\", shape: (2048, 2048), dtype: uint32\n", | |
"[2024-03-31 12:20:39] INFO huggingface_loader.py:167: [Quantized] Parameter: \"\u001b[1mmodel.layers.6.mlp.down_proj.q_scale\u001b[0m\", shape: (2048, 512), dtype: float16\n", | |
"[2024-03-31 12:20:40] INFO huggingface_loader.py:167: [Quantized] Parameter: \"\u001b[1mmodel.layers.6.mlp.gate_up_proj.q_weight\u001b[0m\", shape: (32768, 256), dtype: uint32\n", | |
"[2024-03-31 12:20:40] INFO huggingface_loader.py:167: [Quantized] Parameter: \"\u001b[1mmodel.layers.6.mlp.gate_up_proj.q_scale\u001b[0m\", shape: (32768, 64), dtype: float16\n", | |
"[2024-03-31 12:20:41] INFO huggingface_loader.py:175: [Not quantized] Parameter: \"\u001b[1mmodel.layers.6.post_attention_layernorm.weight\u001b[0m\", shape: (2048,), dtype: float16\n", | |
"[2024-03-31 12:20:41] INFO huggingface_loader.py:167: [Quantized] Parameter: \"\u001b[1mmodel.layers.6.self_attn.qkv_proj.q_weight\u001b[0m\", shape: (2560, 256), dtype: uint32\n", | |
"[2024-03-31 12:20:41] INFO huggingface_loader.py:167: [Quantized] Parameter: \"\u001b[1mmodel.layers.6.self_attn.qkv_proj.q_scale\u001b[0m\", shape: (2560, 64), dtype: float16\n", | |
"[2024-03-31 12:20:41] INFO huggingface_loader.py:167: [Quantized] Parameter: \"\u001b[1mmodel.layers.6.self_attn.o_proj.q_weight\u001b[0m\", shape: (2048, 256), dtype: uint32\n", | |
"[2024-03-31 12:20:41] INFO huggingface_loader.py:167: [Quantized] Parameter: \"\u001b[1mmodel.layers.6.self_attn.o_proj.q_scale\u001b[0m\", shape: (2048, 64), dtype: float16\n", | |
"[2024-03-31 12:20:41] INFO huggingface_loader.py:175: [Not quantized] Parameter: \"\u001b[1mmodel.layers.7.input_layernorm.weight\u001b[0m\", shape: (2048,), dtype: float16\n", | |
"[2024-03-31 12:20:41] INFO huggingface_loader.py:167: [Quantized] Parameter: \"\u001b[1mmodel.layers.7.mlp.down_proj.q_weight\u001b[0m\", shape: (2048, 2048), dtype: uint32\n", | |
"[2024-03-31 12:20:41] INFO huggingface_loader.py:167: [Quantized] Parameter: \"\u001b[1mmodel.layers.7.mlp.down_proj.q_scale\u001b[0m\", shape: (2048, 512), dtype: float16\n", | |
"[2024-03-31 12:20:42] INFO huggingface_loader.py:167: [Quantized] Parameter: \"\u001b[1mmodel.layers.7.mlp.gate_up_proj.q_weight\u001b[0m\", shape: (32768, 256), dtype: uint32\n", | |
"[2024-03-31 12:20:42] INFO huggingface_loader.py:167: [Quantized] Parameter: \"\u001b[1mmodel.layers.7.mlp.gate_up_proj.q_scale\u001b[0m\", shape: (32768, 64), dtype: float16\n", | |
"[2024-03-31 12:20:42] INFO huggingface_loader.py:175: [Not quantized] Parameter: \"\u001b[1mmodel.layers.7.post_attention_layernorm.weight\u001b[0m\", shape: (2048,), dtype: float16\n", | |
"[2024-03-31 12:20:42] INFO huggingface_loader.py:167: [Quantized] Parameter: \"\u001b[1mmodel.layers.7.self_attn.qkv_proj.q_weight\u001b[0m\", shape: (2560, 256), dtype: uint32\n", | |
"[2024-03-31 12:20:42] INFO huggingface_loader.py:167: [Quantized] Parameter: \"\u001b[1mmodel.layers.7.self_attn.qkv_proj.q_scale\u001b[0m\", shape: (2560, 64), dtype: float16\n", | |
"[2024-03-31 12:20:42] INFO huggingface_loader.py:167: [Quantized] Parameter: \"\u001b[1mmodel.layers.7.self_attn.o_proj.q_weight\u001b[0m\", shape: (2048, 256), dtype: uint32\n", | |
"[2024-03-31 12:20:42] INFO huggingface_loader.py:167: [Quantized] Parameter: \"\u001b[1mmodel.layers.7.self_attn.o_proj.q_scale\u001b[0m\", shape: (2048, 64), dtype: float16\n", | |
"[2024-03-31 12:20:42] INFO huggingface_loader.py:175: [Not quantized] Parameter: \"\u001b[1mmodel.layers.8.input_layernorm.weight\u001b[0m\", shape: (2048,), dtype: float16\n", | |
"[2024-03-31 12:20:43] INFO huggingface_loader.py:167: [Quantized] Parameter: \"\u001b[1mmodel.layers.8.mlp.down_proj.q_weight\u001b[0m\", shape: (2048, 2048), dtype: uint32\n", | |
"[2024-03-31 12:20:43] INFO huggingface_loader.py:167: [Quantized] Parameter: \"\u001b[1mmodel.layers.8.mlp.down_proj.q_scale\u001b[0m\", shape: (2048, 512), dtype: float16\n", | |
"[2024-03-31 12:20:44] INFO huggingface_loader.py:167: [Quantized] Parameter: \"\u001b[1mmodel.layers.8.mlp.gate_up_proj.q_weight\u001b[0m\", shape: (32768, 256), dtype: uint32\n", | |
"[2024-03-31 12:20:44] INFO huggingface_loader.py:167: [Quantized] Parameter: \"\u001b[1mmodel.layers.8.mlp.gate_up_proj.q_scale\u001b[0m\", shape: (32768, 64), dtype: float16\n", | |
"[2024-03-31 12:20:44] INFO huggingface_loader.py:175: [Not quantized] Parameter: \"\u001b[1mmodel.layers.8.post_attention_layernorm.weight\u001b[0m\", shape: (2048,), dtype: float16\n", | |
"[2024-03-31 12:20:44] INFO huggingface_loader.py:167: [Quantized] Parameter: \"\u001b[1mmodel.layers.8.self_attn.qkv_proj.q_weight\u001b[0m\", shape: (2560, 256), dtype: uint32\n", | |
"[2024-03-31 12:20:44] INFO huggingface_loader.py:167: [Quantized] Parameter: \"\u001b[1mmodel.layers.8.self_attn.qkv_proj.q_scale\u001b[0m\", shape: (2560, 64), dtype: float16\n", | |
"[2024-03-31 12:20:44] INFO huggingface_loader.py:167: [Quantized] Parameter: \"\u001b[1mmodel.layers.8.self_attn.o_proj.q_weight\u001b[0m\", shape: (2048, 256), dtype: uint32\n", | |
"[2024-03-31 12:20:44] INFO huggingface_loader.py:167: [Quantized] Parameter: \"\u001b[1mmodel.layers.8.self_attn.o_proj.q_scale\u001b[0m\", shape: (2048, 64), dtype: float16\n", | |
"[2024-03-31 12:20:44] INFO huggingface_loader.py:175: [Not quantized] Parameter: \"\u001b[1mmodel.layers.9.input_layernorm.weight\u001b[0m\", shape: (2048,), dtype: float16\n", | |
"[2024-03-31 12:20:45] INFO huggingface_loader.py:167: [Quantized] Parameter: \"\u001b[1mmodel.layers.9.mlp.down_proj.q_weight\u001b[0m\", shape: (2048, 2048), dtype: uint32\n", | |
"[2024-03-31 12:20:45] INFO huggingface_loader.py:167: [Quantized] Parameter: \"\u001b[1mmodel.layers.9.mlp.down_proj.q_scale\u001b[0m\", shape: (2048, 512), dtype: float16\n", | |
"[2024-03-31 12:20:46] INFO huggingface_loader.py:167: [Quantized] Parameter: \"\u001b[1mmodel.layers.9.mlp.gate_up_proj.q_weight\u001b[0m\", shape: (32768, 256), dtype: uint32\n", | |
"[2024-03-31 12:20:46] INFO huggingface_loader.py:167: [Quantized] Parameter: \"\u001b[1mmodel.layers.9.mlp.gate_up_proj.q_scale\u001b[0m\", shape: (32768, 64), dtype: float16\n", | |
"[2024-03-31 12:20:46] INFO huggingface_loader.py:175: [Not quantized] Parameter: \"\u001b[1mmodel.layers.9.post_attention_layernorm.weight\u001b[0m\", shape: (2048,), dtype: float16\n", | |
"[2024-03-31 12:20:46] INFO huggingface_loader.py:167: [Quantized] Parameter: \"\u001b[1mmodel.layers.9.self_attn.qkv_proj.q_weight\u001b[0m\", shape: (2560, 256), dtype: uint32\n", | |
"[2024-03-31 12:20:46] INFO huggingface_loader.py:167: [Quantized] Parameter: \"\u001b[1mmodel.layers.9.self_attn.qkv_proj.q_scale\u001b[0m\", shape: (2560, 64), dtype: float16\n", | |
"[2024-03-31 12:20:46] INFO huggingface_loader.py:167: [Quantized] Parameter: \"\u001b[1mmodel.layers.9.self_attn.o_proj.q_weight\u001b[0m\", shape: (2048, 256), dtype: uint32\n", | |
"[2024-03-31 12:20:46] INFO huggingface_loader.py:167: [Quantized] Parameter: \"\u001b[1mmodel.layers.9.self_attn.o_proj.q_scale\u001b[0m\", shape: (2048, 64), dtype: float16\n", | |
"[2024-03-31 12:20:46] INFO huggingface_loader.py:197: Unloading HF weight file: /content/fine_tuned_science_gemma2b-it/model-00001-of-00002.safetensors\n", | |
"[2024-03-31 12:20:46] INFO huggingface_loader.py:185: Loading HF parameters from: /content/fine_tuned_science_gemma2b-it/model-00002-of-00002.safetensors\n", | |
"[2024-03-31 12:20:46] INFO huggingface_loader.py:175: [Not quantized] Parameter: \"\u001b[1mmodel.layers.17.input_layernorm.weight\u001b[0m\", shape: (2048,), dtype: float16\n", | |
"[2024-03-31 12:20:47] INFO huggingface_loader.py:167: [Quantized] Parameter: \"\u001b[1mmodel.layers.17.mlp.down_proj.q_weight\u001b[0m\", shape: (2048, 2048), dtype: uint32\n", | |
"[2024-03-31 12:20:47] INFO huggingface_loader.py:167: [Quantized] Parameter: \"\u001b[1mmodel.layers.17.mlp.down_proj.q_scale\u001b[0m\", shape: (2048, 512), dtype: float16\n", | |
"[2024-03-31 12:20:47] INFO huggingface_loader.py:175: [Not quantized] Parameter: \"\u001b[1mmodel.layers.17.post_attention_layernorm.weight\u001b[0m\", shape: (2048,), dtype: float16\n", | |
"[2024-03-31 12:20:47] INFO huggingface_loader.py:175: [Not quantized] Parameter: \"\u001b[1mmodel.norm.weight\u001b[0m\", shape: (2048,), dtype: float16\n", | |
"100% 110/110 [00:47<00:00, 2.31it/s]\n", | |
"[2024-03-31 12:20:47] INFO huggingface_loader.py:197: Unloading HF weight file: /content/fine_tuned_science_gemma2b-it/model-00002-of-00002.safetensors\n", | |
"[2024-03-31 12:20:47] INFO stats.py:76: \u001b[92mTime usage\u001b[0m: HF loading: 1.857 sec; Pre-quantization mapping: 30.845 sec; Quantization: 6.093 sec\n", | |
"[2024-03-31 12:20:47] INFO stats.py:90: \u001b[92mRAM usage\u001b[0m: Peak RAM: 4.606 GB. Total bytes loaded from disk: 4.668 GB\n", | |
"\n", | |
"All finished, 38 total shards committed, record saved to /content/fine_tuned_science_gemma2b-it-q4f16_1-MLC/ndarray-cache.json\n", | |
"[2024-03-31 12:20:47] INFO convert_weight.py:156: \u001b[92mParameter size\u001b[0m after quantization: 1.313 GB\n", | |
"[2024-03-31 12:20:47] INFO convert_weight.py:161: \u001b[92mTotal parameters\u001b[0m: 2,506,172,416\n", | |
"[2024-03-31 12:20:47] INFO convert_weight.py:162: \u001b[92mBits per parameter\u001b[0m: 4.500\n", | |
"[2024-03-31 12:20:47] INFO convert_weight.py:167: Saved to directory: \u001b[1m/content/fine_tuned_science_gemma2b-it-q4f16_1-MLC\u001b[0m\n" | |
] | |
} | |
], | |
"source": [ | |
"!python -m mlc_llm convert_weight /content/$FINE_TUNED_MODEL_NAME/ --quantization $QUANTIZATION -o /content/$FINE_TUNED_MODEL_NAME-$QUANTIZATION-MLC/" | |
] | |
}, | |
{ | |
"cell_type": "markdown", | |
"metadata": { | |
"id": "hcR3AEF9FHlb" | |
}, | |
"source": [ | |
"#### Generate token config files." | |
] | |
}, | |
{ | |
"cell_type": "code", | |
"execution_count": null, | |
"metadata": { | |
"colab": { | |
"base_uri": "https://localhost:8080/" | |
}, | |
"id": "JqIPJS2KCwQo", | |
"outputId": "8ac31b51-b717-4220-c556-cbbc32e80a2e" | |
}, | |
"outputs": [ | |
{ | |
"name": "stdout", | |
"output_type": "stream", | |
"text": [ | |
"[2024-03-31 12:20:57] INFO auto_config.py:115: \u001b[92mFound\u001b[0m model configuration: /content/fine_tuned_science_gemma2b-it/config.json\n", | |
"[2024-03-31 12:20:57] INFO auto_config.py:153: \u001b[92mFound\u001b[0m model type: \u001b[1mgemma\u001b[0m. Use `--model-type` to override.\n", | |
"[2024-03-31 12:20:57] INFO gemma_model.py:55: \u001b[1mcontext_window_size\u001b[0m not found in config.json. Falling back to \u001b[1mmax_position_embeddings\u001b[0m (8192)\n", | |
"[2024-03-31 12:20:57] INFO gemma_model.py:70: \u001b[1mprefill_chunk_size\u001b[0m defaults to \u001b[1mcontext_window_size\u001b[0m (8192)\n", | |
"[2024-03-31 12:20:57] INFO config.py:106: Overriding \u001b[1mcontext_window_size\u001b[0m from 8192 to 768\n", | |
"[2024-03-31 12:20:57] INFO config.py:106: Overriding \u001b[1mmax_batch_size\u001b[0m from 1 to 80\n", | |
"[2024-03-31 12:20:57] INFO gemma_model.py:78: Overriding \u001b[1mprefill_chunk_size\u001b[0m from 8192 to 768 (\u001b[1mcontext_window_size\u001b[0m)\n", | |
"[2024-03-31 12:20:57] INFO gen_config.py:133: [generation_config.json] Setting \u001b[1mbos_token_id\u001b[0m: 2\n", | |
"[2024-03-31 12:20:57] INFO gen_config.py:133: [generation_config.json] Setting \u001b[1meos_token_id\u001b[0m: 1\n", | |
"[2024-03-31 12:20:57] INFO gen_config.py:133: [generation_config.json] Setting \u001b[1mpad_token_id\u001b[0m: 0\n", | |
"[2024-03-31 12:20:57] INFO gen_config.py:145: \u001b[92mFound\u001b[0m tokenizer config: /content/fine_tuned_science_gemma2b-it/tokenizer.model. Copying to \u001b[1m/content/fine_tuned_science_gemma2b-it-q4f16_1-MLC/tokenizer.model\u001b[0m\n", | |
"[2024-03-31 12:20:57] INFO gen_config.py:145: \u001b[92mFound\u001b[0m tokenizer config: /content/fine_tuned_science_gemma2b-it/tokenizer.json. Copying to \u001b[1m/content/fine_tuned_science_gemma2b-it-q4f16_1-MLC/tokenizer.json\u001b[0m\n", | |
"[2024-03-31 12:20:57] INFO gen_config.py:147: \u001b[91mNot found\u001b[0m tokenizer config: /content/fine_tuned_science_gemma2b-it/vocab.json\n", | |
"[2024-03-31 12:20:57] INFO gen_config.py:147: \u001b[91mNot found\u001b[0m tokenizer config: /content/fine_tuned_science_gemma2b-it/merges.txt\n", | |
"[2024-03-31 12:20:57] INFO gen_config.py:147: \u001b[91mNot found\u001b[0m tokenizer config: /content/fine_tuned_science_gemma2b-it/added_tokens.json\n", | |
"[2024-03-31 12:20:57] INFO gen_config.py:145: \u001b[92mFound\u001b[0m tokenizer config: /content/fine_tuned_science_gemma2b-it/tokenizer_config.json. Copying to \u001b[1m/content/fine_tuned_science_gemma2b-it-q4f16_1-MLC/tokenizer_config.json\u001b[0m\n", | |
"[2024-03-31 12:20:57] INFO gen_config.py:75: [System default] Setting \u001b[1mtemperature\u001b[0m: 0.7\n", | |
"[2024-03-31 12:20:57] INFO gen_config.py:75: [System default] Setting \u001b[1mpresence_penalty\u001b[0m: 0.0\n", | |
"[2024-03-31 12:20:57] INFO gen_config.py:75: [System default] Setting \u001b[1mfrequency_penalty\u001b[0m: 0.0\n", | |
"[2024-03-31 12:20:57] INFO gen_config.py:75: [System default] Setting \u001b[1mrepetition_penalty\u001b[0m: 1.0\n", | |
"[2024-03-31 12:20:57] INFO gen_config.py:75: [System default] Setting \u001b[1mtop_p\u001b[0m: 0.95\n", | |
"[2024-03-31 12:20:57] INFO gen_config.py:75: [System default] Setting \u001b[1mmean_gen_len\u001b[0m: 128\n", | |
"[2024-03-31 12:20:57] INFO gen_config.py:75: [System default] Setting \u001b[1mmax_gen_len\u001b[0m: 512\n", | |
"[2024-03-31 12:20:57] INFO gen_config.py:75: [System default] Setting \u001b[1mshift_fill_factor\u001b[0m: 0.3\n", | |
"[2024-03-31 12:20:57] INFO gen_config.py:198: Dumping configuration file to: \u001b[1m/content/fine_tuned_science_gemma2b-it-q4f16_1-MLC/mlc-chat-config.json\u001b[0m\n" | |
] | |
} | |
], | |
"source": [ | |
"!mlc_llm gen_config /content/$FINE_TUNED_MODEL_NAME/ --quantization $QUANTIZATION \\\n", | |
" --conv-template gemma_instruction --context-window-size 768 -o /content/$FINE_TUNED_MODEL_NAME-$QUANTIZATION-MLC/" | |
] | |
}, | |
{ | |
"cell_type": "markdown", | |
"metadata": { | |
"id": "DOE3HXrRFLBr" | |
}, | |
"source": [ | |
"#### Compile the model to Android format." | |
] | |
}, | |
{ | |
"cell_type": "code", | |
"execution_count": null, | |
"metadata": { | |
"colab": { | |
"base_uri": "https://localhost:8080/" | |
}, | |
"id": "kj13Cg1zDj07", | |
"outputId": "0603bb83-4ba2-47cf-83c2-f30937d4fadc" | |
}, | |
"outputs": [ | |
{ | |
"name": "stdout", | |
"output_type": "stream", | |
"text": [ | |
"[2024-03-31 12:21:07] INFO auto_config.py:69: \u001b[92mFound\u001b[0m model configuration: /content/fine_tuned_science_gemma2b-it-q4f16_1-MLC/mlc-chat-config.json\n", | |
"[2024-03-31 12:21:07] INFO auto_config.py:153: \u001b[92mFound\u001b[0m model type: \u001b[1mgemma\u001b[0m. Use `--model-type` to override.\n", | |
"[2024-03-31 12:21:07] WARNING auto_target.py:311: \u001b[1m--system-lib-prefix\u001b[0m is automatically picked from the filename, \u001b[1mgemma_q4f16_1_\u001b[0m, this allows us to use the filename as the model_lib in android/iOS builds. Please avoid renaming the .tar file when uploading the prebuilt.\n", | |
"\u001b[1mCompiling with arguments:\u001b[0m\n", | |
" \u001b[1m--config\u001b[0m GemmaConfig(hidden_size=2048, hidden_act='gelu', intermediate_size=16384, attention_bias=False, num_attention_heads=8, num_key_value_heads=1, head_dim=256, num_hidden_layers=18, rms_norm_eps=1e-06, vocab_size=256000, position_embedding_base=10000.0, context_window_size=768, prefill_chunk_size=768, tensor_parallel_shards=1, max_batch_size=80, kwargs={})\n", | |
" \u001b[1m--quantization\u001b[0m GroupQuantize(name='q4f16_1', kind='group-quant', group_size=32, quantize_dtype='int4', storage_dtype='uint32', model_dtype='float16', linear_weight_layout='NK', quantize_embedding=True, quantize_final_fc=True, num_elem_per_storage=8, num_storage_per_group=4, max_int_value=7)\n", | |
" \u001b[1m--model-type\u001b[0m gemma\n", | |
" \u001b[1m--target\u001b[0m {\"thread_warp_size\": 1, \"host\": {\"kind\": \"llvm\", \"tag\": \"\", \"keys\": [\"arm_cpu\", \"cpu\"], \"mtriple\": \"aarch64-linux-android\"}, \"texture_spatial_limit\": 16384, \"max_threads_per_block\": 256, \"max_function_args\": 128, \"max_num_threads\": 256, \"kind\": \"opencl\", \"max_shared_memory_per_block\": 16384, \"tag\": \"\", \"keys\": [\"opencl\", \"gpu\"]}\n", | |
" \u001b[1m--opt\u001b[0m flashinfer=0;cublas_gemm=0;faster_transformer=0;cudagraph=0;cutlass=0;ipc_allreduce_strategy=NONE\n", | |
" \u001b[1m--system-lib-prefix\u001b[0m \"gemma_q4f16_1_\"\n", | |
" \u001b[1m--output\u001b[0m /content/fine_tuned_science_gemma2b-it-q4f16_1-MLC/fine_tuned_science_gemma2b-it-q4f16_1-android.tar\n", | |
" \u001b[1m--overrides\u001b[0m context_window_size=None;sliding_window_size=None;prefill_chunk_size=None;attention_sink_size=None;max_batch_size=None;tensor_parallel_shards=None\n", | |
"[2024-03-31 12:21:07] INFO compile.py:137: Creating model from: GemmaConfig(hidden_size=2048, hidden_act='gelu', intermediate_size=16384, attention_bias=False, num_attention_heads=8, num_key_value_heads=1, head_dim=256, num_hidden_layers=18, rms_norm_eps=1e-06, vocab_size=256000, position_embedding_base=10000.0, context_window_size=768, prefill_chunk_size=768, tensor_parallel_shards=1, max_batch_size=80, kwargs={})\n", | |
"[2024-03-31 12:21:07] INFO compile.py:156: Exporting the model to TVM Unity compiler\n", | |
"[2024-03-31 12:21:08] INFO compile.py:162: Running optimizations using TVM Unity\n", | |
"[2024-03-31 12:21:08] INFO compile.py:176: Registering metadata: {'model_type': 'gemma', 'quantization': 'q4f16_1', 'context_window_size': 768, 'sliding_window_size': -1, 'attention_sink_size': -1, 'prefill_chunk_size': 768, 'tensor_parallel_shards': 1, 'kv_cache_bytes': 0}\n", | |
"[2024-03-31 12:21:09] INFO pipeline.py:50: Running TVM Relax graph-level optimizations\n", | |
"[2024-03-31 12:21:22] INFO pipeline.py:50: Lowering to TVM TIR kernels\n", | |
"[2024-03-31 12:21:24] INFO pipeline.py:50: Running TVM TIR-level optimizations\n", | |
"[2024-03-31 12:21:29] INFO pipeline.py:50: Running TVM Dlight low-level optimizations\n", | |
"[2024-03-31 12:21:31] INFO pipeline.py:50: Lowering to VM bytecode\n", | |
"[2024-03-31 12:21:32] INFO estimate_memory_usage.py:55: [Memory usage] Function `alloc_embedding_tensor`: 3.00 MB\n", | |
"[2024-03-31 12:21:32] INFO estimate_memory_usage.py:55: [Memory usage] Function `batch_decode`: 10.31 MB\n", | |
"[2024-03-31 12:21:32] INFO estimate_memory_usage.py:55: [Memory usage] Function `batch_prefill`: 99.00 MB\n", | |
"[2024-03-31 12:21:32] INFO estimate_memory_usage.py:55: [Memory usage] Function `batch_verify`: 99.00 MB\n", | |
"[2024-03-31 12:21:32] INFO estimate_memory_usage.py:55: [Memory usage] Function `create_tir_paged_kv_cache`: 0.00 MB\n", | |
"[2024-03-31 12:21:32] INFO estimate_memory_usage.py:55: [Memory usage] Function `decode`: 0.13 MB\n", | |
"[2024-03-31 12:21:32] INFO estimate_memory_usage.py:55: [Memory usage] Function `embed`: 3.00 MB\n", | |
"[2024-03-31 12:21:32] INFO estimate_memory_usage.py:55: [Memory usage] Function `prefill`: 99.00 MB\n", | |
"[2024-03-31 12:21:32] INFO estimate_memory_usage.py:55: [Memory usage] Function `softmax_with_temperature`: 0.00 MB\n", | |
"[2024-03-31 12:21:32] INFO pipeline.py:50: Compiling external modules\n", | |
"[2024-03-31 12:21:32] INFO pipeline.py:50: Compilation complete! Exporting to disk\n", | |
"[2024-03-31 12:21:39] INFO model_metadata.py:96: \u001b[92mTotal memory usage\u001b[0m: 1443.52 MB (Parameters: 1344.52 MB. KVCache: 0.00 MB. Temporary buffer: 99.00 MB)\n", | |
"[2024-03-31 12:21:39] INFO model_metadata.py:105: To reduce memory usage, tweak `prefill_chunk_size`, `context_window_size` and `sliding_window_size`\n", | |
"[2024-03-31 12:21:39] INFO compile.py:198: Generated: \u001b[1m/content/fine_tuned_science_gemma2b-it-q4f16_1-MLC/fine_tuned_science_gemma2b-it-q4f16_1-android.tar\u001b[0m\n" | |
] | |
} | |
], | |
"source": [ | |
"!mlc_llm compile /content/$FINE_TUNED_MODEL_NAME-$QUANTIZATION-MLC/mlc-chat-config.json \\\n", | |
" --device android -o /content/$FINE_TUNED_MODEL_NAME-$QUANTIZATION-MLC/$FINE_TUNED_MODEL_NAME-$QUANTIZATION-android.tar" | |
] | |
}, | |
{ | |
"cell_type": "markdown", | |
"metadata": { | |
"id": "PUscgEtrLV4L" | |
}, | |
"source": [ | |
"#### Push the quantized model to Hugging Face." | |
] | |
}, | |
{ | |
"cell_type": "code", | |
"execution_count": null, | |
"metadata": { | |
"colab": { | |
"base_uri": "https://localhost:8080/" | |
}, | |
"id": "nbm0J54NLa3R", | |
"outputId": "bd974f90-6d22-499e-e8fe-2cd3f7063d87" | |
}, | |
"outputs": [ | |
{ | |
"name": "stderr", | |
"output_type": "stream", | |
"text": [ | |
"/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_token.py:88: UserWarning: \n", | |
"The secret `HF_TOKEN` does not exist in your Colab secrets.\n", | |
"To authenticate with the Hugging Face Hub, create a token in your settings tab (https://huggingface.co/settings/tokens), set it as secret in your Google Colab and restart your session.\n", | |
"You will be able to reuse this secret in all of your notebooks.\n", | |
"Please note that authentication is recommended but still optional to access public models or datasets.\n", | |
" warnings.warn(\n" | |
] | |
} | |
], | |
"source": [ | |
"from huggingface_hub import whoami\n", | |
"from pathlib import Path\n", | |
"\n", | |
"# Output directory.\n", | |
"output_dir = \"fine_tuned_science_gemma2b-it-q4f16_1-MLC\"\n", | |
"repo_name = \"scigemma_fine_tuned_quantized_MLC\"\n", | |
"username = whoami(token=Path(\"/root/.cache/huggingface/\"))[\"name\"]\n", | |
"repo_id = f\"{username}/{repo_name}\"" | |
] | |
}, | |
{ | |
"cell_type": "code", | |
"execution_count": null, | |
"metadata": { | |
"colab": { | |
"base_uri": "https://localhost:8080/", | |
"height": 1000, | |
"referenced_widgets": [ | |
"af7b9afc9cad4775b8c745707ae5aef1", | |
"9d8b8ef512ed44c49a5540cf3cd911f5", | |
"88eecbffef1c4c5cab4a89e8aa97afae", | |
"9a769b63e77a442996ca768eeb127308", | |
"651ec0f0ae6d4fe9956913ea447529d6", | |
"dc451ba629794749a38f92faf1628433", | |
"048b7e8f2e98462895094edb44b5000c", | |
"11c87df3580b4f83b564d1c349cdf7bf", | |
"7ab8a0dba5074c02817c380010e71bd3", | |
"d11525d131fa40d0bc9682759856c269", | |
"bc812201a24e47fc8d1425e27423f3df", | |
"2350b496a6b145b69091c378ce464f2c", | |
"c543dfd1e45c4477a68b76f6ba0a0b2a", | |
"a336edad8a744f83a1798673119a16d1", | |
"f1cef3db87f44495af27b163e6e099f6", | |
"ffdfad334b3441c1b79f1214568a597f", | |
"3fccce6eb0354518b99a43651d25f214", | |
"6aea49f9290649e9875649d779870126", | |
"ec3d987f593542a6877657ff511e1646", | |
"0ea78af30fa84f0fac07637d2d9d0b04", | |
"e54279e2e23c4fe19b842327c3f47ffc", | |
"634ab00010a44646b953a815fc2333df", | |
"ae8efdf9b6524c75a9b352fa7584a1f9", | |
"17890d26675e4f1b9c9e43ebb55207f1", | |
"ab1e1bf4c79d4610bfc6f97591e54364", | |
"e143e1ed0955473fbe9616546d833def", | |
"4823d9d6a43c4b489a61488633870708", | |
"fc3cb4ed8e8d41f59efdd98a76b30404", | |
"5cb5335d72b44433b9e30c69319697d1", | |
"1fdc05507a7141b48d6da79543d190ba", | |
"39f535ea881e4912a36a9f924a007dff", | |
"b0ee2ab9896c4f62852c8baf60b8e73a", | |
"3e5ba7dbde504586b95113d4ee369412", | |
"e210dc3376564a789910ed6d2e1b72ee", | |
"4a477e98e185495495fe9d7d30a3e5ec", | |
"f91df2734e1744e8802aed6d8b50f395", | |
"e2bdc6f117654516945ec37f25928eef", | |
"d9be891f6a1f4cc58941fab42d347a6c", | |
"96bb6b1ca08b4d53aa8e67c594a6047b", | |
"f32662a7895341dca04b3e5b9a6d0cfd", | |
"cb8800d7989f40d5ba38520861a34694", | |
"a8c94d9c9bc64b1a84da6ac417f1105b", | |
"1dc235932bf7460098c45bfabc4a9de1", | |
"d9d0205b405c42f9aef73e246e8538d4", | |
"441702f0720942e4b6e7d57d3c5a0ce9", | |
"c710051f168247bc83a5050c274e7e50", | |
"6a0c3d39568f43bba239705d2f989bef", | |
"c18863b595eb4d63bd4b8591a36dca3d", | |
"7610fb5b47694130bb4afa187b9e06f3", | |
"da15fbfa54f64da49523db870e607cde", | |
"7a7d813b5d594647b25016f30605195c", | |
"e756508af5584ef9afc2729e21453d30", | |
"466b30e2922f4a7ba9563693eb15dea1", | |
"b90d38783bac4cfa8d098369df758530", | |
"8dff5061e8d44390bc1b0caa5b356211", | |
"e43935ec19054a94bac2610d3b7e240f", | |
"32d52088f9fa42e291f0c659be8ca8a5", | |
"c6aa7f7c1e404555a0d6d797c462942e", | |
"5b3cea3a3a904102ae0fcab3f787ad84", | |
"47b92401478e408382302c5dacbfa5b5", | |
"dfeb512df25043aab5d17d00efe8d8e7", | |
"620ab99d91f14b4db34110cb987887f4", | |
"67f1ba3610684f99b24639c1f6114b68", | |
"0e7cfb60ec0d4b889085718ba47b53fe", | |
"947eb93e6ac84dd395ee166e49a3c04e", | |
"acfd11235dc34a20a385c32363b5563e", | |
"ceaabefd3ed14c3994b526c9c9025a41", | |
"29442604ca3b4783bef1684a84aed9b4", | |
"b3c720b6866e4a2f8f65e7153c98d0b7", | |
"f8a16b6fa4af4621848be5f50b265a31", | |
"f4bcf8b0a87e4ba4a7e3324b7caf722f", | |
"ddfb826ab1ba4b9aa08c2e538f4d63e7", | |
"12ec695fbf964e40a6c0b9fdf8d6ca7c", | |
"8b094492320e4a9389752f5df27696c8", | |
"2ff284a75ccb496fa13289c216898ef2", | |
"18bd80d307eb4737b2564bfb9fdc3e4a", | |
"2e329e0e9fd4481283ab7f8be48d682b", | |
"2ea71267c24d49fbb052ca234ae0c103", | |
"b62e3cf74d5e47b1aaba2a5ff9a31927", | |
"a5596e259ab140f887fd5ea10bdf4f83", | |
"ab7f32a3b9694ec49fa095f2737c257d", | |
"fd7b5a0333a345faa46f3e8d0e4f195b", | |
"cda94e50c5f345d7b5f1178122913e90", | |
"9938df921ec54be3a89e92e3d9829a72", | |
"836dd76b67c341578aef047392d1def4", | |
"5bcae49511714a71a9682241c5bf3a99", | |
"07baa4645fe34982b5788192bf6de290", | |
"144e5c73c0b94b8ebfbefc096861302b", | |
"9bba4ad3dbfa405880582f941c30afb1", | |
"8f66ec53a0fb4b819842a0ac5baab58d", | |
"dc0e041c785b4eeab6d01d55b8d81314", | |
"25160b457874485194baba9143a02192", | |
"fa52dbceabda425e879baffdc619140e", | |
"c6d47230c1be493c86e347d9465530e5", | |
"9c0ff401acd245d1befc8bef3131848e", | |
"081240f9b9f747c58b56c578cc2e4b70", | |
"40a8eea3c8b5494182341168789a88a0", | |
"07e2448b04984e718792641ed8291a73", | |
"40a68fc3b04540d4bcaf116c711f093a", | |
"841135ac5cdb41d9bea8f263655db0ad", | |
"6f4ac34981bb480093ae99266e7e4552", | |
"bc8b09bcd97249c6b983c7cfbb07bc32", | |
"c40ce7478e8248209a1e203174df0c61", | |
"b4b57510840f489c96a78cbc6c177825", | |
"fd08fcaa6f8f40fa909bd876bca5a450", | |
"ff0a657be027449cbc9f34cce730306c", | |
"9425c3fb5cfa4e1a9c6f922d1f6c010a", | |
"3f1292fd3d054912af40af780586d6f6", | |
"0a2d0c2710f54af5874424c8b63c9dc0", | |
"425bf7b5686b4f8fa8f6033f54d06dce", | |
"85f49ec020bb4926ac0c7ba0e85a2a55", | |
"b9009495c4464b4091c168dc8a5e8555", | |
"1d34095574f94777b44c3aada457e21a", | |
"094d422fe8fa47dfb8ce5447822befa1", | |
"0d7e69d1787446729861c4145fcfb96e", | |
"b3c84e83102d4e3d9d27844372dbb2e3", | |
"99fe173ebdf64dc78b2ba0dbdc55f426", | |
"b78eca85c25647c5b77c49f9710176bf", | |
"20f5b019ecde457bbd59a8de0833d395", | |
"34d5fea2de5640aa83a47f81aa6869ec", | |
"f33dbf24dd554de9ba2023548c2d979d", | |
"0ded61d50b7048f098928abd17a16cf4", | |
"ffc3384bec654bc597e233a7eb6c5421", | |
"cb231a8d1afc4adfb6916ac42dbbcd1f", | |
"6931c97a5e4444d8b20db5a6e0156415", | |
"9d21dbd57c8747c5a3a04329aa36892b", | |
"5c0bfbb2277e43499ba2543dca10063c", | |
"c2ad028b627548bba76577031fa6696e", | |
"8578e5b48ed0427b9098f2c6b62a2fe9", | |
"e55af711cd9f4bca86922af753e20865", | |
"50725a4045c24e1482a049e3e528ebbd", | |
"9e79249f68384eff983a0727016b5695", | |
"effd1b14c4dd45908a040319fe3fba3b", | |
"7b511ffc455b42babd0b9ce4edf3a5d1", | |
"7cc6eb1bc9794297ba66279916ee9ce6", | |
"4a4fb618e4ff48b78d4a3c170139f329", | |
"6a1f78c66da34cd489424ea842439b42", | |
"6aed1d39e7584d3c949437398dd90896", | |
"75f100d5d60a4764a3012185a60ae9bf", | |
"143b979d490d4eb0b3efdac4d9b9f894", | |
"ff3452d8b44b42369e43d71ff252fdf3", | |
"a3bf2f71fcd34288844e6bc6b698a6d6", | |
"db71dee6cd104423bf88e7ff4947ca89", | |
"42dba12c0f86453c9777ae2b1be4b810", | |
"c1d9569d972a4e7ea8a4415b07aeac86", | |
"892eb311b51a41109fe58dc306655eb5", | |
"8983a49b8dfe4aa7bf2b98aabe9c66a0", | |
"e2cded6f55864979bdd4a9a65682847d", | |
"3774c86ab9b148cfbcd6120b2a5da38d", | |
"f3d93fac493546929b2dc0cf3c746ea0", | |
"5b10e03088eb4309a699e2342974f49f", | |
"4e3e6cedfdde49cfb6f321d83b593196", | |
"6ad4a0684e6149bc9d313f39326ac7a2", | |
"88ffea5ad4c14dbdb398aa41157e56ee", | |
"fa3f4018e8eb485eae59212fa12bce0b", | |
"7c6853ee66e347dcb107f721282ed168", | |
"13d95f2a38664388a95a41b423b8617e", | |
"30ed68e09a334e82a7fc6897bc5f6665", | |
"240b67615a7440d7b43fd0b4432ab08c", | |
"6288b6a784794fad84a7d6748df52b66", | |
"47140bd2e74540d0967f5fd37fbddba8", | |
"c6eb526b11244946a43e3244b5342d75", | |
"7344a02ecbf24e1cb9103636a6941dbc", | |
"4fcb602a5bd04f8d87b979adb4bea5ac", | |
"0880996b1d84426bb72a054766a204a0", | |
"8f4d92c5a59543ddb42c6b5310367a5e", | |
"4864f3ff3ce746ebb8d8ff1366f13a76", | |
"e98ded13aa5b42a6ae0b5ec7fe81f588", | |
"17c8e887106946e395f281584af2fdb0", | |
"9b8c618acce74e8a9a67d41e2db5b2de", | |
"f8333f11a4334db99ba8684973099005", | |
"9637c0271c0d4fd4becff737f93cba5a", | |
"7f3b5fd13d3c469e84ed55330e40145c", | |
"f92b92ff7a0e4c4faa1b0a70804c8c90", | |
"34f051155b834ed09ab453c81a31f289", | |
"2f0e2aaadcab49eebb404692d7fbf102", | |
"f17ff1e28c3a4b7f8c994a1f6aa69a84", | |
"b46b2438fa11405e81e658ba60a85b90", | |
"0fc05882815947b09ac5aa6bffd350df", | |
"63a5ae0e7a2942c49264bb6940e12a4b", | |
"f0b50990e5a8449fbc7e873b70bee838", | |
"eed8c707e7a24abf9a01451f17f977be", | |
"8ca7ff3c25654be2a146cf316e0d1c45", | |
"0099bbea40134faea14c5e8859e8b9ac", | |
"ceb8451de51c472d91b42f3ba1fe7985", | |
"5ca24708f3f24308899494dc3c6c761e", | |
"525f2d6840304281b300594c53ec332e", | |
"7cbee67b9a6e4574bd165533d1490e68", | |
"4a213b11b7524ce898339928b53cd9ed", | |
"fe8aba1786be4611afe327f7603cc56b", | |
"d62222bf20ce43e982d7f73db351cbba", | |
"4d72503b154541a8a06d211401d06836", | |
"68c3a005d7e8435bb57a5fabd41f8a10", | |
"f1a29fd3726b413da6705540035d71ca", | |
"9f485aee3344441cbb0b52b5ba1b3168", | |
"237510244225427da6fc273988960c65", | |
"63e5fc1594f84c1eb0ff249146e06f65", | |
"79b6b0c878e04926b1b9446c34cea1d5", | |
"cb30aada5f174a56ae02cb63daed0549", | |
"36cfd56b0f264ad6bf82be36137dba2c", | |
"e36b0d2d18b44875aebc06af8ec988be", | |
"5887c3ccb0e7417281e76777f212c5ae", | |
"106520963c754a898707aaafcd03b607", | |
"6e355a2dd62943bf94ed1bad58c448c9", | |
"546d6f193b074998b1c91d9ef93ac098", | |
"917cfce18c214b9896d49d4aaa8c0ac8", | |
"c9003869b1964753a0605d0307333ce0", | |
"515befd1799949fc9a843f433460ef38", | |
"d036dd8458cd4696988b7f7784279a60", | |
"bcfe3f54994f424d8843236b0003d76b", | |
"2e103c460fb640d784be02426d7e0c3a", | |
"74b7dd6489b743ee8f1436dd513932b2", | |
"c92adb784e654dd3a93d04f433bfc011", | |
"4567c4658f5f45b0bce6bf639629b581", | |
"3d681ab78e724ab9b1568b3a7ae67d78", | |
"c2f53b92b4404e3b8c48d990c80e7da9", | |
"fa6d08091ca840778708eaf4f779f5a7", | |
"b35e601a07884a6fa7e4dfa65801ade2", | |
"374a10fd8884409ba8ead97315a996d0", | |
"61b6be469f1144ac9b8ac416451e368c", | |
"1e18fdca23674a24a06a9b4e9faac7c1", | |
"48ab1ef12feb4c0fb377be91e21d217d", | |
"9ad1f452870c447c81280d5b13f1454a", | |
"c858493c5aa046bdb09fee3bf436e370", | |
"ca42e97a6576487b86181abb68e6d392", | |
"cb60085b023c44428215c2fda61474ab", | |
"9828b88202304d75959bc44964310023", | |
"9be76d0235b24359b9c6dd009e28d9d0", | |
"5102aa51908c4b0d9d0db2432dc4fe61", | |
"9fb8ff1087374956a722675c194a6943", | |
"472397ca19c24076b4f5670a1a734561", | |
"8133004db88142c9af9eff17e3951b44", | |
"f3cef70c1f1e43ceab3379cbe106d83c", | |
"1d281a83c14145bea82c2b9356739dca", | |
"41a9fec6b337413188727e3c66284dfe", | |
"2aac08db92df4501aac04fef2836b262", | |
"598a7e8dfa43433285748d2f72c62816", | |
"ae4e80c0e4444d43b4cc4c9bce84335a", | |
"dfece02c107c4c2884ba982747255415", | |
"f90143ddd1864111984bff3e0c43ea7c", | |
"697b960efd0e469d90b7d9206b88cfaf", | |
"2cdccfde6bba457685adf6bae57d4230", | |
"623cae2e54b1490cb77c26dd0f691b8a", | |
"80db826f0c5f4e3cba994dc1e0d3328c", | |
"1b7152a9f9e94fdcb14a322e34e96d3e", | |
"f650fba731c14b459814e298fab29bd7", | |
"908686af494b4fa8ba782082425c399e", | |
"a2e6f8d23091400090e8a9a1e2e93db1", | |
"e8e4d63fe0b84ceba4019204e35fbf3f", | |
"87a2888c40894c7cb117ef10022031ef", | |
"fab22c27ae574a8d9415436988990328", | |
"e9b6aa666fb7437caad39577446daba4", | |
"9ffe5c4ebd5849e0aee13c1917bb56ac", | |
"2675da09b4dc4d868dec9a1bfe5eaac2", | |
"20e3b5423faa42ee973176f8bef4ce4d", | |
"0b169fd95aa842c28550732528e8a07e", | |
"f5d7e2a0539743698bed9b644cf65729", | |
"8ae50f5b68cc48f7a5a7a651bdd2afa0", | |
"7ca1332beb294ef7884ac3db2ff8aefc", | |
"55f2fc5dbacc475c9e7192b48770e186", | |
"751bd8e72ddd43bbb773e3714e87837b", | |
"b284d7325864401f8e87f0d283fcddb1", | |
"34f1f49a4c10459c8f8bb8d2f53e4f4e", | |
"dca7855326134882a9de9d3495875864", | |
"cae1ef6b6b09482b8360b22bdd39248d", | |
"e58471140f5e462ba5660a7a5029480e", | |
"e97cbcae1c9d447b9c46796fcde15153", | |
"7b0643cb9da2422fb6a298c40f0c3c3a", | |
"626030b572cd4e3b8bafd9ebd51f6c0e", | |
"9dfb2c9bc2fd4b99a5b8b0e5117fa74e", | |
"9b8b57c4c46040c49beec87d4a2ee3b0", | |
"31dcc138c24941c9a9f4fcd08ad21c40", | |
"d1774ada0e6d4f728ac03bd9b7ccdf45", | |
"2a1c6411a11c46c69f76df20ff065181", | |
"ea95f2f461754074bbac99b24b320954", | |
"f6dc5b14e4b84ce88856e5947bb2b838", | |
"7d8317eb8fa64f659bfb8be100fa2191", | |
"3a9816f7b895411e944a093fb3c30db8", | |
"a7fbbac8061f4415a995cfa776d44882", | |
"a2a76281b8e644a6a544633b2673743c", | |
"bebc23e88393409c858a3cbed6e810f7", | |
"28b07016dbf042319a33d16b605d1da3", | |
"a6608ae95c514dec8292f8b1c8cb9e43", | |
"0dc4e3600b1b4e6683b2c0f77cad5233", | |
"6fea9952ceef427888941e29b8dd1d9e", | |
"99574b3eb2e94d95b3f7c8f926d0e322", | |
"82cde12595d54a3d989baec91f8b3ed3", | |
"4c44349b297849de8db5b2b8e412e0ab", | |
"2eb04a4270f14d2a992d055affa16c6a", | |
"ed9969e108c54f2f8bb942798eb6ef3c", | |
"e8f0734a176d458f8fbc8626e8592c7b", | |
"3fab1141154544988a6a8c2f8880c6ff", | |
"880210ad34c041e395e9361fae8a38c2", | |
"0c80a617d2624b48971dfef339132b27", | |
"ba9b99dc557b46a3bd3ed8f2785e579b", | |
"c40ad8485f19496da354a46a17cbf62a", | |
"9ff598aa4e60447c80b67bf1c05c1243", | |
"6cc833e135b04a5a89ca02a530c3ec83", | |
"43b6692c4d2f4e5f90e7f0156cbf57a1", | |
"1518205707c64f5ca48b9a9ad7f06862", | |
"b72bac9adf584dff85c9bbe8efd78aa7", | |
"693bf2f1e652456c96ed3d7e5b2091f5", | |
"73a1dcb41bfe479db4e9b3549b564546", | |
"9b05ca69908d48cc9b52be6fc2f07921", | |
"432a1c6a8cb043c5ac08ee90b8f2205b", | |
"db22bc69a684422fbc1b91bccf2cc170", | |
"0441025a6f2949a1b2052a56e8e670b6", | |
"be967a87f43f4b1f9394fb556104d160", | |
"be29b23438be4c919d0265b269b30b8c", | |
"4e22c40af0594a089a6d9035002ebe7d", | |
"48152830ae6e4f29870803cd549ff8ef", | |
"06912bd9db4c42299b6e1fc6a7036e8e", | |
"8ffc5a53cc224b0d97d620d13c14ead1", | |
"de252f84a8a84df0a5ddb24cc78446cf", | |
"2a92a43c0d4c423484bad3de4ec0cc35", | |
"089b4be426c9453db6b2cc0a7aa03bf7", | |
"df7408902eb647198c5f89f4999bca04", | |
"ade0340bab56495ab698abb842992542", | |
"d622ee5da27f455a8e4fa5057eecaca3", | |
"7ac6e216e0dc4ef1ac8259c0babd59f3", | |
"bf0a2b240a5748099c64e1ccfbbe6a49", | |
"c620e958d59644e08495ad624fe28a31", | |
"6c4c4a67634b410a9cc57a8eafbec87b", | |
"3aab8a5e4c8f4156b75e6516f3c7931f", | |
"54a6905aaf87453ab3dd425847a99363", | |
"d679c58865614de88f56016fa097de54", | |
"501819e6a3ad4d549ea173e532b87387", | |
"0c4880a3a46244489b41afbfaae16d76", | |
"3714ec4d4f204013b391c481bf58c615", | |
"676e023ebc094ee5ab306c7e88f541b0", | |
"471693438ac04c248aae0c0806bc0182", | |
"9ea1d683190d4e9e8e5c49c5923b1774", | |
"f5ef8f4f407b4fe4a29d4bb601bf172a", | |
"4c801caad6094118bd988d9aa86a5be1", | |
"9a4257204afc41b098489bc4deaa5012", | |
"cc5462f9cf2b448cb9a2ac6c2344827b", | |
"c8f44e1ee88747bbb1d3999a0c673382", | |
"b742e6ae42b14b5d8f0e827ea5e90763", | |
"41dd5cbe821a46c29cbfe45f0174f27f", | |
"e18b1f0cbbcc40658fc8d7ca2c0b89fd", | |
"9c2ccebbcd244ba8b1f0398e18ce701d", | |
"1aa66e4614f04bde9825f26473748b16", | |
"331a19d2d7494b80b7a6b65fad111fe1", | |
"49168aad11864835b8930dc7c9a0f827", | |
"696d25af491849da95102ccf826c8df2", | |
"d25181af40d44a9fb6615449cf8e7f5a", | |
"d3312a066b924c5ba16d62270d68a38f", | |
"ff438cd9b8f94f0d9ff4abdbaf681f01", | |
"f375567b595143359b4d94f9cafffd2b", | |
"3b255358dfaf4188905caca40a97351b", | |
"8a923a02b8bb4b8aaf75c21effc074cc", | |
"8b939e7b057348ef8b9c809a29bf74cd", | |
"18d473ae4e3642f6b4f61807771f3d07", | |
"234e13c2c48c4ff6b660ed27c3653375", | |
"d96143d0d6fd4a4494f8eba8d6960ae1", | |
"1e4a3cc6c4754d67bf915550d997b6fc", | |
"6bf00b67770b4d2984a3e70d50235bac", | |
"4a9eb0d713f24271a9f2955bb9875340", | |
"276d159f52494d3685c03b6ca5154dcb", | |
"62c75254bac14cda9333862b2c659825", | |
"8c6ed55f9e324e95a7684372e5f20c5f", | |
"3759a8a3639a4c75a1e524ba10a60fa7", | |
"78de54792ca64ee9aea35c9cd9811a29", | |
"fcdc4ecb215f4efcbe6aababa7cffc0d", | |
"e540b7c597574dbe81511a469846fd40", | |
"9e35cfad8c104d7fb9c95802955e9114", | |
"ea585fa966f84d8893449790f8c0dbc1", | |
"896802b052ff40bfacc9feaf70037bfd", | |
"5cb0ce187b374a7f9d513771ae84e7a9", | |
"70fcf1e296c54d34bd524e10e6f5843d", | |
"92612896de854ac3ab2649e12845d8b3", | |
"66657a139e4740c8a61a6116adcf32b4", | |
"8c1ef325703a48d6bb8f43aadbc5ebfe", | |
"2b4211bfc6804d21a2fe00f2a1dea5cf", | |
"cb43ad758dc641e9bfe30834500528c4", | |
"b76138a8ac9b4c9e8f7e21828a7be9e4", | |
"861560565f2749f4a4e959021de11bce", | |
"e5de71f938b74e58b0186264cd182481", | |
"a9f4b059f1354fab8cb92d52774d7b91", | |
"b91ad1b0bd624f288e11073267bab7ef", | |
"970b248fa98e4d498f69e8ac5032b27c", | |
"e7272862e76b4e1291f877b1d43d6c87", | |
"3251841e232c47dbb500f7ebb934732f", | |
"1d5e341f9ba14d7ba19ca4f4be53e007", | |
"65d8e45a21a24b95b6d4006e884f3efc", | |
"41293717ddf64b1d9b8f849e6cc42981", | |
"295eb02aac8c471ea17cf14ec1370455", | |
"6b0dd809178a461ea0fd29265c66ff0f", | |
"132e6544ad7e40c99984ab073ebc10ef", | |
"605585c438f74c82b953b8d30bd05c96", | |
"cb030d3bdc0748a5bf77e85f47da85b2", | |
"d181f1fa757b4ef98f769427ca796414", | |
"60daa1ec509b4734a9ebc9fbcd509cc9", | |
"cdec6167621447578d30f56376aafb8e", | |
"b3023a42573a42489a87fe67300ee2e5", | |
"c80959e7684843db9fb45b8896661454", | |
"f1d4d917d4194816b829b2da05398900", | |
"5951ef0297b84bfd926974de857f7cf7", | |
"ef9fcf9f25ed41f184e1d2b26e3820af", | |
"facb2748703c4aada5bfc36a5e2c4fa9", | |
"0b49b16e59d24ae1a61ff86e9a0e9051", | |
"6eb016b3135f4eb3994103f52b57c9d9", | |
"c07e54b3e8ad4e53ae64512de68b7273", | |
"25724bb25f31406882172e949ed69509", | |
"c59677aa33444ddb9144075b58d723cd", | |
"427635340b3541d0880566e767e4fe0a", | |
"c9610a0869944181a72c7e2933df5382", | |
"b0202f6a023b4cd883f4e9641995d4ae", | |
"e49e69a23d1c4920a5d45475e455840e", | |
"b4555d71b1d34e90a90f865bec3309bf", | |
"0985632dafa143848aff3db0834e68f8", | |
"0395a6108a19494cbadde99ebd01576e", | |
"5c79ced770c94f2b98bb0d413bc0a1ab", | |
"207c36bedc504d7a9eaf069736fce0bd", | |
"28b3d2e95f7244f0a773097a02eefc5a", | |
"0aaffbced05e4b71aecdb2bee42c30ab", | |
"0ed35d07d6834f468876c4e7e3023e61", | |
"035ce2eada32477badea59c871c28323", | |
"53e351a0db2e46ea87c848368ea061a7", | |
"89a9da9076ba4fe69ca0f803d396346a", | |
"c406161f3cf146c88418431071e62607", | |
"d4a5cc63cae74659bf6c62bd46f93624", | |
"3ddb16268d07487c9cd0261df0b9d9cd", | |
"690bdc7dd0e040c4bec5ada19a05c83d", | |
"40c50398058f45e990aa7e0a285b0792", | |
"0748974fa334424fa305609e8e495536", | |
"b86cc28df6e94ee6a05754eb684f14f7", | |
"d90262ec9c2f4dfb889aef1ea9a34a8c", | |
"d4abe08b85094bc29f66fbe8c284ca24", | |
"60c1902e26b644af9a87797cc10f07ca", | |
"e3aa02b6dc72497ab472d2ea2f3c5cbc", | |
"e8e26083b9924cbc9a13125b05a49c97", | |
"a299571bb9b44649914555f4c3bc90ab", | |
"3cd1989cd9db448f84ecc4afadd6bb7f", | |
"8e07bddd3258426ca73fcc67a69ff72b", | |
"b65046204a1b418b87127093bc96ec84", | |
"f622e1709ad943988d93289fc37596d4", | |
"97aa4d76eabc4046a3bf96fc3172b018", | |
"244619cf9aa743e5980f10aaf3d089d4", | |
"f05f8871761749ea93c16ed3b2934134", | |
"22849f872efb4358aa4434e21647e87a", | |
"70bcf916697d4f438823d8d2beb87d7a", | |
"a94a47c9637f48598632670c9f33f62f", | |
"2300501c9df2407682b9a2b1f02bdbcb", | |
"120d44757c0e42728536d23f931d1ac4", | |
"2566fb6a1a62425399c7f488a97d2e8e", | |
"a742685bce8e4e17bc74e4eab730b2c4", | |
"7c8df71c2fe94355853890f6a45358a0", | |
"4223a7e8ebed4fc8941a78371b7b45ee", | |
"6eb0a95d26564421bb9e435c19effe34", | |
"e57fd1d1820d4743b378c8dad67fff2d", | |
"d7d6452cdd534b04b72233d636544c9b", | |
"59ea3f183e9d43b4b09b9233a850293c", | |
"f41461eb2caf41679c311477e5adcacb", | |
"49c2166167034ccb8266584d3a5d3f01", | |
"7ff7f95002b541acb5fabb1349844bb6", | |
"b5d2b16c12fa4b83b78db1f98520cefe", | |
"db985b941c1e4b75a1fa9927afb6b3f8", | |
"e64e4db4443c42e8998df74468b8323a", | |
"705c751d067c45a8bb4506a2e94390d5", | |
"9aba60f1addf44a1ad9bbfd955bdca2c", | |
"0020664ef8814a87b849eac1e7b253c2" | |
] | |
}, | |
"id": "qiYNewrpMFGi", | |
"outputId": "a51e3cd0-72c7-45bd-e1db-bfcd4f81b516" | |
}, | |
"outputs": [ | |
{ | |
"name": "stdout", | |
"output_type": "stream", | |
"text": [ | |
"fine_tuned_science_gemma2b-it-q4f16_1-MLC\n" | |
] | |
}, | |
{ | |
"data": { | |
"application/vnd.jupyter.widget-view+json": { | |
"model_id": "af7b9afc9cad4775b8c745707ae5aef1", | |
"version_major": 2, | |
"version_minor": 0 | |
}, | |
"text/plain": [ | |
"fine_tuned_science_gemma2b-it-q4f16_1-android.tar: 0%| | 0.00/325k [00:00<?, ?B/s]" | |
] | |
}, | |
"metadata": {}, | |
"output_type": "display_data" | |
}, | |
{ | |
"data": { | |
"application/vnd.jupyter.widget-view+json": { | |
"model_id": "2350b496a6b145b69091c378ce464f2c", | |
"version_major": 2, | |
"version_minor": 0 | |
}, | |
"text/plain": [ | |
"Upload 41 LFS files: 0%| | 0/41 [00:00<?, ?it/s]" | |
] | |
}, | |
"metadata": {}, | |
"output_type": "display_data" | |
}, | |
{ | |
"data": { | |
"application/vnd.jupyter.widget-view+json": { | |
"model_id": "ae8efdf9b6524c75a9b352fa7584a1f9", | |
"version_major": 2, | |
"version_minor": 0 | |
}, | |
"text/plain": [ | |
"params_shard_0.bin: 0%| | 0.00/262M [00:00<?, ?B/s]" | |
] | |
}, | |
"metadata": {}, | |
"output_type": "display_data" | |
}, | |
{ | |
"data": { | |
"application/vnd.jupyter.widget-view+json": { | |
"model_id": "e210dc3376564a789910ed6d2e1b72ee", | |
"version_major": 2, | |
"version_minor": 0 | |
}, | |
"text/plain": [ | |
"params_shard_1.bin: 0%| | 0.00/16.8M [00:00<?, ?B/s]" | |
] | |
}, | |
"metadata": {}, | |
"output_type": "display_data" | |
}, | |
{ | |
"data": { | |
"application/vnd.jupyter.widget-view+json": { | |
"model_id": "441702f0720942e4b6e7d57d3c5a0ce9", | |
"version_major": 2, | |
"version_minor": 0 | |
}, | |
"text/plain": [ | |
"params_shard_11.bin: 0%| | 0.00/16.8M [00:00<?, ?B/s]" | |
] | |
}, | |
"metadata": {}, | |
"output_type": "display_data" | |
}, | |
{ | |
"data": { | |
"application/vnd.jupyter.widget-view+json": { | |
"model_id": "e43935ec19054a94bac2610d3b7e240f", | |
"version_major": 2, | |
"version_minor": 0 | |
}, | |
"text/plain": [ | |
"params_shard_10.bin: 0%| | 0.00/33.6M [00:00<?, ?B/s]" | |
] | |
}, | |
"metadata": {}, | |
"output_type": "display_data" | |
}, | |
{ | |
"data": { | |
"application/vnd.jupyter.widget-view+json": { | |
"model_id": "ceaabefd3ed14c3994b526c9c9025a41", | |
"version_major": 2, | |
"version_minor": 0 | |
}, | |
"text/plain": [ | |
"params_shard_12.bin: 0%| | 0.00/33.6M [00:00<?, ?B/s]" | |
] | |
}, | |
"metadata": {}, | |
"output_type": "display_data" | |
}, | |
{ | |
"data": { | |
"application/vnd.jupyter.widget-view+json": { | |
"model_id": "2ea71267c24d49fbb052ca234ae0c103", | |
"version_major": 2, | |
"version_minor": 0 | |
}, | |
"text/plain": [ | |
"params_shard_13.bin: 0%| | 0.00/30.7M [00:00<?, ?B/s]" | |
] | |
}, | |
"metadata": {}, | |
"output_type": "display_data" | |
}, | |
{ | |
"data": { | |
"application/vnd.jupyter.widget-view+json": { | |
"model_id": "9bba4ad3dbfa405880582f941c30afb1", | |
"version_major": 2, | |
"version_minor": 0 | |
}, | |
"text/plain": [ | |
"params_shard_14.bin: 0%| | 0.00/33.6M [00:00<?, ?B/s]" | |
] | |
}, | |
"metadata": {}, | |
"output_type": "display_data" | |
}, | |
{ | |
"data": { | |
"application/vnd.jupyter.widget-view+json": { | |
"model_id": "841135ac5cdb41d9bea8f263655db0ad", | |
"version_major": 2, | |
"version_minor": 0 | |
}, | |
"text/plain": [ | |
"params_shard_15.bin: 0%| | 0.00/32.6M [00:00<?, ?B/s]" | |
] | |
}, | |
"metadata": {}, | |
"output_type": "display_data" | |
}, | |
{ | |
"data": { | |
"application/vnd.jupyter.widget-view+json": { | |
"model_id": "85f49ec020bb4926ac0c7ba0e85a2a55", | |
"version_major": 2, | |
"version_minor": 0 | |
}, | |
"text/plain": [ | |
"params_shard_16.bin: 0%| | 0.00/33.6M [00:00<?, ?B/s]" | |
] | |
}, | |
"metadata": {}, | |
"output_type": "display_data" | |
}, | |
{ | |
"data": { | |
"application/vnd.jupyter.widget-view+json": { | |
"model_id": "0ded61d50b7048f098928abd17a16cf4", | |
"version_major": 2, | |
"version_minor": 0 | |
}, | |
"text/plain": [ | |
"params_shard_17.bin: 0%| | 0.00/33.4M [00:00<?, ?B/s]" | |
] | |
}, | |
"metadata": {}, | |
"output_type": "display_data" | |
}, | |
{ | |
"data": { | |
"application/vnd.jupyter.widget-view+json": { | |
"model_id": "effd1b14c4dd45908a040319fe3fba3b", | |
"version_major": 2, | |
"version_minor": 0 | |
}, | |
"text/plain": [ | |
"params_shard_18.bin: 0%| | 0.00/33.6M [00:00<?, ?B/s]" | |
] | |
}, | |
"metadata": {}, | |
"output_type": "display_data" | |
}, | |
{ | |
"data": { | |
"application/vnd.jupyter.widget-view+json": { | |
"model_id": "42dba12c0f86453c9777ae2b1be4b810", | |
"version_major": 2, | |
"version_minor": 0 | |
}, | |
"text/plain": [ | |
"params_shard_19.bin: 0%| | 0.00/33.6M [00:00<?, ?B/s]" | |
] | |
}, | |
"metadata": {}, | |
"output_type": "display_data" | |
}, | |
{ | |
"data": { | |
"application/vnd.jupyter.widget-view+json": { | |
"model_id": "fa3f4018e8eb485eae59212fa12bce0b", | |
"version_major": 2, | |
"version_minor": 0 | |
}, | |
"text/plain": [ | |
"params_shard_2.bin: 0%| | 0.00/32.8M [00:00<?, ?B/s]" | |
] | |
}, | |
"metadata": {}, | |
"output_type": "display_data" | |
}, | |
{ | |
"data": { | |
"application/vnd.jupyter.widget-view+json": { | |
"model_id": "8f4d92c5a59543ddb42c6b5310367a5e", | |
"version_major": 2, | |
"version_minor": 0 | |
}, | |
"text/plain": [ | |
"params_shard_20.bin: 0%| | 0.00/32.8M [00:00<?, ?B/s]" | |
] | |
}, | |
"metadata": {}, | |
"output_type": "display_data" | |
}, | |
{ | |
"data": { | |
"application/vnd.jupyter.widget-view+json": { | |
"model_id": "f17ff1e28c3a4b7f8c994a1f6aa69a84", | |
"version_major": 2, | |
"version_minor": 0 | |
}, | |
"text/plain": [ | |
"params_shard_21.bin: 0%| | 0.00/33.6M [00:00<?, ?B/s]" | |
] | |
}, | |
"metadata": {}, | |
"output_type": "display_data" | |
}, | |
{ | |
"data": { | |
"application/vnd.jupyter.widget-view+json": { | |
"model_id": "7cbee67b9a6e4574bd165533d1490e68", | |
"version_major": 2, | |
"version_minor": 0 | |
}, | |
"text/plain": [ | |
"params_shard_22.bin: 0%| | 0.00/33.4M [00:00<?, ?B/s]" | |
] | |
}, | |
"metadata": {}, | |
"output_type": "display_data" | |
}, | |
{ | |
"data": { | |
"application/vnd.jupyter.widget-view+json": { | |
"model_id": "cb30aada5f174a56ae02cb63daed0549", | |
"version_major": 2, | |
"version_minor": 0 | |
}, | |
"text/plain": [ | |
"params_shard_23.bin: 0%| | 0.00/33.6M [00:00<?, ?B/s]" | |
] | |
}, | |
"metadata": {}, | |
"output_type": "display_data" | |
}, | |
{ | |
"data": { | |
"application/vnd.jupyter.widget-view+json": { | |
"model_id": "bcfe3f54994f424d8843236b0003d76b", | |
"version_major": 2, | |
"version_minor": 0 | |
}, | |
"text/plain": [ | |
"params_shard_24.bin: 0%| | 0.00/16.8M [00:00<?, ?B/s]" | |
] | |
}, | |
"metadata": {}, | |
"output_type": "display_data" | |
}, | |
{ | |
"data": { | |
"application/vnd.jupyter.widget-view+json": { | |
"model_id": "1e18fdca23674a24a06a9b4e9faac7c1", | |
"version_major": 2, | |
"version_minor": 0 | |
}, | |
"text/plain": [ | |
"params_shard_25.bin: 0%| | 0.00/33.6M [00:00<?, ?B/s]" | |
] | |
}, | |
"metadata": {}, | |
"output_type": "display_data" | |
}, | |
{ | |
"data": { | |
"application/vnd.jupyter.widget-view+json": { | |
"model_id": "8133004db88142c9af9eff17e3951b44", | |
"version_major": 2, | |
"version_minor": 0 | |
}, | |
"text/plain": [ | |
"params_shard_26.bin: 0%| | 0.00/30.7M [00:00<?, ?B/s]" | |
] | |
}, | |
"metadata": {}, | |
"output_type": "display_data" | |
}, | |
{ | |
"data": { | |
"application/vnd.jupyter.widget-view+json": { | |
"model_id": "623cae2e54b1490cb77c26dd0f691b8a", | |
"version_major": 2, | |
"version_minor": 0 | |
}, | |
"text/plain": [ | |
"params_shard_27.bin: 0%| | 0.00/33.6M [00:00<?, ?B/s]" | |
] | |
}, | |
"metadata": {}, | |
"output_type": "display_data" | |
}, | |
{ | |
"data": { | |
"application/vnd.jupyter.widget-view+json": { | |
"model_id": "2675da09b4dc4d868dec9a1bfe5eaac2", | |
"version_major": 2, | |
"version_minor": 0 | |
}, | |
"text/plain": [ | |
"params_shard_28.bin: 0%| | 0.00/32.6M [00:00<?, ?B/s]" | |
] | |
}, | |
"metadata": {}, | |
"output_type": "display_data" | |
}, | |
{ | |
"data": { | |
"application/vnd.jupyter.widget-view+json": { | |
"model_id": "cae1ef6b6b09482b8360b22bdd39248d", | |
"version_major": 2, | |
"version_minor": 0 | |
}, | |
"text/plain": [ | |
"params_shard_29.bin: 0%| | 0.00/33.6M [00:00<?, ?B/s]" | |
] | |
}, | |
"metadata": {}, | |
"output_type": "display_data" | |
}, | |
{ | |
"data": { | |
"application/vnd.jupyter.widget-view+json": { | |
"model_id": "f6dc5b14e4b84ce88856e5947bb2b838", | |
"version_major": 2, | |
"version_minor": 0 | |
}, | |
"text/plain": [ | |
"params_shard_3.bin: 0%| | 0.00/33.6M [00:00<?, ?B/s]" | |
] | |
}, | |
"metadata": {}, | |
"output_type": "display_data" | |
}, | |
{ | |
"data": { | |
"application/vnd.jupyter.widget-view+json": { | |
"model_id": "82cde12595d54a3d989baec91f8b3ed3", | |
"version_major": 2, | |
"version_minor": 0 | |
}, | |
"text/plain": [ | |
"params_shard_30.bin: 0%| | 0.00/33.4M [00:00<?, ?B/s]" | |
] | |
}, | |
"metadata": {}, | |
"output_type": "display_data" | |
}, | |
{ | |
"data": { | |
"application/vnd.jupyter.widget-view+json": { | |
"model_id": "6cc833e135b04a5a89ca02a530c3ec83", | |
"version_major": 2, | |
"version_minor": 0 | |
}, | |
"text/plain": [ | |
"params_shard_31.bin: 0%| | 0.00/33.6M [00:00<?, ?B/s]" | |
] | |
}, | |
"metadata": {}, | |
"output_type": "display_data" | |
}, | |
{ | |
"data": { | |
"application/vnd.jupyter.widget-view+json": { | |
"model_id": "be29b23438be4c919d0265b269b30b8c", | |
"version_major": 2, | |
"version_minor": 0 | |
}, | |
"text/plain": [ | |
"params_shard_32.bin: 0%| | 0.00/16.8M [00:00<?, ?B/s]" | |
] | |
}, | |
"metadata": {}, | |
"output_type": "display_data" | |
}, | |
{ | |
"data": { | |
"application/vnd.jupyter.widget-view+json": { | |
"model_id": "7ac6e216e0dc4ef1ac8259c0babd59f3", | |
"version_major": 2, | |
"version_minor": 0 | |
}, | |
"text/plain": [ | |
"params_shard_33.bin: 0%| | 0.00/33.6M [00:00<?, ?B/s]" | |
] | |
}, | |
"metadata": {}, | |
"output_type": "display_data" | |
}, | |
{ | |
"data": { | |
"application/vnd.jupyter.widget-view+json": { | |
"model_id": "471693438ac04c248aae0c0806bc0182", | |
"version_major": 2, | |
"version_minor": 0 | |
}, | |
"text/plain": [ | |
"params_shard_34.bin: 0%| | 0.00/30.7M [00:00<?, ?B/s]" | |
] | |
}, | |
"metadata": {}, | |
"output_type": "display_data" | |
}, | |
{ | |
"data": { | |
"application/vnd.jupyter.widget-view+json": { | |
"model_id": "1aa66e4614f04bde9825f26473748b16", | |
"version_major": 2, | |
"version_minor": 0 | |
}, | |
"text/plain": [ | |
"params_shard_35.bin: 0%| | 0.00/33.6M [00:00<?, ?B/s]" | |
] | |
}, | |
"metadata": {}, | |
"output_type": "display_data" | |
}, | |
{ | |
"data": { | |
"application/vnd.jupyter.widget-view+json": { | |
"model_id": "18d473ae4e3642f6b4f61807771f3d07", | |
"version_major": 2, | |
"version_minor": 0 | |
}, | |
"text/plain": [ | |
"params_shard_36.bin: 0%| | 0.00/32.6M [00:00<?, ?B/s]" | |
] | |
}, | |
"metadata": {}, | |
"output_type": "display_data" | |
}, | |
{ | |
"data": { | |
"application/vnd.jupyter.widget-view+json": { | |
"model_id": "fcdc4ecb215f4efcbe6aababa7cffc0d", | |
"version_major": 2, | |
"version_minor": 0 | |
}, | |
"text/plain": [ | |
"params_shard_37.bin: 0%| | 0.00/24.2M [00:00<?, ?B/s]" | |
] | |
}, | |
"metadata": {}, | |
"output_type": "display_data" | |
}, | |
{ | |
"data": { | |
"application/vnd.jupyter.widget-view+json": { | |
"model_id": "cb43ad758dc641e9bfe30834500528c4", | |
"version_major": 2, | |
"version_minor": 0 | |
}, | |
"text/plain": [ | |
"params_shard_4.bin: 0%| | 0.00/33.6M [00:00<?, ?B/s]" | |
] | |
}, | |
"metadata": {}, | |
"output_type": "display_data" | |
}, | |
{ | |
"data": { | |
"application/vnd.jupyter.widget-view+json": { | |
"model_id": "41293717ddf64b1d9b8f849e6cc42981", | |
"version_major": 2, | |
"version_minor": 0 | |
}, | |
"text/plain": [ | |
"params_shard_5.bin: 0%| | 0.00/30.5M [00:00<?, ?B/s]" | |
] | |
}, | |
"metadata": {}, | |
"output_type": "display_data" | |
}, | |
{ | |
"data": { | |
"application/vnd.jupyter.widget-view+json": { | |
"model_id": "f1d4d917d4194816b829b2da05398900", | |
"version_major": 2, | |
"version_minor": 0 | |
}, | |
"text/plain": [ | |
"params_shard_6.bin: 0%| | 0.00/33.6M [00:00<?, ?B/s]" | |
] | |
}, | |
"metadata": {}, | |
"output_type": "display_data" | |
}, | |
{ | |
"data": { | |
"application/vnd.jupyter.widget-view+json": { | |
"model_id": "b0202f6a023b4cd883f4e9641995d4ae", | |
"version_major": 2, | |
"version_minor": 0 | |
}, | |
"text/plain": [ | |
"params_shard_7.bin: 0%| | 0.00/32.6M [00:00<?, ?B/s]" | |
] | |
}, | |
"metadata": {}, | |
"output_type": "display_data" | |
}, | |
{ | |
"data": { | |
"application/vnd.jupyter.widget-view+json": { | |
"model_id": "53e351a0db2e46ea87c848368ea061a7", | |
"version_major": 2, | |
"version_minor": 0 | |
}, | |
"text/plain": [ | |
"params_shard_8.bin: 0%| | 0.00/33.6M [00:00<?, ?B/s]" | |
] | |
}, | |
"metadata": {}, | |
"output_type": "display_data" | |
}, | |
{ | |
"data": { | |
"application/vnd.jupyter.widget-view+json": { | |
"model_id": "60c1902e26b644af9a87797cc10f07ca", | |
"version_major": 2, | |
"version_minor": 0 | |
}, | |
"text/plain": [ | |
"params_shard_9.bin: 0%| | 0.00/33.4M [00:00<?, ?B/s]" | |
] | |
}, | |
"metadata": {}, | |
"output_type": "display_data" | |
}, | |
{ | |
"data": { | |
"application/vnd.jupyter.widget-view+json": { | |
"model_id": "22849f872efb4358aa4434e21647e87a", | |
"version_major": 2, | |
"version_minor": 0 | |
}, | |
"text/plain": [ | |
"tokenizer.json: 0%| | 0.00/17.5M [00:00<?, ?B/s]" | |
] | |
}, | |
"metadata": {}, | |
"output_type": "display_data" | |
}, | |
{ | |
"data": { | |
"application/vnd.jupyter.widget-view+json": { | |
"model_id": "d7d6452cdd534b04b72233d636544c9b", | |
"version_major": 2, | |
"version_minor": 0 | |
}, | |
"text/plain": [ | |
"tokenizer.model: 0%| | 0.00/4.24M [00:00<?, ?B/s]" | |
] | |
}, | |
"metadata": {}, | |
"output_type": "display_data" | |
}, | |
{ | |
"data": { | |
"application/vnd.google.colaboratory.intrinsic+json": { | |
"type": "string" | |
}, | |
"text/plain": [ | |
"CommitInfo(commit_url='https://huggingface.co/NSTiwari/scigemma_fine_tuned_quantized_MLC/commit/f6b97b9b3ede79b23f8f500f83294379ff3785cf', commit_message='Fine-tuned quantized Gemma 2b-it model.', commit_description='', oid='f6b97b9b3ede79b23f8f500f83294379ff3785cf', pr_url=None, pr_revision=None, pr_num=None)" | |
] | |
}, | |
"execution_count": 10, | |
"metadata": {}, | |
"output_type": "execute_result" | |
} | |
], | |
"source": [ | |
"from huggingface_hub import upload_folder, create_repo\n", | |
"\n", | |
"repo_id = create_repo(repo_id, exist_ok=True).repo_id\n", | |
"print(output_dir)\n", | |
"\n", | |
"upload_folder(\n", | |
" repo_id=repo_id,\n", | |
" folder_path=output_dir,\n", | |
" commit_message=\"Fine-tuned quantized Gemma 2b-it model.\",\n", | |
" ignore_patterns=[\"step_*\", \"epoch_*\"],\n", | |
")" | |
] | |
}, | |
{ | |
"cell_type": "markdown", | |
"metadata": { | |
"id": "wGrbI7NrFOEb" | |
}, | |
"source": [ | |
"#### Step 10: Download the fine-tuned compiled model." | |
] | |
}, | |
{ | |
"cell_type": "code", | |
"execution_count": null, | |
"metadata": { | |
"id": "tceHbQ9I_iX1" | |
}, | |
"outputs": [], | |
"source": [ | |
"!zip -r /content/gemma_2b_it_fine_tuned.zip /content/$FINE_TUNED_MODEL_NAME-$QUANTIZATION-MLC" | |
] | |
}, | |
{ | |
"cell_type": "code", | |
"execution_count": null, | |
"metadata": { | |
"id": "M6U4bDoa_k6n" | |
}, | |
"outputs": [], | |
"source": [ | |
"from google.colab import files\n", | |
"files.download(\"/content/gemma_2b_it_fine_tuned.zip\")" | |
] | |
}, | |
{ | |
"cell_type": "code", | |
"execution_count": null, | |
"metadata": { | |
"id": "_WMK6EcntKTK" | |
}, | |
"outputs": [], | |
"source": [ | |
"from huggingface_hub import whoami\n", | |
"from pathlib import Path\n", | |
"\n", | |
"# Output directory.\n", | |
"output_dir = \"scigemma_fine_tuned_v0\"\n", | |
"repo_name = \"scigemma_fine_tuned_v0\"\n", | |
"username = whoami(token=Path(\"/root/.cache/huggingface/\"))[\"name\"]\n", | |
"repo_id = f\"{username}/{repo_name}\"" | |
] | |
}, | |
{ | |
"cell_type": "code", | |
"execution_count": null, | |
"metadata": { | |
"colab": { | |
"base_uri": "https://localhost:8080/", | |
"height": 69 | |
}, | |
"id": "naDV6yDttNli", | |
"outputId": "668a604b-b60a-43f1-a823-99bcf1c27812" | |
}, | |
"outputs": [ | |
{ | |
"name": "stdout", | |
"output_type": "stream", | |
"text": [ | |
"scigemma_fine_tuned_v0\n" | |
] | |
}, | |
{ | |
"data": { | |
"application/vnd.google.colaboratory.intrinsic+json": { | |
"type": "string" | |
}, | |
"text/plain": [ | |
"CommitInfo(commit_url='https://huggingface.co/NSTiwari/scigemma_fine_tuned_v0/commit/0f06e2fea34decd766317c0faa84806dba4ed6ed', commit_message='Fine-tuned quantized Gemma 2b-it model.', commit_description='', oid='0f06e2fea34decd766317c0faa84806dba4ed6ed', pr_url=None, pr_revision=None, pr_num=None)" | |
] | |
}, | |
"execution_count": 10, | |
"metadata": {}, | |
"output_type": "execute_result" | |
} | |
], | |
"source": [ | |
"from huggingface_hub import upload_folder, create_repo\n", | |
"\n", | |
"repo_id = create_repo(repo_id, exist_ok=True).repo_id\n", | |
"print(output_dir)\n", | |
"\n", | |
"upload_folder(\n", | |
" repo_id=repo_id,\n", | |
" folder_path=output_dir,\n", | |
" commit_message=\"Fine-tuned quantized Gemma 2b-it model.\",\n", | |
" ignore_patterns=[\"step_*\", \"epoch_*\"],\n", | |
")" | |
] | |
} | |
], | |
"metadata": { | |
"accelerator": "GPU", | |
"colab": { | |
"gpuType": "T4", | |
"provenance": [], | |
"include_colab_link": true | |
}, | |
"kernelspec": { | |
"display_name": "Python 3", | |
"name": "python3" | |
}, | |
"language_info": { | |
"name": "python" | |
}, | |
"widgets": { | |
"application/vnd.jupyter.widget-state+json": { | |
"0020664ef8814a87b849eac1e7b253c2": { | |
"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": "" | |
} | |
}, | |
"0099bbea40134faea14c5e8859e8b9ac": { | |
"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 | |
} | |
}, | |
"035ce2eada32477badea59c871c28323": { | |
"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": "" | |
} | |
}, | |
"0395a6108a19494cbadde99ebd01576e": { | |
"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 | |
} | |
}, | |
"0441025a6f2949a1b2052a56e8e670b6": { | |
"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 | |
} | |
}, | |
"048b7e8f2e98462895094edb44b5000c": { | |
"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": "" | |
} | |
}, | |
"06912bd9db4c42299b6e1fc6a7036e8e": { | |
"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_ade0340bab56495ab698abb842992542", | |
"placeholder": "", | |
"style": "IPY_MODEL_d622ee5da27f455a8e4fa5057eecaca3", | |
"value": " 16.8M/16.8M [00:01<00:00, 75.7MB/s]" | |
} | |
}, | |
"0748974fa334424fa305609e8e495536": { | |
"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 | |
} | |
}, | |
"07baa4645fe34982b5788192bf6de290": { | |
"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 | |
} | |
}, | |
"07e2448b04984e718792641ed8291a73": { | |
"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 | |
} | |
}, | |
"080c917f6bcc403daa9db1e4b387fb14": { | |
"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 | |
} | |
}, | |
"081240f9b9f747c58b56c578cc2e4b70": { | |
"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 | |
} | |
}, | |
"0880996b1d84426bb72a054766a204a0": { | |
"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": "" | |
} | |
}, | |
"089b4be426c9453db6b2cc0a7aa03bf7": { | |
"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 | |
} | |
}, | |
"094d422fe8fa47dfb8ce5447822befa1": { | |
"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_34d5fea2de5640aa83a47f81aa6869ec", | |
"placeholder": "", | |
"style": "IPY_MODEL_f33dbf24dd554de9ba2023548c2d979d", | |
"value": " 33.6M/33.6M [00:04<00:00, 5.15MB/s]" | |
} | |
}, | |
"0985632dafa143848aff3db0834e68f8": { | |
"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_0ed35d07d6834f468876c4e7e3023e61", | |
"placeholder": "", | |
"style": "IPY_MODEL_035ce2eada32477badea59c871c28323", | |
"value": " 32.6M/32.6M [00:01<00:00, 35.8MB/s]" | |
} | |
}, | |
"0a2d0c2710f54af5874424c8b63c9dc0": { | |
"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 | |
} | |
}, | |
"0aaffbced05e4b71aecdb2bee42c30ab": { | |
"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": "" | |
} | |
}, | |
"0b169fd95aa842c28550732528e8a07e": { | |
"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_751bd8e72ddd43bbb773e3714e87837b", | |
"max": 32583680, | |
"min": 0, | |
"orientation": "horizontal", | |
"style": "IPY_MODEL_b284d7325864401f8e87f0d283fcddb1", | |
"value": 32583680 | |
} | |
}, | |
"0b49b16e59d24ae1a61ff86e9a0e9051": { | |
"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 | |
} | |
}, | |
"0c4880a3a46244489b41afbfaae16d76": { | |
"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": "" | |
} | |
}, | |
"0c80a617d2624b48971dfef339132b27": { | |
"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 | |
} | |
}, | |
"0d7e69d1787446729861c4145fcfb96e": { | |
"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 | |
} | |
}, | |
"0dc4e3600b1b4e6683b2c0f77cad5233": { | |
"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": "" | |
} | |
}, | |
"0ded61d50b7048f098928abd17a16cf4": { | |
"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_ffc3384bec654bc597e233a7eb6c5421", | |
"IPY_MODEL_cb231a8d1afc4adfb6916ac42dbbcd1f", | |
"IPY_MODEL_6931c97a5e4444d8b20db5a6e0156415" | |
], | |
"layout": "IPY_MODEL_9d21dbd57c8747c5a3a04329aa36892b" | |
} | |
}, | |
"0e7cfb60ec0d4b889085718ba47b53fe": { | |
"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": "" | |
} | |
}, | |
"0ea78af30fa84f0fac07637d2d9d0b04": { | |
"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": "" | |
} | |
}, | |
"0ed35d07d6834f468876c4e7e3023e61": { | |
"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 | |
} | |
}, | |
"0fc05882815947b09ac5aa6bffd350df": { | |
"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_0099bbea40134faea14c5e8859e8b9ac", | |
"max": 33554432, | |
"min": 0, | |
"orientation": "horizontal", | |
"style": "IPY_MODEL_ceb8451de51c472d91b42f3ba1fe7985", | |
"value": 33554432 | |
} | |
}, | |
"106520963c754a898707aaafcd03b607": { | |
"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 | |
} | |
}, | |
"11c87df3580b4f83b564d1c349cdf7bf": { | |
"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 | |
} | |
}, | |
"120d44757c0e42728536d23f931d1ac4": { | |
"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 | |
} | |
}, | |
"12ec695fbf964e40a6c0b9fdf8d6ca7c": { | |
"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": "" | |
} | |
}, | |
"132e6544ad7e40c99984ab073ebc10ef": { | |
"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_b3023a42573a42489a87fe67300ee2e5", | |
"placeholder": "", | |
"style": "IPY_MODEL_c80959e7684843db9fb45b8896661454", | |
"value": " 30.5M/30.5M [00:01<00:00, 37.7MB/s]" | |
} | |
}, | |
"13d95f2a38664388a95a41b423b8617e": { | |
"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_c6eb526b11244946a43e3244b5342d75", | |
"max": 32772096, | |
"min": 0, | |
"orientation": "horizontal", | |
"style": "IPY_MODEL_7344a02ecbf24e1cb9103636a6941dbc", | |
"value": 32772096 | |
} | |
}, | |
"143b979d490d4eb0b3efdac4d9b9f894": { | |
"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 | |
} | |
}, | |
"144e5c73c0b94b8ebfbefc096861302b": { | |
"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": "" | |
} | |
}, | |
"1518205707c64f5ca48b9a9ad7f06862": { | |
"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_432a1c6a8cb043c5ac08ee90b8f2205b", | |
"max": 33554432, | |
"min": 0, | |
"orientation": "horizontal", | |
"style": "IPY_MODEL_db22bc69a684422fbc1b91bccf2cc170", | |
"value": 33554432 | |
} | |
}, | |
"17890d26675e4f1b9c9e43ebb55207f1": { | |
"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_fc3cb4ed8e8d41f59efdd98a76b30404", | |
"placeholder": "", | |
"style": "IPY_MODEL_5cb5335d72b44433b9e30c69319697d1", | |
"value": "params_shard_0.bin: 100%" | |
} | |
}, | |
"17c8e887106946e395f281584af2fdb0": { | |
"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_34f051155b834ed09ab453c81a31f289", | |
"placeholder": "", | |
"style": "IPY_MODEL_2f0e2aaadcab49eebb404692d7fbf102", | |
"value": " 32.8M/32.8M [00:03<00:00, 9.55MB/s]" | |
} | |
}, | |
"18bd80d307eb4737b2564bfb9fdc3e4a": { | |
"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 | |
} | |
}, | |
"18d473ae4e3642f6b4f61807771f3d07": { | |
"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_234e13c2c48c4ff6b660ed27c3653375", | |
"IPY_MODEL_d96143d0d6fd4a4494f8eba8d6960ae1", | |
"IPY_MODEL_1e4a3cc6c4754d67bf915550d997b6fc" | |
], | |
"layout": "IPY_MODEL_6bf00b67770b4d2984a3e70d50235bac" | |
} | |
}, | |
"1aa66e4614f04bde9825f26473748b16": { | |
"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_331a19d2d7494b80b7a6b65fad111fe1", | |
"IPY_MODEL_49168aad11864835b8930dc7c9a0f827", | |
"IPY_MODEL_696d25af491849da95102ccf826c8df2" | |
], | |
"layout": "IPY_MODEL_d25181af40d44a9fb6615449cf8e7f5a" | |
} | |
}, | |
"1b7152a9f9e94fdcb14a322e34e96d3e": { | |
"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_87a2888c40894c7cb117ef10022031ef", | |
"max": 33554432, | |
"min": 0, | |
"orientation": "horizontal", | |
"style": "IPY_MODEL_fab22c27ae574a8d9415436988990328", | |
"value": 33554432 | |
} | |
}, | |
"1d281a83c14145bea82c2b9356739dca": { | |
"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_dfece02c107c4c2884ba982747255415", | |
"max": 30748672, | |
"min": 0, | |
"orientation": "horizontal", | |
"style": "IPY_MODEL_f90143ddd1864111984bff3e0c43ea7c", | |
"value": 30748672 | |
} | |
}, | |
"1d34095574f94777b44c3aada457e21a": { | |
"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_b78eca85c25647c5b77c49f9710176bf", | |
"max": 33554432, | |
"min": 0, | |
"orientation": "horizontal", | |
"style": "IPY_MODEL_20f5b019ecde457bbd59a8de0833d395", | |
"value": 33554432 | |
} | |
}, | |
"1d5e341f9ba14d7ba19ca4f4be53e007": { | |
"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 | |
} | |
}, | |
"1dc235932bf7460098c45bfabc4a9de1": { | |
"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 | |
} | |
}, | |
"1e18fdca23674a24a06a9b4e9faac7c1": { | |
"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_48ab1ef12feb4c0fb377be91e21d217d", | |
"IPY_MODEL_9ad1f452870c447c81280d5b13f1454a", | |
"IPY_MODEL_c858493c5aa046bdb09fee3bf436e370" | |
], | |
"layout": "IPY_MODEL_ca42e97a6576487b86181abb68e6d392" | |
} | |
}, | |
"1e4a3cc6c4754d67bf915550d997b6fc": { | |
"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_3759a8a3639a4c75a1e524ba10a60fa7", | |
"placeholder": "", | |
"style": "IPY_MODEL_78de54792ca64ee9aea35c9cd9811a29", | |
"value": " 32.6M/32.6M [00:01<00:00, 42.3MB/s]" | |
} | |
}, | |
"1fdc05507a7141b48d6da79543d190ba": { | |
"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 | |
} | |
}, | |
"207c36bedc504d7a9eaf069736fce0bd": { | |
"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": "" | |
} | |
}, | |
"20e3b5423faa42ee973176f8bef4ce4d": { | |
"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_7ca1332beb294ef7884ac3db2ff8aefc", | |
"placeholder": "", | |
"style": "IPY_MODEL_55f2fc5dbacc475c9e7192b48770e186", | |
"value": "params_shard_28.bin: 100%" | |
} | |
}, | |
"20f5b019ecde457bbd59a8de0833d395": { | |
"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": "" | |
} | |
}, | |
"22849f872efb4358aa4434e21647e87a": { | |
"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_70bcf916697d4f438823d8d2beb87d7a", | |
"IPY_MODEL_a94a47c9637f48598632670c9f33f62f", | |
"IPY_MODEL_2300501c9df2407682b9a2b1f02bdbcb" | |
], | |
"layout": "IPY_MODEL_120d44757c0e42728536d23f931d1ac4" | |
} | |
}, | |
"2300501c9df2407682b9a2b1f02bdbcb": { | |
"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_6eb0a95d26564421bb9e435c19effe34", | |
"placeholder": "", | |
"style": "IPY_MODEL_e57fd1d1820d4743b378c8dad67fff2d", | |
"value": " 17.5M/17.5M [00:00<00:00, 115MB/s]" | |
} | |
}, | |
"234e13c2c48c4ff6b660ed27c3653375": { | |
"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_4a9eb0d713f24271a9f2955bb9875340", | |
"placeholder": "", | |
"style": "IPY_MODEL_276d159f52494d3685c03b6ca5154dcb", | |
"value": "params_shard_36.bin: 100%" | |
} | |
}, | |
"2350b496a6b145b69091c378ce464f2c": { | |
"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_c543dfd1e45c4477a68b76f6ba0a0b2a", | |
"IPY_MODEL_a336edad8a744f83a1798673119a16d1", | |
"IPY_MODEL_f1cef3db87f44495af27b163e6e099f6" | |
], | |
"layout": "IPY_MODEL_ffdfad334b3441c1b79f1214568a597f" | |
} | |
}, | |
"237510244225427da6fc273988960c65": { | |
"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": "" | |
} | |
}, | |
"240b67615a7440d7b43fd0b4432ab08c": { | |
"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 | |
} | |
}, | |
"244619cf9aa743e5980f10aaf3d089d4": { | |
"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 | |
} | |
}, | |
"25160b457874485194baba9143a02192": { | |
"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_07e2448b04984e718792641ed8291a73", | |
"placeholder": "", | |
"style": "IPY_MODEL_40a68fc3b04540d4bcaf116c711f093a", | |
"value": " 33.6M/33.6M [00:03<00:00, 9.28MB/s]" | |
} | |
}, | |
"2566fb6a1a62425399c7f488a97d2e8e": { | |
"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 | |
} | |
}, | |
"25724bb25f31406882172e949ed69509": { | |
"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 | |
} | |
}, | |
"2675da09b4dc4d868dec9a1bfe5eaac2": { | |
"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_20e3b5423faa42ee973176f8bef4ce4d", | |
"IPY_MODEL_0b169fd95aa842c28550732528e8a07e", | |
"IPY_MODEL_f5d7e2a0539743698bed9b644cf65729" | |
], | |
"layout": "IPY_MODEL_8ae50f5b68cc48f7a5a7a651bdd2afa0" | |
} | |
}, | |
"276d159f52494d3685c03b6ca5154dcb": { | |
"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": "" | |
} | |
}, | |
"28ad75e3d0524b0e984da22749bc2b7f": { | |
"model_module": "@jupyter-widgets/controls", | |
"model_module_version": "1.5.0", | |
"model_name": "VBoxModel", | |
"state": { | |
"_dom_classes": [], | |
"_model_module": "@jupyter-widgets/controls", | |
"_model_module_version": "1.5.0", | |
"_model_name": "VBoxModel", | |
"_view_count": null, | |
"_view_module": "@jupyter-widgets/controls", | |
"_view_module_version": "1.5.0", | |
"_view_name": "VBoxView", | |
"box_style": "", | |
"children": [ | |
"IPY_MODEL_e6448231e20a47d3b8c7a7e02a4e1a51", | |
"IPY_MODEL_9fa0aea0e90f488595ef0feb34b7933c", | |
"IPY_MODEL_c06d1c45ca0840d7903f02657e6d2a3d" | |
], | |
"layout": "IPY_MODEL_88854978a8a94dac867790ba63ccf106" | |
} | |
}, | |
"28b07016dbf042319a33d16b605d1da3": { | |
"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": "" | |
} | |
}, | |
"28b3d2e95f7244f0a773097a02eefc5a": { | |
"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 | |
} | |
}, | |
"29442604ca3b4783bef1684a84aed9b4": { | |
"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_ddfb826ab1ba4b9aa08c2e538f4d63e7", | |
"placeholder": "", | |
"style": "IPY_MODEL_12ec695fbf964e40a6c0b9fdf8d6ca7c", | |
"value": "params_shard_12.bin: 100%" | |
} | |
}, | |
"295eb02aac8c471ea17cf14ec1370455": { | |
"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_cb030d3bdc0748a5bf77e85f47da85b2", | |
"placeholder": "", | |
"style": "IPY_MODEL_d181f1fa757b4ef98f769427ca796414", | |
"value": "params_shard_5.bin: 100%" | |
} | |
}, | |
"2a1c6411a11c46c69f76df20ff065181": { | |
"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 | |
} | |
}, | |
"2a92a43c0d4c423484bad3de4ec0cc35": { | |
"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": "" | |
} | |
}, | |
"2aac08db92df4501aac04fef2836b262": { | |
"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 | |
} | |
}, | |
"2b4211bfc6804d21a2fe00f2a1dea5cf": { | |
"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": "" | |
} | |
}, | |
"2cdccfde6bba457685adf6bae57d4230": { | |
"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": "" | |
} | |
}, | |
"2e103c460fb640d784be02426d7e0c3a": { | |
"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_3d681ab78e724ab9b1568b3a7ae67d78", | |
"placeholder": "", | |
"style": "IPY_MODEL_c2f53b92b4404e3b8c48d990c80e7da9", | |
"value": "params_shard_24.bin: 100%" | |
} | |
}, | |
"2e329e0e9fd4481283ab7f8be48d682b": { | |
"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": "" | |
} | |
}, | |
"2ea71267c24d49fbb052ca234ae0c103": { | |
"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_b62e3cf74d5e47b1aaba2a5ff9a31927", | |
"IPY_MODEL_a5596e259ab140f887fd5ea10bdf4f83", | |
"IPY_MODEL_ab7f32a3b9694ec49fa095f2737c257d" | |
], | |
"layout": "IPY_MODEL_fd7b5a0333a345faa46f3e8d0e4f195b" | |
} | |
}, | |
"2eb04a4270f14d2a992d055affa16c6a": { | |
"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_0c80a617d2624b48971dfef339132b27", | |
"max": 33431552, | |
"min": 0, | |
"orientation": "horizontal", | |
"style": "IPY_MODEL_ba9b99dc557b46a3bd3ed8f2785e579b", | |
"value": 33431552 | |
} | |
}, | |
"2f0e2aaadcab49eebb404692d7fbf102": { | |
"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": "" | |
} | |
}, | |
"2ff284a75ccb496fa13289c216898ef2": { | |
"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": "" | |
} | |
}, | |
"30ed68e09a334e82a7fc6897bc5f6665": { | |
"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_4fcb602a5bd04f8d87b979adb4bea5ac", | |
"placeholder": "", | |
"style": "IPY_MODEL_0880996b1d84426bb72a054766a204a0", | |
"value": " 32.8M/32.8M [00:02<00:00, 23.3MB/s]" | |
} | |
}, | |
"31dcc138c24941c9a9f4fcd08ad21c40": { | |
"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 | |
} | |
}, | |
"3251841e232c47dbb500f7ebb934732f": { | |
"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": "" | |
} | |
}, | |
"32d52088f9fa42e291f0c659be8ca8a5": { | |
"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_dfeb512df25043aab5d17d00efe8d8e7", | |
"placeholder": "", | |
"style": "IPY_MODEL_620ab99d91f14b4db34110cb987887f4", | |
"value": "params_shard_10.bin: 100%" | |
} | |
}, | |
"331a19d2d7494b80b7a6b65fad111fe1": { | |
"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_d3312a066b924c5ba16d62270d68a38f", | |
"placeholder": "", | |
"style": "IPY_MODEL_ff438cd9b8f94f0d9ff4abdbaf681f01", | |
"value": "params_shard_35.bin: 100%" | |
} | |
}, | |
"34d5fea2de5640aa83a47f81aa6869ec": { | |
"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 | |
} | |
}, | |
"34f051155b834ed09ab453c81a31f289": { | |
"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 | |
} | |
}, | |
"34f1f49a4c10459c8f8bb8d2f53e4f4e": { | |
"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 | |
} | |
}, | |
"36cfd56b0f264ad6bf82be36137dba2c": { | |
"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_6e355a2dd62943bf94ed1bad58c448c9", | |
"placeholder": "", | |
"style": "IPY_MODEL_546d6f193b074998b1c91d9ef93ac098", | |
"value": "params_shard_23.bin: 100%" | |
} | |
}, | |
"3714ec4d4f204013b391c481bf58c615": { | |
"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 | |
} | |
}, | |
"374a10fd8884409ba8ead97315a996d0": { | |
"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 | |
} | |
}, | |
"3759a8a3639a4c75a1e524ba10a60fa7": { | |
"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 | |
} | |
}, | |
"3774c86ab9b148cfbcd6120b2a5da38d": { | |
"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 | |
} | |
}, | |
"39f535ea881e4912a36a9f924a007dff": { | |
"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": "" | |
} | |
}, | |
"3a9816f7b895411e944a093fb3c30db8": { | |
"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_a6608ae95c514dec8292f8b1c8cb9e43", | |
"max": 33554432, | |
"min": 0, | |
"orientation": "horizontal", | |
"style": "IPY_MODEL_0dc4e3600b1b4e6683b2c0f77cad5233", | |
"value": 33554432 | |
} | |
}, | |
"3aab8a5e4c8f4156b75e6516f3c7931f": { | |
"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 | |
} | |
}, | |
"3b255358dfaf4188905caca40a97351b": { | |
"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": "" | |
} | |
}, | |
"3cd1989cd9db448f84ecc4afadd6bb7f": { | |
"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 | |
} | |
}, | |
"3d681ab78e724ab9b1568b3a7ae67d78": { | |
"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 | |
} | |
}, | |
"3ddb16268d07487c9cd0261df0b9d9cd": { | |
"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 | |
} | |
}, | |
"3e5ba7dbde504586b95113d4ee369412": { | |
"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": "" | |
} | |
}, | |
"3f1292fd3d054912af40af780586d6f6": { | |
"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": "" | |
} | |
}, | |
"3fab1141154544988a6a8c2f8880c6ff": { | |
"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 | |
} | |
}, | |
"3fccce6eb0354518b99a43651d25f214": { | |
"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 | |
} | |
}, | |
"40a68fc3b04540d4bcaf116c711f093a": { | |
"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": "" | |
} | |
}, | |
"40a8eea3c8b5494182341168789a88a0": { | |
"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": "" | |
} | |
}, | |
"40c50398058f45e990aa7e0a285b0792": { | |
"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": "" | |
} | |
}, | |
"41293717ddf64b1d9b8f849e6cc42981": { | |
"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_295eb02aac8c471ea17cf14ec1370455", | |
"IPY_MODEL_6b0dd809178a461ea0fd29265c66ff0f", | |
"IPY_MODEL_132e6544ad7e40c99984ab073ebc10ef" | |
], | |
"layout": "IPY_MODEL_605585c438f74c82b953b8d30bd05c96" | |
} | |
}, | |
"41a9fec6b337413188727e3c66284dfe": { | |
"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_697b960efd0e469d90b7d9206b88cfaf", | |
"placeholder": "", | |
"style": "IPY_MODEL_2cdccfde6bba457685adf6bae57d4230", | |
"value": " 30.7M/30.7M [00:02<00:00, 12.8MB/s]" | |
} | |
}, | |
"41dd5cbe821a46c29cbfe45f0174f27f": { | |
"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": "" | |
} | |
}, | |
"4223a7e8ebed4fc8941a78371b7b45ee": { | |
"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": "" | |
} | |
}, | |
"425bf7b5686b4f8fa8f6033f54d06dce": { | |
"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": "" | |
} | |
}, | |
"427635340b3541d0880566e767e4fe0a": { | |
"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 | |
} | |
}, | |
"42dba12c0f86453c9777ae2b1be4b810": { | |
"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_c1d9569d972a4e7ea8a4415b07aeac86", | |
"IPY_MODEL_892eb311b51a41109fe58dc306655eb5", | |
"IPY_MODEL_8983a49b8dfe4aa7bf2b98aabe9c66a0" | |
], | |
"layout": "IPY_MODEL_e2cded6f55864979bdd4a9a65682847d" | |
} | |
}, | |
"432a1c6a8cb043c5ac08ee90b8f2205b": { | |
"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 | |
} | |
}, | |
"43b6692c4d2f4e5f90e7f0156cbf57a1": { | |
"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_73a1dcb41bfe479db4e9b3549b564546", | |
"placeholder": "", | |
"style": "IPY_MODEL_9b05ca69908d48cc9b52be6fc2f07921", | |
"value": "params_shard_31.bin: 100%" | |
} | |
}, | |
"441702f0720942e4b6e7d57d3c5a0ce9": { | |
"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_c710051f168247bc83a5050c274e7e50", | |
"IPY_MODEL_6a0c3d39568f43bba239705d2f989bef", | |
"IPY_MODEL_c18863b595eb4d63bd4b8591a36dca3d" | |
], | |
"layout": "IPY_MODEL_7610fb5b47694130bb4afa187b9e06f3" | |
} | |
}, | |
"4567c4658f5f45b0bce6bf639629b581": { | |
"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 | |
} | |
}, | |
"466b30e2922f4a7ba9563693eb15dea1": { | |
"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": "" | |
} | |
}, | |
"47140bd2e74540d0967f5fd37fbddba8": { | |
"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": "" | |
} | |
}, | |
"471693438ac04c248aae0c0806bc0182": { | |
"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_9ea1d683190d4e9e8e5c49c5923b1774", | |
"IPY_MODEL_f5ef8f4f407b4fe4a29d4bb601bf172a", | |
"IPY_MODEL_4c801caad6094118bd988d9aa86a5be1" | |
], | |
"layout": "IPY_MODEL_9a4257204afc41b098489bc4deaa5012" | |
} | |
}, | |
"472397ca19c24076b4f5670a1a734561": { | |
"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": "" | |
} | |
}, | |
"47b92401478e408382302c5dacbfa5b5": { | |
"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 | |
} | |
}, | |
"48152830ae6e4f29870803cd549ff8ef": { | |
"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_089b4be426c9453db6b2cc0a7aa03bf7", | |
"max": 16777216, | |
"min": 0, | |
"orientation": "horizontal", | |
"style": "IPY_MODEL_df7408902eb647198c5f89f4999bca04", | |
"value": 16777216 | |
} | |
}, | |
"4823d9d6a43c4b489a61488633870708": { | |
"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 | |
} | |
}, | |
"4864f3ff3ce746ebb8d8ff1366f13a76": { | |
"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_f8333f11a4334db99ba8684973099005", | |
"placeholder": "", | |
"style": "IPY_MODEL_9637c0271c0d4fd4becff737f93cba5a", | |
"value": "params_shard_20.bin: 100%" | |
} | |
}, | |
"48ab1ef12feb4c0fb377be91e21d217d": { | |
"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_cb60085b023c44428215c2fda61474ab", | |
"placeholder": "", | |
"style": "IPY_MODEL_9828b88202304d75959bc44964310023", | |
"value": "params_shard_25.bin: 100%" | |
} | |
}, | |
"4900e2c171e04a32a933439af6ddcc71": { | |
"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": "" | |
} | |
}, | |
"49168aad11864835b8930dc7c9a0f827": { | |
"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_f375567b595143359b4d94f9cafffd2b", | |
"max": 33554432, | |
"min": 0, | |
"orientation": "horizontal", | |
"style": "IPY_MODEL_3b255358dfaf4188905caca40a97351b", | |
"value": 33554432 | |
} | |
}, | |
"49c2166167034ccb8266584d3a5d3f01": { | |
"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_9aba60f1addf44a1ad9bbfd955bdca2c", | |
"placeholder": "", | |
"style": "IPY_MODEL_0020664ef8814a87b849eac1e7b253c2", | |
"value": " 4.24M/4.24M [00:00<00:00, 8.87MB/s]" | |
} | |
}, | |
"4a213b11b7524ce898339928b53cd9ed": { | |
"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_68c3a005d7e8435bb57a5fabd41f8a10", | |
"placeholder": "", | |
"style": "IPY_MODEL_f1a29fd3726b413da6705540035d71ca", | |
"value": "params_shard_22.bin: 100%" | |
} | |
}, | |
"4a477e98e185495495fe9d7d30a3e5ec": { | |
"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_96bb6b1ca08b4d53aa8e67c594a6047b", | |
"placeholder": "", | |
"style": "IPY_MODEL_f32662a7895341dca04b3e5b9a6d0cfd", | |
"value": "params_shard_1.bin: 100%" | |
} | |
}, | |
"4a4fb618e4ff48b78d4a3c170139f329": { | |
"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_a3bf2f71fcd34288844e6bc6b698a6d6", | |
"placeholder": "", | |
"style": "IPY_MODEL_db71dee6cd104423bf88e7ff4947ca89", | |
"value": " 33.6M/33.6M [00:04<00:00, 16.8MB/s]" | |
} | |
}, | |
"4a9eb0d713f24271a9f2955bb9875340": { | |
"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 | |
} | |
}, | |
"4c44349b297849de8db5b2b8e412e0ab": { | |
"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_3fab1141154544988a6a8c2f8880c6ff", | |
"placeholder": "", | |
"style": "IPY_MODEL_880210ad34c041e395e9361fae8a38c2", | |
"value": "params_shard_30.bin: 100%" | |
} | |
}, | |
"4c801caad6094118bd988d9aa86a5be1": { | |
"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_e18b1f0cbbcc40658fc8d7ca2c0b89fd", | |
"placeholder": "", | |
"style": "IPY_MODEL_9c2ccebbcd244ba8b1f0398e18ce701d", | |
"value": " 30.7M/30.7M [00:03<00:00, 11.1MB/s]" | |
} | |
}, | |
"4d72503b154541a8a06d211401d06836": { | |
"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 | |
} | |
}, | |
"4e22c40af0594a089a6d9035002ebe7d": { | |
"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_de252f84a8a84df0a5ddb24cc78446cf", | |
"placeholder": "", | |
"style": "IPY_MODEL_2a92a43c0d4c423484bad3de4ec0cc35", | |
"value": "params_shard_32.bin: 100%" | |
} | |
}, | |
"4e3e6cedfdde49cfb6f321d83b593196": { | |
"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": "" | |
} | |
}, | |
"4fcb602a5bd04f8d87b979adb4bea5ac": { | |
"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 | |
} | |
}, | |
"501819e6a3ad4d549ea173e532b87387": { | |
"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 | |
} | |
}, | |
"50725a4045c24e1482a049e3e528ebbd": { | |
"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 | |
} | |
}, | |
"5102aa51908c4b0d9d0db2432dc4fe61": { | |
"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": "" | |
} | |
}, | |
"515befd1799949fc9a843f433460ef38": { | |
"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 | |
} | |
}, | |
"525f2d6840304281b300594c53ec332e": { | |
"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": "" | |
} | |
}, | |
"53e351a0db2e46ea87c848368ea061a7": { | |
"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_89a9da9076ba4fe69ca0f803d396346a", | |
"IPY_MODEL_c406161f3cf146c88418431071e62607", | |
"IPY_MODEL_d4a5cc63cae74659bf6c62bd46f93624" | |
], | |
"layout": "IPY_MODEL_3ddb16268d07487c9cd0261df0b9d9cd" | |
} | |
}, | |
"546d6f193b074998b1c91d9ef93ac098": { | |
"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": "" | |
} | |
}, | |
"54a6905aaf87453ab3dd425847a99363": { | |
"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 | |
} | |
}, | |
"55f2fc5dbacc475c9e7192b48770e186": { | |
"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": "" | |
} | |
}, | |
"5887c3ccb0e7417281e76777f212c5ae": { | |
"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_515befd1799949fc9a843f433460ef38", | |
"placeholder": "", | |
"style": "IPY_MODEL_d036dd8458cd4696988b7f7784279a60", | |
"value": " 33.6M/33.6M [00:02<00:00, 42.4MB/s]" | |
} | |
}, | |
"5951ef0297b84bfd926974de857f7cf7": { | |
"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_6eb016b3135f4eb3994103f52b57c9d9", | |
"placeholder": "", | |
"style": "IPY_MODEL_c07e54b3e8ad4e53ae64512de68b7273", | |
"value": "params_shard_6.bin: 100%" | |
} | |
}, | |
"598a7e8dfa43433285748d2f72c62816": { | |
"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 | |
} | |
}, | |
"59ea3f183e9d43b4b09b9233a850293c": { | |
"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_b5d2b16c12fa4b83b78db1f98520cefe", | |
"placeholder": "", | |
"style": "IPY_MODEL_db985b941c1e4b75a1fa9927afb6b3f8", | |
"value": "tokenizer.model: 100%" | |
} | |
}, | |
"5b10e03088eb4309a699e2342974f49f": { | |
"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 | |
} | |
}, | |
"5b3cea3a3a904102ae0fcab3f787ad84": { | |
"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_947eb93e6ac84dd395ee166e49a3c04e", | |
"placeholder": "", | |
"style": "IPY_MODEL_acfd11235dc34a20a385c32363b5563e", | |
"value": " 33.6M/33.6M [00:05<00:00, 3.90MB/s]" | |
} | |
}, | |
"5bcae49511714a71a9682241c5bf3a99": { | |
"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": "" | |
} | |
}, | |
"5c0bfbb2277e43499ba2543dca10063c": { | |
"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 | |
} | |
}, | |
"5c79ced770c94f2b98bb0d413bc0a1ab": { | |
"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 | |
} | |
}, | |
"5ca24708f3f24308899494dc3c6c761e": { | |
"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 | |
} | |
}, | |
"5cb0ce187b374a7f9d513771ae84e7a9": { | |
"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 | |
} | |
}, | |
"5cb5335d72b44433b9e30c69319697d1": { | |
"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": "" | |
} | |
}, | |
"605585c438f74c82b953b8d30bd05c96": { | |
"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 | |
} | |
}, | |
"60c1902e26b644af9a87797cc10f07ca": { | |
"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_e3aa02b6dc72497ab472d2ea2f3c5cbc", | |
"IPY_MODEL_e8e26083b9924cbc9a13125b05a49c97", | |
"IPY_MODEL_a299571bb9b44649914555f4c3bc90ab" | |
], | |
"layout": "IPY_MODEL_3cd1989cd9db448f84ecc4afadd6bb7f" | |
} | |
}, | |
"60daa1ec509b4734a9ebc9fbcd509cc9": { | |
"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 | |
} | |
}, | |
"61b6be469f1144ac9b8ac416451e368c": { | |
"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": "" | |
} | |
}, | |
"620ab99d91f14b4db34110cb987887f4": { | |
"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": "" | |
} | |
}, | |
"623cae2e54b1490cb77c26dd0f691b8a": { | |
"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_80db826f0c5f4e3cba994dc1e0d3328c", | |
"IPY_MODEL_1b7152a9f9e94fdcb14a322e34e96d3e", | |
"IPY_MODEL_f650fba731c14b459814e298fab29bd7" | |
], | |
"layout": "IPY_MODEL_908686af494b4fa8ba782082425c399e" | |
} | |
}, | |
"626030b572cd4e3b8bafd9ebd51f6c0e": { | |
"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 | |
} | |
}, | |
"6288b6a784794fad84a7d6748df52b66": { | |
"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 | |
} | |
}, | |
"62c75254bac14cda9333862b2c659825": { | |
"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 | |
} | |
}, | |
"634ab00010a44646b953a815fc2333df": { | |
"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": "" | |
} | |
}, | |
"63a5ae0e7a2942c49264bb6940e12a4b": { | |
"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_5ca24708f3f24308899494dc3c6c761e", | |
"placeholder": "", | |
"style": "IPY_MODEL_525f2d6840304281b300594c53ec332e", | |
"value": " 33.6M/33.6M [00:03<00:00, 21.6MB/s]" | |
} | |
}, | |
"63e5fc1594f84c1eb0ff249146e06f65": { | |
"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 | |
} | |
}, | |
"651ec0f0ae6d4fe9956913ea447529d6": { | |
"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 | |
} | |
}, | |
"65d8e45a21a24b95b6d4006e884f3efc": { | |
"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": "" | |
} | |
}, | |
"66657a139e4740c8a61a6116adcf32b4": { | |
"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": "" | |
} | |
}, | |
"676e023ebc094ee5ab306c7e88f541b0": { | |
"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": "" | |
} | |
}, | |
"67f1ba3610684f99b24639c1f6114b68": { | |
"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 | |
} | |
}, | |
"68c3a005d7e8435bb57a5fabd41f8a10": { | |
"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 | |
} | |
}, | |
"690bdc7dd0e040c4bec5ada19a05c83d": { | |
"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 | |
} | |
}, | |
"6931c97a5e4444d8b20db5a6e0156415": { | |
"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_50725a4045c24e1482a049e3e528ebbd", | |
"placeholder": "", | |
"style": "IPY_MODEL_9e79249f68384eff983a0727016b5695", | |
"value": " 33.4M/33.4M [00:01<00:00, 20.6MB/s]" | |
} | |
}, | |
"693bf2f1e652456c96ed3d7e5b2091f5": { | |
"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 | |
} | |
}, | |
"696d25af491849da95102ccf826c8df2": { | |
"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_8a923a02b8bb4b8aaf75c21effc074cc", | |
"placeholder": "", | |
"style": "IPY_MODEL_8b939e7b057348ef8b9c809a29bf74cd", | |
"value": " 33.6M/33.6M [00:02<00:00, 25.8MB/s]" | |
} | |
}, | |
"697b960efd0e469d90b7d9206b88cfaf": { | |
"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 | |
} | |
}, | |
"6a0c3d39568f43bba239705d2f989bef": { | |
"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_e756508af5584ef9afc2729e21453d30", | |
"max": 16777216, | |
"min": 0, | |
"orientation": "horizontal", | |
"style": "IPY_MODEL_466b30e2922f4a7ba9563693eb15dea1", | |
"value": 16777216 | |
} | |
}, | |
"6a1f78c66da34cd489424ea842439b42": { | |
"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 | |
} | |
}, | |
"6ad4a0684e6149bc9d313f39326ac7a2": { | |
"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 | |
} | |
}, | |
"6aea49f9290649e9875649d779870126": { | |
"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": "" | |
} | |
}, | |
"6aed1d39e7584d3c949437398dd90896": { | |
"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 | |
} | |
}, | |
"6b0dd809178a461ea0fd29265c66ff0f": { | |
"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_60daa1ec509b4734a9ebc9fbcd509cc9", | |
"max": 30482432, | |
"min": 0, | |
"orientation": "horizontal", | |
"style": "IPY_MODEL_cdec6167621447578d30f56376aafb8e", | |
"value": 30482432 | |
} | |
}, | |
"6bf00b67770b4d2984a3e70d50235bac": { | |
"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 | |
} | |
}, | |
"6c4c4a67634b410a9cc57a8eafbec87b": { | |
"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_3714ec4d4f204013b391c481bf58c615", | |
"placeholder": "", | |
"style": "IPY_MODEL_676e023ebc094ee5ab306c7e88f541b0", | |
"value": " 33.6M/33.6M [00:01<00:00, 37.2MB/s]" | |
} | |
}, | |
"6cc833e135b04a5a89ca02a530c3ec83": { | |
"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_43b6692c4d2f4e5f90e7f0156cbf57a1", | |
"IPY_MODEL_1518205707c64f5ca48b9a9ad7f06862", | |
"IPY_MODEL_b72bac9adf584dff85c9bbe8efd78aa7" | |
], | |
"layout": "IPY_MODEL_693bf2f1e652456c96ed3d7e5b2091f5" | |
} | |
}, | |
"6e355a2dd62943bf94ed1bad58c448c9": { | |
"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 | |
} | |
}, | |
"6eb016b3135f4eb3994103f52b57c9d9": { | |
"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 | |
} | |
}, | |
"6eb0a95d26564421bb9e435c19effe34": { | |
"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 | |
} | |
}, | |
"6f4ac34981bb480093ae99266e7e4552": { | |
"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_fd08fcaa6f8f40fa909bd876bca5a450", | |
"placeholder": "", | |
"style": "IPY_MODEL_ff0a657be027449cbc9f34cce730306c", | |
"value": "params_shard_15.bin: 100%" | |
} | |
}, | |
"6fea9952ceef427888941e29b8dd1d9e": { | |
"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 | |
} | |
}, | |
"705c751d067c45a8bb4506a2e94390d5": { | |
"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": "" | |
} | |
}, | |
"70bcf916697d4f438823d8d2beb87d7a": { | |
"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_2566fb6a1a62425399c7f488a97d2e8e", | |
"placeholder": "", | |
"style": "IPY_MODEL_a742685bce8e4e17bc74e4eab730b2c4", | |
"value": "tokenizer.json: 100%" | |
} | |
}, | |
"70fcf1e296c54d34bd524e10e6f5843d": { | |
"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": "" | |
} | |
}, | |
"7344a02ecbf24e1cb9103636a6941dbc": { | |
"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": "" | |
} | |
}, | |
"73a1dcb41bfe479db4e9b3549b564546": { | |
"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 | |
} | |
}, | |
"74b7dd6489b743ee8f1436dd513932b2": { | |
"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_fa6d08091ca840778708eaf4f779f5a7", | |
"max": 16777216, | |
"min": 0, | |
"orientation": "horizontal", | |
"style": "IPY_MODEL_b35e601a07884a6fa7e4dfa65801ade2", | |
"value": 16777216 | |
} | |
}, | |
"751bd8e72ddd43bbb773e3714e87837b": { | |
"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 | |
} | |
}, | |
"75f100d5d60a4764a3012185a60ae9bf": { | |
"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": "" | |
} | |
}, | |
"7610fb5b47694130bb4afa187b9e06f3": { | |
"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 | |
} | |
}, | |
"78de54792ca64ee9aea35c9cd9811a29": { | |
"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": "" | |
} | |
}, | |
"79b6b0c878e04926b1b9446c34cea1d5": { | |
"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": "" | |
} | |
}, | |
"7a7d813b5d594647b25016f30605195c": { | |
"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": "" | |
} | |
}, | |
"7ab8a0dba5074c02817c380010e71bd3": { | |
"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": "" | |
} | |
}, | |
"7ac6e216e0dc4ef1ac8259c0babd59f3": { | |
"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_bf0a2b240a5748099c64e1ccfbbe6a49", | |
"IPY_MODEL_c620e958d59644e08495ad624fe28a31", | |
"IPY_MODEL_6c4c4a67634b410a9cc57a8eafbec87b" | |
], | |
"layout": "IPY_MODEL_3aab8a5e4c8f4156b75e6516f3c7931f" | |
} | |
}, | |
"7b0643cb9da2422fb6a298c40f0c3c3a": { | |
"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_2a1c6411a11c46c69f76df20ff065181", | |
"placeholder": "", | |
"style": "IPY_MODEL_ea95f2f461754074bbac99b24b320954", | |
"value": " 33.6M/33.6M [00:01<00:00, 44.5MB/s]" | |
} | |
}, | |
"7b511ffc455b42babd0b9ce4edf3a5d1": { | |
"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_6aed1d39e7584d3c949437398dd90896", | |
"placeholder": "", | |
"style": "IPY_MODEL_75f100d5d60a4764a3012185a60ae9bf", | |
"value": "params_shard_18.bin: 100%" | |
} | |
}, | |
"7c6853ee66e347dcb107f721282ed168": { | |
"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_6288b6a784794fad84a7d6748df52b66", | |
"placeholder": "", | |
"style": "IPY_MODEL_47140bd2e74540d0967f5fd37fbddba8", | |
"value": "params_shard_2.bin: 100%" | |
} | |
}, | |
"7c8df71c2fe94355853890f6a45358a0": { | |
"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 | |
} | |
}, | |
"7ca1332beb294ef7884ac3db2ff8aefc": { | |
"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 | |
} | |
}, | |
"7cbee67b9a6e4574bd165533d1490e68": { | |
"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_4a213b11b7524ce898339928b53cd9ed", | |
"IPY_MODEL_fe8aba1786be4611afe327f7603cc56b", | |
"IPY_MODEL_d62222bf20ce43e982d7f73db351cbba" | |
], | |
"layout": "IPY_MODEL_4d72503b154541a8a06d211401d06836" | |
} | |
}, | |
"7cc6eb1bc9794297ba66279916ee9ce6": { | |
"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_143b979d490d4eb0b3efdac4d9b9f894", | |
"max": 33554432, | |
"min": 0, | |
"orientation": "horizontal", | |
"style": "IPY_MODEL_ff3452d8b44b42369e43d71ff252fdf3", | |
"value": 33554432 | |
} | |
}, | |
"7d8317eb8fa64f659bfb8be100fa2191": { | |
"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_bebc23e88393409c858a3cbed6e810f7", | |
"placeholder": "", | |
"style": "IPY_MODEL_28b07016dbf042319a33d16b605d1da3", | |
"value": "params_shard_3.bin: 100%" | |
} | |
}, | |
"7f3b5fd13d3c469e84ed55330e40145c": { | |
"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 | |
} | |
}, | |
"7f74856428f6435ba090d420609fa33b": { | |
"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": "" | |
} | |
}, | |
"7ff7f95002b541acb5fabb1349844bb6": { | |
"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 | |
} | |
}, | |
"80db826f0c5f4e3cba994dc1e0d3328c": { | |
"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_a2e6f8d23091400090e8a9a1e2e93db1", | |
"placeholder": "", | |
"style": "IPY_MODEL_e8e4d63fe0b84ceba4019204e35fbf3f", | |
"value": "params_shard_27.bin: 100%" | |
} | |
}, | |
"8133004db88142c9af9eff17e3951b44": { | |
"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_f3cef70c1f1e43ceab3379cbe106d83c", | |
"IPY_MODEL_1d281a83c14145bea82c2b9356739dca", | |
"IPY_MODEL_41a9fec6b337413188727e3c66284dfe" | |
], | |
"layout": "IPY_MODEL_2aac08db92df4501aac04fef2836b262" | |
} | |
}, | |
"82cde12595d54a3d989baec91f8b3ed3": { | |
"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_4c44349b297849de8db5b2b8e412e0ab", | |
"IPY_MODEL_2eb04a4270f14d2a992d055affa16c6a", | |
"IPY_MODEL_ed9969e108c54f2f8bb942798eb6ef3c" | |
], | |
"layout": "IPY_MODEL_e8f0734a176d458f8fbc8626e8592c7b" | |
} | |
}, | |
"836dd76b67c341578aef047392d1def4": { | |
"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 | |
} | |
}, | |
"841135ac5cdb41d9bea8f263655db0ad": { | |
"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_6f4ac34981bb480093ae99266e7e4552", | |
"IPY_MODEL_bc8b09bcd97249c6b983c7cfbb07bc32", | |
"IPY_MODEL_c40ce7478e8248209a1e203174df0c61" | |
], | |
"layout": "IPY_MODEL_b4b57510840f489c96a78cbc6c177825" | |
} | |
}, | |
"8578e5b48ed0427b9098f2c6b62a2fe9": { | |
"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 | |
} | |
}, | |
"85f49ec020bb4926ac0c7ba0e85a2a55": { | |
"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_b9009495c4464b4091c168dc8a5e8555", | |
"IPY_MODEL_1d34095574f94777b44c3aada457e21a", | |
"IPY_MODEL_094d422fe8fa47dfb8ce5447822befa1" | |
], | |
"layout": "IPY_MODEL_0d7e69d1787446729861c4145fcfb96e" | |
} | |
}, | |
"861560565f2749f4a4e959021de11bce": { | |
"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_e7272862e76b4e1291f877b1d43d6c87", | |
"max": 33554432, | |
"min": 0, | |
"orientation": "horizontal", | |
"style": "IPY_MODEL_3251841e232c47dbb500f7ebb934732f", | |
"value": 33554432 | |
} | |
}, | |
"87a2888c40894c7cb117ef10022031ef": { | |
"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 | |
} | |
}, | |
"880210ad34c041e395e9361fae8a38c2": { | |
"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": "" | |
} | |
}, | |
"88854978a8a94dac867790ba63ccf106": { | |
"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": "center", | |
"align_self": null, | |
"border": null, | |
"bottom": null, | |
"display": "flex", | |
"flex": null, | |
"flex_flow": "column", | |
"grid_area": null, | |
"grid_auto_columns": null, | |
"grid_auto_flow": null, | |
"grid_auto_rows": null, | |
"grid_column": null, | |
"grid_gap": null, | |
"grid_row": null, | |
"grid_template_areas": null, | |
"grid_template_columns": null, | |
"grid_template_rows": null, | |
"height": null, | |
"justify_content": null, | |
"justify_items": null, | |
"left": null, | |
"margin": null, | |
"max_height": null, | |
"max_width": null, | |
"min_height": null, | |
"min_width": null, | |
"object_fit": null, | |
"object_position": null, | |
"order": null, | |
"overflow": null, | |
"overflow_x": null, | |
"overflow_y": null, | |
"padding": null, | |
"right": null, | |
"top": null, | |
"visibility": null, | |
"width": "50%" | |
} | |
}, | |
"88eecbffef1c4c5cab4a89e8aa97afae": { | |
"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_11c87df3580b4f83b564d1c349cdf7bf", | |
"max": 325325, | |
"min": 0, | |
"orientation": "horizontal", | |
"style": "IPY_MODEL_7ab8a0dba5074c02817c380010e71bd3", | |
"value": 325325 | |
} | |
}, | |
"88ffea5ad4c14dbdb398aa41157e56ee": { | |
"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": "" | |
} | |
}, | |
"892eb311b51a41109fe58dc306655eb5": { | |
"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_5b10e03088eb4309a699e2342974f49f", | |
"max": 33554432, | |
"min": 0, | |
"orientation": "horizontal", | |
"style": "IPY_MODEL_4e3e6cedfdde49cfb6f321d83b593196", | |
"value": 33554432 | |
} | |
}, | |
"896802b052ff40bfacc9feaf70037bfd": { | |
"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 | |
} | |
}, | |
"8983a49b8dfe4aa7bf2b98aabe9c66a0": { | |
"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_6ad4a0684e6149bc9d313f39326ac7a2", | |
"placeholder": "", | |
"style": "IPY_MODEL_88ffea5ad4c14dbdb398aa41157e56ee", | |
"value": " 33.6M/33.6M [00:04<00:00, 10.6MB/s]" | |
} | |
}, | |
"89a9da9076ba4fe69ca0f803d396346a": { | |
"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_690bdc7dd0e040c4bec5ada19a05c83d", | |
"placeholder": "", | |
"style": "IPY_MODEL_40c50398058f45e990aa7e0a285b0792", | |
"value": "params_shard_8.bin: 100%" | |
} | |
}, | |
"8a923a02b8bb4b8aaf75c21effc074cc": { | |
"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 | |
} | |
}, | |
"8ae50f5b68cc48f7a5a7a651bdd2afa0": { | |
"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 | |
} | |
}, | |
"8b094492320e4a9389752f5df27696c8": { | |
"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 | |
} | |
}, | |
"8b939e7b057348ef8b9c809a29bf74cd": { | |
"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": "" | |
} | |
}, | |
"8c1ef325703a48d6bb8f43aadbc5ebfe": { | |
"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 | |
} | |
}, | |
"8c6ed55f9e324e95a7684372e5f20c5f": { | |
"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": "" | |
} | |
}, | |
"8ca7ff3c25654be2a146cf316e0d1c45": { | |
"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": "" | |
} | |
}, | |
"8dff5061e8d44390bc1b0caa5b356211": { | |
"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": "" | |
} | |
}, | |
"8e07bddd3258426ca73fcc67a69ff72b": { | |
"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 | |
} | |
}, | |
"8f4d92c5a59543ddb42c6b5310367a5e": { | |
"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_4864f3ff3ce746ebb8d8ff1366f13a76", | |
"IPY_MODEL_e98ded13aa5b42a6ae0b5ec7fe81f588", | |
"IPY_MODEL_17c8e887106946e395f281584af2fdb0" | |
], | |
"layout": "IPY_MODEL_9b8c618acce74e8a9a67d41e2db5b2de" | |
} | |
}, | |
"8f66ec53a0fb4b819842a0ac5baab58d": { | |
"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_c6d47230c1be493c86e347d9465530e5", | |
"placeholder": "", | |
"style": "IPY_MODEL_9c0ff401acd245d1befc8bef3131848e", | |
"value": "params_shard_14.bin: 100%" | |
} | |
}, | |
"8ffc5a53cc224b0d97d620d13c14ead1": { | |
"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 | |
} | |
}, | |
"908686af494b4fa8ba782082425c399e": { | |
"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 | |
} | |
}, | |
"917cfce18c214b9896d49d4aaa8c0ac8": { | |
"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 | |
} | |
}, | |
"92612896de854ac3ab2649e12845d8b3": { | |
"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 | |
} | |
}, | |
"9425c3fb5cfa4e1a9c6f922d1f6c010a": { | |
"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 | |
} | |
}, | |
"947eb93e6ac84dd395ee166e49a3c04e": { | |
"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 | |
} | |
}, | |
"9637c0271c0d4fd4becff737f93cba5a": { | |
"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": "" | |
} | |
}, | |
"96bb6b1ca08b4d53aa8e67c594a6047b": { | |
"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 | |
} | |
}, | |
"970b248fa98e4d498f69e8ac5032b27c": { | |
"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": "" | |
} | |
}, | |
"97aa4d76eabc4046a3bf96fc3172b018": { | |
"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": "" | |
} | |
}, | |
"9828b88202304d75959bc44964310023": { | |
"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": "" | |
} | |
}, | |
"9938df921ec54be3a89e92e3d9829a72": { | |
"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": "" | |
} | |
}, | |
"99574b3eb2e94d95b3f7c8f926d0e322": { | |
"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": "" | |
} | |
}, | |
"99fe173ebdf64dc78b2ba0dbdc55f426": { | |
"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": "" | |
} | |
}, | |
"9a4257204afc41b098489bc4deaa5012": { | |
"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 | |
} | |
}, | |
"9a769b63e77a442996ca768eeb127308": { | |
"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_d11525d131fa40d0bc9682759856c269", | |
"placeholder": "", | |
"style": "IPY_MODEL_bc812201a24e47fc8d1425e27423f3df", | |
"value": " 325k/325k [00:01<00:00, 36.4kB/s]" | |
} | |
}, | |
"9aba60f1addf44a1ad9bbfd955bdca2c": { | |
"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 | |
} | |
}, | |
"9ad1f452870c447c81280d5b13f1454a": { | |
"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_9be76d0235b24359b9c6dd009e28d9d0", | |
"max": 33554432, | |
"min": 0, | |
"orientation": "horizontal", | |
"style": "IPY_MODEL_5102aa51908c4b0d9d0db2432dc4fe61", | |
"value": 33554432 | |
} | |
}, | |
"9b05ca69908d48cc9b52be6fc2f07921": { | |
"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": "" | |
} | |
}, | |
"9b8b57c4c46040c49beec87d4a2ee3b0": { | |
"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": "" | |
} | |
}, | |
"9b8c618acce74e8a9a67d41e2db5b2de": { | |
"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 | |
} | |
}, | |
"9bba4ad3dbfa405880582f941c30afb1": { | |
"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_8f66ec53a0fb4b819842a0ac5baab58d", | |
"IPY_MODEL_dc0e041c785b4eeab6d01d55b8d81314", | |
"IPY_MODEL_25160b457874485194baba9143a02192" | |
], | |
"layout": "IPY_MODEL_fa52dbceabda425e879baffdc619140e" | |
} | |
}, | |
"9be76d0235b24359b9c6dd009e28d9d0": { | |
"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 | |
} | |
}, | |
"9c0ff401acd245d1befc8bef3131848e": { | |
"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": "" | |
} | |
}, | |
"9c2ccebbcd244ba8b1f0398e18ce701d": { | |
"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": "" | |
} | |
}, | |
"9d21dbd57c8747c5a3a04329aa36892b": { | |
"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 | |
} | |
}, | |
"9d8b8ef512ed44c49a5540cf3cd911f5": { | |
"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_dc451ba629794749a38f92faf1628433", | |
"placeholder": "", | |
"style": "IPY_MODEL_048b7e8f2e98462895094edb44b5000c", | |
"value": "fine_tuned_science_gemma2b-it-q4f16_1-android.tar: 100%" | |
} | |
}, | |
"9dfb2c9bc2fd4b99a5b8b0e5117fa74e": { | |
"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 | |
} | |
}, | |
"9e35cfad8c104d7fb9c95802955e9114": { | |
"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_92612896de854ac3ab2649e12845d8b3", | |
"max": 24195072, | |
"min": 0, | |
"orientation": "horizontal", | |
"style": "IPY_MODEL_66657a139e4740c8a61a6116adcf32b4", | |
"value": 24195072 | |
} | |
}, | |
"9e79249f68384eff983a0727016b5695": { | |
"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": "" | |
} | |
}, | |
"9ea1d683190d4e9e8e5c49c5923b1774": { | |
"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_cc5462f9cf2b448cb9a2ac6c2344827b", | |
"placeholder": "", | |
"style": "IPY_MODEL_c8f44e1ee88747bbb1d3999a0c673382", | |
"value": "params_shard_34.bin: 100%" | |
} | |
}, | |
"9f485aee3344441cbb0b52b5ba1b3168": { | |
"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 | |
} | |
}, | |
"9fa0aea0e90f488595ef0feb34b7933c": { | |
"model_module": "@jupyter-widgets/controls", | |
"model_module_version": "1.5.0", | |
"model_name": "LabelModel", | |
"state": { | |
"_dom_classes": [], | |
"_model_module": "@jupyter-widgets/controls", | |
"_model_module_version": "1.5.0", | |
"_model_name": "LabelModel", | |
"_view_count": null, | |
"_view_module": "@jupyter-widgets/controls", | |
"_view_module_version": "1.5.0", | |
"_view_name": "LabelView", | |
"description": "", | |
"description_tooltip": null, | |
"layout": "IPY_MODEL_c0601d67953e4e8ead9bdee8564fbd4a", | |
"placeholder": "", | |
"style": "IPY_MODEL_d9975ef0890a478eb8983702a838d62f", | |
"value": "Your token has been saved to /root/.cache/huggingface/token" | |
} | |
}, | |
"9fb8ff1087374956a722675c194a6943": { | |
"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 | |
} | |
}, | |
"9ff598aa4e60447c80b67bf1c05c1243": { | |
"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": "" | |
} | |
}, | |
"9ffe5c4ebd5849e0aee13c1917bb56ac": { | |
"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": "" | |
} | |
}, | |
"a299571bb9b44649914555f4c3bc90ab": { | |
"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_244619cf9aa743e5980f10aaf3d089d4", | |
"placeholder": "", | |
"style": "IPY_MODEL_f05f8871761749ea93c16ed3b2934134", | |
"value": " 33.4M/33.4M [00:02<00:00, 17.8MB/s]" | |
} | |
}, | |
"a2a76281b8e644a6a544633b2673743c": { | |
"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 | |
} | |
}, | |
"a2e6f8d23091400090e8a9a1e2e93db1": { | |
"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 | |
} | |
}, | |
"a336edad8a744f83a1798673119a16d1": { | |
"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_ec3d987f593542a6877657ff511e1646", | |
"max": 41, | |
"min": 0, | |
"orientation": "horizontal", | |
"style": "IPY_MODEL_0ea78af30fa84f0fac07637d2d9d0b04", | |
"value": 41 | |
} | |
}, | |
"a3bf2f71fcd34288844e6bc6b698a6d6": { | |
"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 | |
} | |
}, | |
"a5596e259ab140f887fd5ea10bdf4f83": { | |
"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_836dd76b67c341578aef047392d1def4", | |
"max": 30748672, | |
"min": 0, | |
"orientation": "horizontal", | |
"style": "IPY_MODEL_5bcae49511714a71a9682241c5bf3a99", | |
"value": 30748672 | |
} | |
}, | |
"a6608ae95c514dec8292f8b1c8cb9e43": { | |
"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 | |
} | |
}, | |
"a742685bce8e4e17bc74e4eab730b2c4": { | |
"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": "" | |
} | |
}, | |
"a7fbbac8061f4415a995cfa776d44882": { | |
"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_6fea9952ceef427888941e29b8dd1d9e", | |
"placeholder": "", | |
"style": "IPY_MODEL_99574b3eb2e94d95b3f7c8f926d0e322", | |
"value": " 33.6M/33.6M [00:01<00:00, 23.3MB/s]" | |
} | |
}, | |
"a8c94d9c9bc64b1a84da6ac417f1105b": { | |
"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": "" | |
} | |
}, | |
"a94a47c9637f48598632670c9f33f62f": { | |
"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_7c8df71c2fe94355853890f6a45358a0", | |
"max": 17477929, | |
"min": 0, | |
"orientation": "horizontal", | |
"style": "IPY_MODEL_4223a7e8ebed4fc8941a78371b7b45ee", | |
"value": 17477929 | |
} | |
}, | |
"a9f4b059f1354fab8cb92d52774d7b91": { | |
"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 | |
} | |
}, | |
"ab1e1bf4c79d4610bfc6f97591e54364": { | |
"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_1fdc05507a7141b48d6da79543d190ba", | |
"max": 262144000, | |
"min": 0, | |
"orientation": "horizontal", | |
"style": "IPY_MODEL_39f535ea881e4912a36a9f924a007dff", | |
"value": 262144000 | |
} | |
}, | |
"ab7f32a3b9694ec49fa095f2737c257d": { | |
"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_07baa4645fe34982b5788192bf6de290", | |
"placeholder": "", | |
"style": "IPY_MODEL_144e5c73c0b94b8ebfbefc096861302b", | |
"value": " 30.7M/30.7M [00:04<00:00, 8.25MB/s]" | |
} | |
}, | |
"acfd11235dc34a20a385c32363b5563e": { | |
"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": "" | |
} | |
}, | |
"ade0340bab56495ab698abb842992542": { | |
"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 | |
} | |
}, | |
"ae4e80c0e4444d43b4cc4c9bce84335a": { | |
"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": "" | |
} | |
}, | |
"ae8efdf9b6524c75a9b352fa7584a1f9": { | |
"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_17890d26675e4f1b9c9e43ebb55207f1", | |
"IPY_MODEL_ab1e1bf4c79d4610bfc6f97591e54364", | |
"IPY_MODEL_e143e1ed0955473fbe9616546d833def" | |
], | |
"layout": "IPY_MODEL_4823d9d6a43c4b489a61488633870708" | |
} | |
}, | |
"af7b9afc9cad4775b8c745707ae5aef1": { | |
"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_9d8b8ef512ed44c49a5540cf3cd911f5", | |
"IPY_MODEL_88eecbffef1c4c5cab4a89e8aa97afae", | |
"IPY_MODEL_9a769b63e77a442996ca768eeb127308" | |
], | |
"layout": "IPY_MODEL_651ec0f0ae6d4fe9956913ea447529d6" | |
} | |
}, | |
"b0202f6a023b4cd883f4e9641995d4ae": { | |
"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_e49e69a23d1c4920a5d45475e455840e", | |
"IPY_MODEL_b4555d71b1d34e90a90f865bec3309bf", | |
"IPY_MODEL_0985632dafa143848aff3db0834e68f8" | |
], | |
"layout": "IPY_MODEL_0395a6108a19494cbadde99ebd01576e" | |
} | |
}, | |
"b0ee2ab9896c4f62852c8baf60b8e73a": { | |
"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 | |
} | |
}, | |
"b284d7325864401f8e87f0d283fcddb1": { | |
"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": "" | |
} | |
}, | |
"b3023a42573a42489a87fe67300ee2e5": { | |
"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 | |
} | |
}, | |
"b35e601a07884a6fa7e4dfa65801ade2": { | |
"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": "" | |
} | |
}, | |
"b3c720b6866e4a2f8f65e7153c98d0b7": { | |
"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_8b094492320e4a9389752f5df27696c8", | |
"max": 33554432, | |
"min": 0, | |
"orientation": "horizontal", | |
"style": "IPY_MODEL_2ff284a75ccb496fa13289c216898ef2", | |
"value": 33554432 | |
} | |
}, | |
"b3c84e83102d4e3d9d27844372dbb2e3": { | |
"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 | |
} | |
}, | |
"b4555d71b1d34e90a90f865bec3309bf": { | |
"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_28b3d2e95f7244f0a773097a02eefc5a", | |
"max": 32583680, | |
"min": 0, | |
"orientation": "horizontal", | |
"style": "IPY_MODEL_0aaffbced05e4b71aecdb2bee42c30ab", | |
"value": 32583680 | |
} | |
}, | |
"b46b2438fa11405e81e658ba60a85b90": { | |
"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_eed8c707e7a24abf9a01451f17f977be", | |
"placeholder": "", | |
"style": "IPY_MODEL_8ca7ff3c25654be2a146cf316e0d1c45", | |
"value": "params_shard_21.bin: 100%" | |
} | |
}, | |
"b4b57510840f489c96a78cbc6c177825": { | |
"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 | |
} | |
}, | |
"b5d2b16c12fa4b83b78db1f98520cefe": { | |
"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 | |
} | |
}, | |
"b62e3cf74d5e47b1aaba2a5ff9a31927": { | |
"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_cda94e50c5f345d7b5f1178122913e90", | |
"placeholder": "", | |
"style": "IPY_MODEL_9938df921ec54be3a89e92e3d9829a72", | |
"value": "params_shard_13.bin: 100%" | |
} | |
}, | |
"b65046204a1b418b87127093bc96ec84": { | |
"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": "" | |
} | |
}, | |
"b72bac9adf584dff85c9bbe8efd78aa7": { | |
"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_0441025a6f2949a1b2052a56e8e670b6", | |
"placeholder": "", | |
"style": "IPY_MODEL_be967a87f43f4b1f9394fb556104d160", | |
"value": " 33.6M/33.6M [00:01<00:00, 42.3MB/s]" | |
} | |
}, | |
"b742e6ae42b14b5d8f0e827ea5e90763": { | |
"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 | |
} | |
}, | |
"b76138a8ac9b4c9e8f7e21828a7be9e4": { | |
"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_b91ad1b0bd624f288e11073267bab7ef", | |
"placeholder": "", | |
"style": "IPY_MODEL_970b248fa98e4d498f69e8ac5032b27c", | |
"value": "params_shard_4.bin: 100%" | |
} | |
}, | |
"b78eca85c25647c5b77c49f9710176bf": { | |
"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 | |
} | |
}, | |
"b86cc28df6e94ee6a05754eb684f14f7": { | |
"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": "" | |
} | |
}, | |
"b9009495c4464b4091c168dc8a5e8555": { | |
"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_b3c84e83102d4e3d9d27844372dbb2e3", | |
"placeholder": "", | |
"style": "IPY_MODEL_99fe173ebdf64dc78b2ba0dbdc55f426", | |
"value": "params_shard_16.bin: 100%" | |
} | |
}, | |
"b90d38783bac4cfa8d098369df758530": { | |
"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 | |
} | |
}, | |
"b91ad1b0bd624f288e11073267bab7ef": { | |
"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 | |
} | |
}, | |
"ba9b99dc557b46a3bd3ed8f2785e579b": { | |
"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": "" | |
} | |
}, | |
"bc812201a24e47fc8d1425e27423f3df": { | |
"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": "" | |
} | |
}, | |
"bc8b09bcd97249c6b983c7cfbb07bc32": { | |
"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_9425c3fb5cfa4e1a9c6f922d1f6c010a", | |
"max": 32583680, | |
"min": 0, | |
"orientation": "horizontal", | |
"style": "IPY_MODEL_3f1292fd3d054912af40af780586d6f6", | |
"value": 32583680 | |
} | |
}, | |
"bcfe3f54994f424d8843236b0003d76b": { | |
"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_2e103c460fb640d784be02426d7e0c3a", | |
"IPY_MODEL_74b7dd6489b743ee8f1436dd513932b2", | |
"IPY_MODEL_c92adb784e654dd3a93d04f433bfc011" | |
], | |
"layout": "IPY_MODEL_4567c4658f5f45b0bce6bf639629b581" | |
} | |
}, | |
"be29b23438be4c919d0265b269b30b8c": { | |
"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_4e22c40af0594a089a6d9035002ebe7d", | |
"IPY_MODEL_48152830ae6e4f29870803cd549ff8ef", | |
"IPY_MODEL_06912bd9db4c42299b6e1fc6a7036e8e" | |
], | |
"layout": "IPY_MODEL_8ffc5a53cc224b0d97d620d13c14ead1" | |
} | |
}, | |
"be967a87f43f4b1f9394fb556104d160": { | |
"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": "" | |
} | |
}, | |
"bebc23e88393409c858a3cbed6e810f7": { | |
"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 | |
} | |
}, | |
"bf0a2b240a5748099c64e1ccfbbe6a49": { | |
"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_54a6905aaf87453ab3dd425847a99363", | |
"placeholder": "", | |
"style": "IPY_MODEL_d679c58865614de88f56016fa097de54", | |
"value": "params_shard_33.bin: 100%" | |
} | |
}, | |
"c0601d67953e4e8ead9bdee8564fbd4a": { | |
"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 | |
} | |
}, | |
"c06d1c45ca0840d7903f02657e6d2a3d": { | |
"model_module": "@jupyter-widgets/controls", | |
"model_module_version": "1.5.0", | |
"model_name": "LabelModel", | |
"state": { | |
"_dom_classes": [], | |
"_model_module": "@jupyter-widgets/controls", | |
"_model_module_version": "1.5.0", | |
"_model_name": "LabelModel", | |
"_view_count": null, | |
"_view_module": "@jupyter-widgets/controls", | |
"_view_module_version": "1.5.0", | |
"_view_name": "LabelView", | |
"description": "", | |
"description_tooltip": null, | |
"layout": "IPY_MODEL_c9023f17c67e45168474475de5651731", | |
"placeholder": "", | |
"style": "IPY_MODEL_7f74856428f6435ba090d420609fa33b", | |
"value": "Login successful" | |
} | |
}, | |
"c07e54b3e8ad4e53ae64512de68b7273": { | |
"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": "" | |
} | |
}, | |
"c18863b595eb4d63bd4b8591a36dca3d": { | |
"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_b90d38783bac4cfa8d098369df758530", | |
"placeholder": "", | |
"style": "IPY_MODEL_8dff5061e8d44390bc1b0caa5b356211", | |
"value": " 16.8M/16.8M [00:04<00:00, 6.95MB/s]" | |
} | |
}, | |
"c1d9569d972a4e7ea8a4415b07aeac86": { | |
"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_3774c86ab9b148cfbcd6120b2a5da38d", | |
"placeholder": "", | |
"style": "IPY_MODEL_f3d93fac493546929b2dc0cf3c746ea0", | |
"value": "params_shard_19.bin: 100%" | |
} | |
}, | |
"c2ad028b627548bba76577031fa6696e": { | |
"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": "" | |
} | |
}, | |
"c2f53b92b4404e3b8c48d990c80e7da9": { | |
"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": "" | |
} | |
}, | |
"c406161f3cf146c88418431071e62607": { | |
"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_0748974fa334424fa305609e8e495536", | |
"max": 33554432, | |
"min": 0, | |
"orientation": "horizontal", | |
"style": "IPY_MODEL_b86cc28df6e94ee6a05754eb684f14f7", | |
"value": 33554432 | |
} | |
}, | |
"c40ad8485f19496da354a46a17cbf62a": { | |
"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 | |
} | |
}, | |
"c40ce7478e8248209a1e203174df0c61": { | |
"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_0a2d0c2710f54af5874424c8b63c9dc0", | |
"placeholder": "", | |
"style": "IPY_MODEL_425bf7b5686b4f8fa8f6033f54d06dce", | |
"value": " 32.6M/32.6M [00:04<00:00, 6.02MB/s]" | |
} | |
}, | |
"c543dfd1e45c4477a68b76f6ba0a0b2a": { | |
"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_3fccce6eb0354518b99a43651d25f214", | |
"placeholder": "", | |
"style": "IPY_MODEL_6aea49f9290649e9875649d779870126", | |
"value": "Upload 41 LFS files: 100%" | |
} | |
}, | |
"c59677aa33444ddb9144075b58d723cd": { | |
"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": "" | |
} | |
}, | |
"c620e958d59644e08495ad624fe28a31": { | |
"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_501819e6a3ad4d549ea173e532b87387", | |
"max": 33554432, | |
"min": 0, | |
"orientation": "horizontal", | |
"style": "IPY_MODEL_0c4880a3a46244489b41afbfaae16d76", | |
"value": 33554432 | |
} | |
}, | |
"c6aa7f7c1e404555a0d6d797c462942e": { | |
"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_67f1ba3610684f99b24639c1f6114b68", | |
"max": 33554432, | |
"min": 0, | |
"orientation": "horizontal", | |
"style": "IPY_MODEL_0e7cfb60ec0d4b889085718ba47b53fe", | |
"value": 33554432 | |
} | |
}, | |
"c6d47230c1be493c86e347d9465530e5": { | |
"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 | |
} | |
}, | |
"c6eb526b11244946a43e3244b5342d75": { | |
"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 | |
} | |
}, | |
"c710051f168247bc83a5050c274e7e50": { | |
"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_da15fbfa54f64da49523db870e607cde", | |
"placeholder": "", | |
"style": "IPY_MODEL_7a7d813b5d594647b25016f30605195c", | |
"value": "params_shard_11.bin: 100%" | |
} | |
}, | |
"c80959e7684843db9fb45b8896661454": { | |
"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": "" | |
} | |
}, | |
"c858493c5aa046bdb09fee3bf436e370": { | |
"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_9fb8ff1087374956a722675c194a6943", | |
"placeholder": "", | |
"style": "IPY_MODEL_472397ca19c24076b4f5670a1a734561", | |
"value": " 33.6M/33.6M [00:01<00:00, 22.1MB/s]" | |
} | |
}, | |
"c8f44e1ee88747bbb1d3999a0c673382": { | |
"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": "" | |
} | |
}, | |
"c9003869b1964753a0605d0307333ce0": { | |
"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": "" | |
} | |
}, | |
"c9023f17c67e45168474475de5651731": { | |
"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 | |
} | |
}, | |
"c92adb784e654dd3a93d04f433bfc011": { | |
"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_374a10fd8884409ba8ead97315a996d0", | |
"placeholder": "", | |
"style": "IPY_MODEL_61b6be469f1144ac9b8ac416451e368c", | |
"value": " 16.8M/16.8M [00:00<00:00, 113MB/s]" | |
} | |
}, | |
"c9610a0869944181a72c7e2933df5382": { | |
"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": "" | |
} | |
}, | |
"ca42e97a6576487b86181abb68e6d392": { | |
"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 | |
} | |
}, | |
"cae1ef6b6b09482b8360b22bdd39248d": { | |
"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_e58471140f5e462ba5660a7a5029480e", | |
"IPY_MODEL_e97cbcae1c9d447b9c46796fcde15153", | |
"IPY_MODEL_7b0643cb9da2422fb6a298c40f0c3c3a" | |
], | |
"layout": "IPY_MODEL_626030b572cd4e3b8bafd9ebd51f6c0e" | |
} | |
}, | |
"cb030d3bdc0748a5bf77e85f47da85b2": { | |
"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 | |
} | |
}, | |
"cb231a8d1afc4adfb6916ac42dbbcd1f": { | |
"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_8578e5b48ed0427b9098f2c6b62a2fe9", | |
"max": 33431552, | |
"min": 0, | |
"orientation": "horizontal", | |
"style": "IPY_MODEL_e55af711cd9f4bca86922af753e20865", | |
"value": 33431552 | |
} | |
}, | |
"cb30aada5f174a56ae02cb63daed0549": { | |
"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_36cfd56b0f264ad6bf82be36137dba2c", | |
"IPY_MODEL_e36b0d2d18b44875aebc06af8ec988be", | |
"IPY_MODEL_5887c3ccb0e7417281e76777f212c5ae" | |
], | |
"layout": "IPY_MODEL_106520963c754a898707aaafcd03b607" | |
} | |
}, | |
"cb43ad758dc641e9bfe30834500528c4": { | |
"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_b76138a8ac9b4c9e8f7e21828a7be9e4", | |
"IPY_MODEL_861560565f2749f4a4e959021de11bce", | |
"IPY_MODEL_e5de71f938b74e58b0186264cd182481" | |
], | |
"layout": "IPY_MODEL_a9f4b059f1354fab8cb92d52774d7b91" | |
} | |
}, | |
"cb60085b023c44428215c2fda61474ab": { | |
"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 | |
} | |
}, | |
"cb8800d7989f40d5ba38520861a34694": { | |
"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 | |
} | |
}, | |
"cc5462f9cf2b448cb9a2ac6c2344827b": { | |
"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 | |
} | |
}, | |
"cda94e50c5f345d7b5f1178122913e90": { | |
"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 | |
} | |
}, | |
"cdec6167621447578d30f56376aafb8e": { | |
"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": "" | |
} | |
}, | |
"ceaabefd3ed14c3994b526c9c9025a41": { | |
"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_29442604ca3b4783bef1684a84aed9b4", | |
"IPY_MODEL_b3c720b6866e4a2f8f65e7153c98d0b7", | |
"IPY_MODEL_f8a16b6fa4af4621848be5f50b265a31" | |
], | |
"layout": "IPY_MODEL_f4bcf8b0a87e4ba4a7e3324b7caf722f" | |
} | |
}, | |
"ceb8451de51c472d91b42f3ba1fe7985": { | |
"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": "" | |
} | |
}, | |
"d036dd8458cd4696988b7f7784279a60": { | |
"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": "" | |
} | |
}, | |
"d11525d131fa40d0bc9682759856c269": { | |
"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 | |
} | |
}, | |
"d1774ada0e6d4f728ac03bd9b7ccdf45": { | |
"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": "" | |
} | |
}, | |
"d181f1fa757b4ef98f769427ca796414": { | |
"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": "" | |
} | |
}, | |
"d25181af40d44a9fb6615449cf8e7f5a": { | |
"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 | |
} | |
}, | |
"d3312a066b924c5ba16d62270d68a38f": { | |
"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 | |
} | |
}, | |
"d4a5cc63cae74659bf6c62bd46f93624": { | |
"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_d90262ec9c2f4dfb889aef1ea9a34a8c", | |
"placeholder": "", | |
"style": "IPY_MODEL_d4abe08b85094bc29f66fbe8c284ca24", | |
"value": " 33.6M/33.6M [00:05<00:00, 7.25MB/s]" | |
} | |
}, | |
"d4abe08b85094bc29f66fbe8c284ca24": { | |
"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": "" | |
} | |
}, | |
"d62222bf20ce43e982d7f73db351cbba": { | |
"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_63e5fc1594f84c1eb0ff249146e06f65", | |
"placeholder": "", | |
"style": "IPY_MODEL_79b6b0c878e04926b1b9446c34cea1d5", | |
"value": " 33.4M/33.4M [00:04<00:00, 4.80MB/s]" | |
} | |
}, | |
"d622ee5da27f455a8e4fa5057eecaca3": { | |
"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": "" | |
} | |
}, | |
"d679c58865614de88f56016fa097de54": { | |
"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": "" | |
} | |
}, | |
"d7d6452cdd534b04b72233d636544c9b": { | |
"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_59ea3f183e9d43b4b09b9233a850293c", | |
"IPY_MODEL_f41461eb2caf41679c311477e5adcacb", | |
"IPY_MODEL_49c2166167034ccb8266584d3a5d3f01" | |
], | |
"layout": "IPY_MODEL_7ff7f95002b541acb5fabb1349844bb6" | |
} | |
}, | |
"d90262ec9c2f4dfb889aef1ea9a34a8c": { | |
"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 | |
} | |
}, | |
"d96143d0d6fd4a4494f8eba8d6960ae1": { | |
"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_62c75254bac14cda9333862b2c659825", | |
"max": 32583680, | |
"min": 0, | |
"orientation": "horizontal", | |
"style": "IPY_MODEL_8c6ed55f9e324e95a7684372e5f20c5f", | |
"value": 32583680 | |
} | |
}, | |
"d9975ef0890a478eb8983702a838d62f": { | |
"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": "" | |
} | |
}, | |
"d9be891f6a1f4cc58941fab42d347a6c": { | |
"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 | |
} | |
}, | |
"d9d0205b405c42f9aef73e246e8538d4": { | |
"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": "" | |
} | |
}, | |
"da15fbfa54f64da49523db870e607cde": { | |
"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 | |
} | |
}, | |
"db22bc69a684422fbc1b91bccf2cc170": { | |
"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": "" | |
} | |
}, | |
"db71dee6cd104423bf88e7ff4947ca89": { | |
"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": "" | |
} | |
}, | |
"db985b941c1e4b75a1fa9927afb6b3f8": { | |
"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": "" | |
} | |
}, | |
"dc0e041c785b4eeab6d01d55b8d81314": { | |
"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_081240f9b9f747c58b56c578cc2e4b70", | |
"max": 33554432, | |
"min": 0, | |
"orientation": "horizontal", | |
"style": "IPY_MODEL_40a8eea3c8b5494182341168789a88a0", | |
"value": 33554432 | |
} | |
}, | |
"dc451ba629794749a38f92faf1628433": { | |
"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 | |
} | |
}, | |
"dca7855326134882a9de9d3495875864": { | |
"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": "" | |
} | |
}, | |
"ddfb826ab1ba4b9aa08c2e538f4d63e7": { | |
"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 | |
} | |
}, | |
"de252f84a8a84df0a5ddb24cc78446cf": { | |
"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 | |
} | |
}, | |
"df7408902eb647198c5f89f4999bca04": { | |
"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": "" | |
} | |
}, | |
"dfeb512df25043aab5d17d00efe8d8e7": { | |
"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 | |
} | |
}, | |
"dfece02c107c4c2884ba982747255415": { | |
"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 | |
} | |
}, | |
"e143e1ed0955473fbe9616546d833def": { | |
"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_b0ee2ab9896c4f62852c8baf60b8e73a", | |
"placeholder": "", | |
"style": "IPY_MODEL_3e5ba7dbde504586b95113d4ee369412", | |
"value": " 262M/262M [00:19<00:00, 21.8MB/s]" | |
} | |
}, | |
"e18b1f0cbbcc40658fc8d7ca2c0b89fd": { | |
"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 | |
} | |
}, | |
"e210dc3376564a789910ed6d2e1b72ee": { | |
"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_4a477e98e185495495fe9d7d30a3e5ec", | |
"IPY_MODEL_f91df2734e1744e8802aed6d8b50f395", | |
"IPY_MODEL_e2bdc6f117654516945ec37f25928eef" | |
], | |
"layout": "IPY_MODEL_d9be891f6a1f4cc58941fab42d347a6c" | |
} | |
}, | |
"e2bdc6f117654516945ec37f25928eef": { | |
"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_1dc235932bf7460098c45bfabc4a9de1", | |
"placeholder": "", | |
"style": "IPY_MODEL_d9d0205b405c42f9aef73e246e8538d4", | |
"value": " 16.8M/16.8M [00:01<00:00, 16.4MB/s]" | |
} | |
}, | |
"e2cded6f55864979bdd4a9a65682847d": { | |
"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 | |
} | |
}, | |
"e36b0d2d18b44875aebc06af8ec988be": { | |
"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_917cfce18c214b9896d49d4aaa8c0ac8", | |
"max": 33554432, | |
"min": 0, | |
"orientation": "horizontal", | |
"style": "IPY_MODEL_c9003869b1964753a0605d0307333ce0", | |
"value": 33554432 | |
} | |
}, | |
"e3aa02b6dc72497ab472d2ea2f3c5cbc": { | |
"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_8e07bddd3258426ca73fcc67a69ff72b", | |
"placeholder": "", | |
"style": "IPY_MODEL_b65046204a1b418b87127093bc96ec84", | |
"value": "params_shard_9.bin: 100%" | |
} | |
}, | |
"e43935ec19054a94bac2610d3b7e240f": { | |
"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_32d52088f9fa42e291f0c659be8ca8a5", | |
"IPY_MODEL_c6aa7f7c1e404555a0d6d797c462942e", | |
"IPY_MODEL_5b3cea3a3a904102ae0fcab3f787ad84" | |
], | |
"layout": "IPY_MODEL_47b92401478e408382302c5dacbfa5b5" | |
} | |
}, | |
"e49e69a23d1c4920a5d45475e455840e": { | |
"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_5c79ced770c94f2b98bb0d413bc0a1ab", | |
"placeholder": "", | |
"style": "IPY_MODEL_207c36bedc504d7a9eaf069736fce0bd", | |
"value": "params_shard_7.bin: 100%" | |
} | |
}, | |
"e540b7c597574dbe81511a469846fd40": { | |
"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_5cb0ce187b374a7f9d513771ae84e7a9", | |
"placeholder": "", | |
"style": "IPY_MODEL_70fcf1e296c54d34bd524e10e6f5843d", | |
"value": "params_shard_37.bin: 100%" | |
} | |
}, | |
"e54279e2e23c4fe19b842327c3f47ffc": { | |
"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 | |
} | |
}, | |
"e55af711cd9f4bca86922af753e20865": { | |
"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": "" | |
} | |
}, | |
"e57fd1d1820d4743b378c8dad67fff2d": { | |
"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": "" | |
} | |
}, | |
"e58471140f5e462ba5660a7a5029480e": { | |
"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_9dfb2c9bc2fd4b99a5b8b0e5117fa74e", | |
"placeholder": "", | |
"style": "IPY_MODEL_9b8b57c4c46040c49beec87d4a2ee3b0", | |
"value": "params_shard_29.bin: 100%" | |
} | |
}, | |
"e5de71f938b74e58b0186264cd182481": { | |
"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_1d5e341f9ba14d7ba19ca4f4be53e007", | |
"placeholder": "", | |
"style": "IPY_MODEL_65d8e45a21a24b95b6d4006e884f3efc", | |
"value": " 33.6M/33.6M [00:01<00:00, 25.7MB/s]" | |
} | |
}, | |
"e6448231e20a47d3b8c7a7e02a4e1a51": { | |
"model_module": "@jupyter-widgets/controls", | |
"model_module_version": "1.5.0", | |
"model_name": "LabelModel", | |
"state": { | |
"_dom_classes": [], | |
"_model_module": "@jupyter-widgets/controls", | |
"_model_module_version": "1.5.0", | |
"_model_name": "LabelModel", | |
"_view_count": null, | |
"_view_module": "@jupyter-widgets/controls", | |
"_view_module_version": "1.5.0", | |
"_view_name": "LabelView", | |
"description": "", | |
"description_tooltip": null, | |
"layout": "IPY_MODEL_080c917f6bcc403daa9db1e4b387fb14", | |
"placeholder": "", | |
"style": "IPY_MODEL_4900e2c171e04a32a933439af6ddcc71", | |
"value": "Token is valid (permission: write)." | |
} | |
}, | |
"e64e4db4443c42e8998df74468b8323a": { | |
"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 | |
} | |
}, | |
"e7272862e76b4e1291f877b1d43d6c87": { | |
"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 | |
} | |
}, | |
"e756508af5584ef9afc2729e21453d30": { | |
"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 | |
} | |
}, | |
"e8e26083b9924cbc9a13125b05a49c97": { | |
"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_f622e1709ad943988d93289fc37596d4", | |
"max": 33431552, | |
"min": 0, | |
"orientation": "horizontal", | |
"style": "IPY_MODEL_97aa4d76eabc4046a3bf96fc3172b018", | |
"value": 33431552 | |
} | |
}, | |
"e8e4d63fe0b84ceba4019204e35fbf3f": { | |
"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": "" | |
} | |
}, | |
"e8f0734a176d458f8fbc8626e8592c7b": { | |
"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 | |
} | |
}, | |
"e97cbcae1c9d447b9c46796fcde15153": { | |
"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_31dcc138c24941c9a9f4fcd08ad21c40", | |
"max": 33554432, | |
"min": 0, | |
"orientation": "horizontal", | |
"style": "IPY_MODEL_d1774ada0e6d4f728ac03bd9b7ccdf45", | |
"value": 33554432 | |
} | |
}, | |
"e98ded13aa5b42a6ae0b5ec7fe81f588": { | |
"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_7f3b5fd13d3c469e84ed55330e40145c", | |
"max": 32841728, | |
"min": 0, | |
"orientation": "horizontal", | |
"style": "IPY_MODEL_f92b92ff7a0e4c4faa1b0a70804c8c90", | |
"value": 32841728 | |
} | |
}, | |
"e9b6aa666fb7437caad39577446daba4": { | |
"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 | |
} | |
}, | |
"ea585fa966f84d8893449790f8c0dbc1": { | |
"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_8c1ef325703a48d6bb8f43aadbc5ebfe", | |
"placeholder": "", | |
"style": "IPY_MODEL_2b4211bfc6804d21a2fe00f2a1dea5cf", | |
"value": " 24.2M/24.2M [00:01<00:00, 27.0MB/s]" | |
} | |
}, | |
"ea95f2f461754074bbac99b24b320954": { | |
"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": "" | |
} | |
}, | |
"ec3d987f593542a6877657ff511e1646": { | |
"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 | |
} | |
}, | |
"ed9969e108c54f2f8bb942798eb6ef3c": { | |
"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_c40ad8485f19496da354a46a17cbf62a", | |
"placeholder": "", | |
"style": "IPY_MODEL_9ff598aa4e60447c80b67bf1c05c1243", | |
"value": " 33.4M/33.4M [00:01<00:00, 22.4MB/s]" | |
} | |
}, | |
"eed8c707e7a24abf9a01451f17f977be": { | |
"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 | |
} | |
}, | |
"ef9fcf9f25ed41f184e1d2b26e3820af": { | |
"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_25724bb25f31406882172e949ed69509", | |
"max": 33554432, | |
"min": 0, | |
"orientation": "horizontal", | |
"style": "IPY_MODEL_c59677aa33444ddb9144075b58d723cd", | |
"value": 33554432 | |
} | |
}, | |
"effd1b14c4dd45908a040319fe3fba3b": { | |
"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_7b511ffc455b42babd0b9ce4edf3a5d1", | |
"IPY_MODEL_7cc6eb1bc9794297ba66279916ee9ce6", | |
"IPY_MODEL_4a4fb618e4ff48b78d4a3c170139f329" | |
], | |
"layout": "IPY_MODEL_6a1f78c66da34cd489424ea842439b42" | |
} | |
}, | |
"f05f8871761749ea93c16ed3b2934134": { | |
"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": "" | |
} | |
}, | |
"f0b50990e5a8449fbc7e873b70bee838": { | |
"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 | |
} | |
}, | |
"f17ff1e28c3a4b7f8c994a1f6aa69a84": { | |
"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_b46b2438fa11405e81e658ba60a85b90", | |
"IPY_MODEL_0fc05882815947b09ac5aa6bffd350df", | |
"IPY_MODEL_63a5ae0e7a2942c49264bb6940e12a4b" | |
], | |
"layout": "IPY_MODEL_f0b50990e5a8449fbc7e873b70bee838" | |
} | |
}, | |
"f1a29fd3726b413da6705540035d71ca": { | |
"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": "" | |
} | |
}, | |
"f1cef3db87f44495af27b163e6e099f6": { | |
"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_e54279e2e23c4fe19b842327c3f47ffc", | |
"placeholder": "", | |
"style": "IPY_MODEL_634ab00010a44646b953a815fc2333df", | |
"value": " 41/41 [00:31<00:00, 1.08s/it]" | |
} | |
}, | |
"f1d4d917d4194816b829b2da05398900": { | |
"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_5951ef0297b84bfd926974de857f7cf7", | |
"IPY_MODEL_ef9fcf9f25ed41f184e1d2b26e3820af", | |
"IPY_MODEL_facb2748703c4aada5bfc36a5e2c4fa9" | |
], | |
"layout": "IPY_MODEL_0b49b16e59d24ae1a61ff86e9a0e9051" | |
} | |
}, | |
"f32662a7895341dca04b3e5b9a6d0cfd": { | |
"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": "" | |
} | |
}, | |
"f33dbf24dd554de9ba2023548c2d979d": { | |
"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": "" | |
} | |
}, | |
"f375567b595143359b4d94f9cafffd2b": { | |
"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 | |
} | |
}, | |
"f3cef70c1f1e43ceab3379cbe106d83c": { | |
"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_598a7e8dfa43433285748d2f72c62816", | |
"placeholder": "", | |
"style": "IPY_MODEL_ae4e80c0e4444d43b4cc4c9bce84335a", | |
"value": "params_shard_26.bin: 100%" | |
} | |
}, | |
"f3d93fac493546929b2dc0cf3c746ea0": { | |
"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": "" | |
} | |
}, | |
"f41461eb2caf41679c311477e5adcacb": { | |
"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_e64e4db4443c42e8998df74468b8323a", | |
"max": 4241003, | |
"min": 0, | |
"orientation": "horizontal", | |
"style": "IPY_MODEL_705c751d067c45a8bb4506a2e94390d5", | |
"value": 4241003 | |
} | |
}, | |
"f4bcf8b0a87e4ba4a7e3324b7caf722f": { | |
"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 | |
} | |
}, | |
"f5d7e2a0539743698bed9b644cf65729": { | |
"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_34f1f49a4c10459c8f8bb8d2f53e4f4e", | |
"placeholder": "", | |
"style": "IPY_MODEL_dca7855326134882a9de9d3495875864", | |
"value": " 32.6M/32.6M [00:03<00:00, 11.4MB/s]" | |
} | |
}, | |
"f5ef8f4f407b4fe4a29d4bb601bf172a": { | |
"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_b742e6ae42b14b5d8f0e827ea5e90763", | |
"max": 30748672, | |
"min": 0, | |
"orientation": "horizontal", | |
"style": "IPY_MODEL_41dd5cbe821a46c29cbfe45f0174f27f", | |
"value": 30748672 | |
} | |
}, | |
"f622e1709ad943988d93289fc37596d4": { | |
"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 | |
} | |
}, | |
"f650fba731c14b459814e298fab29bd7": { | |
"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_e9b6aa666fb7437caad39577446daba4", | |
"placeholder": "", | |
"style": "IPY_MODEL_9ffe5c4ebd5849e0aee13c1917bb56ac", | |
"value": " 33.6M/33.6M [00:02<00:00, 10.8MB/s]" | |
} | |
}, | |
"f6dc5b14e4b84ce88856e5947bb2b838": { | |
"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_7d8317eb8fa64f659bfb8be100fa2191", | |
"IPY_MODEL_3a9816f7b895411e944a093fb3c30db8", | |
"IPY_MODEL_a7fbbac8061f4415a995cfa776d44882" | |
], | |
"layout": "IPY_MODEL_a2a76281b8e644a6a544633b2673743c" | |
} | |
}, | |
"f8333f11a4334db99ba8684973099005": { | |
"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 | |
} | |
}, | |
"f8a16b6fa4af4621848be5f50b265a31": { | |
"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_18bd80d307eb4737b2564bfb9fdc3e4a", | |
"placeholder": "", | |
"style": "IPY_MODEL_2e329e0e9fd4481283ab7f8be48d682b", | |
"value": " 33.6M/33.6M [00:05<00:00, 11.4MB/s]" | |
} | |
}, | |
"f90143ddd1864111984bff3e0c43ea7c": { | |
"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": "" | |
} | |
}, | |
"f91df2734e1744e8802aed6d8b50f395": { | |
"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_cb8800d7989f40d5ba38520861a34694", | |
"max": 16777216, | |
"min": 0, | |
"orientation": "horizontal", | |
"style": "IPY_MODEL_a8c94d9c9bc64b1a84da6ac417f1105b", | |
"value": 16777216 | |
} | |
}, | |
"f92b92ff7a0e4c4faa1b0a70804c8c90": { | |
"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": "" | |
} | |
}, | |
"fa3f4018e8eb485eae59212fa12bce0b": { | |
"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_7c6853ee66e347dcb107f721282ed168", | |
"IPY_MODEL_13d95f2a38664388a95a41b423b8617e", | |
"IPY_MODEL_30ed68e09a334e82a7fc6897bc5f6665" | |
], | |
"layout": "IPY_MODEL_240b67615a7440d7b43fd0b4432ab08c" | |
} | |
}, | |
"fa52dbceabda425e879baffdc619140e": { | |
"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 | |
} | |
}, | |
"fa6d08091ca840778708eaf4f779f5a7": { | |
"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 | |
} | |
}, | |
"fab22c27ae574a8d9415436988990328": { | |
"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": "" | |
} | |
}, | |
"facb2748703c4aada5bfc36a5e2c4fa9": { | |
"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_427635340b3541d0880566e767e4fe0a", | |
"placeholder": "", | |
"style": "IPY_MODEL_c9610a0869944181a72c7e2933df5382", | |
"value": " 33.6M/33.6M [00:01<00:00, 47.9MB/s]" | |
} | |
}, | |
"fc3cb4ed8e8d41f59efdd98a76b30404": { | |
"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 | |
} | |
}, | |
"fcdc4ecb215f4efcbe6aababa7cffc0d": { | |
"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_e540b7c597574dbe81511a469846fd40", | |
"IPY_MODEL_9e35cfad8c104d7fb9c95802955e9114", | |
"IPY_MODEL_ea585fa966f84d8893449790f8c0dbc1" | |
], | |
"layout": "IPY_MODEL_896802b052ff40bfacc9feaf70037bfd" | |
} | |
}, | |
"fd08fcaa6f8f40fa909bd876bca5a450": { | |
"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 | |
} | |
}, | |
"fd7b5a0333a345faa46f3e8d0e4f195b": { | |
"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 | |
} | |
}, | |
"fe8aba1786be4611afe327f7603cc56b": { | |
"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_9f485aee3344441cbb0b52b5ba1b3168", | |
"max": 33431552, | |
"min": 0, | |
"orientation": "horizontal", | |
"style": "IPY_MODEL_237510244225427da6fc273988960c65", | |
"value": 33431552 | |
} | |
}, | |
"ff0a657be027449cbc9f34cce730306c": { | |
"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": "" | |
} | |
}, | |
"ff3452d8b44b42369e43d71ff252fdf3": { | |
"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": "" | |
} | |
}, | |
"ff438cd9b8f94f0d9ff4abdbaf681f01": { | |
"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": "" | |
} | |
}, | |
"ffc3384bec654bc597e233a7eb6c5421": { | |
"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_5c0bfbb2277e43499ba2543dca10063c", | |
"placeholder": "", | |
"style": "IPY_MODEL_c2ad028b627548bba76577031fa6696e", | |
"value": "params_shard_17.bin: 100%" | |
} | |
}, | |
"ffdfad334b3441c1b79f1214568a597f": { | |
"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 | |
} | |
}, | |
"2e6be3bd26564b9facccddf7e3158337": { | |
"model_module": "@jupyter-widgets/controls", | |
"model_name": "VBoxModel", | |
"model_module_version": "1.5.0", | |
"state": { | |
"_dom_classes": [], | |
"_model_module": "@jupyter-widgets/controls", | |
"_model_module_version": "1.5.0", | |
"_model_name": "VBoxModel", | |
"_view_count": null, | |
"_view_module": "@jupyter-widgets/controls", | |
"_view_module_version": "1.5.0", | |
"_view_name": "VBoxView", | |
"box_style": "", | |
"children": [ | |
"IPY_MODEL_f28ed843ec12465c92e00316c63bcd68", | |
"IPY_MODEL_e9be9cb79d0049a3865f08258326359d", | |
"IPY_MODEL_c644cb9d35674ebc87cf41bc54861ffa", | |
"IPY_MODEL_268892cf4b3640fd8c205d79b18e8d4b" | |
], | |
"layout": "IPY_MODEL_2054bc8bc24f49089fd3b754efb77640" | |
} | |
}, | |
"0eea47dea0aa4aa1a9259f32482fec3a": { | |
"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_a4c3c1028ba44a30877304980ce8e6e4", | |
"placeholder": "", | |
"style": "IPY_MODEL_d734a84e098240659a07d135c89cec88", | |
"value": "<center> <img\nsrc=https://huggingface.co/front/assets/huggingface_logo-noborder.svg\nalt='Hugging Face'> <br> Copy a token from <a\nhref=\"https://huggingface.co/settings/tokens\" target=\"_blank\">your Hugging Face\ntokens page</a> and paste it below. <br> Immediately click login after copying\nyour token or it might be stored in plain text in this notebook file. </center>" | |
} | |
}, | |
"dac1c2c600f14bb991a7e3c0b192bc5f": { | |
"model_module": "@jupyter-widgets/controls", | |
"model_name": "PasswordModel", | |
"model_module_version": "1.5.0", | |
"state": { | |
"_dom_classes": [], | |
"_model_module": "@jupyter-widgets/controls", | |
"_model_module_version": "1.5.0", | |
"_model_name": "PasswordModel", | |
"_view_count": null, | |
"_view_module": "@jupyter-widgets/controls", | |
"_view_module_version": "1.5.0", | |
"_view_name": "PasswordView", | |
"continuous_update": true, | |
"description": "Token:", | |
"description_tooltip": null, | |
"disabled": false, | |
"layout": "IPY_MODEL_52d7e8362b2b431c9a35734333d951d5", | |
"placeholder": "", | |
"style": "IPY_MODEL_3db03b3101694441b6c5cf77c6e5d9ce", | |
"value": "" | |
} | |
}, | |
"e499ee00619c4972b5d2a56c265c853c": { | |
"model_module": "@jupyter-widgets/controls", | |
"model_name": "CheckboxModel", | |
"model_module_version": "1.5.0", | |
"state": { | |
"_dom_classes": [], | |
"_model_module": "@jupyter-widgets/controls", | |
"_model_module_version": "1.5.0", | |
"_model_name": "CheckboxModel", | |
"_view_count": null, | |
"_view_module": "@jupyter-widgets/controls", | |
"_view_module_version": "1.5.0", | |
"_view_name": "CheckboxView", | |
"description": "Add token as git credential?", | |
"description_tooltip": null, | |
"disabled": false, | |
"indent": true, | |
"layout": "IPY_MODEL_75979efdd1fe41409c7da6297fbc29e6", | |
"style": "IPY_MODEL_8a586108860b492899dcbd8df0ac0b07", | |
"value": true | |
} | |
}, | |
"fb65912a83b4411aa0a4789bf3062bf9": { | |
"model_module": "@jupyter-widgets/controls", | |
"model_name": "ButtonModel", | |
"model_module_version": "1.5.0", | |
"state": { | |
"_dom_classes": [], | |
"_model_module": "@jupyter-widgets/controls", | |
"_model_module_version": "1.5.0", | |
"_model_name": "ButtonModel", | |
"_view_count": null, | |
"_view_module": "@jupyter-widgets/controls", | |
"_view_module_version": "1.5.0", | |
"_view_name": "ButtonView", | |
"button_style": "", | |
"description": "Login", | |
"disabled": false, | |
"icon": "", | |
"layout": "IPY_MODEL_667dfbfcb6e647baa06c9dfd36fba76f", | |
"style": "IPY_MODEL_0bcf8762f8cb45e38e7545dcfe76f817", | |
"tooltip": "" | |
} | |
}, | |
"f111ca45bc0d4c2fb46ded9849fb1cfa": { | |
"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_46048d91d0f4413aa0f6997842c82d30", | |
"placeholder": "", | |
"style": "IPY_MODEL_0139509b0b624b4b9e619df0e97d5bb9", | |
"value": "\n<b>Pro Tip:</b> If you don't already have one, you can create a dedicated\n'notebooks' token with 'write' access, that you can then easily reuse for all\nnotebooks. </center>" | |
} | |
}, | |
"2054bc8bc24f49089fd3b754efb77640": { | |
"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": "center", | |
"align_self": null, | |
"border": null, | |
"bottom": null, | |
"display": "flex", | |
"flex": null, | |
"flex_flow": "column", | |
"grid_area": null, | |
"grid_auto_columns": null, | |
"grid_auto_flow": null, | |
"grid_auto_rows": null, | |
"grid_column": null, | |
"grid_gap": null, | |
"grid_row": null, | |
"grid_template_areas": null, | |
"grid_template_columns": null, | |
"grid_template_rows": null, | |
"height": null, | |
"justify_content": null, | |
"justify_items": null, | |
"left": null, | |
"margin": null, | |
"max_height": null, | |
"max_width": null, | |
"min_height": null, | |
"min_width": null, | |
"object_fit": null, | |
"object_position": null, | |
"order": null, | |
"overflow": null, | |
"overflow_x": null, | |
"overflow_y": null, | |
"padding": null, | |
"right": null, | |
"top": null, | |
"visibility": null, | |
"width": "50%" | |
} | |
}, | |
"a4c3c1028ba44a30877304980ce8e6e4": { | |
"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 | |
} | |
}, | |
"d734a84e098240659a07d135c89cec88": { | |
"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": "" | |
} | |
}, | |
"52d7e8362b2b431c9a35734333d951d5": { | |
"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 | |
} | |
}, | |
"3db03b3101694441b6c5cf77c6e5d9ce": { | |
"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": "" | |
} | |
}, | |
"75979efdd1fe41409c7da6297fbc29e6": { | |
"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 | |
} | |
}, | |
"8a586108860b492899dcbd8df0ac0b07": { | |
"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": "" | |
} | |
}, | |
"667dfbfcb6e647baa06c9dfd36fba76f": { | |
"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 | |
} | |
}, | |
"0bcf8762f8cb45e38e7545dcfe76f817": { | |
"model_module": "@jupyter-widgets/controls", | |
"model_name": "ButtonStyleModel", | |
"model_module_version": "1.5.0", | |
"state": { | |
"_model_module": "@jupyter-widgets/controls", | |
"_model_module_version": "1.5.0", | |
"_model_name": "ButtonStyleModel", | |
"_view_count": null, | |
"_view_module": "@jupyter-widgets/base", | |
"_view_module_version": "1.2.0", | |
"_view_name": "StyleView", | |
"button_color": null, | |
"font_weight": "" | |
} | |
}, | |
"46048d91d0f4413aa0f6997842c82d30": { | |
"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 | |
} | |
}, | |
"0139509b0b624b4b9e619df0e97d5bb9": { | |
"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": "" | |
} | |
}, | |
"3d981884e964415bb8e25666e57ba5b6": { | |
"model_module": "@jupyter-widgets/controls", | |
"model_name": "LabelModel", | |
"model_module_version": "1.5.0", | |
"state": { | |
"_dom_classes": [], | |
"_model_module": "@jupyter-widgets/controls", | |
"_model_module_version": "1.5.0", | |
"_model_name": "LabelModel", | |
"_view_count": null, | |
"_view_module": "@jupyter-widgets/controls", | |
"_view_module_version": "1.5.0", | |
"_view_name": "LabelView", | |
"description": "", | |
"description_tooltip": null, | |
"layout": "IPY_MODEL_3eb7b15b7d4443718209dbfe56f5ff14", | |
"placeholder": "", | |
"style": "IPY_MODEL_2adc2127af604e359c61c41325a6bfc2", | |
"value": "Connecting..." | |
} | |
}, | |
"3eb7b15b7d4443718209dbfe56f5ff14": { | |
"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 | |
} | |
}, | |
"2adc2127af604e359c61c41325a6bfc2": { | |
"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": "" | |
} | |
}, | |
"f28ed843ec12465c92e00316c63bcd68": { | |
"model_module": "@jupyter-widgets/controls", | |
"model_name": "LabelModel", | |
"model_module_version": "1.5.0", | |
"state": { | |
"_dom_classes": [], | |
"_model_module": "@jupyter-widgets/controls", | |
"_model_module_version": "1.5.0", | |
"_model_name": "LabelModel", | |
"_view_count": null, | |
"_view_module": "@jupyter-widgets/controls", | |
"_view_module_version": "1.5.0", | |
"_view_name": "LabelView", | |
"description": "", | |
"description_tooltip": null, | |
"layout": "IPY_MODEL_8935011552664e128d82cba720d1e8f3", | |
"placeholder": "", | |
"style": "IPY_MODEL_425b4a4cb85c43149241f7a636384357", | |
"value": "Token is valid (permission: fineGrained)." | |
} | |
}, | |
"e9be9cb79d0049a3865f08258326359d": { | |
"model_module": "@jupyter-widgets/controls", | |
"model_name": "LabelModel", | |
"model_module_version": "1.5.0", | |
"state": { | |
"_dom_classes": [], | |
"_model_module": "@jupyter-widgets/controls", | |
"_model_module_version": "1.5.0", | |
"_model_name": "LabelModel", | |
"_view_count": null, | |
"_view_module": "@jupyter-widgets/controls", | |
"_view_module_version": "1.5.0", | |
"_view_name": "LabelView", | |
"description": "", | |
"description_tooltip": null, | |
"layout": "IPY_MODEL_ddf1326ef76a4326b47cf965a02c8fd9", | |
"placeholder": "", | |
"style": "IPY_MODEL_98c6b13c8a0045e8b71f9b42bf20530a", | |
"value": "Your token has been saved in your configured git credential helpers (store)." | |
} | |
}, | |
"c644cb9d35674ebc87cf41bc54861ffa": { | |
"model_module": "@jupyter-widgets/controls", | |
"model_name": "LabelModel", | |
"model_module_version": "1.5.0", | |
"state": { | |
"_dom_classes": [], | |
"_model_module": "@jupyter-widgets/controls", | |
"_model_module_version": "1.5.0", | |
"_model_name": "LabelModel", | |
"_view_count": null, | |
"_view_module": "@jupyter-widgets/controls", | |
"_view_module_version": "1.5.0", | |
"_view_name": "LabelView", | |
"description": "", | |
"description_tooltip": null, | |
"layout": "IPY_MODEL_8600610bfdb24e4abd2a000261056151", | |
"placeholder": "", | |
"style": "IPY_MODEL_5c7a1ec5e9a8421b822a5295f74608ed", | |
"value": "Your token has been saved to /root/.cache/huggingface/token" | |
} | |
}, | |
"268892cf4b3640fd8c205d79b18e8d4b": { | |
"model_module": "@jupyter-widgets/controls", | |
"model_name": "LabelModel", | |
"model_module_version": "1.5.0", | |
"state": { | |
"_dom_classes": [], | |
"_model_module": "@jupyter-widgets/controls", | |
"_model_module_version": "1.5.0", | |
"_model_name": "LabelModel", | |
"_view_count": null, | |
"_view_module": "@jupyter-widgets/controls", | |
"_view_module_version": "1.5.0", | |
"_view_name": "LabelView", | |
"description": "", | |
"description_tooltip": null, | |
"layout": "IPY_MODEL_7ab4721c085a4058aad7a81998efb9d2", | |
"placeholder": "", | |
"style": "IPY_MODEL_15a7dffca0e44535ae55b7ce2e1a20b5", | |
"value": "Login successful" | |
} | |
}, | |
"8935011552664e128d82cba720d1e8f3": { | |
"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 | |
} | |
}, | |
"425b4a4cb85c43149241f7a636384357": { | |
"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": "" | |
} | |
}, | |
"ddf1326ef76a4326b47cf965a02c8fd9": { | |
"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 | |
} | |
}, | |
"98c6b13c8a0045e8b71f9b42bf20530a": { | |
"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": "" | |
} | |
}, | |
"8600610bfdb24e4abd2a000261056151": { | |
"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 | |
} | |
}, | |
"5c7a1ec5e9a8421b822a5295f74608ed": { | |
"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": "" | |
} | |
}, | |
"7ab4721c085a4058aad7a81998efb9d2": { | |
"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 | |
} | |
}, | |
"15a7dffca0e44535ae55b7ce2e1a20b5": { | |
"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": "" | |
} | |
}, | |
"bd89018e5b2743a2b5005e25f8e1b00a": { | |
"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_d6edf16e343b4ece8ceb53c0f4a72e60", | |
"IPY_MODEL_92536a5a79db4b22afc90b3e79c4e9ac", | |
"IPY_MODEL_380164dae3b444e9beba0cca5c812452" | |
], | |
"layout": "IPY_MODEL_18561e33523c434ebeeaddc59e4cd9a9" | |
} | |
}, | |
"d6edf16e343b4ece8ceb53c0f4a72e60": { | |
"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_b57c413a9459493aa656c62247f6deac", | |
"placeholder": "", | |
"style": "IPY_MODEL_4b2dbea924854f1d9c01b04a6804e79e", | |
"value": "tokenizer_config.json: 100%" | |
} | |
}, | |
"92536a5a79db4b22afc90b3e79c4e9ac": { | |
"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_bcdd7bd8bb3d4151a42d0d698bf0acf5", | |
"max": 34173, | |
"min": 0, | |
"orientation": "horizontal", | |
"style": "IPY_MODEL_e9717bb334574093b3636a3e2d9f2516", | |
"value": 34173 | |
} | |
}, | |
"380164dae3b444e9beba0cca5c812452": { | |
"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_2904cca9b81945bfa2b52efabbce4643", | |
"placeholder": "", | |
"style": "IPY_MODEL_91054a05276a4eec923abc141e8ac3b8", | |
"value": " 34.2k/34.2k [00:00<00:00, 1.96MB/s]" | |
} | |
}, | |
"18561e33523c434ebeeaddc59e4cd9a9": { | |
"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 | |
} | |
}, | |
"b57c413a9459493aa656c62247f6deac": { | |
"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 | |
} | |
}, | |
"4b2dbea924854f1d9c01b04a6804e79e": { | |
"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": "" | |
} | |
}, | |
"bcdd7bd8bb3d4151a42d0d698bf0acf5": { | |
"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 | |
} | |
}, | |
"e9717bb334574093b3636a3e2d9f2516": { | |
"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": "" | |
} | |
}, | |
"2904cca9b81945bfa2b52efabbce4643": { | |
"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 | |
} | |
}, | |
"91054a05276a4eec923abc141e8ac3b8": { | |
"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": "" | |
} | |
}, | |
"c96e04cf73fb48c2852fd7cb886fb215": { | |
"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_67a6fa9154bb4fc2b8950aeb58b1f0ed", | |
"IPY_MODEL_375b5682721b48fdbe4fe730f450ea3b", | |
"IPY_MODEL_ee4f502f80354043b03cbaa0aee89a47" | |
], | |
"layout": "IPY_MODEL_3c49b2f684f74cb8bc5292f4c2198d39" | |
} | |
}, | |
"67a6fa9154bb4fc2b8950aeb58b1f0ed": { | |
"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_12ba68d6aa064011a71310457a125c5a", | |
"placeholder": "", | |
"style": "IPY_MODEL_ca5fe3194c694846b63b56dccd94f7af", | |
"value": "tokenizer.model: 100%" | |
} | |
}, | |
"375b5682721b48fdbe4fe730f450ea3b": { | |
"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_48d329c4ff87471a8f14b0683333a921", | |
"max": 4241003, | |
"min": 0, | |
"orientation": "horizontal", | |
"style": "IPY_MODEL_a4b6be1b74e245b5b470103db6aaf937", | |
"value": 4241003 | |
} | |
}, | |
"ee4f502f80354043b03cbaa0aee89a47": { | |
"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_716caf6032754ebebbc2822332a4257a", | |
"placeholder": "", | |
"style": "IPY_MODEL_432c38392011487eb39ba73f521614d5", | |
"value": " 4.24M/4.24M [00:00<00:00, 45.7MB/s]" | |
} | |
}, | |
"3c49b2f684f74cb8bc5292f4c2198d39": { | |
"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 | |
} | |
}, | |
"12ba68d6aa064011a71310457a125c5a": { | |
"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 | |
} | |
}, | |
"ca5fe3194c694846b63b56dccd94f7af": { | |
"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": "" | |
} | |
}, | |
"48d329c4ff87471a8f14b0683333a921": { | |
"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 | |
} | |
}, | |
"a4b6be1b74e245b5b470103db6aaf937": { | |
"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": "" | |
} | |
}, | |
"716caf6032754ebebbc2822332a4257a": { | |
"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 | |
} | |
}, | |
"432c38392011487eb39ba73f521614d5": { | |
"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": "" | |
} | |
}, | |
"604b908c77704469932b6293ec87df4c": { | |
"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_ec20e323ed9346028dd1422d1d9c570d", | |
"IPY_MODEL_f94669507d9b439eb22b24c90ad0dbba", | |
"IPY_MODEL_329d0e18d3f44201b5fc04f02e0aeef1" | |
], | |
"layout": "IPY_MODEL_d6e9f948db184555afddeb6a68c285ee" | |
} | |
}, | |
"ec20e323ed9346028dd1422d1d9c570d": { | |
"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_af18299eba7c46eba7dc5c5bd02015a8", | |
"placeholder": "", | |
"style": "IPY_MODEL_2cc643f0d551411595442fe890e6b5c2", | |
"value": "tokenizer.json: 100%" | |
} | |
}, | |
"f94669507d9b439eb22b24c90ad0dbba": { | |
"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_0f6af8ca219645d69059463d20eb6628", | |
"max": 17518497, | |
"min": 0, | |
"orientation": "horizontal", | |
"style": "IPY_MODEL_66e8a2f352e749fcaadd4ac9edd12fcb", | |
"value": 17518497 | |
} | |
}, | |
"329d0e18d3f44201b5fc04f02e0aeef1": { | |
"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_8c868256044b40ffa4b0b57fe3c9ca8b", | |
"placeholder": "", | |
"style": "IPY_MODEL_a1a65b6ab79440179767c9250a4e59fe", | |
"value": " 17.5M/17.5M [00:00<00:00, 165MB/s]" | |
} | |
}, | |
"d6e9f948db184555afddeb6a68c285ee": { | |
"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 | |
} | |
}, | |
"af18299eba7c46eba7dc5c5bd02015a8": { | |
"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 | |
} | |
}, | |
"2cc643f0d551411595442fe890e6b5c2": { | |
"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": "" | |
} | |
}, | |
"0f6af8ca219645d69059463d20eb6628": { | |
"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 | |
} | |
}, | |
"66e8a2f352e749fcaadd4ac9edd12fcb": { | |
"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": "" | |
} | |
}, | |
"8c868256044b40ffa4b0b57fe3c9ca8b": { | |
"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 | |
} | |
}, | |
"a1a65b6ab79440179767c9250a4e59fe": { | |
"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": "" | |
} | |
}, | |
"bc148ac9f4a24a9cb16cf281598bd112": { | |
"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_0158643358c743cd86839cf49cba5698", | |
"IPY_MODEL_cf16a28b014447c884ab4367b76bb065", | |
"IPY_MODEL_3e2c84f595a64599b0f491a0553ecf88" | |
], | |
"layout": "IPY_MODEL_f09c03084c744c68b8a2b35cf5c415ea" | |
} | |
}, | |
"0158643358c743cd86839cf49cba5698": { | |
"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_d81115c709694115a7c0bc9bb0b83ba5", | |
"placeholder": "", | |
"style": "IPY_MODEL_3907b0df5e9f40ff8af50640c6a98cae", | |
"value": "special_tokens_map.json: 100%" | |
} | |
}, | |
"cf16a28b014447c884ab4367b76bb065": { | |
"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_503ed63bfda647c1bffcac48a6874576", | |
"max": 636, | |
"min": 0, | |
"orientation": "horizontal", | |
"style": "IPY_MODEL_a15588355c1e4adfa47ce432b5fcdd41", | |
"value": 636 | |
} | |
}, | |
"3e2c84f595a64599b0f491a0553ecf88": { | |
"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_b160e30348fb428eb6e0f90ebdbf5176", | |
"placeholder": "", | |
"style": "IPY_MODEL_5eb51265c9ad4c2ab1431788863bdda8", | |
"value": " 636/636 [00:00<00:00, 51.1kB/s]" | |
} | |
}, | |
"f09c03084c744c68b8a2b35cf5c415ea": { | |
"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 | |
} | |
}, | |
"d81115c709694115a7c0bc9bb0b83ba5": { | |
"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 | |
} | |
}, | |
"3907b0df5e9f40ff8af50640c6a98cae": { | |
"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": "" | |
} | |
}, | |
"503ed63bfda647c1bffcac48a6874576": { | |
"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 | |
} | |
}, | |
"a15588355c1e4adfa47ce432b5fcdd41": { | |
"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": "" | |
} | |
}, | |
"b160e30348fb428eb6e0f90ebdbf5176": { | |
"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 | |
} | |
}, | |
"5eb51265c9ad4c2ab1431788863bdda8": { | |
"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": "" | |
} | |
}, | |
"872cb85656ae43c9996fc3eea385a8d9": { | |
"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_8ddddea0bcf4426d9ec5373d5bc16f79", | |
"IPY_MODEL_018f86ec6d7b4eb8b46d5b24726c8300", | |
"IPY_MODEL_f3cbbe24071a49658acb35931988232a" | |
], | |
"layout": "IPY_MODEL_88e36b46fdab4ddc9315602bcd0fae10" | |
} | |
}, | |
"8ddddea0bcf4426d9ec5373d5bc16f79": { | |
"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_b1208a78be3945cc8970a31643a2b33b", | |
"placeholder": "", | |
"style": "IPY_MODEL_576a7b6947b84bbbb8f75420766bc182", | |
"value": "config.json: 100%" | |
} | |
}, | |
"018f86ec6d7b4eb8b46d5b24726c8300": { | |
"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_11a4dd1adb0243718a0f6458ae30ecbe", | |
"max": 627, | |
"min": 0, | |
"orientation": "horizontal", | |
"style": "IPY_MODEL_95d4fbd8c6924e9696177deba328f565", | |
"value": 627 | |
} | |
}, | |
"f3cbbe24071a49658acb35931988232a": { | |
"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_8a9ca44fa3b2469886a6bd1340f22b7f", | |
"placeholder": "", | |
"style": "IPY_MODEL_b986812ad9f1467fb88880ae43085b8a", | |
"value": " 627/627 [00:00<00:00, 28.8kB/s]" | |
} | |
}, | |
"88e36b46fdab4ddc9315602bcd0fae10": { | |
"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 | |
} | |
}, | |
"b1208a78be3945cc8970a31643a2b33b": { | |
"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 | |
} | |
}, | |
"576a7b6947b84bbbb8f75420766bc182": { | |
"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": "" | |
} | |
}, | |
"11a4dd1adb0243718a0f6458ae30ecbe": { | |
"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 | |
} | |
}, | |
"95d4fbd8c6924e9696177deba328f565": { | |
"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": "" | |
} | |
}, | |
"8a9ca44fa3b2469886a6bd1340f22b7f": { | |
"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 | |
} | |
}, | |
"b986812ad9f1467fb88880ae43085b8a": { | |
"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": "" | |
} | |
}, | |
"a37c436f83db4b4ea92f7af24e91837f": { | |
"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_52b2243f073b48759c23c42630d7acb6", | |
"IPY_MODEL_a6c19e08bda74f06ac6d826733141a64", | |
"IPY_MODEL_8acbd4123a2346899552062f12bb5718" | |
], | |
"layout": "IPY_MODEL_1f54c299e8664d469bc1c50dd3a4c59e" | |
} | |
}, | |
"52b2243f073b48759c23c42630d7acb6": { | |
"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_034ca9542bc54d91a247c49b7d1c2cb1", | |
"placeholder": "", | |
"style": "IPY_MODEL_1350d434187a471d87e8ff3e1620d1bd", | |
"value": "model.safetensors.index.json: 100%" | |
} | |
}, | |
"a6c19e08bda74f06ac6d826733141a64": { | |
"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_04e563ec81b8449fa98dcca4c61d141d", | |
"max": 13489, | |
"min": 0, | |
"orientation": "horizontal", | |
"style": "IPY_MODEL_ba6d6f7c40fa4d5ba58437b9e4804188", | |
"value": 13489 | |
} | |
}, | |
"8acbd4123a2346899552062f12bb5718": { | |
"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_bc8d65e2ce96443c914670a4f7677671", | |
"placeholder": "", | |
"style": "IPY_MODEL_5671e2e323974b678f1a496819d2fba5", | |
"value": " 13.5k/13.5k [00:00<00:00, 798kB/s]" | |
} | |
}, | |
"1f54c299e8664d469bc1c50dd3a4c59e": { | |
"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 | |
} | |
}, | |
"034ca9542bc54d91a247c49b7d1c2cb1": { | |
"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 | |
} | |
}, | |
"1350d434187a471d87e8ff3e1620d1bd": { | |
"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": "" | |
} | |
}, | |
"04e563ec81b8449fa98dcca4c61d141d": { | |
"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 | |
} | |
}, | |
"ba6d6f7c40fa4d5ba58437b9e4804188": { | |
"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": "" | |
} | |
}, | |
"bc8d65e2ce96443c914670a4f7677671": { | |
"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 | |
} | |
}, | |
"5671e2e323974b678f1a496819d2fba5": { | |
"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": "" | |
} | |
}, | |
"d5e661534ea742e195c670f50846f876": { | |
"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_b0eb4cde1b984d1b8552040685cc731a", | |
"IPY_MODEL_839a5105b96b4c6a8abb751a403cdf68", | |
"IPY_MODEL_ec73801c238f4343a578c5cc155e13ff" | |
], | |
"layout": "IPY_MODEL_0eff3bee9401479387332e48eb9c914b" | |
} | |
}, | |
"b0eb4cde1b984d1b8552040685cc731a": { | |
"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_168bf0b2f9a94cb880dad957d33c4d44", | |
"placeholder": "", | |
"style": "IPY_MODEL_e676c1de11fa413fae7faa9046cc7d3e", | |
"value": "Downloading shards: 100%" | |
} | |
}, | |
"839a5105b96b4c6a8abb751a403cdf68": { | |
"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_08432f0bcf1342adb5c34587f789358a", | |
"max": 2, | |
"min": 0, | |
"orientation": "horizontal", | |
"style": "IPY_MODEL_1e4a3d562b7c403fb264b8e12dd65562", | |
"value": 2 | |
} | |
}, | |
"ec73801c238f4343a578c5cc155e13ff": { | |
"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_5bdac0324e38460f9ff6a5b0f2ba436c", | |
"placeholder": "", | |
"style": "IPY_MODEL_4fe6fce6f37349d29e57a10fdee523ec", | |
"value": " 2/2 [00:33<00:00, 13.90s/it]" | |
} | |
}, | |
"0eff3bee9401479387332e48eb9c914b": { | |
"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 | |
} | |
}, | |
"168bf0b2f9a94cb880dad957d33c4d44": { | |
"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 | |
} | |
}, | |
"e676c1de11fa413fae7faa9046cc7d3e": { | |
"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": "" | |
} | |
}, | |
"08432f0bcf1342adb5c34587f789358a": { | |
"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 | |
} | |
}, | |
"1e4a3d562b7c403fb264b8e12dd65562": { | |
"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": "" | |
} | |
}, | |
"5bdac0324e38460f9ff6a5b0f2ba436c": { | |
"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 | |
} | |
}, | |
"4fe6fce6f37349d29e57a10fdee523ec": { | |
"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": "" | |
} | |
}, | |
"e2a4db9481da4bb0a1102d98d77f4ba4": { | |
"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_920cfc9180e1464db0e44b65f3251f69", | |
"IPY_MODEL_e49c2e059fa645b7a1e97f7810505ff2", | |
"IPY_MODEL_0ec52b441e1f42d88ec88fd9ca617bb0" | |
], | |
"layout": "IPY_MODEL_dc8a14eb180446699fcb5ba8a72ab53c" | |
} | |
}, | |
"920cfc9180e1464db0e44b65f3251f69": { | |
"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_0ff67924a3f54935b121df8d26ae3d49", | |
"placeholder": "", | |
"style": "IPY_MODEL_4cf83612f5e94e3aab3ed752f7ca98e0", | |
"value": "model-00001-of-00002.safetensors: 100%" | |
} | |
}, | |
"e49c2e059fa645b7a1e97f7810505ff2": { | |
"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_dc9931baeebf4a81a8c5405c7f4ce477", | |
"max": 4945242264, | |
"min": 0, | |
"orientation": "horizontal", | |
"style": "IPY_MODEL_d77db867b2944896847f5b2875e9436d", | |
"value": 4945242264 | |
} | |
}, | |
"0ec52b441e1f42d88ec88fd9ca617bb0": { | |
"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_51aebb8d4e7742a38c94fd9d6eea53b8", | |
"placeholder": "", | |
"style": "IPY_MODEL_79d1e36279274900b745127e1906580e", | |
"value": " 4.95G/4.95G [00:32<00:00, 254MB/s]" | |
} | |
}, | |
"dc8a14eb180446699fcb5ba8a72ab53c": { | |
"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 | |
} | |
}, | |
"0ff67924a3f54935b121df8d26ae3d49": { | |
"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 | |
} | |
}, | |
"4cf83612f5e94e3aab3ed752f7ca98e0": { | |
"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": "" | |
} | |
}, | |
"dc9931baeebf4a81a8c5405c7f4ce477": { | |
"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 | |
} | |
}, | |
"d77db867b2944896847f5b2875e9436d": { | |
"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": "" | |
} | |
}, | |
"51aebb8d4e7742a38c94fd9d6eea53b8": { | |
"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 | |
} | |
}, | |
"79d1e36279274900b745127e1906580e": { | |
"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": "" | |
} | |
}, | |
"8c0292ef0d384d959870f8ed79d6c541": { | |
"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_7f4de26b04c34b11b50227797617aece", | |
"IPY_MODEL_d7ade4ee577d46e1a42470e89c42ff2c", | |
"IPY_MODEL_4911d3728a904c1f8ad57a277cdbb022" | |
], | |
"layout": "IPY_MODEL_b9b7ad38992d485c9a52667b4ff60095" | |
} | |
}, | |
"7f4de26b04c34b11b50227797617aece": { | |
"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_41a7279b366245dfbdf8ddc8bacab19c", | |
"placeholder": "", | |
"style": "IPY_MODEL_3954e023fbaa4e8abe9956370b2c4b2e", | |
"value": "model-00002-of-00002.safetensors: 100%" | |
} | |
}, | |
"d7ade4ee577d46e1a42470e89c42ff2c": { | |
"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_471755525f3e4f4093ff7e4bbd77851f", | |
"max": 67121608, | |
"min": 0, | |
"orientation": "horizontal", | |
"style": "IPY_MODEL_f68f461681d749f9a3d4f1ea19228139", | |
"value": 67121608 | |
} | |
}, | |
"4911d3728a904c1f8ad57a277cdbb022": { | |
"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_b83d742643124fb5b19149ae42c73351", | |
"placeholder": "", | |
"style": "IPY_MODEL_3ecac4ef7ee9468a9f51488efa9bae43", | |
"value": " 67.1M/67.1M [00:00<00:00, 223MB/s]" | |
} | |
}, | |
"b9b7ad38992d485c9a52667b4ff60095": { | |
"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, | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment