examples

Форк
0
/
xx_train_movie_recommender.ipynb 
7526 строк · 291.9 Кб
1
{
2
  "cells": [
3
    {
4
      "attachments": {},
5
      "cell_type": "markdown",
6
      "metadata": {},
7
      "source": [
8
        "[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/pinecone-io/examples/blob/master/learn/recommendation/movie-recommender/xx_train_movie_recommender.ipynb) [![Open nbviewer](https://raw.githubusercontent.com/pinecone-io/examples/master/assets/nbviewer-shield.svg)](https://nbviewer.org/github/pinecone-io/examples/blob/master/learn/recommendation/movie-recommender/xx_train_movie_recommender.ipynb)"
9
      ]
10
    },
11
    {
12
      "cell_type": "code",
13
      "execution_count": null,
14
      "metadata": {
15
        "id": "AhVk6WLnOqXs"
16
      },
17
      "outputs": [],
18
      "source": [
19
        "!nvidia-smi"
20
      ]
21
    },
22
    {
23
      "cell_type": "code",
24
      "execution_count": 2,
25
      "metadata": {
26
        "colab": {
27
          "base_uri": "https://localhost:8080/"
28
        },
29
        "id": "xg3g40e2DnrS",
30
        "outputId": "c2a5ed97-8ec3-45a8-a84d-ed1702f6c9c6"
31
      },
32
      "outputs": [
33
        {
34
          "name": "stdout",
35
          "output_type": "stream",
36
          "text": [
37
            "Looking in indexes: https://pypi.org/simple, https://us-python.pkg.dev/colab-wheels/public/simple/\n",
38
            "Collecting datasets\n",
39
            "  Downloading datasets-2.4.0-py3-none-any.whl (365 kB)\n",
40
            "\u001b[K     |████████████████████████████████| 365 kB 4.7 MB/s \n",
41
            "\u001b[?25hRequirement already satisfied: tensorflow in /usr/local/lib/python3.7/dist-packages (2.8.2+zzzcolab20220719082949)\n",
42
            "Collecting huggingface-hub\n",
43
            "  Downloading huggingface_hub-0.8.1-py3-none-any.whl (101 kB)\n",
44
            "\u001b[K     |████████████████████████████████| 101 kB 13.1 MB/s \n",
45
            "\u001b[?25hRequirement already satisfied: numpy>=1.17 in /usr/local/lib/python3.7/dist-packages (from datasets) (1.21.6)\n",
46
            "Collecting xxhash\n",
47
            "  Downloading xxhash-3.0.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (212 kB)\n",
48
            "\u001b[K     |████████████████████████████████| 212 kB 55.8 MB/s \n",
49
            "\u001b[?25hRequirement already satisfied: pandas in /usr/local/lib/python3.7/dist-packages (from datasets) (1.3.5)\n",
50
            "Requirement already satisfied: packaging in /usr/local/lib/python3.7/dist-packages (from datasets) (21.3)\n",
51
            "Requirement already satisfied: fsspec[http]>=2021.11.1 in /usr/local/lib/python3.7/dist-packages (from datasets) (2022.7.1)\n",
52
            "Collecting multiprocess\n",
53
            "  Downloading multiprocess-0.70.13-py37-none-any.whl (115 kB)\n",
54
            "\u001b[K     |████████████████████████████████| 115 kB 61.2 MB/s \n",
55
            "\u001b[?25hRequirement already satisfied: importlib-metadata in /usr/local/lib/python3.7/dist-packages (from datasets) (4.12.0)\n",
56
            "Collecting responses<0.19\n",
57
            "  Downloading responses-0.18.0-py3-none-any.whl (38 kB)\n",
58
            "Requirement already satisfied: pyarrow>=6.0.0 in /usr/local/lib/python3.7/dist-packages (from datasets) (6.0.1)\n",
59
            "Requirement already satisfied: aiohttp in /usr/local/lib/python3.7/dist-packages (from datasets) (3.8.1)\n",
60
            "Requirement already satisfied: requests>=2.19.0 in /usr/local/lib/python3.7/dist-packages (from datasets) (2.23.0)\n",
61
            "Requirement already satisfied: dill<0.3.6 in /usr/local/lib/python3.7/dist-packages (from datasets) (0.3.5.1)\n",
62
            "Requirement already satisfied: tqdm>=4.62.1 in /usr/local/lib/python3.7/dist-packages (from datasets) (4.64.0)\n",
63
            "Requirement already satisfied: filelock in /usr/local/lib/python3.7/dist-packages (from huggingface-hub) (3.8.0)\n",
64
            "Requirement already satisfied: typing-extensions>=3.7.4.3 in /usr/local/lib/python3.7/dist-packages (from huggingface-hub) (4.1.1)\n",
65
            "Requirement already satisfied: pyyaml>=5.1 in /usr/local/lib/python3.7/dist-packages (from huggingface-hub) (6.0)\n",
66
            "Requirement already satisfied: pyparsing!=3.0.5,>=2.0.2 in /usr/local/lib/python3.7/dist-packages (from packaging->datasets) (3.0.9)\n",
67
            "Requirement already satisfied: urllib3!=1.25.0,!=1.25.1,<1.26,>=1.21.1 in /usr/local/lib/python3.7/dist-packages (from requests>=2.19.0->datasets) (1.24.3)\n",
68
            "Requirement already satisfied: idna<3,>=2.5 in /usr/local/lib/python3.7/dist-packages (from requests>=2.19.0->datasets) (2.10)\n",
69
            "Requirement already satisfied: chardet<4,>=3.0.2 in /usr/local/lib/python3.7/dist-packages (from requests>=2.19.0->datasets) (3.0.4)\n",
70
            "Requirement already satisfied: certifi>=2017.4.17 in /usr/local/lib/python3.7/dist-packages (from requests>=2.19.0->datasets) (2022.6.15)\n",
71
            "Collecting urllib3!=1.25.0,!=1.25.1,<1.26,>=1.21.1\n",
72
            "  Downloading urllib3-1.25.11-py2.py3-none-any.whl (127 kB)\n",
73
            "\u001b[K     |████████████████████████████████| 127 kB 62.7 MB/s \n",
74
            "\u001b[?25hRequirement already satisfied: google-pasta>=0.1.1 in /usr/local/lib/python3.7/dist-packages (from tensorflow) (0.2.0)\n",
75
            "Requirement already satisfied: absl-py>=0.4.0 in /usr/local/lib/python3.7/dist-packages (from tensorflow) (1.2.0)\n",
76
            "Requirement already satisfied: wrapt>=1.11.0 in /usr/local/lib/python3.7/dist-packages (from tensorflow) (1.14.1)\n",
77
            "Requirement already satisfied: grpcio<2.0,>=1.24.3 in /usr/local/lib/python3.7/dist-packages (from tensorflow) (1.47.0)\n",
78
            "Requirement already satisfied: astunparse>=1.6.0 in /usr/local/lib/python3.7/dist-packages (from tensorflow) (1.6.3)\n",
79
            "Requirement already satisfied: libclang>=9.0.1 in /usr/local/lib/python3.7/dist-packages (from tensorflow) (14.0.6)\n",
80
            "Requirement already satisfied: six>=1.12.0 in /usr/local/lib/python3.7/dist-packages (from tensorflow) (1.15.0)\n",
81
            "Requirement already satisfied: termcolor>=1.1.0 in /usr/local/lib/python3.7/dist-packages (from tensorflow) (1.1.0)\n",
82
            "Requirement already satisfied: tensorflow-io-gcs-filesystem>=0.23.1 in /usr/local/lib/python3.7/dist-packages (from tensorflow) (0.26.0)\n",
83
            "Requirement already satisfied: gast>=0.2.1 in /usr/local/lib/python3.7/dist-packages (from tensorflow) (0.5.3)\n",
84
            "Requirement already satisfied: setuptools in /usr/local/lib/python3.7/dist-packages (from tensorflow) (57.4.0)\n",
85
            "Requirement already satisfied: keras-preprocessing>=1.1.1 in /usr/local/lib/python3.7/dist-packages (from tensorflow) (1.1.2)\n",
86
            "Requirement already satisfied: tensorflow-estimator<2.9,>=2.8 in /usr/local/lib/python3.7/dist-packages (from tensorflow) (2.8.0)\n",
87
            "Requirement already satisfied: opt-einsum>=2.3.2 in /usr/local/lib/python3.7/dist-packages (from tensorflow) (3.3.0)\n",
88
            "Requirement already satisfied: keras<2.9,>=2.8.0rc0 in /usr/local/lib/python3.7/dist-packages (from tensorflow) (2.8.0)\n",
89
            "Requirement already satisfied: flatbuffers>=1.12 in /usr/local/lib/python3.7/dist-packages (from tensorflow) (2.0)\n",
90
            "Requirement already satisfied: h5py>=2.9.0 in /usr/local/lib/python3.7/dist-packages (from tensorflow) (3.1.0)\n",
91
            "Requirement already satisfied: tensorboard<2.9,>=2.8 in /usr/local/lib/python3.7/dist-packages (from tensorflow) (2.8.0)\n",
92
            "Requirement already satisfied: protobuf<3.20,>=3.9.2 in /usr/local/lib/python3.7/dist-packages (from tensorflow) (3.17.3)\n",
93
            "Requirement already satisfied: wheel<1.0,>=0.23.0 in /usr/local/lib/python3.7/dist-packages (from astunparse>=1.6.0->tensorflow) (0.37.1)\n",
94
            "Requirement already satisfied: cached-property in /usr/local/lib/python3.7/dist-packages (from h5py>=2.9.0->tensorflow) (1.5.2)\n",
95
            "Requirement already satisfied: markdown>=2.6.8 in /usr/local/lib/python3.7/dist-packages (from tensorboard<2.9,>=2.8->tensorflow) (3.4.1)\n",
96
            "Requirement already satisfied: google-auth<3,>=1.6.3 in /usr/local/lib/python3.7/dist-packages (from tensorboard<2.9,>=2.8->tensorflow) (1.35.0)\n",
97
            "Requirement already satisfied: tensorboard-data-server<0.7.0,>=0.6.0 in /usr/local/lib/python3.7/dist-packages (from tensorboard<2.9,>=2.8->tensorflow) (0.6.1)\n",
98
            "Requirement already satisfied: tensorboard-plugin-wit>=1.6.0 in /usr/local/lib/python3.7/dist-packages (from tensorboard<2.9,>=2.8->tensorflow) (1.8.1)\n",
99
            "Requirement already satisfied: google-auth-oauthlib<0.5,>=0.4.1 in /usr/local/lib/python3.7/dist-packages (from tensorboard<2.9,>=2.8->tensorflow) (0.4.6)\n",
100
            "Requirement already satisfied: werkzeug>=0.11.15 in /usr/local/lib/python3.7/dist-packages (from tensorboard<2.9,>=2.8->tensorflow) (1.0.1)\n",
101
            "Requirement already satisfied: cachetools<5.0,>=2.0.0 in /usr/local/lib/python3.7/dist-packages (from google-auth<3,>=1.6.3->tensorboard<2.9,>=2.8->tensorflow) (4.2.4)\n",
102
            "Requirement already satisfied: pyasn1-modules>=0.2.1 in /usr/local/lib/python3.7/dist-packages (from google-auth<3,>=1.6.3->tensorboard<2.9,>=2.8->tensorflow) (0.2.8)\n",
103
            "Requirement already satisfied: rsa<5,>=3.1.4 in /usr/local/lib/python3.7/dist-packages (from google-auth<3,>=1.6.3->tensorboard<2.9,>=2.8->tensorflow) (4.9)\n",
104
            "Requirement already satisfied: requests-oauthlib>=0.7.0 in /usr/local/lib/python3.7/dist-packages (from google-auth-oauthlib<0.5,>=0.4.1->tensorboard<2.9,>=2.8->tensorflow) (1.3.1)\n",
105
            "Requirement already satisfied: zipp>=0.5 in /usr/local/lib/python3.7/dist-packages (from importlib-metadata->datasets) (3.8.1)\n",
106
            "Requirement already satisfied: pyasn1<0.5.0,>=0.4.6 in /usr/local/lib/python3.7/dist-packages (from pyasn1-modules>=0.2.1->google-auth<3,>=1.6.3->tensorboard<2.9,>=2.8->tensorflow) (0.4.8)\n",
107
            "Requirement already satisfied: oauthlib>=3.0.0 in /usr/local/lib/python3.7/dist-packages (from requests-oauthlib>=0.7.0->google-auth-oauthlib<0.5,>=0.4.1->tensorboard<2.9,>=2.8->tensorflow) (3.2.0)\n",
108
            "Requirement already satisfied: charset-normalizer<3.0,>=2.0 in /usr/local/lib/python3.7/dist-packages (from aiohttp->datasets) (2.1.0)\n",
109
            "Requirement already satisfied: yarl<2.0,>=1.0 in /usr/local/lib/python3.7/dist-packages (from aiohttp->datasets) (1.8.1)\n",
110
            "Requirement already satisfied: aiosignal>=1.1.2 in /usr/local/lib/python3.7/dist-packages (from aiohttp->datasets) (1.2.0)\n",
111
            "Requirement already satisfied: asynctest==0.13.0 in /usr/local/lib/python3.7/dist-packages (from aiohttp->datasets) (0.13.0)\n",
112
            "Requirement already satisfied: async-timeout<5.0,>=4.0.0a3 in /usr/local/lib/python3.7/dist-packages (from aiohttp->datasets) (4.0.2)\n",
113
            "Requirement already satisfied: attrs>=17.3.0 in /usr/local/lib/python3.7/dist-packages (from aiohttp->datasets) (22.1.0)\n",
114
            "Requirement already satisfied: multidict<7.0,>=4.5 in /usr/local/lib/python3.7/dist-packages (from aiohttp->datasets) (6.0.2)\n",
115
            "Requirement already satisfied: frozenlist>=1.1.1 in /usr/local/lib/python3.7/dist-packages (from aiohttp->datasets) (1.3.1)\n",
116
            "Requirement already satisfied: python-dateutil>=2.7.3 in /usr/local/lib/python3.7/dist-packages (from pandas->datasets) (2.8.2)\n",
117
            "Requirement already satisfied: pytz>=2017.3 in /usr/local/lib/python3.7/dist-packages (from pandas->datasets) (2022.2.1)\n",
118
            "Installing collected packages: urllib3, xxhash, responses, multiprocess, huggingface-hub, datasets\n",
119
            "  Attempting uninstall: urllib3\n",
120
            "    Found existing installation: urllib3 1.24.3\n",
121
            "    Uninstalling urllib3-1.24.3:\n",
122
            "      Successfully uninstalled urllib3-1.24.3\n",
123
            "Successfully installed datasets-2.4.0 huggingface-hub-0.8.1 multiprocess-0.70.13 responses-0.18.0 urllib3-1.25.11 xxhash-3.0.0\n"
124
          ]
125
        }
126
      ],
127
      "source": [
128
        "!pip install datasets tensorflow huggingface-hub"
129
      ]
130
    },
131
    {
132
      "cell_type": "markdown",
133
      "metadata": {
134
        "id": "y1bOPXx8va64"
135
      },
136
      "source": [
137
        "# Load and Prepare Dataset"
138
      ]
139
    },
140
    {
141
      "cell_type": "code",
142
      "execution_count": 1,
143
      "metadata": {
144
        "colab": {
145
          "base_uri": "https://localhost:8080/",
146
          "height": 104,
147
          "referenced_widgets": [
148
            "5d4fad1f0c774e8b8b59c7fd5d12d2e0",
149
            "4c54d907905749d193ffea37835ece53",
150
            "ca4f453b819e4ee797b8463f396264d7",
151
            "014c0e57dc3d45f29c037be4e967c786",
152
            "2536a807f78440609df3b98a2c4d301b",
153
            "4be08c9e5ed24d72bd6b2e0233bf36cb",
154
            "3dfeee373bdc457d820799a6f53f7b92",
155
            "448a0f4829524d3895d245310f78901e",
156
            "7f544b0f809e4d18beac3b1ccafd5015",
157
            "fa23fdc4e17c4370ab14255bbd68fcc3",
158
            "d731bf4870da4219a54629bb9015d9a3"
159
          ]
160
        },
161
        "id": "oAiKitZRxLNN",
162
        "outputId": "7f8f8a51-032c-4f3d-f2bc-116852c2b9f3"
163
      },
164
      "outputs": [
165
        {
166
          "name": "stderr",
167
          "output_type": "stream",
168
          "text": [
169
            "WARNING:datasets.builder:Using custom data configuration default\n",
170
            "WARNING:datasets.builder:Reusing dataset movielens-recent-ratings (/root/.cache/huggingface/datasets/pinecone___movielens-recent-ratings/default/0.0.0/0b5cf78c3c23d9db1c33d17d7d490a06b45c6d9f00a6691aa005c6fcad1c8b82)\n"
171
          ]
172
        },
173
        {
174
          "data": {
175
            "application/vnd.jupyter.widget-view+json": {
176
              "model_id": "5d4fad1f0c774e8b8b59c7fd5d12d2e0",
177
              "version_major": 2,
178
              "version_minor": 0
179
            },
180
            "text/plain": [
181
              "  0%|          | 0/2 [00:00<?, ?it/s]"
182
            ]
183
          },
184
          "metadata": {},
185
          "output_type": "display_data"
186
        }
187
      ],
188
      "source": [
189
        "from datasets import load_dataset\n",
190
        "\n",
191
        "movies = load_dataset('pinecone/movielens-recent-ratings')\n",
192
        "train = movies['train'].to_pandas()\n",
193
        "test = movies['test'].to_pandas()\n",
194
        "\n",
195
        "del movies"
196
      ]
197
    },
198
    {
199
      "cell_type": "markdown",
200
      "metadata": {
201
        "id": "-pxufhHbzheG"
202
      },
203
      "source": [
204
        "# Training the Model"
205
      ]
206
    },
207
    {
208
      "cell_type": "code",
209
      "execution_count": 2,
210
      "metadata": {
211
        "id": "UZpso4PiKSvZ"
212
      },
213
      "outputs": [],
214
      "source": [
215
        "# ROW_COUNT = train.shape[0]\n",
216
        "EMBEDDING_SIZE = 32\n",
217
        "NUM_USERS = train['user_id'].nunique()\n",
218
        "NUM_MOVIES = train['movie_id'].nunique()"
219
      ]
220
    },
221
    {
222
      "cell_type": "code",
223
      "execution_count": 3,
224
      "metadata": {
225
        "colab": {
226
          "base_uri": "https://localhost:8080/"
227
        },
228
        "id": "vCEJnfthwqPn",
229
        "outputId": "74a314d8-9e83-4c89-d2aa-22fb5e56b426"
230
      },
231
      "outputs": [
232
        {
233
          "data": {
234
            "text/plain": [
235
              "(10269, 35710)"
236
            ]
237
          },
238
          "execution_count": 3,
239
          "metadata": {},
240
          "output_type": "execute_result"
241
        }
242
      ],
243
      "source": [
244
        "NUM_MOVIES, NUM_USERS"
245
      ]
246
    },
247
    {
248
      "cell_type": "code",
249
      "execution_count": 4,
250
      "metadata": {
251
        "id": "Oo9JXAb5yhe-"
252
      },
253
      "outputs": [],
254
      "source": [
255
        "from tensorflow import keras\n",
256
        "from tensorflow.keras import layers"
257
      ]
258
    },
259
    {
260
      "cell_type": "markdown",
261
      "metadata": {
262
        "id": "6r-s5bir0shD"
263
      },
264
      "source": [
265
        "### User Model"
266
      ]
267
    },
268
    {
269
      "cell_type": "code",
270
      "execution_count": 5,
271
      "metadata": {
272
        "colab": {
273
          "base_uri": "https://localhost:8080/"
274
        },
275
        "id": "D3ERlhnIyJdQ",
276
        "outputId": "5b003b59-7c6b-411d-93ee-bdebe28df96f"
277
      },
278
      "outputs": [
279
        {
280
          "name": "stdout",
281
          "output_type": "stream",
282
          "text": [
283
            "Model: \"model\"\n",
284
            "_________________________________________________________________\n",
285
            " Layer (type)                Output Shape              Param #   \n",
286
            "=================================================================\n",
287
            " user_id (InputLayer)        [(None, 1)]               0         \n",
288
            "                                                                 \n",
289
            " user_emb (Embedding)        (None, 1, 32)             1142720   \n",
290
            "                                                                 \n",
291
            "=================================================================\n",
292
            "Total params: 1,142,720\n",
293
            "Trainable params: 1,142,720\n",
294
            "Non-trainable params: 0\n",
295
            "_________________________________________________________________\n"
296
          ]
297
        }
298
      ],
299
      "source": [
300
        "u_inputs = layers.Input(shape=(1,), name='user_id')\n",
301
        "user_emb = layers.Embedding(output_dim=32, input_dim=NUM_USERS, name='user_emb')(u_inputs)\n",
302
        "user_model = keras.Model(u_inputs, user_emb)\n",
303
        "user_model.summary()"
304
      ]
305
    },
306
    {
307
      "cell_type": "markdown",
308
      "metadata": {
309
        "id": "kCnovFvk0v2k"
310
      },
311
      "source": [
312
        "### Movie Model"
313
      ]
314
    },
315
    {
316
      "cell_type": "code",
317
      "execution_count": 6,
318
      "metadata": {
319
        "colab": {
320
          "base_uri": "https://localhost:8080/"
321
        },
322
        "id": "0kmimEqHyOmS",
323
        "outputId": "d520ff8b-1eae-40e4-c824-75ca679f8984"
324
      },
325
      "outputs": [
326
        {
327
          "name": "stdout",
328
          "output_type": "stream",
329
          "text": [
330
            "Model: \"model_1\"\n",
331
            "_________________________________________________________________\n",
332
            " Layer (type)                Output Shape              Param #   \n",
333
            "=================================================================\n",
334
            " movie_embedding (InputLayer  [(None, 1)]              0         \n",
335
            " )                                                               \n",
336
            "                                                                 \n",
337
            " movie_emb (Embedding)       (None, 1, 32)             328608    \n",
338
            "                                                                 \n",
339
            "=================================================================\n",
340
            "Total params: 328,608\n",
341
            "Trainable params: 328,608\n",
342
            "Non-trainable params: 0\n",
343
            "_________________________________________________________________\n"
344
          ]
345
        }
346
      ],
347
      "source": [
348
        "m_inputs = layers.Input(shape=(1,), name='movie_embedding')\n",
349
        "movie_emb = layers.Embedding(output_dim=32, input_dim=NUM_MOVIES, name='movie_emb')(m_inputs)\n",
350
        "movie_model = keras.Model(m_inputs, movie_emb)\n",
351
        "movie_model.summary()"
352
      ]
353
    },
354
    {
355
      "cell_type": "markdown",
356
      "metadata": {
357
        "id": "dq1mVb_0LEdL"
358
      },
359
      "source": [
360
        "### Merged Model\n",
361
        "\n",
362
        "We merge the two models via a dot product layer (which is normalized, and so is equivalent to cosine similarity) between the movie embedding and user embedding layers. This allows us to optimize the two models to produce similar movie/user embeddings when the ratings between both are higher."
363
      ]
364
    },
365
    {
366
      "cell_type": "code",
367
      "execution_count": 7,
368
      "metadata": {
369
        "id": "VbkhJam9yOo6"
370
      },
371
      "outputs": [],
372
      "source": [
373
        "merged = layers.Dot(name = 'dot_product', normalize = True, axes = 2)([movie_emb, user_emb])"
374
      ]
375
    },
376
    {
377
      "cell_type": "code",
378
      "execution_count": 8,
379
      "metadata": {
380
        "colab": {
381
          "base_uri": "https://localhost:8080/"
382
        },
383
        "id": "OgZZ-JLUyOrS",
384
        "outputId": "fc995405-ac58-4aea-d81c-2c71fb7550cb"
385
      },
386
      "outputs": [
387
        {
388
          "name": "stdout",
389
          "output_type": "stream",
390
          "text": [
391
            "Model: \"model_2\"\n",
392
            "__________________________________________________________________________________________________\n",
393
            " Layer (type)                   Output Shape         Param #     Connected to                     \n",
394
            "==================================================================================================\n",
395
            " movie_embedding (InputLayer)   [(None, 1)]          0           []                               \n",
396
            "                                                                                                  \n",
397
            " user_id (InputLayer)           [(None, 1)]          0           []                               \n",
398
            "                                                                                                  \n",
399
            " movie_emb (Embedding)          (None, 1, 32)        328608      ['movie_embedding[0][0]']        \n",
400
            "                                                                                                  \n",
401
            " user_emb (Embedding)           (None, 1, 32)        1142720     ['user_id[0][0]']                \n",
402
            "                                                                                                  \n",
403
            " dot_product (Dot)              (None, 1, 1)         0           ['movie_emb[0][0]',              \n",
404
            "                                                                  'user_emb[0][0]']               \n",
405
            "                                                                                                  \n",
406
            "==================================================================================================\n",
407
            "Total params: 1,471,328\n",
408
            "Trainable params: 1,471,328\n",
409
            "Non-trainable params: 0\n",
410
            "__________________________________________________________________________________________________\n"
411
          ]
412
        },
413
        {
414
          "name": "stderr",
415
          "output_type": "stream",
416
          "text": [
417
            "/usr/local/lib/python3.7/dist-packages/keras/optimizer_v2/adam.py:105: UserWarning: The `lr` argument is deprecated, use `learning_rate` instead.\n",
418
            "  super(Adam, self).__init__(name, **kwargs)\n"
419
          ]
420
        }
421
      ],
422
      "source": [
423
        "adam = keras.optimizers.Adam(lr=0.001)\n",
424
        "model = keras.Model([m_inputs, u_inputs], merged)\n",
425
        "model.compile(optimizer=adam, loss= 'mean_absolute_error')\n",
426
        "model.summary()"
427
      ]
428
    },
429
    {
430
      "cell_type": "markdown",
431
      "metadata": {
432
        "id": "3XwkS8hgHM0P"
433
      },
434
      "source": [
435
        "Now we normalize the ratings."
436
      ]
437
    },
438
    {
439
      "cell_type": "code",
440
      "execution_count": 9,
441
      "metadata": {
442
        "id": "W_sdoTZ6yOtf"
443
      },
444
      "outputs": [],
445
      "source": [
446
        "norm_rating_train = train.rating/5\n",
447
        "norm_rating_test = test.rating/5"
448
      ]
449
    },
450
    {
451
      "cell_type": "markdown",
452
      "metadata": {
453
        "id": "fBWGbnPAHP3S"
454
      },
455
      "source": [
456
        "And train..."
457
      ]
458
    },
459
    {
460
      "cell_type": "code",
461
      "execution_count": 10,
462
      "metadata": {
463
        "colab": {
464
          "base_uri": "https://localhost:8080/"
465
        },
466
        "id": "rKUW4acOyOva",
467
        "outputId": "076d061c-f519-45bc-837d-b7425de857e7"
468
      },
469
      "outputs": [
470
        {
471
          "name": "stdout",
472
          "output_type": "stream",
473
          "text": [
474
            "Epoch 1/10\n",
475
            "6825/6825 [==============================] - 31s 4ms/step - loss: 0.2525 - val_loss: 0.1437\n",
476
            "Epoch 2/10\n",
477
            "6825/6825 [==============================] - 27s 4ms/step - loss: 0.1323 - val_loss: 0.1353\n",
478
            "Epoch 3/10\n",
479
            "6825/6825 [==============================] - 29s 4ms/step - loss: 0.1197 - val_loss: 0.1311\n",
480
            "Epoch 4/10\n",
481
            "6825/6825 [==============================] - 28s 4ms/step - loss: 0.1118 - val_loss: 0.1285\n",
482
            "Epoch 5/10\n",
483
            "6825/6825 [==============================] - 27s 4ms/step - loss: 0.1063 - val_loss: 0.1272\n",
484
            "Epoch 6/10\n",
485
            "6825/6825 [==============================] - 29s 4ms/step - loss: 0.1024 - val_loss: 0.1266\n",
486
            "Epoch 7/10\n",
487
            "6825/6825 [==============================] - 27s 4ms/step - loss: 0.0995 - val_loss: 0.1260\n",
488
            "Epoch 8/10\n",
489
            "6825/6825 [==============================] - 29s 4ms/step - loss: 0.0972 - val_loss: 0.1252\n",
490
            "Epoch 9/10\n",
491
            "6825/6825 [==============================] - 28s 4ms/step - loss: 0.0953 - val_loss: 0.1249\n",
492
            "Epoch 10/10\n",
493
            "6825/6825 [==============================] - 27s 4ms/step - loss: 0.0938 - val_loss: 0.1250\n"
494
          ]
495
        }
496
      ],
497
      "source": [
498
        "history = model.fit([train.movie_id, train.user_id], norm_rating_train, batch_size=128,\n",
499
        "                              epochs = 10, validation_data = ([test.movie_id, test.user_id], norm_rating_test),\n",
500
        "                              verbose = 1)"
501
      ]
502
    },
503
    {
504
      "cell_type": "markdown",
505
      "metadata": {
506
        "id": "l-BsSAx_DhML"
507
      },
508
      "source": [
509
        "### Training History"
510
      ]
511
    },
512
    {
513
      "cell_type": "code",
514
      "execution_count": 11,
515
      "metadata": {
516
        "id": "xaDurccIybmH"
517
      },
518
      "outputs": [],
519
      "source": [
520
        "import matplotlib.pyplot as plt"
521
      ]
522
    },
523
    {
524
      "cell_type": "code",
525
      "execution_count": 12,
526
      "metadata": {
527
        "colab": {
528
          "base_uri": "https://localhost:8080/",
529
          "height": 295
530
        },
531
        "id": "nKOeCPxdybrB",
532
        "outputId": "6a31fee7-cbb3-4c2d-9845-6c7904557adb"
533
      },
534
      "outputs": [
535
        {
536
          "data": {
537
            "image/png": "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",
538
            "text/plain": [
539
              "<Figure size 432x288 with 1 Axes>"
540
            ]
541
          },
542
          "metadata": {
543
            "needs_background": "light"
544
          },
545
          "output_type": "display_data"
546
        }
547
      ],
548
      "source": [
549
        "# Plot history: MAE\n",
550
        "plt.plot(history.history['loss'], label='Training data)')\n",
551
        "plt.plot(history.history['val_loss'], label='Validation data)')\n",
552
        "plt.title('MAE')\n",
553
        "plt.ylabel('MAE value')\n",
554
        "plt.xlabel('No. epoch')\n",
555
        "plt.legend(loc=\"upper left\")\n",
556
        "plt.show()"
557
      ]
558
    }
559
  ],
560
  "metadata": {
561
    "accelerator": "GPU",
562
    "colab": {
563
      "collapsed_sections": [],
564
      "name": "xx_train_movie_recommender.ipynb",
565
      "provenance": []
566
    },
567
    "gpuClass": "standard",
568
    "kernelspec": {
569
      "display_name": "base",
570
      "language": "python",
571
      "name": "python3"
572
    },
573
    "language_info": {
574
      "codemirror_mode": {
575
        "name": "ipython",
576
        "version": 3
577
      },
578
      "file_extension": ".py",
579
      "mimetype": "text/x-python",
580
      "name": "python",
581
      "nbconvert_exporter": "python",
582
      "pygments_lexer": "ipython3",
583
      "version": "3.8.13 (default, Mar 28 2022, 06:59:08) [MSC v.1916 64 bit (AMD64)]"
584
    },
585
    "vscode": {
586
      "interpreter": {
587
        "hash": "5fe10bf018ef3e697f9035d60bf60847932a12bface18908407fd371fe880db9"
588
      }
589
    },
590
    "widgets": {
591
      "application/vnd.jupyter.widget-state+json": {
592
        "007d5249ef4943c7a4713a18d5f4382d": {
593
          "model_module": "@jupyter-widgets/controls",
594
          "model_module_version": "1.5.0",
595
          "model_name": "HTMLModel",
596
          "state": {
597
            "_dom_classes": [],
598
            "_model_module": "@jupyter-widgets/controls",
599
            "_model_module_version": "1.5.0",
600
            "_model_name": "HTMLModel",
601
            "_view_count": null,
602
            "_view_module": "@jupyter-widgets/controls",
603
            "_view_module_version": "1.5.0",
604
            "_view_name": "HTMLView",
605
            "description": "",
606
            "description_tooltip": null,
607
            "layout": "IPY_MODEL_1becd634217f48a8ad67242e05d23565",
608
            "placeholder": "​",
609
            "style": "IPY_MODEL_8da792cce0e94097b6f903a74dae8c17",
610
            "value": "Upload file variables/variables.data-00000-of-00001: 100%"
611
          }
612
        },
613
        "014c0e57dc3d45f29c037be4e967c786": {
614
          "model_module": "@jupyter-widgets/controls",
615
          "model_module_version": "1.5.0",
616
          "model_name": "HTMLModel",
617
          "state": {
618
            "_dom_classes": [],
619
            "_model_module": "@jupyter-widgets/controls",
620
            "_model_module_version": "1.5.0",
621
            "_model_name": "HTMLModel",
622
            "_view_count": null,
623
            "_view_module": "@jupyter-widgets/controls",
624
            "_view_module_version": "1.5.0",
625
            "_view_name": "HTMLView",
626
            "description": "",
627
            "description_tooltip": null,
628
            "layout": "IPY_MODEL_fa23fdc4e17c4370ab14255bbd68fcc3",
629
            "placeholder": "​",
630
            "style": "IPY_MODEL_d731bf4870da4219a54629bb9015d9a3",
631
            "value": " 2/2 [00:00&lt;00:00, 23.81it/s]"
632
          }
633
        },
634
        "02311f2bd78c48c6b4ebd422c4970708": {
635
          "model_module": "@jupyter-widgets/controls",
636
          "model_module_version": "1.5.0",
637
          "model_name": "DescriptionStyleModel",
638
          "state": {
639
            "_model_module": "@jupyter-widgets/controls",
640
            "_model_module_version": "1.5.0",
641
            "_model_name": "DescriptionStyleModel",
642
            "_view_count": null,
643
            "_view_module": "@jupyter-widgets/base",
644
            "_view_module_version": "1.2.0",
645
            "_view_name": "StyleView",
646
            "description_width": ""
647
          }
648
        },
649
        "02e2860892b34fe6955e3081b79b8c21": {
650
          "model_module": "@jupyter-widgets/controls",
651
          "model_module_version": "1.5.0",
652
          "model_name": "HTMLModel",
653
          "state": {
654
            "_dom_classes": [],
655
            "_model_module": "@jupyter-widgets/controls",
656
            "_model_module_version": "1.5.0",
657
            "_model_name": "HTMLModel",
658
            "_view_count": null,
659
            "_view_module": "@jupyter-widgets/controls",
660
            "_view_module_version": "1.5.0",
661
            "_view_name": "HTMLView",
662
            "description": "",
663
            "description_tooltip": null,
664
            "layout": "IPY_MODEL_d7636d7ec98548219daf2a90ded5f4f3",
665
            "placeholder": "​",
666
            "style": "IPY_MODEL_329d9a9dd9434a03a10df45fe6abb0ff",
667
            "value": " 1.25M/1.25M [00:02&lt;00:00, 568kB/s]"
668
          }
669
        },
670
        "03271796987f4bae8b80ae3466fbae0e": {
671
          "model_module": "@jupyter-widgets/base",
672
          "model_module_version": "1.2.0",
673
          "model_name": "LayoutModel",
674
          "state": {
675
            "_model_module": "@jupyter-widgets/base",
676
            "_model_module_version": "1.2.0",
677
            "_model_name": "LayoutModel",
678
            "_view_count": null,
679
            "_view_module": "@jupyter-widgets/base",
680
            "_view_module_version": "1.2.0",
681
            "_view_name": "LayoutView",
682
            "align_content": null,
683
            "align_items": null,
684
            "align_self": null,
685
            "border": null,
686
            "bottom": null,
687
            "display": null,
688
            "flex": null,
689
            "flex_flow": null,
690
            "grid_area": null,
691
            "grid_auto_columns": null,
692
            "grid_auto_flow": null,
693
            "grid_auto_rows": null,
694
            "grid_column": null,
695
            "grid_gap": null,
696
            "grid_row": null,
697
            "grid_template_areas": null,
698
            "grid_template_columns": null,
699
            "grid_template_rows": null,
700
            "height": null,
701
            "justify_content": null,
702
            "justify_items": null,
703
            "left": null,
704
            "margin": null,
705
            "max_height": null,
706
            "max_width": null,
707
            "min_height": null,
708
            "min_width": null,
709
            "object_fit": null,
710
            "object_position": null,
711
            "order": null,
712
            "overflow": null,
713
            "overflow_x": null,
714
            "overflow_y": null,
715
            "padding": null,
716
            "right": null,
717
            "top": null,
718
            "visibility": null,
719
            "width": null
720
          }
721
        },
722
        "08e8e8b023494cfeac53c5d63714e655": {
723
          "model_module": "@jupyter-widgets/controls",
724
          "model_module_version": "1.5.0",
725
          "model_name": "HTMLModel",
726
          "state": {
727
            "_dom_classes": [],
728
            "_model_module": "@jupyter-widgets/controls",
729
            "_model_module_version": "1.5.0",
730
            "_model_name": "HTMLModel",
731
            "_view_count": null,
732
            "_view_module": "@jupyter-widgets/controls",
733
            "_view_module_version": "1.5.0",
734
            "_view_name": "HTMLView",
735
            "description": "",
736
            "description_tooltip": null,
737
            "layout": "IPY_MODEL_3d63869fabde42c3aba30c1e238ea8c2",
738
            "placeholder": "​",
739
            "style": "IPY_MODEL_9dbaf688073e4b4ba71cb3bbde935cbf",
740
            "value": "Upload file variables/variables.index: 100%"
741
          }
742
        },
743
        "0b0bcfbea59440759f61e3809a932f05": {
744
          "model_module": "@jupyter-widgets/controls",
745
          "model_module_version": "1.5.0",
746
          "model_name": "HTMLModel",
747
          "state": {
748
            "_dom_classes": [],
749
            "_model_module": "@jupyter-widgets/controls",
750
            "_model_module_version": "1.5.0",
751
            "_model_name": "HTMLModel",
752
            "_view_count": null,
753
            "_view_module": "@jupyter-widgets/controls",
754
            "_view_module_version": "1.5.0",
755
            "_view_name": "HTMLView",
756
            "description": "",
757
            "description_tooltip": null,
758
            "layout": "IPY_MODEL_7bdd4fa0d15447d5a218117058118c86",
759
            "placeholder": "​",
760
            "style": "IPY_MODEL_bc59f1a68ab94a62b9563796f5a66e65",
761
            "value": "Upload file keras_metadata.pb: 100%"
762
          }
763
        },
764
        "0b58bfbf9aff4038a7321426c3130372": {
765
          "model_module": "@jupyter-widgets/base",
766
          "model_module_version": "1.2.0",
767
          "model_name": "LayoutModel",
768
          "state": {
769
            "_model_module": "@jupyter-widgets/base",
770
            "_model_module_version": "1.2.0",
771
            "_model_name": "LayoutModel",
772
            "_view_count": null,
773
            "_view_module": "@jupyter-widgets/base",
774
            "_view_module_version": "1.2.0",
775
            "_view_name": "LayoutView",
776
            "align_content": null,
777
            "align_items": null,
778
            "align_self": null,
779
            "border": null,
780
            "bottom": null,
781
            "display": null,
782
            "flex": null,
783
            "flex_flow": null,
784
            "grid_area": null,
785
            "grid_auto_columns": null,
786
            "grid_auto_flow": null,
787
            "grid_auto_rows": null,
788
            "grid_column": null,
789
            "grid_gap": null,
790
            "grid_row": null,
791
            "grid_template_areas": null,
792
            "grid_template_columns": null,
793
            "grid_template_rows": null,
794
            "height": null,
795
            "justify_content": null,
796
            "justify_items": null,
797
            "left": null,
798
            "margin": null,
799
            "max_height": null,
800
            "max_width": null,
801
            "min_height": null,
802
            "min_width": null,
803
            "object_fit": null,
804
            "object_position": null,
805
            "order": null,
806
            "overflow": null,
807
            "overflow_x": null,
808
            "overflow_y": null,
809
            "padding": null,
810
            "right": null,
811
            "top": null,
812
            "visibility": null,
813
            "width": null
814
          }
815
        },
816
        "0b98338488ad4300a1528f1167931971": {
817
          "model_module": "@jupyter-widgets/controls",
818
          "model_module_version": "1.5.0",
819
          "model_name": "HBoxModel",
820
          "state": {
821
            "_dom_classes": [],
822
            "_model_module": "@jupyter-widgets/controls",
823
            "_model_module_version": "1.5.0",
824
            "_model_name": "HBoxModel",
825
            "_view_count": null,
826
            "_view_module": "@jupyter-widgets/controls",
827
            "_view_module_version": "1.5.0",
828
            "_view_name": "HBoxView",
829
            "box_style": "",
830
            "children": [
831
              "IPY_MODEL_574b70440f0d4e649751e1e302b2764d",
832
              "IPY_MODEL_8901fc1f329944a1b142209071a83dad",
833
              "IPY_MODEL_bf55838902fd47c19ac5642142c8eabf"
834
            ],
835
            "layout": "IPY_MODEL_f6eae6e0fe5d44fb94ffe05c95706bb5"
836
          }
837
        },
838
        "0c5ba79a252c47d4bb959f59695d18d7": {
839
          "model_module": "@jupyter-widgets/base",
840
          "model_module_version": "1.2.0",
841
          "model_name": "LayoutModel",
842
          "state": {
843
            "_model_module": "@jupyter-widgets/base",
844
            "_model_module_version": "1.2.0",
845
            "_model_name": "LayoutModel",
846
            "_view_count": null,
847
            "_view_module": "@jupyter-widgets/base",
848
            "_view_module_version": "1.2.0",
849
            "_view_name": "LayoutView",
850
            "align_content": null,
851
            "align_items": null,
852
            "align_self": null,
853
            "border": null,
854
            "bottom": null,
855
            "display": null,
856
            "flex": null,
857
            "flex_flow": null,
858
            "grid_area": null,
859
            "grid_auto_columns": null,
860
            "grid_auto_flow": null,
861
            "grid_auto_rows": null,
862
            "grid_column": null,
863
            "grid_gap": null,
864
            "grid_row": null,
865
            "grid_template_areas": null,
866
            "grid_template_columns": null,
867
            "grid_template_rows": null,
868
            "height": null,
869
            "justify_content": null,
870
            "justify_items": null,
871
            "left": null,
872
            "margin": null,
873
            "max_height": null,
874
            "max_width": null,
875
            "min_height": null,
876
            "min_width": null,
877
            "object_fit": null,
878
            "object_position": null,
879
            "order": null,
880
            "overflow": null,
881
            "overflow_x": null,
882
            "overflow_y": null,
883
            "padding": null,
884
            "right": null,
885
            "top": null,
886
            "visibility": null,
887
            "width": null
888
          }
889
        },
890
        "0f4c96c7159b403fa34277bbef012dcb": {
891
          "model_module": "@jupyter-widgets/controls",
892
          "model_module_version": "1.5.0",
893
          "model_name": "DescriptionStyleModel",
894
          "state": {
895
            "_model_module": "@jupyter-widgets/controls",
896
            "_model_module_version": "1.5.0",
897
            "_model_name": "DescriptionStyleModel",
898
            "_view_count": null,
899
            "_view_module": "@jupyter-widgets/base",
900
            "_view_module_version": "1.2.0",
901
            "_view_name": "StyleView",
902
            "description_width": ""
903
          }
904
        },
905
        "131cee51f91c41cfb24f292386fcd10f": {
906
          "model_module": "@jupyter-widgets/base",
907
          "model_module_version": "1.2.0",
908
          "model_name": "LayoutModel",
909
          "state": {
910
            "_model_module": "@jupyter-widgets/base",
911
            "_model_module_version": "1.2.0",
912
            "_model_name": "LayoutModel",
913
            "_view_count": null,
914
            "_view_module": "@jupyter-widgets/base",
915
            "_view_module_version": "1.2.0",
916
            "_view_name": "LayoutView",
917
            "align_content": null,
918
            "align_items": null,
919
            "align_self": null,
920
            "border": null,
921
            "bottom": null,
922
            "display": null,
923
            "flex": null,
924
            "flex_flow": null,
925
            "grid_area": null,
926
            "grid_auto_columns": null,
927
            "grid_auto_flow": null,
928
            "grid_auto_rows": null,
929
            "grid_column": null,
930
            "grid_gap": null,
931
            "grid_row": null,
932
            "grid_template_areas": null,
933
            "grid_template_columns": null,
934
            "grid_template_rows": null,
935
            "height": null,
936
            "justify_content": null,
937
            "justify_items": null,
938
            "left": null,
939
            "margin": null,
940
            "max_height": null,
941
            "max_width": null,
942
            "min_height": null,
943
            "min_width": null,
944
            "object_fit": null,
945
            "object_position": null,
946
            "order": null,
947
            "overflow": null,
948
            "overflow_x": null,
949
            "overflow_y": null,
950
            "padding": null,
951
            "right": null,
952
            "top": null,
953
            "visibility": null,
954
            "width": null
955
          }
956
        },
957
        "14acaaef484540359dd4f043bcbfcc7a": {
958
          "model_module": "@jupyter-widgets/controls",
959
          "model_module_version": "1.5.0",
960
          "model_name": "FloatProgressModel",
961
          "state": {
962
            "_dom_classes": [],
963
            "_model_module": "@jupyter-widgets/controls",
964
            "_model_module_version": "1.5.0",
965
            "_model_name": "FloatProgressModel",
966
            "_view_count": null,
967
            "_view_module": "@jupyter-widgets/controls",
968
            "_view_module_version": "1.5.0",
969
            "_view_name": "ProgressView",
970
            "bar_style": "success",
971
            "description": "",
972
            "description_tooltip": null,
973
            "layout": "IPY_MODEL_90dd51bb3eac434faee355f0267fb4a0",
974
            "max": 33293,
975
            "min": 0,
976
            "orientation": "horizontal",
977
            "style": "IPY_MODEL_b58cd7cc1c554efa856b54e4dd78d032",
978
            "value": 33293
979
          }
980
        },
981
        "171a608195884cf1b60395790e8ccb62": {
982
          "model_module": "@jupyter-widgets/base",
983
          "model_module_version": "1.2.0",
984
          "model_name": "LayoutModel",
985
          "state": {
986
            "_model_module": "@jupyter-widgets/base",
987
            "_model_module_version": "1.2.0",
988
            "_model_name": "LayoutModel",
989
            "_view_count": null,
990
            "_view_module": "@jupyter-widgets/base",
991
            "_view_module_version": "1.2.0",
992
            "_view_name": "LayoutView",
993
            "align_content": null,
994
            "align_items": null,
995
            "align_self": null,
996
            "border": null,
997
            "bottom": null,
998
            "display": null,
999
            "flex": null,
1000
            "flex_flow": null,
1001
            "grid_area": null,
1002
            "grid_auto_columns": null,
1003
            "grid_auto_flow": null,
1004
            "grid_auto_rows": null,
1005
            "grid_column": null,
1006
            "grid_gap": null,
1007
            "grid_row": null,
1008
            "grid_template_areas": null,
1009
            "grid_template_columns": null,
1010
            "grid_template_rows": null,
1011
            "height": null,
1012
            "justify_content": null,
1013
            "justify_items": null,
1014
            "left": null,
1015
            "margin": null,
1016
            "max_height": null,
1017
            "max_width": null,
1018
            "min_height": null,
1019
            "min_width": null,
1020
            "object_fit": null,
1021
            "object_position": null,
1022
            "order": null,
1023
            "overflow": null,
1024
            "overflow_x": null,
1025
            "overflow_y": null,
1026
            "padding": null,
1027
            "right": null,
1028
            "top": null,
1029
            "visibility": null,
1030
            "width": null
1031
          }
1032
        },
1033
        "17e010b7e5a64adfa8d0307d6e7365ba": {
1034
          "model_module": "@jupyter-widgets/controls",
1035
          "model_module_version": "1.5.0",
1036
          "model_name": "HTMLModel",
1037
          "state": {
1038
            "_dom_classes": [],
1039
            "_model_module": "@jupyter-widgets/controls",
1040
            "_model_module_version": "1.5.0",
1041
            "_model_name": "HTMLModel",
1042
            "_view_count": null,
1043
            "_view_module": "@jupyter-widgets/controls",
1044
            "_view_module_version": "1.5.0",
1045
            "_view_name": "HTMLView",
1046
            "description": "",
1047
            "description_tooltip": null,
1048
            "layout": "IPY_MODEL_8836d59b6b7649758f2f58a75bfb44d8",
1049
            "placeholder": "​",
1050
            "style": "IPY_MODEL_f032b9d28ce94c65bc1604a9469653cc",
1051
            "value": "Clean file saved_model.pb: 100%"
1052
          }
1053
        },
1054
        "183172178a4649ef8b1ca8867c9bacae": {
1055
          "model_module": "@jupyter-widgets/base",
1056
          "model_module_version": "1.2.0",
1057
          "model_name": "LayoutModel",
1058
          "state": {
1059
            "_model_module": "@jupyter-widgets/base",
1060
            "_model_module_version": "1.2.0",
1061
            "_model_name": "LayoutModel",
1062
            "_view_count": null,
1063
            "_view_module": "@jupyter-widgets/base",
1064
            "_view_module_version": "1.2.0",
1065
            "_view_name": "LayoutView",
1066
            "align_content": null,
1067
            "align_items": null,
1068
            "align_self": null,
1069
            "border": null,
1070
            "bottom": null,
1071
            "display": null,
1072
            "flex": null,
1073
            "flex_flow": null,
1074
            "grid_area": null,
1075
            "grid_auto_columns": null,
1076
            "grid_auto_flow": null,
1077
            "grid_auto_rows": null,
1078
            "grid_column": null,
1079
            "grid_gap": null,
1080
            "grid_row": null,
1081
            "grid_template_areas": null,
1082
            "grid_template_columns": null,
1083
            "grid_template_rows": null,
1084
            "height": null,
1085
            "justify_content": null,
1086
            "justify_items": null,
1087
            "left": null,
1088
            "margin": null,
1089
            "max_height": null,
1090
            "max_width": null,
1091
            "min_height": null,
1092
            "min_width": null,
1093
            "object_fit": null,
1094
            "object_position": null,
1095
            "order": null,
1096
            "overflow": null,
1097
            "overflow_x": null,
1098
            "overflow_y": null,
1099
            "padding": null,
1100
            "right": null,
1101
            "top": null,
1102
            "visibility": null,
1103
            "width": null
1104
          }
1105
        },
1106
        "1becd634217f48a8ad67242e05d23565": {
1107
          "model_module": "@jupyter-widgets/base",
1108
          "model_module_version": "1.2.0",
1109
          "model_name": "LayoutModel",
1110
          "state": {
1111
            "_model_module": "@jupyter-widgets/base",
1112
            "_model_module_version": "1.2.0",
1113
            "_model_name": "LayoutModel",
1114
            "_view_count": null,
1115
            "_view_module": "@jupyter-widgets/base",
1116
            "_view_module_version": "1.2.0",
1117
            "_view_name": "LayoutView",
1118
            "align_content": null,
1119
            "align_items": null,
1120
            "align_self": null,
1121
            "border": null,
1122
            "bottom": null,
1123
            "display": null,
1124
            "flex": null,
1125
            "flex_flow": null,
1126
            "grid_area": null,
1127
            "grid_auto_columns": null,
1128
            "grid_auto_flow": null,
1129
            "grid_auto_rows": null,
1130
            "grid_column": null,
1131
            "grid_gap": null,
1132
            "grid_row": null,
1133
            "grid_template_areas": null,
1134
            "grid_template_columns": null,
1135
            "grid_template_rows": null,
1136
            "height": null,
1137
            "justify_content": null,
1138
            "justify_items": null,
1139
            "left": null,
1140
            "margin": null,
1141
            "max_height": null,
1142
            "max_width": null,
1143
            "min_height": null,
1144
            "min_width": null,
1145
            "object_fit": null,
1146
            "object_position": null,
1147
            "order": null,
1148
            "overflow": null,
1149
            "overflow_x": null,
1150
            "overflow_y": null,
1151
            "padding": null,
1152
            "right": null,
1153
            "top": null,
1154
            "visibility": null,
1155
            "width": null
1156
          }
1157
        },
1158
        "1c91d54337ee49578176355b846c64fd": {
1159
          "model_module": "@jupyter-widgets/controls",
1160
          "model_module_version": "1.5.0",
1161
          "model_name": "DescriptionStyleModel",
1162
          "state": {
1163
            "_model_module": "@jupyter-widgets/controls",
1164
            "_model_module_version": "1.5.0",
1165
            "_model_name": "DescriptionStyleModel",
1166
            "_view_count": null,
1167
            "_view_module": "@jupyter-widgets/base",
1168
            "_view_module_version": "1.2.0",
1169
            "_view_name": "StyleView",
1170
            "description_width": ""
1171
          }
1172
        },
1173
        "22e6b611f50047daaa9fde205ed5cb1c": {
1174
          "model_module": "@jupyter-widgets/base",
1175
          "model_module_version": "1.2.0",
1176
          "model_name": "LayoutModel",
1177
          "state": {
1178
            "_model_module": "@jupyter-widgets/base",
1179
            "_model_module_version": "1.2.0",
1180
            "_model_name": "LayoutModel",
1181
            "_view_count": null,
1182
            "_view_module": "@jupyter-widgets/base",
1183
            "_view_module_version": "1.2.0",
1184
            "_view_name": "LayoutView",
1185
            "align_content": null,
1186
            "align_items": null,
1187
            "align_self": null,
1188
            "border": null,
1189
            "bottom": null,
1190
            "display": null,
1191
            "flex": null,
1192
            "flex_flow": null,
1193
            "grid_area": null,
1194
            "grid_auto_columns": null,
1195
            "grid_auto_flow": null,
1196
            "grid_auto_rows": null,
1197
            "grid_column": null,
1198
            "grid_gap": null,
1199
            "grid_row": null,
1200
            "grid_template_areas": null,
1201
            "grid_template_columns": null,
1202
            "grid_template_rows": null,
1203
            "height": null,
1204
            "justify_content": null,
1205
            "justify_items": null,
1206
            "left": null,
1207
            "margin": null,
1208
            "max_height": null,
1209
            "max_width": null,
1210
            "min_height": null,
1211
            "min_width": null,
1212
            "object_fit": null,
1213
            "object_position": null,
1214
            "order": null,
1215
            "overflow": null,
1216
            "overflow_x": null,
1217
            "overflow_y": null,
1218
            "padding": null,
1219
            "right": null,
1220
            "top": null,
1221
            "visibility": null,
1222
            "width": null
1223
          }
1224
        },
1225
        "232fbb32b4604b82aeefef482996e0b2": {
1226
          "model_module": "@jupyter-widgets/base",
1227
          "model_module_version": "1.2.0",
1228
          "model_name": "LayoutModel",
1229
          "state": {
1230
            "_model_module": "@jupyter-widgets/base",
1231
            "_model_module_version": "1.2.0",
1232
            "_model_name": "LayoutModel",
1233
            "_view_count": null,
1234
            "_view_module": "@jupyter-widgets/base",
1235
            "_view_module_version": "1.2.0",
1236
            "_view_name": "LayoutView",
1237
            "align_content": null,
1238
            "align_items": null,
1239
            "align_self": null,
1240
            "border": null,
1241
            "bottom": null,
1242
            "display": null,
1243
            "flex": null,
1244
            "flex_flow": null,
1245
            "grid_area": null,
1246
            "grid_auto_columns": null,
1247
            "grid_auto_flow": null,
1248
            "grid_auto_rows": null,
1249
            "grid_column": null,
1250
            "grid_gap": null,
1251
            "grid_row": null,
1252
            "grid_template_areas": null,
1253
            "grid_template_columns": null,
1254
            "grid_template_rows": null,
1255
            "height": null,
1256
            "justify_content": null,
1257
            "justify_items": null,
1258
            "left": null,
1259
            "margin": null,
1260
            "max_height": null,
1261
            "max_width": null,
1262
            "min_height": null,
1263
            "min_width": null,
1264
            "object_fit": null,
1265
            "object_position": null,
1266
            "order": null,
1267
            "overflow": null,
1268
            "overflow_x": null,
1269
            "overflow_y": null,
1270
            "padding": null,
1271
            "right": null,
1272
            "top": null,
1273
            "visibility": null,
1274
            "width": null
1275
          }
1276
        },
1277
        "239e6e10548c4951ae84d4d9522fc3ea": {
1278
          "model_module": "@jupyter-widgets/base",
1279
          "model_module_version": "1.2.0",
1280
          "model_name": "LayoutModel",
1281
          "state": {
1282
            "_model_module": "@jupyter-widgets/base",
1283
            "_model_module_version": "1.2.0",
1284
            "_model_name": "LayoutModel",
1285
            "_view_count": null,
1286
            "_view_module": "@jupyter-widgets/base",
1287
            "_view_module_version": "1.2.0",
1288
            "_view_name": "LayoutView",
1289
            "align_content": null,
1290
            "align_items": null,
1291
            "align_self": null,
1292
            "border": null,
1293
            "bottom": null,
1294
            "display": null,
1295
            "flex": null,
1296
            "flex_flow": null,
1297
            "grid_area": null,
1298
            "grid_auto_columns": null,
1299
            "grid_auto_flow": null,
1300
            "grid_auto_rows": null,
1301
            "grid_column": null,
1302
            "grid_gap": null,
1303
            "grid_row": null,
1304
            "grid_template_areas": null,
1305
            "grid_template_columns": null,
1306
            "grid_template_rows": null,
1307
            "height": null,
1308
            "justify_content": null,
1309
            "justify_items": null,
1310
            "left": null,
1311
            "margin": null,
1312
            "max_height": null,
1313
            "max_width": null,
1314
            "min_height": null,
1315
            "min_width": null,
1316
            "object_fit": null,
1317
            "object_position": null,
1318
            "order": null,
1319
            "overflow": null,
1320
            "overflow_x": null,
1321
            "overflow_y": null,
1322
            "padding": null,
1323
            "right": null,
1324
            "top": null,
1325
            "visibility": null,
1326
            "width": null
1327
          }
1328
        },
1329
        "24514e18d5974d06aafb65f464f63da3": {
1330
          "model_module": "@jupyter-widgets/controls",
1331
          "model_module_version": "1.5.0",
1332
          "model_name": "ProgressStyleModel",
1333
          "state": {
1334
            "_model_module": "@jupyter-widgets/controls",
1335
            "_model_module_version": "1.5.0",
1336
            "_model_name": "ProgressStyleModel",
1337
            "_view_count": null,
1338
            "_view_module": "@jupyter-widgets/base",
1339
            "_view_module_version": "1.2.0",
1340
            "_view_name": "StyleView",
1341
            "bar_color": null,
1342
            "description_width": ""
1343
          }
1344
        },
1345
        "246735def3c445859783d3e0560ad097": {
1346
          "model_module": "@jupyter-widgets/base",
1347
          "model_module_version": "1.2.0",
1348
          "model_name": "LayoutModel",
1349
          "state": {
1350
            "_model_module": "@jupyter-widgets/base",
1351
            "_model_module_version": "1.2.0",
1352
            "_model_name": "LayoutModel",
1353
            "_view_count": null,
1354
            "_view_module": "@jupyter-widgets/base",
1355
            "_view_module_version": "1.2.0",
1356
            "_view_name": "LayoutView",
1357
            "align_content": null,
1358
            "align_items": null,
1359
            "align_self": null,
1360
            "border": null,
1361
            "bottom": null,
1362
            "display": null,
1363
            "flex": null,
1364
            "flex_flow": null,
1365
            "grid_area": null,
1366
            "grid_auto_columns": null,
1367
            "grid_auto_flow": null,
1368
            "grid_auto_rows": null,
1369
            "grid_column": null,
1370
            "grid_gap": null,
1371
            "grid_row": null,
1372
            "grid_template_areas": null,
1373
            "grid_template_columns": null,
1374
            "grid_template_rows": null,
1375
            "height": null,
1376
            "justify_content": null,
1377
            "justify_items": null,
1378
            "left": null,
1379
            "margin": null,
1380
            "max_height": null,
1381
            "max_width": null,
1382
            "min_height": null,
1383
            "min_width": null,
1384
            "object_fit": null,
1385
            "object_position": null,
1386
            "order": null,
1387
            "overflow": null,
1388
            "overflow_x": null,
1389
            "overflow_y": null,
1390
            "padding": null,
1391
            "right": null,
1392
            "top": null,
1393
            "visibility": null,
1394
            "width": null
1395
          }
1396
        },
1397
        "24f4988245a34e47a5ac0ba01539a679": {
1398
          "model_module": "@jupyter-widgets/controls",
1399
          "model_module_version": "1.5.0",
1400
          "model_name": "DescriptionStyleModel",
1401
          "state": {
1402
            "_model_module": "@jupyter-widgets/controls",
1403
            "_model_module_version": "1.5.0",
1404
            "_model_name": "DescriptionStyleModel",
1405
            "_view_count": null,
1406
            "_view_module": "@jupyter-widgets/base",
1407
            "_view_module_version": "1.2.0",
1408
            "_view_name": "StyleView",
1409
            "description_width": ""
1410
          }
1411
        },
1412
        "2536a807f78440609df3b98a2c4d301b": {
1413
          "model_module": "@jupyter-widgets/base",
1414
          "model_module_version": "1.2.0",
1415
          "model_name": "LayoutModel",
1416
          "state": {
1417
            "_model_module": "@jupyter-widgets/base",
1418
            "_model_module_version": "1.2.0",
1419
            "_model_name": "LayoutModel",
1420
            "_view_count": null,
1421
            "_view_module": "@jupyter-widgets/base",
1422
            "_view_module_version": "1.2.0",
1423
            "_view_name": "LayoutView",
1424
            "align_content": null,
1425
            "align_items": null,
1426
            "align_self": null,
1427
            "border": null,
1428
            "bottom": null,
1429
            "display": null,
1430
            "flex": null,
1431
            "flex_flow": null,
1432
            "grid_area": null,
1433
            "grid_auto_columns": null,
1434
            "grid_auto_flow": null,
1435
            "grid_auto_rows": null,
1436
            "grid_column": null,
1437
            "grid_gap": null,
1438
            "grid_row": null,
1439
            "grid_template_areas": null,
1440
            "grid_template_columns": null,
1441
            "grid_template_rows": null,
1442
            "height": null,
1443
            "justify_content": null,
1444
            "justify_items": null,
1445
            "left": null,
1446
            "margin": null,
1447
            "max_height": null,
1448
            "max_width": null,
1449
            "min_height": null,
1450
            "min_width": null,
1451
            "object_fit": null,
1452
            "object_position": null,
1453
            "order": null,
1454
            "overflow": null,
1455
            "overflow_x": null,
1456
            "overflow_y": null,
1457
            "padding": null,
1458
            "right": null,
1459
            "top": null,
1460
            "visibility": null,
1461
            "width": null
1462
          }
1463
        },
1464
        "26ce769ea7644e4eb9fb4c24bcd54450": {
1465
          "model_module": "@jupyter-widgets/controls",
1466
          "model_module_version": "1.5.0",
1467
          "model_name": "HTMLModel",
1468
          "state": {
1469
            "_dom_classes": [],
1470
            "_model_module": "@jupyter-widgets/controls",
1471
            "_model_module_version": "1.5.0",
1472
            "_model_name": "HTMLModel",
1473
            "_view_count": null,
1474
            "_view_module": "@jupyter-widgets/controls",
1475
            "_view_module_version": "1.5.0",
1476
            "_view_name": "HTMLView",
1477
            "description": "",
1478
            "description_tooltip": null,
1479
            "layout": "IPY_MODEL_66a1123e339b45eeb99cec54959aa341",
1480
            "placeholder": "​",
1481
            "style": "IPY_MODEL_635580764459474bb62b4e05cef04cc9",
1482
            "value": " 29.5k/29.5k [00:05&lt;00:00, 5.26kB/s]"
1483
          }
1484
        },
1485
        "27dd9c986d454e9da345686a2c9e221e": {
1486
          "model_module": "@jupyter-widgets/controls",
1487
          "model_module_version": "1.5.0",
1488
          "model_name": "HBoxModel",
1489
          "state": {
1490
            "_dom_classes": [],
1491
            "_model_module": "@jupyter-widgets/controls",
1492
            "_model_module_version": "1.5.0",
1493
            "_model_name": "HBoxModel",
1494
            "_view_count": null,
1495
            "_view_module": "@jupyter-widgets/controls",
1496
            "_view_module_version": "1.5.0",
1497
            "_view_name": "HBoxView",
1498
            "box_style": "",
1499
            "children": [
1500
              "IPY_MODEL_b33ee66a541544948724b1240c4ae13d",
1501
              "IPY_MODEL_e16b2290fdac4928b01996400fc91ca3",
1502
              "IPY_MODEL_bcdc79b5c8d7407cacb09f475a742107"
1503
            ],
1504
            "layout": "IPY_MODEL_616b0b557eb643a3816c5acf4416c71d"
1505
          }
1506
        },
1507
        "2c2a8a991cd3499796d60d40ae3617bd": {
1508
          "model_module": "@jupyter-widgets/controls",
1509
          "model_module_version": "1.5.0",
1510
          "model_name": "HBoxModel",
1511
          "state": {
1512
            "_dom_classes": [],
1513
            "_model_module": "@jupyter-widgets/controls",
1514
            "_model_module_version": "1.5.0",
1515
            "_model_name": "HBoxModel",
1516
            "_view_count": null,
1517
            "_view_module": "@jupyter-widgets/controls",
1518
            "_view_module_version": "1.5.0",
1519
            "_view_name": "HBoxView",
1520
            "box_style": "",
1521
            "children": [
1522
              "IPY_MODEL_f703b7fd9b3c450f80ef56c16c65080a",
1523
              "IPY_MODEL_ae9fe1ac4a96470398ae36770c930a6f",
1524
              "IPY_MODEL_ca63537a16594b4a844278a4412b36ce"
1525
            ],
1526
            "layout": "IPY_MODEL_c405bfcae9444ff3a024f3ce565fea16"
1527
          }
1528
        },
1529
        "2cce6d71fa1d4f27b3b3626c83e7677b": {
1530
          "model_module": "@jupyter-widgets/controls",
1531
          "model_module_version": "1.5.0",
1532
          "model_name": "DescriptionStyleModel",
1533
          "state": {
1534
            "_model_module": "@jupyter-widgets/controls",
1535
            "_model_module_version": "1.5.0",
1536
            "_model_name": "DescriptionStyleModel",
1537
            "_view_count": null,
1538
            "_view_module": "@jupyter-widgets/base",
1539
            "_view_module_version": "1.2.0",
1540
            "_view_name": "StyleView",
1541
            "description_width": ""
1542
          }
1543
        },
1544
        "2db0902002ce4a4f9d4479f04fd3ad2b": {
1545
          "model_module": "@jupyter-widgets/controls",
1546
          "model_module_version": "1.5.0",
1547
          "model_name": "HBoxModel",
1548
          "state": {
1549
            "_dom_classes": [],
1550
            "_model_module": "@jupyter-widgets/controls",
1551
            "_model_module_version": "1.5.0",
1552
            "_model_name": "HBoxModel",
1553
            "_view_count": null,
1554
            "_view_module": "@jupyter-widgets/controls",
1555
            "_view_module_version": "1.5.0",
1556
            "_view_name": "HBoxView",
1557
            "box_style": "",
1558
            "children": [
1559
              "IPY_MODEL_007d5249ef4943c7a4713a18d5f4382d",
1560
              "IPY_MODEL_634e2737d33445a38102f6b4ab8a4a40",
1561
              "IPY_MODEL_5765eb93315947ffa9b10a9aa83f6fea"
1562
            ],
1563
            "layout": "IPY_MODEL_f03c2653d8754ef7b37de44d2a85548a"
1564
          }
1565
        },
1566
        "2e520a3d18b8463d997d8a20281da8ce": {
1567
          "model_module": "@jupyter-widgets/controls",
1568
          "model_module_version": "1.5.0",
1569
          "model_name": "HBoxModel",
1570
          "state": {
1571
            "_dom_classes": [],
1572
            "_model_module": "@jupyter-widgets/controls",
1573
            "_model_module_version": "1.5.0",
1574
            "_model_name": "HBoxModel",
1575
            "_view_count": null,
1576
            "_view_module": "@jupyter-widgets/controls",
1577
            "_view_module_version": "1.5.0",
1578
            "_view_name": "HBoxView",
1579
            "box_style": "",
1580
            "children": [
1581
              "IPY_MODEL_9c8d7cb001724b5b834bb8823deb6a8f",
1582
              "IPY_MODEL_443c13965e354848be9ecc8e08dac909",
1583
              "IPY_MODEL_f4ff7b5107004acaa9a20133c63edc6b"
1584
            ],
1585
            "layout": "IPY_MODEL_494aac6419fa459b973f29d257ed4fdb"
1586
          }
1587
        },
1588
        "2f3ccdf403b9491ab9cd12a8072b14ad": {
1589
          "model_module": "@jupyter-widgets/controls",
1590
          "model_module_version": "1.5.0",
1591
          "model_name": "FloatProgressModel",
1592
          "state": {
1593
            "_dom_classes": [],
1594
            "_model_module": "@jupyter-widgets/controls",
1595
            "_model_module_version": "1.5.0",
1596
            "_model_name": "FloatProgressModel",
1597
            "_view_count": null,
1598
            "_view_module": "@jupyter-widgets/controls",
1599
            "_view_module_version": "1.5.0",
1600
            "_view_name": "ProgressView",
1601
            "bar_style": "success",
1602
            "description": "",
1603
            "description_tooltip": null,
1604
            "layout": "IPY_MODEL_5a3744664c0c4c9b9a7162e7d7dcebb1",
1605
            "max": 4573346,
1606
            "min": 0,
1607
            "orientation": "horizontal",
1608
            "style": "IPY_MODEL_971c4a69d1ff45b082ae6eebfd38879f",
1609
            "value": 4573346
1610
          }
1611
        },
1612
        "2f56f3e748c64b1b8b0511f1e85b764b": {
1613
          "model_module": "@jupyter-widgets/controls",
1614
          "model_module_version": "1.5.0",
1615
          "model_name": "HTMLModel",
1616
          "state": {
1617
            "_dom_classes": [],
1618
            "_model_module": "@jupyter-widgets/controls",
1619
            "_model_module_version": "1.5.0",
1620
            "_model_name": "HTMLModel",
1621
            "_view_count": null,
1622
            "_view_module": "@jupyter-widgets/controls",
1623
            "_view_module_version": "1.5.0",
1624
            "_view_name": "HTMLView",
1625
            "description": "",
1626
            "description_tooltip": null,
1627
            "layout": "IPY_MODEL_131cee51f91c41cfb24f292386fcd10f",
1628
            "placeholder": "​",
1629
            "style": "IPY_MODEL_435216694e1a4d1e9627e6476918cb19",
1630
            "value": " 3.98k/3.98k [00:05&lt;00:00, 127B/s]"
1631
          }
1632
        },
1633
        "3217b4d1bfa94638b693f14b898cabb6": {
1634
          "model_module": "@jupyter-widgets/controls",
1635
          "model_module_version": "1.5.0",
1636
          "model_name": "DescriptionStyleModel",
1637
          "state": {
1638
            "_model_module": "@jupyter-widgets/controls",
1639
            "_model_module_version": "1.5.0",
1640
            "_model_name": "DescriptionStyleModel",
1641
            "_view_count": null,
1642
            "_view_module": "@jupyter-widgets/base",
1643
            "_view_module_version": "1.2.0",
1644
            "_view_name": "StyleView",
1645
            "description_width": ""
1646
          }
1647
        },
1648
        "329d9a9dd9434a03a10df45fe6abb0ff": {
1649
          "model_module": "@jupyter-widgets/controls",
1650
          "model_module_version": "1.5.0",
1651
          "model_name": "DescriptionStyleModel",
1652
          "state": {
1653
            "_model_module": "@jupyter-widgets/controls",
1654
            "_model_module_version": "1.5.0",
1655
            "_model_name": "DescriptionStyleModel",
1656
            "_view_count": null,
1657
            "_view_module": "@jupyter-widgets/base",
1658
            "_view_module_version": "1.2.0",
1659
            "_view_name": "StyleView",
1660
            "description_width": ""
1661
          }
1662
        },
1663
        "3381b97838e74162aae4234732ecdf8e": {
1664
          "model_module": "@jupyter-widgets/controls",
1665
          "model_module_version": "1.5.0",
1666
          "model_name": "HBoxModel",
1667
          "state": {
1668
            "_dom_classes": [],
1669
            "_model_module": "@jupyter-widgets/controls",
1670
            "_model_module_version": "1.5.0",
1671
            "_model_name": "HBoxModel",
1672
            "_view_count": null,
1673
            "_view_module": "@jupyter-widgets/controls",
1674
            "_view_module_version": "1.5.0",
1675
            "_view_name": "HBoxView",
1676
            "box_style": "",
1677
            "children": [
1678
              "IPY_MODEL_c5f7b1e39300469d9fa54f5a49435e16",
1679
              "IPY_MODEL_dc088d9654e4422ca97d1ffed2646a56",
1680
              "IPY_MODEL_f76e244f5aad472c824c450068caf776"
1681
            ],
1682
            "layout": "IPY_MODEL_a498d00881434fe993080cdc0c51b67c"
1683
          }
1684
        },
1685
        "340c2b1f6c73492e9cc81c8285bd44bd": {
1686
          "model_module": "@jupyter-widgets/controls",
1687
          "model_module_version": "1.5.0",
1688
          "model_name": "ProgressStyleModel",
1689
          "state": {
1690
            "_model_module": "@jupyter-widgets/controls",
1691
            "_model_module_version": "1.5.0",
1692
            "_model_name": "ProgressStyleModel",
1693
            "_view_count": null,
1694
            "_view_module": "@jupyter-widgets/base",
1695
            "_view_module_version": "1.2.0",
1696
            "_view_name": "StyleView",
1697
            "bar_color": null,
1698
            "description_width": ""
1699
          }
1700
        },
1701
        "347b2860a6d6454a81ebb9b8162587cd": {
1702
          "model_module": "@jupyter-widgets/controls",
1703
          "model_module_version": "1.5.0",
1704
          "model_name": "FloatProgressModel",
1705
          "state": {
1706
            "_dom_classes": [],
1707
            "_model_module": "@jupyter-widgets/controls",
1708
            "_model_module_version": "1.5.0",
1709
            "_model_name": "FloatProgressModel",
1710
            "_view_count": null,
1711
            "_view_module": "@jupyter-widgets/controls",
1712
            "_view_module_version": "1.5.0",
1713
            "_view_name": "ProgressView",
1714
            "bar_style": "success",
1715
            "description": "",
1716
            "description_tooltip": null,
1717
            "layout": "IPY_MODEL_5cae42685f9b495f91481c1b69636903",
1718
            "max": 1315705,
1719
            "min": 0,
1720
            "orientation": "horizontal",
1721
            "style": "IPY_MODEL_c374f68ba5164869a376d95523695724",
1722
            "value": 1315705
1723
          }
1724
        },
1725
        "349414e580ab4cb58da3dd10d6cd20ac": {
1726
          "model_module": "@jupyter-widgets/base",
1727
          "model_module_version": "1.2.0",
1728
          "model_name": "LayoutModel",
1729
          "state": {
1730
            "_model_module": "@jupyter-widgets/base",
1731
            "_model_module_version": "1.2.0",
1732
            "_model_name": "LayoutModel",
1733
            "_view_count": null,
1734
            "_view_module": "@jupyter-widgets/base",
1735
            "_view_module_version": "1.2.0",
1736
            "_view_name": "LayoutView",
1737
            "align_content": null,
1738
            "align_items": null,
1739
            "align_self": null,
1740
            "border": null,
1741
            "bottom": null,
1742
            "display": null,
1743
            "flex": null,
1744
            "flex_flow": null,
1745
            "grid_area": null,
1746
            "grid_auto_columns": null,
1747
            "grid_auto_flow": null,
1748
            "grid_auto_rows": null,
1749
            "grid_column": null,
1750
            "grid_gap": null,
1751
            "grid_row": null,
1752
            "grid_template_areas": null,
1753
            "grid_template_columns": null,
1754
            "grid_template_rows": null,
1755
            "height": null,
1756
            "justify_content": null,
1757
            "justify_items": null,
1758
            "left": null,
1759
            "margin": null,
1760
            "max_height": null,
1761
            "max_width": null,
1762
            "min_height": null,
1763
            "min_width": null,
1764
            "object_fit": null,
1765
            "object_position": null,
1766
            "order": null,
1767
            "overflow": null,
1768
            "overflow_x": null,
1769
            "overflow_y": null,
1770
            "padding": null,
1771
            "right": null,
1772
            "top": null,
1773
            "visibility": null,
1774
            "width": null
1775
          }
1776
        },
1777
        "354da373a37c4476a6b029f5186936b7": {
1778
          "model_module": "@jupyter-widgets/controls",
1779
          "model_module_version": "1.5.0",
1780
          "model_name": "DescriptionStyleModel",
1781
          "state": {
1782
            "_model_module": "@jupyter-widgets/controls",
1783
            "_model_module_version": "1.5.0",
1784
            "_model_name": "DescriptionStyleModel",
1785
            "_view_count": null,
1786
            "_view_module": "@jupyter-widgets/base",
1787
            "_view_module_version": "1.2.0",
1788
            "_view_name": "StyleView",
1789
            "description_width": ""
1790
          }
1791
        },
1792
        "36c2c0e600934032b84b2cc811124b5e": {
1793
          "model_module": "@jupyter-widgets/base",
1794
          "model_module_version": "1.2.0",
1795
          "model_name": "LayoutModel",
1796
          "state": {
1797
            "_model_module": "@jupyter-widgets/base",
1798
            "_model_module_version": "1.2.0",
1799
            "_model_name": "LayoutModel",
1800
            "_view_count": null,
1801
            "_view_module": "@jupyter-widgets/base",
1802
            "_view_module_version": "1.2.0",
1803
            "_view_name": "LayoutView",
1804
            "align_content": null,
1805
            "align_items": null,
1806
            "align_self": null,
1807
            "border": null,
1808
            "bottom": null,
1809
            "display": null,
1810
            "flex": null,
1811
            "flex_flow": null,
1812
            "grid_area": null,
1813
            "grid_auto_columns": null,
1814
            "grid_auto_flow": null,
1815
            "grid_auto_rows": null,
1816
            "grid_column": null,
1817
            "grid_gap": null,
1818
            "grid_row": null,
1819
            "grid_template_areas": null,
1820
            "grid_template_columns": null,
1821
            "grid_template_rows": null,
1822
            "height": null,
1823
            "justify_content": null,
1824
            "justify_items": null,
1825
            "left": null,
1826
            "margin": null,
1827
            "max_height": null,
1828
            "max_width": null,
1829
            "min_height": null,
1830
            "min_width": null,
1831
            "object_fit": null,
1832
            "object_position": null,
1833
            "order": null,
1834
            "overflow": null,
1835
            "overflow_x": null,
1836
            "overflow_y": null,
1837
            "padding": null,
1838
            "right": null,
1839
            "top": null,
1840
            "visibility": null,
1841
            "width": null
1842
          }
1843
        },
1844
        "385143c669e44c4594cffdb97418a243": {
1845
          "model_module": "@jupyter-widgets/base",
1846
          "model_module_version": "1.2.0",
1847
          "model_name": "LayoutModel",
1848
          "state": {
1849
            "_model_module": "@jupyter-widgets/base",
1850
            "_model_module_version": "1.2.0",
1851
            "_model_name": "LayoutModel",
1852
            "_view_count": null,
1853
            "_view_module": "@jupyter-widgets/base",
1854
            "_view_module_version": "1.2.0",
1855
            "_view_name": "LayoutView",
1856
            "align_content": null,
1857
            "align_items": null,
1858
            "align_self": null,
1859
            "border": null,
1860
            "bottom": null,
1861
            "display": null,
1862
            "flex": null,
1863
            "flex_flow": null,
1864
            "grid_area": null,
1865
            "grid_auto_columns": null,
1866
            "grid_auto_flow": null,
1867
            "grid_auto_rows": null,
1868
            "grid_column": null,
1869
            "grid_gap": null,
1870
            "grid_row": null,
1871
            "grid_template_areas": null,
1872
            "grid_template_columns": null,
1873
            "grid_template_rows": null,
1874
            "height": null,
1875
            "justify_content": null,
1876
            "justify_items": null,
1877
            "left": null,
1878
            "margin": null,
1879
            "max_height": null,
1880
            "max_width": null,
1881
            "min_height": null,
1882
            "min_width": null,
1883
            "object_fit": null,
1884
            "object_position": null,
1885
            "order": null,
1886
            "overflow": null,
1887
            "overflow_x": null,
1888
            "overflow_y": null,
1889
            "padding": null,
1890
            "right": null,
1891
            "top": null,
1892
            "visibility": null,
1893
            "width": null
1894
          }
1895
        },
1896
        "39dab9292663428a9dfc5ea9af98683c": {
1897
          "model_module": "@jupyter-widgets/controls",
1898
          "model_module_version": "1.5.0",
1899
          "model_name": "FloatProgressModel",
1900
          "state": {
1901
            "_dom_classes": [],
1902
            "_model_module": "@jupyter-widgets/controls",
1903
            "_model_module_version": "1.5.0",
1904
            "_model_name": "FloatProgressModel",
1905
            "_view_count": null,
1906
            "_view_module": "@jupyter-widgets/controls",
1907
            "_view_module_version": "1.5.0",
1908
            "_view_name": "ProgressView",
1909
            "bar_style": "success",
1910
            "description": "",
1911
            "description_tooltip": null,
1912
            "layout": "IPY_MODEL_6fbd9a22cbde424d9dff83ad2e364004",
1913
            "max": 233,
1914
            "min": 0,
1915
            "orientation": "horizontal",
1916
            "style": "IPY_MODEL_f42a1ee09c784ba79338da0668e32d04",
1917
            "value": 233
1918
          }
1919
        },
1920
        "3d63869fabde42c3aba30c1e238ea8c2": {
1921
          "model_module": "@jupyter-widgets/base",
1922
          "model_module_version": "1.2.0",
1923
          "model_name": "LayoutModel",
1924
          "state": {
1925
            "_model_module": "@jupyter-widgets/base",
1926
            "_model_module_version": "1.2.0",
1927
            "_model_name": "LayoutModel",
1928
            "_view_count": null,
1929
            "_view_module": "@jupyter-widgets/base",
1930
            "_view_module_version": "1.2.0",
1931
            "_view_name": "LayoutView",
1932
            "align_content": null,
1933
            "align_items": null,
1934
            "align_self": null,
1935
            "border": null,
1936
            "bottom": null,
1937
            "display": null,
1938
            "flex": null,
1939
            "flex_flow": null,
1940
            "grid_area": null,
1941
            "grid_auto_columns": null,
1942
            "grid_auto_flow": null,
1943
            "grid_auto_rows": null,
1944
            "grid_column": null,
1945
            "grid_gap": null,
1946
            "grid_row": null,
1947
            "grid_template_areas": null,
1948
            "grid_template_columns": null,
1949
            "grid_template_rows": null,
1950
            "height": null,
1951
            "justify_content": null,
1952
            "justify_items": null,
1953
            "left": null,
1954
            "margin": null,
1955
            "max_height": null,
1956
            "max_width": null,
1957
            "min_height": null,
1958
            "min_width": null,
1959
            "object_fit": null,
1960
            "object_position": null,
1961
            "order": null,
1962
            "overflow": null,
1963
            "overflow_x": null,
1964
            "overflow_y": null,
1965
            "padding": null,
1966
            "right": null,
1967
            "top": null,
1968
            "visibility": null,
1969
            "width": null
1970
          }
1971
        },
1972
        "3dfeee373bdc457d820799a6f53f7b92": {
1973
          "model_module": "@jupyter-widgets/controls",
1974
          "model_module_version": "1.5.0",
1975
          "model_name": "DescriptionStyleModel",
1976
          "state": {
1977
            "_model_module": "@jupyter-widgets/controls",
1978
            "_model_module_version": "1.5.0",
1979
            "_model_name": "DescriptionStyleModel",
1980
            "_view_count": null,
1981
            "_view_module": "@jupyter-widgets/base",
1982
            "_view_module_version": "1.2.0",
1983
            "_view_name": "StyleView",
1984
            "description_width": ""
1985
          }
1986
        },
1987
        "3e3af7a286f442d08ff7811a9010958d": {
1988
          "model_module": "@jupyter-widgets/controls",
1989
          "model_module_version": "1.5.0",
1990
          "model_name": "HTMLModel",
1991
          "state": {
1992
            "_dom_classes": [],
1993
            "_model_module": "@jupyter-widgets/controls",
1994
            "_model_module_version": "1.5.0",
1995
            "_model_name": "HTMLModel",
1996
            "_view_count": null,
1997
            "_view_module": "@jupyter-widgets/controls",
1998
            "_view_module_version": "1.5.0",
1999
            "_view_name": "HTMLView",
2000
            "description": "",
2001
            "description_tooltip": null,
2002
            "layout": "IPY_MODEL_a10d70f5b7224f0284c3ce00acb1264f",
2003
            "placeholder": "​",
2004
            "style": "IPY_MODEL_5c3cb9d8ebd74e3d8ae1f0d1826c58e3",
2005
            "value": " 29.9k/29.9k [00:02&lt;00:00, 13.1kB/s]"
2006
          }
2007
        },
2008
        "419ce033cf074269968d5d6b1a88c6f9": {
2009
          "model_module": "@jupyter-widgets/controls",
2010
          "model_module_version": "1.5.0",
2011
          "model_name": "HTMLModel",
2012
          "state": {
2013
            "_dom_classes": [],
2014
            "_model_module": "@jupyter-widgets/controls",
2015
            "_model_module_version": "1.5.0",
2016
            "_model_name": "HTMLModel",
2017
            "_view_count": null,
2018
            "_view_module": "@jupyter-widgets/controls",
2019
            "_view_module_version": "1.5.0",
2020
            "_view_name": "HTMLView",
2021
            "description": "",
2022
            "description_tooltip": null,
2023
            "layout": "IPY_MODEL_ad1f3c4315a049108a0bd52805ab65c0",
2024
            "placeholder": "​",
2025
            "style": "IPY_MODEL_8f1260708d3d4f01825df0db0b139724",
2026
            "value": " 233/233 [00:02&lt;?, ?B/s]"
2027
          }
2028
        },
2029
        "4349c1a166f64f818eeb552ede8113f3": {
2030
          "model_module": "@jupyter-widgets/base",
2031
          "model_module_version": "1.2.0",
2032
          "model_name": "LayoutModel",
2033
          "state": {
2034
            "_model_module": "@jupyter-widgets/base",
2035
            "_model_module_version": "1.2.0",
2036
            "_model_name": "LayoutModel",
2037
            "_view_count": null,
2038
            "_view_module": "@jupyter-widgets/base",
2039
            "_view_module_version": "1.2.0",
2040
            "_view_name": "LayoutView",
2041
            "align_content": null,
2042
            "align_items": null,
2043
            "align_self": null,
2044
            "border": null,
2045
            "bottom": null,
2046
            "display": null,
2047
            "flex": null,
2048
            "flex_flow": null,
2049
            "grid_area": null,
2050
            "grid_auto_columns": null,
2051
            "grid_auto_flow": null,
2052
            "grid_auto_rows": null,
2053
            "grid_column": null,
2054
            "grid_gap": null,
2055
            "grid_row": null,
2056
            "grid_template_areas": null,
2057
            "grid_template_columns": null,
2058
            "grid_template_rows": null,
2059
            "height": null,
2060
            "justify_content": null,
2061
            "justify_items": null,
2062
            "left": null,
2063
            "margin": null,
2064
            "max_height": null,
2065
            "max_width": null,
2066
            "min_height": null,
2067
            "min_width": null,
2068
            "object_fit": null,
2069
            "object_position": null,
2070
            "order": null,
2071
            "overflow": null,
2072
            "overflow_x": null,
2073
            "overflow_y": null,
2074
            "padding": null,
2075
            "right": null,
2076
            "top": null,
2077
            "visibility": null,
2078
            "width": null
2079
          }
2080
        },
2081
        "435216694e1a4d1e9627e6476918cb19": {
2082
          "model_module": "@jupyter-widgets/controls",
2083
          "model_module_version": "1.5.0",
2084
          "model_name": "DescriptionStyleModel",
2085
          "state": {
2086
            "_model_module": "@jupyter-widgets/controls",
2087
            "_model_module_version": "1.5.0",
2088
            "_model_name": "DescriptionStyleModel",
2089
            "_view_count": null,
2090
            "_view_module": "@jupyter-widgets/base",
2091
            "_view_module_version": "1.2.0",
2092
            "_view_name": "StyleView",
2093
            "description_width": ""
2094
          }
2095
        },
2096
        "443c13965e354848be9ecc8e08dac909": {
2097
          "model_module": "@jupyter-widgets/controls",
2098
          "model_module_version": "1.5.0",
2099
          "model_name": "FloatProgressModel",
2100
          "state": {
2101
            "_dom_classes": [],
2102
            "_model_module": "@jupyter-widgets/controls",
2103
            "_model_module_version": "1.5.0",
2104
            "_model_name": "FloatProgressModel",
2105
            "_view_count": null,
2106
            "_view_module": "@jupyter-widgets/controls",
2107
            "_view_module_version": "1.5.0",
2108
            "_view_name": "ProgressView",
2109
            "bar_style": "success",
2110
            "description": "",
2111
            "description_tooltip": null,
2112
            "layout": "IPY_MODEL_76c839771c2a4ff1a6e11aeb5df4343a",
2113
            "max": 4194,
2114
            "min": 0,
2115
            "orientation": "horizontal",
2116
            "style": "IPY_MODEL_59efe7d85daf4823a7c759e345aa903d",
2117
            "value": 4194
2118
          }
2119
        },
2120
        "44791ea066124cc69b0df90f0841d8fb": {
2121
          "model_module": "@jupyter-widgets/controls",
2122
          "model_module_version": "1.5.0",
2123
          "model_name": "HBoxModel",
2124
          "state": {
2125
            "_dom_classes": [],
2126
            "_model_module": "@jupyter-widgets/controls",
2127
            "_model_module_version": "1.5.0",
2128
            "_model_name": "HBoxModel",
2129
            "_view_count": null,
2130
            "_view_module": "@jupyter-widgets/controls",
2131
            "_view_module_version": "1.5.0",
2132
            "_view_name": "HBoxView",
2133
            "box_style": "",
2134
            "children": [
2135
              "IPY_MODEL_0b0bcfbea59440759f61e3809a932f05",
2136
              "IPY_MODEL_ab81c85bb7b745f2afc17c1499c43c84",
2137
              "IPY_MODEL_2f56f3e748c64b1b8b0511f1e85b764b"
2138
            ],
2139
            "layout": "IPY_MODEL_505d489eee4c4cef9b86bc5e61a617d6"
2140
          }
2141
        },
2142
        "448a0f4829524d3895d245310f78901e": {
2143
          "model_module": "@jupyter-widgets/base",
2144
          "model_module_version": "1.2.0",
2145
          "model_name": "LayoutModel",
2146
          "state": {
2147
            "_model_module": "@jupyter-widgets/base",
2148
            "_model_module_version": "1.2.0",
2149
            "_model_name": "LayoutModel",
2150
            "_view_count": null,
2151
            "_view_module": "@jupyter-widgets/base",
2152
            "_view_module_version": "1.2.0",
2153
            "_view_name": "LayoutView",
2154
            "align_content": null,
2155
            "align_items": null,
2156
            "align_self": null,
2157
            "border": null,
2158
            "bottom": null,
2159
            "display": null,
2160
            "flex": null,
2161
            "flex_flow": null,
2162
            "grid_area": null,
2163
            "grid_auto_columns": null,
2164
            "grid_auto_flow": null,
2165
            "grid_auto_rows": null,
2166
            "grid_column": null,
2167
            "grid_gap": null,
2168
            "grid_row": null,
2169
            "grid_template_areas": null,
2170
            "grid_template_columns": null,
2171
            "grid_template_rows": null,
2172
            "height": null,
2173
            "justify_content": null,
2174
            "justify_items": null,
2175
            "left": null,
2176
            "margin": null,
2177
            "max_height": null,
2178
            "max_width": null,
2179
            "min_height": null,
2180
            "min_width": null,
2181
            "object_fit": null,
2182
            "object_position": null,
2183
            "order": null,
2184
            "overflow": null,
2185
            "overflow_x": null,
2186
            "overflow_y": null,
2187
            "padding": null,
2188
            "right": null,
2189
            "top": null,
2190
            "visibility": null,
2191
            "width": null
2192
          }
2193
        },
2194
        "45dfeca4235946809731e5b241a75554": {
2195
          "model_module": "@jupyter-widgets/controls",
2196
          "model_module_version": "1.5.0",
2197
          "model_name": "DescriptionStyleModel",
2198
          "state": {
2199
            "_model_module": "@jupyter-widgets/controls",
2200
            "_model_module_version": "1.5.0",
2201
            "_model_name": "DescriptionStyleModel",
2202
            "_view_count": null,
2203
            "_view_module": "@jupyter-widgets/base",
2204
            "_view_module_version": "1.2.0",
2205
            "_view_name": "StyleView",
2206
            "description_width": ""
2207
          }
2208
        },
2209
        "467a1cc2720841f596279991a02ad8b8": {
2210
          "model_module": "@jupyter-widgets/controls",
2211
          "model_module_version": "1.5.0",
2212
          "model_name": "FloatProgressModel",
2213
          "state": {
2214
            "_dom_classes": [],
2215
            "_model_module": "@jupyter-widgets/controls",
2216
            "_model_module_version": "1.5.0",
2217
            "_model_name": "FloatProgressModel",
2218
            "_view_count": null,
2219
            "_view_module": "@jupyter-widgets/controls",
2220
            "_view_module_version": "1.5.0",
2221
            "_view_name": "ProgressView",
2222
            "bar_style": "success",
2223
            "description": "",
2224
            "description_tooltip": null,
2225
            "layout": "IPY_MODEL_36c2c0e600934032b84b2cc811124b5e",
2226
            "max": 33293,
2227
            "min": 0,
2228
            "orientation": "horizontal",
2229
            "style": "IPY_MODEL_cf2098acd52041aa9dbfa2f42fde738b",
2230
            "value": 33293
2231
          }
2232
        },
2233
        "494aac6419fa459b973f29d257ed4fdb": {
2234
          "model_module": "@jupyter-widgets/base",
2235
          "model_module_version": "1.2.0",
2236
          "model_name": "LayoutModel",
2237
          "state": {
2238
            "_model_module": "@jupyter-widgets/base",
2239
            "_model_module_version": "1.2.0",
2240
            "_model_name": "LayoutModel",
2241
            "_view_count": null,
2242
            "_view_module": "@jupyter-widgets/base",
2243
            "_view_module_version": "1.2.0",
2244
            "_view_name": "LayoutView",
2245
            "align_content": null,
2246
            "align_items": null,
2247
            "align_self": null,
2248
            "border": null,
2249
            "bottom": null,
2250
            "display": null,
2251
            "flex": null,
2252
            "flex_flow": null,
2253
            "grid_area": null,
2254
            "grid_auto_columns": null,
2255
            "grid_auto_flow": null,
2256
            "grid_auto_rows": null,
2257
            "grid_column": null,
2258
            "grid_gap": null,
2259
            "grid_row": null,
2260
            "grid_template_areas": null,
2261
            "grid_template_columns": null,
2262
            "grid_template_rows": null,
2263
            "height": null,
2264
            "justify_content": null,
2265
            "justify_items": null,
2266
            "left": null,
2267
            "margin": null,
2268
            "max_height": null,
2269
            "max_width": null,
2270
            "min_height": null,
2271
            "min_width": null,
2272
            "object_fit": null,
2273
            "object_position": null,
2274
            "order": null,
2275
            "overflow": null,
2276
            "overflow_x": null,
2277
            "overflow_y": null,
2278
            "padding": null,
2279
            "right": null,
2280
            "top": null,
2281
            "visibility": null,
2282
            "width": null
2283
          }
2284
        },
2285
        "4aa71261b68849e7ad270b22381f811c": {
2286
          "model_module": "@jupyter-widgets/base",
2287
          "model_module_version": "1.2.0",
2288
          "model_name": "LayoutModel",
2289
          "state": {
2290
            "_model_module": "@jupyter-widgets/base",
2291
            "_model_module_version": "1.2.0",
2292
            "_model_name": "LayoutModel",
2293
            "_view_count": null,
2294
            "_view_module": "@jupyter-widgets/base",
2295
            "_view_module_version": "1.2.0",
2296
            "_view_name": "LayoutView",
2297
            "align_content": null,
2298
            "align_items": null,
2299
            "align_self": null,
2300
            "border": null,
2301
            "bottom": null,
2302
            "display": null,
2303
            "flex": null,
2304
            "flex_flow": null,
2305
            "grid_area": null,
2306
            "grid_auto_columns": null,
2307
            "grid_auto_flow": null,
2308
            "grid_auto_rows": null,
2309
            "grid_column": null,
2310
            "grid_gap": null,
2311
            "grid_row": null,
2312
            "grid_template_areas": null,
2313
            "grid_template_columns": null,
2314
            "grid_template_rows": null,
2315
            "height": null,
2316
            "justify_content": null,
2317
            "justify_items": null,
2318
            "left": null,
2319
            "margin": null,
2320
            "max_height": null,
2321
            "max_width": null,
2322
            "min_height": null,
2323
            "min_width": null,
2324
            "object_fit": null,
2325
            "object_position": null,
2326
            "order": null,
2327
            "overflow": null,
2328
            "overflow_x": null,
2329
            "overflow_y": null,
2330
            "padding": null,
2331
            "right": null,
2332
            "top": null,
2333
            "visibility": null,
2334
            "width": null
2335
          }
2336
        },
2337
        "4be08c9e5ed24d72bd6b2e0233bf36cb": {
2338
          "model_module": "@jupyter-widgets/base",
2339
          "model_module_version": "1.2.0",
2340
          "model_name": "LayoutModel",
2341
          "state": {
2342
            "_model_module": "@jupyter-widgets/base",
2343
            "_model_module_version": "1.2.0",
2344
            "_model_name": "LayoutModel",
2345
            "_view_count": null,
2346
            "_view_module": "@jupyter-widgets/base",
2347
            "_view_module_version": "1.2.0",
2348
            "_view_name": "LayoutView",
2349
            "align_content": null,
2350
            "align_items": null,
2351
            "align_self": null,
2352
            "border": null,
2353
            "bottom": null,
2354
            "display": null,
2355
            "flex": null,
2356
            "flex_flow": null,
2357
            "grid_area": null,
2358
            "grid_auto_columns": null,
2359
            "grid_auto_flow": null,
2360
            "grid_auto_rows": null,
2361
            "grid_column": null,
2362
            "grid_gap": null,
2363
            "grid_row": null,
2364
            "grid_template_areas": null,
2365
            "grid_template_columns": null,
2366
            "grid_template_rows": null,
2367
            "height": null,
2368
            "justify_content": null,
2369
            "justify_items": null,
2370
            "left": null,
2371
            "margin": null,
2372
            "max_height": null,
2373
            "max_width": null,
2374
            "min_height": null,
2375
            "min_width": null,
2376
            "object_fit": null,
2377
            "object_position": null,
2378
            "order": null,
2379
            "overflow": null,
2380
            "overflow_x": null,
2381
            "overflow_y": null,
2382
            "padding": null,
2383
            "right": null,
2384
            "top": null,
2385
            "visibility": null,
2386
            "width": null
2387
          }
2388
        },
2389
        "4c54d907905749d193ffea37835ece53": {
2390
          "model_module": "@jupyter-widgets/controls",
2391
          "model_module_version": "1.5.0",
2392
          "model_name": "HTMLModel",
2393
          "state": {
2394
            "_dom_classes": [],
2395
            "_model_module": "@jupyter-widgets/controls",
2396
            "_model_module_version": "1.5.0",
2397
            "_model_name": "HTMLModel",
2398
            "_view_count": null,
2399
            "_view_module": "@jupyter-widgets/controls",
2400
            "_view_module_version": "1.5.0",
2401
            "_view_name": "HTMLView",
2402
            "description": "",
2403
            "description_tooltip": null,
2404
            "layout": "IPY_MODEL_4be08c9e5ed24d72bd6b2e0233bf36cb",
2405
            "placeholder": "​",
2406
            "style": "IPY_MODEL_3dfeee373bdc457d820799a6f53f7b92",
2407
            "value": "100%"
2408
          }
2409
        },
2410
        "4cc74acac334452d99eda0dbc76f5cc1": {
2411
          "model_module": "@jupyter-widgets/controls",
2412
          "model_module_version": "1.5.0",
2413
          "model_name": "DescriptionStyleModel",
2414
          "state": {
2415
            "_model_module": "@jupyter-widgets/controls",
2416
            "_model_module_version": "1.5.0",
2417
            "_model_name": "DescriptionStyleModel",
2418
            "_view_count": null,
2419
            "_view_module": "@jupyter-widgets/base",
2420
            "_view_module_version": "1.2.0",
2421
            "_view_name": "StyleView",
2422
            "description_width": ""
2423
          }
2424
        },
2425
        "4df7cd1fa8d441e18c6177b523370181": {
2426
          "model_module": "@jupyter-widgets/controls",
2427
          "model_module_version": "1.5.0",
2428
          "model_name": "HTMLModel",
2429
          "state": {
2430
            "_dom_classes": [],
2431
            "_model_module": "@jupyter-widgets/controls",
2432
            "_model_module_version": "1.5.0",
2433
            "_model_name": "HTMLModel",
2434
            "_view_count": null,
2435
            "_view_module": "@jupyter-widgets/controls",
2436
            "_view_module_version": "1.5.0",
2437
            "_view_name": "HTMLView",
2438
            "description": "",
2439
            "description_tooltip": null,
2440
            "layout": "IPY_MODEL_239e6e10548c4951ae84d4d9522fc3ea",
2441
            "placeholder": "​",
2442
            "style": "IPY_MODEL_fab4e2a2256f41ada7c163b18f37a454",
2443
            "value": "Upload file variables/variables.data-00000-of-00001: 100%"
2444
          }
2445
        },
2446
        "505d489eee4c4cef9b86bc5e61a617d6": {
2447
          "model_module": "@jupyter-widgets/base",
2448
          "model_module_version": "1.2.0",
2449
          "model_name": "LayoutModel",
2450
          "state": {
2451
            "_model_module": "@jupyter-widgets/base",
2452
            "_model_module_version": "1.2.0",
2453
            "_model_name": "LayoutModel",
2454
            "_view_count": null,
2455
            "_view_module": "@jupyter-widgets/base",
2456
            "_view_module_version": "1.2.0",
2457
            "_view_name": "LayoutView",
2458
            "align_content": null,
2459
            "align_items": null,
2460
            "align_self": null,
2461
            "border": null,
2462
            "bottom": null,
2463
            "display": null,
2464
            "flex": null,
2465
            "flex_flow": null,
2466
            "grid_area": null,
2467
            "grid_auto_columns": null,
2468
            "grid_auto_flow": null,
2469
            "grid_auto_rows": null,
2470
            "grid_column": null,
2471
            "grid_gap": null,
2472
            "grid_row": null,
2473
            "grid_template_areas": null,
2474
            "grid_template_columns": null,
2475
            "grid_template_rows": null,
2476
            "height": null,
2477
            "justify_content": null,
2478
            "justify_items": null,
2479
            "left": null,
2480
            "margin": null,
2481
            "max_height": null,
2482
            "max_width": null,
2483
            "min_height": null,
2484
            "min_width": null,
2485
            "object_fit": null,
2486
            "object_position": null,
2487
            "order": null,
2488
            "overflow": null,
2489
            "overflow_x": null,
2490
            "overflow_y": null,
2491
            "padding": null,
2492
            "right": null,
2493
            "top": null,
2494
            "visibility": null,
2495
            "width": null
2496
          }
2497
        },
2498
        "52051b192aca46f4a63f5d2558c6128b": {
2499
          "model_module": "@jupyter-widgets/controls",
2500
          "model_module_version": "1.5.0",
2501
          "model_name": "HBoxModel",
2502
          "state": {
2503
            "_dom_classes": [],
2504
            "_model_module": "@jupyter-widgets/controls",
2505
            "_model_module_version": "1.5.0",
2506
            "_model_name": "HBoxModel",
2507
            "_view_count": null,
2508
            "_view_module": "@jupyter-widgets/controls",
2509
            "_view_module_version": "1.5.0",
2510
            "_view_name": "HBoxView",
2511
            "box_style": "",
2512
            "children": [
2513
              "IPY_MODEL_a94aa91c0fa44aaca3003efb3717df09",
2514
              "IPY_MODEL_14acaaef484540359dd4f043bcbfcc7a",
2515
              "IPY_MODEL_a1935758583d432487cc77c0d20a4232"
2516
            ],
2517
            "layout": "IPY_MODEL_7c42f629fefa4913aa8e5059d47607d6"
2518
          }
2519
        },
2520
        "53a571a840484536839ac528876a2512": {
2521
          "model_module": "@jupyter-widgets/controls",
2522
          "model_module_version": "1.5.0",
2523
          "model_name": "HBoxModel",
2524
          "state": {
2525
            "_dom_classes": [],
2526
            "_model_module": "@jupyter-widgets/controls",
2527
            "_model_module_version": "1.5.0",
2528
            "_model_name": "HBoxModel",
2529
            "_view_count": null,
2530
            "_view_module": "@jupyter-widgets/controls",
2531
            "_view_module_version": "1.5.0",
2532
            "_view_name": "HBoxView",
2533
            "box_style": "",
2534
            "children": [
2535
              "IPY_MODEL_87ddd2ed57be4a1cb52bc571c38f2e49",
2536
              "IPY_MODEL_d814152167e74001a550207de83e97c1",
2537
              "IPY_MODEL_3e3af7a286f442d08ff7811a9010958d"
2538
            ],
2539
            "layout": "IPY_MODEL_abd32cbd650b470fabceb033612734db"
2540
          }
2541
        },
2542
        "54105ce8de6e49b3a0734f4305110097": {
2543
          "model_module": "@jupyter-widgets/controls",
2544
          "model_module_version": "1.5.0",
2545
          "model_name": "HTMLModel",
2546
          "state": {
2547
            "_dom_classes": [],
2548
            "_model_module": "@jupyter-widgets/controls",
2549
            "_model_module_version": "1.5.0",
2550
            "_model_name": "HTMLModel",
2551
            "_view_count": null,
2552
            "_view_module": "@jupyter-widgets/controls",
2553
            "_view_module_version": "1.5.0",
2554
            "_view_name": "HTMLView",
2555
            "description": "",
2556
            "description_tooltip": null,
2557
            "layout": "IPY_MODEL_86d8f6e1d8ea4e34a153cb867c43d6c5",
2558
            "placeholder": "​",
2559
            "style": "IPY_MODEL_45dfeca4235946809731e5b241a75554",
2560
            "value": " 32.5k/32.5k [00:01&lt;00:00, 26.6kB/s]"
2561
          }
2562
        },
2563
        "5612c68578954c6f9b9cf3b5cd3e8a21": {
2564
          "model_module": "@jupyter-widgets/controls",
2565
          "model_module_version": "1.5.0",
2566
          "model_name": "HTMLModel",
2567
          "state": {
2568
            "_dom_classes": [],
2569
            "_model_module": "@jupyter-widgets/controls",
2570
            "_model_module_version": "1.5.0",
2571
            "_model_name": "HTMLModel",
2572
            "_view_count": null,
2573
            "_view_module": "@jupyter-widgets/controls",
2574
            "_view_module_version": "1.5.0",
2575
            "_view_name": "HTMLView",
2576
            "description": "",
2577
            "description_tooltip": null,
2578
            "layout": "IPY_MODEL_d77b79031fa14fcf8d77e69210e116dc",
2579
            "placeholder": "​",
2580
            "style": "IPY_MODEL_354da373a37c4476a6b029f5186936b7",
2581
            "value": "Clean file model.png: 100%"
2582
          }
2583
        },
2584
        "56ee2fa9f6a94d47a01033eff072409d": {
2585
          "model_module": "@jupyter-widgets/controls",
2586
          "model_module_version": "1.5.0",
2587
          "model_name": "DescriptionStyleModel",
2588
          "state": {
2589
            "_model_module": "@jupyter-widgets/controls",
2590
            "_model_module_version": "1.5.0",
2591
            "_model_name": "DescriptionStyleModel",
2592
            "_view_count": null,
2593
            "_view_module": "@jupyter-widgets/base",
2594
            "_view_module_version": "1.2.0",
2595
            "_view_name": "StyleView",
2596
            "description_width": ""
2597
          }
2598
        },
2599
        "574b70440f0d4e649751e1e302b2764d": {
2600
          "model_module": "@jupyter-widgets/controls",
2601
          "model_module_version": "1.5.0",
2602
          "model_name": "HTMLModel",
2603
          "state": {
2604
            "_dom_classes": [],
2605
            "_model_module": "@jupyter-widgets/controls",
2606
            "_model_module_version": "1.5.0",
2607
            "_model_name": "HTMLModel",
2608
            "_view_count": null,
2609
            "_view_module": "@jupyter-widgets/controls",
2610
            "_view_module_version": "1.5.0",
2611
            "_view_name": "HTMLView",
2612
            "description": "",
2613
            "description_tooltip": null,
2614
            "layout": "IPY_MODEL_f28aa282ceee45e487233bb378f16370",
2615
            "placeholder": "​",
2616
            "style": "IPY_MODEL_ec78b3cfd2e6450db282a31e1000beb2",
2617
            "value": "Download file keras_metadata.pb: 100%"
2618
          }
2619
        },
2620
        "5765eb93315947ffa9b10a9aa83f6fea": {
2621
          "model_module": "@jupyter-widgets/controls",
2622
          "model_module_version": "1.5.0",
2623
          "model_name": "HTMLModel",
2624
          "state": {
2625
            "_dom_classes": [],
2626
            "_model_module": "@jupyter-widgets/controls",
2627
            "_model_module_version": "1.5.0",
2628
            "_model_name": "HTMLModel",
2629
            "_view_count": null,
2630
            "_view_module": "@jupyter-widgets/controls",
2631
            "_view_module_version": "1.5.0",
2632
            "_view_name": "HTMLView",
2633
            "description": "",
2634
            "description_tooltip": null,
2635
            "layout": "IPY_MODEL_82bceeefbc124f8387dc5c70868ffc02",
2636
            "placeholder": "​",
2637
            "style": "IPY_MODEL_67d707aced6e4f0b89c0360b4d0352bd",
2638
            "value": " 4.36M/4.36M [00:05&lt;00:00, 736kB/s]"
2639
          }
2640
        },
2641
        "5895fd2290084ec89069feac83aa3b7d": {
2642
          "model_module": "@jupyter-widgets/controls",
2643
          "model_module_version": "1.5.0",
2644
          "model_name": "DescriptionStyleModel",
2645
          "state": {
2646
            "_model_module": "@jupyter-widgets/controls",
2647
            "_model_module_version": "1.5.0",
2648
            "_model_name": "DescriptionStyleModel",
2649
            "_view_count": null,
2650
            "_view_module": "@jupyter-widgets/base",
2651
            "_view_module_version": "1.2.0",
2652
            "_view_name": "StyleView",
2653
            "description_width": ""
2654
          }
2655
        },
2656
        "59efe7d85daf4823a7c759e345aa903d": {
2657
          "model_module": "@jupyter-widgets/controls",
2658
          "model_module_version": "1.5.0",
2659
          "model_name": "ProgressStyleModel",
2660
          "state": {
2661
            "_model_module": "@jupyter-widgets/controls",
2662
            "_model_module_version": "1.5.0",
2663
            "_model_name": "ProgressStyleModel",
2664
            "_view_count": null,
2665
            "_view_module": "@jupyter-widgets/base",
2666
            "_view_module_version": "1.2.0",
2667
            "_view_name": "StyleView",
2668
            "bar_color": null,
2669
            "description_width": ""
2670
          }
2671
        },
2672
        "5a3744664c0c4c9b9a7162e7d7dcebb1": {
2673
          "model_module": "@jupyter-widgets/base",
2674
          "model_module_version": "1.2.0",
2675
          "model_name": "LayoutModel",
2676
          "state": {
2677
            "_model_module": "@jupyter-widgets/base",
2678
            "_model_module_version": "1.2.0",
2679
            "_model_name": "LayoutModel",
2680
            "_view_count": null,
2681
            "_view_module": "@jupyter-widgets/base",
2682
            "_view_module_version": "1.2.0",
2683
            "_view_name": "LayoutView",
2684
            "align_content": null,
2685
            "align_items": null,
2686
            "align_self": null,
2687
            "border": null,
2688
            "bottom": null,
2689
            "display": null,
2690
            "flex": null,
2691
            "flex_flow": null,
2692
            "grid_area": null,
2693
            "grid_auto_columns": null,
2694
            "grid_auto_flow": null,
2695
            "grid_auto_rows": null,
2696
            "grid_column": null,
2697
            "grid_gap": null,
2698
            "grid_row": null,
2699
            "grid_template_areas": null,
2700
            "grid_template_columns": null,
2701
            "grid_template_rows": null,
2702
            "height": null,
2703
            "justify_content": null,
2704
            "justify_items": null,
2705
            "left": null,
2706
            "margin": null,
2707
            "max_height": null,
2708
            "max_width": null,
2709
            "min_height": null,
2710
            "min_width": null,
2711
            "object_fit": null,
2712
            "object_position": null,
2713
            "order": null,
2714
            "overflow": null,
2715
            "overflow_x": null,
2716
            "overflow_y": null,
2717
            "padding": null,
2718
            "right": null,
2719
            "top": null,
2720
            "visibility": null,
2721
            "width": null
2722
          }
2723
        },
2724
        "5ae8f3915cde44eb81bef7d79a42e468": {
2725
          "model_module": "@jupyter-widgets/base",
2726
          "model_module_version": "1.2.0",
2727
          "model_name": "LayoutModel",
2728
          "state": {
2729
            "_model_module": "@jupyter-widgets/base",
2730
            "_model_module_version": "1.2.0",
2731
            "_model_name": "LayoutModel",
2732
            "_view_count": null,
2733
            "_view_module": "@jupyter-widgets/base",
2734
            "_view_module_version": "1.2.0",
2735
            "_view_name": "LayoutView",
2736
            "align_content": null,
2737
            "align_items": null,
2738
            "align_self": null,
2739
            "border": null,
2740
            "bottom": null,
2741
            "display": null,
2742
            "flex": null,
2743
            "flex_flow": null,
2744
            "grid_area": null,
2745
            "grid_auto_columns": null,
2746
            "grid_auto_flow": null,
2747
            "grid_auto_rows": null,
2748
            "grid_column": null,
2749
            "grid_gap": null,
2750
            "grid_row": null,
2751
            "grid_template_areas": null,
2752
            "grid_template_columns": null,
2753
            "grid_template_rows": null,
2754
            "height": null,
2755
            "justify_content": null,
2756
            "justify_items": null,
2757
            "left": null,
2758
            "margin": null,
2759
            "max_height": null,
2760
            "max_width": null,
2761
            "min_height": null,
2762
            "min_width": null,
2763
            "object_fit": null,
2764
            "object_position": null,
2765
            "order": null,
2766
            "overflow": null,
2767
            "overflow_x": null,
2768
            "overflow_y": null,
2769
            "padding": null,
2770
            "right": null,
2771
            "top": null,
2772
            "visibility": null,
2773
            "width": null
2774
          }
2775
        },
2776
        "5c0f5ee7bd1149e3a35a0cbe30f42076": {
2777
          "model_module": "@jupyter-widgets/base",
2778
          "model_module_version": "1.2.0",
2779
          "model_name": "LayoutModel",
2780
          "state": {
2781
            "_model_module": "@jupyter-widgets/base",
2782
            "_model_module_version": "1.2.0",
2783
            "_model_name": "LayoutModel",
2784
            "_view_count": null,
2785
            "_view_module": "@jupyter-widgets/base",
2786
            "_view_module_version": "1.2.0",
2787
            "_view_name": "LayoutView",
2788
            "align_content": null,
2789
            "align_items": null,
2790
            "align_self": null,
2791
            "border": null,
2792
            "bottom": null,
2793
            "display": null,
2794
            "flex": null,
2795
            "flex_flow": null,
2796
            "grid_area": null,
2797
            "grid_auto_columns": null,
2798
            "grid_auto_flow": null,
2799
            "grid_auto_rows": null,
2800
            "grid_column": null,
2801
            "grid_gap": null,
2802
            "grid_row": null,
2803
            "grid_template_areas": null,
2804
            "grid_template_columns": null,
2805
            "grid_template_rows": null,
2806
            "height": null,
2807
            "justify_content": null,
2808
            "justify_items": null,
2809
            "left": null,
2810
            "margin": null,
2811
            "max_height": null,
2812
            "max_width": null,
2813
            "min_height": null,
2814
            "min_width": null,
2815
            "object_fit": null,
2816
            "object_position": null,
2817
            "order": null,
2818
            "overflow": null,
2819
            "overflow_x": null,
2820
            "overflow_y": null,
2821
            "padding": null,
2822
            "right": null,
2823
            "top": null,
2824
            "visibility": null,
2825
            "width": null
2826
          }
2827
        },
2828
        "5c3cb9d8ebd74e3d8ae1f0d1826c58e3": {
2829
          "model_module": "@jupyter-widgets/controls",
2830
          "model_module_version": "1.5.0",
2831
          "model_name": "DescriptionStyleModel",
2832
          "state": {
2833
            "_model_module": "@jupyter-widgets/controls",
2834
            "_model_module_version": "1.5.0",
2835
            "_model_name": "DescriptionStyleModel",
2836
            "_view_count": null,
2837
            "_view_module": "@jupyter-widgets/base",
2838
            "_view_module_version": "1.2.0",
2839
            "_view_name": "StyleView",
2840
            "description_width": ""
2841
          }
2842
        },
2843
        "5cae42685f9b495f91481c1b69636903": {
2844
          "model_module": "@jupyter-widgets/base",
2845
          "model_module_version": "1.2.0",
2846
          "model_name": "LayoutModel",
2847
          "state": {
2848
            "_model_module": "@jupyter-widgets/base",
2849
            "_model_module_version": "1.2.0",
2850
            "_model_name": "LayoutModel",
2851
            "_view_count": null,
2852
            "_view_module": "@jupyter-widgets/base",
2853
            "_view_module_version": "1.2.0",
2854
            "_view_name": "LayoutView",
2855
            "align_content": null,
2856
            "align_items": null,
2857
            "align_self": null,
2858
            "border": null,
2859
            "bottom": null,
2860
            "display": null,
2861
            "flex": null,
2862
            "flex_flow": null,
2863
            "grid_area": null,
2864
            "grid_auto_columns": null,
2865
            "grid_auto_flow": null,
2866
            "grid_auto_rows": null,
2867
            "grid_column": null,
2868
            "grid_gap": null,
2869
            "grid_row": null,
2870
            "grid_template_areas": null,
2871
            "grid_template_columns": null,
2872
            "grid_template_rows": null,
2873
            "height": null,
2874
            "justify_content": null,
2875
            "justify_items": null,
2876
            "left": null,
2877
            "margin": null,
2878
            "max_height": null,
2879
            "max_width": null,
2880
            "min_height": null,
2881
            "min_width": null,
2882
            "object_fit": null,
2883
            "object_position": null,
2884
            "order": null,
2885
            "overflow": null,
2886
            "overflow_x": null,
2887
            "overflow_y": null,
2888
            "padding": null,
2889
            "right": null,
2890
            "top": null,
2891
            "visibility": null,
2892
            "width": null
2893
          }
2894
        },
2895
        "5d4fad1f0c774e8b8b59c7fd5d12d2e0": {
2896
          "model_module": "@jupyter-widgets/controls",
2897
          "model_module_version": "1.5.0",
2898
          "model_name": "HBoxModel",
2899
          "state": {
2900
            "_dom_classes": [],
2901
            "_model_module": "@jupyter-widgets/controls",
2902
            "_model_module_version": "1.5.0",
2903
            "_model_name": "HBoxModel",
2904
            "_view_count": null,
2905
            "_view_module": "@jupyter-widgets/controls",
2906
            "_view_module_version": "1.5.0",
2907
            "_view_name": "HBoxView",
2908
            "box_style": "",
2909
            "children": [
2910
              "IPY_MODEL_4c54d907905749d193ffea37835ece53",
2911
              "IPY_MODEL_ca4f453b819e4ee797b8463f396264d7",
2912
              "IPY_MODEL_014c0e57dc3d45f29c037be4e967c786"
2913
            ],
2914
            "layout": "IPY_MODEL_2536a807f78440609df3b98a2c4d301b"
2915
          }
2916
        },
2917
        "5ecf3f2636844f4ea1b95370c40ce0a2": {
2918
          "model_module": "@jupyter-widgets/base",
2919
          "model_module_version": "1.2.0",
2920
          "model_name": "LayoutModel",
2921
          "state": {
2922
            "_model_module": "@jupyter-widgets/base",
2923
            "_model_module_version": "1.2.0",
2924
            "_model_name": "LayoutModel",
2925
            "_view_count": null,
2926
            "_view_module": "@jupyter-widgets/base",
2927
            "_view_module_version": "1.2.0",
2928
            "_view_name": "LayoutView",
2929
            "align_content": null,
2930
            "align_items": null,
2931
            "align_self": null,
2932
            "border": null,
2933
            "bottom": null,
2934
            "display": null,
2935
            "flex": null,
2936
            "flex_flow": null,
2937
            "grid_area": null,
2938
            "grid_auto_columns": null,
2939
            "grid_auto_flow": null,
2940
            "grid_auto_rows": null,
2941
            "grid_column": null,
2942
            "grid_gap": null,
2943
            "grid_row": null,
2944
            "grid_template_areas": null,
2945
            "grid_template_columns": null,
2946
            "grid_template_rows": null,
2947
            "height": null,
2948
            "justify_content": null,
2949
            "justify_items": null,
2950
            "left": null,
2951
            "margin": null,
2952
            "max_height": null,
2953
            "max_width": null,
2954
            "min_height": null,
2955
            "min_width": null,
2956
            "object_fit": null,
2957
            "object_position": null,
2958
            "order": null,
2959
            "overflow": null,
2960
            "overflow_x": null,
2961
            "overflow_y": null,
2962
            "padding": null,
2963
            "right": null,
2964
            "top": null,
2965
            "visibility": null,
2966
            "width": null
2967
          }
2968
        },
2969
        "5ed86585eb544fee88aafb53e2168005": {
2970
          "model_module": "@jupyter-widgets/base",
2971
          "model_module_version": "1.2.0",
2972
          "model_name": "LayoutModel",
2973
          "state": {
2974
            "_model_module": "@jupyter-widgets/base",
2975
            "_model_module_version": "1.2.0",
2976
            "_model_name": "LayoutModel",
2977
            "_view_count": null,
2978
            "_view_module": "@jupyter-widgets/base",
2979
            "_view_module_version": "1.2.0",
2980
            "_view_name": "LayoutView",
2981
            "align_content": null,
2982
            "align_items": null,
2983
            "align_self": null,
2984
            "border": null,
2985
            "bottom": null,
2986
            "display": null,
2987
            "flex": null,
2988
            "flex_flow": null,
2989
            "grid_area": null,
2990
            "grid_auto_columns": null,
2991
            "grid_auto_flow": null,
2992
            "grid_auto_rows": null,
2993
            "grid_column": null,
2994
            "grid_gap": null,
2995
            "grid_row": null,
2996
            "grid_template_areas": null,
2997
            "grid_template_columns": null,
2998
            "grid_template_rows": null,
2999
            "height": null,
3000
            "justify_content": null,
3001
            "justify_items": null,
3002
            "left": null,
3003
            "margin": null,
3004
            "max_height": null,
3005
            "max_width": null,
3006
            "min_height": null,
3007
            "min_width": null,
3008
            "object_fit": null,
3009
            "object_position": null,
3010
            "order": null,
3011
            "overflow": null,
3012
            "overflow_x": null,
3013
            "overflow_y": null,
3014
            "padding": null,
3015
            "right": null,
3016
            "top": null,
3017
            "visibility": null,
3018
            "width": null
3019
          }
3020
        },
3021
        "602a013bbbd6467c832f7c9c1a59f6a4": {
3022
          "model_module": "@jupyter-widgets/controls",
3023
          "model_module_version": "1.5.0",
3024
          "model_name": "DescriptionStyleModel",
3025
          "state": {
3026
            "_model_module": "@jupyter-widgets/controls",
3027
            "_model_module_version": "1.5.0",
3028
            "_model_name": "DescriptionStyleModel",
3029
            "_view_count": null,
3030
            "_view_module": "@jupyter-widgets/base",
3031
            "_view_module_version": "1.2.0",
3032
            "_view_name": "StyleView",
3033
            "description_width": ""
3034
          }
3035
        },
3036
        "616b0b557eb643a3816c5acf4416c71d": {
3037
          "model_module": "@jupyter-widgets/base",
3038
          "model_module_version": "1.2.0",
3039
          "model_name": "LayoutModel",
3040
          "state": {
3041
            "_model_module": "@jupyter-widgets/base",
3042
            "_model_module_version": "1.2.0",
3043
            "_model_name": "LayoutModel",
3044
            "_view_count": null,
3045
            "_view_module": "@jupyter-widgets/base",
3046
            "_view_module_version": "1.2.0",
3047
            "_view_name": "LayoutView",
3048
            "align_content": null,
3049
            "align_items": null,
3050
            "align_self": null,
3051
            "border": null,
3052
            "bottom": null,
3053
            "display": null,
3054
            "flex": null,
3055
            "flex_flow": null,
3056
            "grid_area": null,
3057
            "grid_auto_columns": null,
3058
            "grid_auto_flow": null,
3059
            "grid_auto_rows": null,
3060
            "grid_column": null,
3061
            "grid_gap": null,
3062
            "grid_row": null,
3063
            "grid_template_areas": null,
3064
            "grid_template_columns": null,
3065
            "grid_template_rows": null,
3066
            "height": null,
3067
            "justify_content": null,
3068
            "justify_items": null,
3069
            "left": null,
3070
            "margin": null,
3071
            "max_height": null,
3072
            "max_width": null,
3073
            "min_height": null,
3074
            "min_width": null,
3075
            "object_fit": null,
3076
            "object_position": null,
3077
            "order": null,
3078
            "overflow": null,
3079
            "overflow_x": null,
3080
            "overflow_y": null,
3081
            "padding": null,
3082
            "right": null,
3083
            "top": null,
3084
            "visibility": null,
3085
            "width": null
3086
          }
3087
        },
3088
        "634e2737d33445a38102f6b4ab8a4a40": {
3089
          "model_module": "@jupyter-widgets/controls",
3090
          "model_module_version": "1.5.0",
3091
          "model_name": "FloatProgressModel",
3092
          "state": {
3093
            "_dom_classes": [],
3094
            "_model_module": "@jupyter-widgets/controls",
3095
            "_model_module_version": "1.5.0",
3096
            "_model_name": "FloatProgressModel",
3097
            "_view_count": null,
3098
            "_view_module": "@jupyter-widgets/controls",
3099
            "_view_module_version": "1.5.0",
3100
            "_view_name": "ProgressView",
3101
            "bar_style": "success",
3102
            "description": "",
3103
            "description_tooltip": null,
3104
            "layout": "IPY_MODEL_5c0f5ee7bd1149e3a35a0cbe30f42076",
3105
            "max": 4572152,
3106
            "min": 0,
3107
            "orientation": "horizontal",
3108
            "style": "IPY_MODEL_706039ac16844bb59ca7f964fb82f2ac",
3109
            "value": 4572152
3110
          }
3111
        },
3112
        "635580764459474bb62b4e05cef04cc9": {
3113
          "model_module": "@jupyter-widgets/controls",
3114
          "model_module_version": "1.5.0",
3115
          "model_name": "DescriptionStyleModel",
3116
          "state": {
3117
            "_model_module": "@jupyter-widgets/controls",
3118
            "_model_module_version": "1.5.0",
3119
            "_model_name": "DescriptionStyleModel",
3120
            "_view_count": null,
3121
            "_view_module": "@jupyter-widgets/base",
3122
            "_view_module_version": "1.2.0",
3123
            "_view_name": "StyleView",
3124
            "description_width": ""
3125
          }
3126
        },
3127
        "64174cc4a6204824abbdc335ac5e3235": {
3128
          "model_module": "@jupyter-widgets/controls",
3129
          "model_module_version": "1.5.0",
3130
          "model_name": "FloatProgressModel",
3131
          "state": {
3132
            "_dom_classes": [],
3133
            "_model_module": "@jupyter-widgets/controls",
3134
            "_model_module_version": "1.5.0",
3135
            "_model_name": "FloatProgressModel",
3136
            "_view_count": null,
3137
            "_view_module": "@jupyter-widgets/controls",
3138
            "_view_module_version": "1.5.0",
3139
            "_view_name": "ProgressView",
3140
            "bar_style": "success",
3141
            "description": "",
3142
            "description_tooltip": null,
3143
            "layout": "IPY_MODEL_90910ded6b0249d8889dfa141536c6a6",
3144
            "max": 236,
3145
            "min": 0,
3146
            "orientation": "horizontal",
3147
            "style": "IPY_MODEL_b5506c49ba15441cafd48ac64a0c2449",
3148
            "value": 236
3149
          }
3150
        },
3151
        "66a1123e339b45eeb99cec54959aa341": {
3152
          "model_module": "@jupyter-widgets/base",
3153
          "model_module_version": "1.2.0",
3154
          "model_name": "LayoutModel",
3155
          "state": {
3156
            "_model_module": "@jupyter-widgets/base",
3157
            "_model_module_version": "1.2.0",
3158
            "_model_name": "LayoutModel",
3159
            "_view_count": null,
3160
            "_view_module": "@jupyter-widgets/base",
3161
            "_view_module_version": "1.2.0",
3162
            "_view_name": "LayoutView",
3163
            "align_content": null,
3164
            "align_items": null,
3165
            "align_self": null,
3166
            "border": null,
3167
            "bottom": null,
3168
            "display": null,
3169
            "flex": null,
3170
            "flex_flow": null,
3171
            "grid_area": null,
3172
            "grid_auto_columns": null,
3173
            "grid_auto_flow": null,
3174
            "grid_auto_rows": null,
3175
            "grid_column": null,
3176
            "grid_gap": null,
3177
            "grid_row": null,
3178
            "grid_template_areas": null,
3179
            "grid_template_columns": null,
3180
            "grid_template_rows": null,
3181
            "height": null,
3182
            "justify_content": null,
3183
            "justify_items": null,
3184
            "left": null,
3185
            "margin": null,
3186
            "max_height": null,
3187
            "max_width": null,
3188
            "min_height": null,
3189
            "min_width": null,
3190
            "object_fit": null,
3191
            "object_position": null,
3192
            "order": null,
3193
            "overflow": null,
3194
            "overflow_x": null,
3195
            "overflow_y": null,
3196
            "padding": null,
3197
            "right": null,
3198
            "top": null,
3199
            "visibility": null,
3200
            "width": null
3201
          }
3202
        },
3203
        "67d707aced6e4f0b89c0360b4d0352bd": {
3204
          "model_module": "@jupyter-widgets/controls",
3205
          "model_module_version": "1.5.0",
3206
          "model_name": "DescriptionStyleModel",
3207
          "state": {
3208
            "_model_module": "@jupyter-widgets/controls",
3209
            "_model_module_version": "1.5.0",
3210
            "_model_name": "DescriptionStyleModel",
3211
            "_view_count": null,
3212
            "_view_module": "@jupyter-widgets/base",
3213
            "_view_module_version": "1.2.0",
3214
            "_view_name": "StyleView",
3215
            "description_width": ""
3216
          }
3217
        },
3218
        "68006935d6554a36bd855ba51e62252a": {
3219
          "model_module": "@jupyter-widgets/base",
3220
          "model_module_version": "1.2.0",
3221
          "model_name": "LayoutModel",
3222
          "state": {
3223
            "_model_module": "@jupyter-widgets/base",
3224
            "_model_module_version": "1.2.0",
3225
            "_model_name": "LayoutModel",
3226
            "_view_count": null,
3227
            "_view_module": "@jupyter-widgets/base",
3228
            "_view_module_version": "1.2.0",
3229
            "_view_name": "LayoutView",
3230
            "align_content": null,
3231
            "align_items": "center",
3232
            "align_self": null,
3233
            "border": null,
3234
            "bottom": null,
3235
            "display": "flex",
3236
            "flex": null,
3237
            "flex_flow": "column",
3238
            "grid_area": null,
3239
            "grid_auto_columns": null,
3240
            "grid_auto_flow": null,
3241
            "grid_auto_rows": null,
3242
            "grid_column": null,
3243
            "grid_gap": null,
3244
            "grid_row": null,
3245
            "grid_template_areas": null,
3246
            "grid_template_columns": null,
3247
            "grid_template_rows": null,
3248
            "height": null,
3249
            "justify_content": null,
3250
            "justify_items": null,
3251
            "left": null,
3252
            "margin": null,
3253
            "max_height": null,
3254
            "max_width": null,
3255
            "min_height": null,
3256
            "min_width": null,
3257
            "object_fit": null,
3258
            "object_position": null,
3259
            "order": null,
3260
            "overflow": null,
3261
            "overflow_x": null,
3262
            "overflow_y": null,
3263
            "padding": null,
3264
            "right": null,
3265
            "top": null,
3266
            "visibility": null,
3267
            "width": "50%"
3268
          }
3269
        },
3270
        "6fbd9a22cbde424d9dff83ad2e364004": {
3271
          "model_module": "@jupyter-widgets/base",
3272
          "model_module_version": "1.2.0",
3273
          "model_name": "LayoutModel",
3274
          "state": {
3275
            "_model_module": "@jupyter-widgets/base",
3276
            "_model_module_version": "1.2.0",
3277
            "_model_name": "LayoutModel",
3278
            "_view_count": null,
3279
            "_view_module": "@jupyter-widgets/base",
3280
            "_view_module_version": "1.2.0",
3281
            "_view_name": "LayoutView",
3282
            "align_content": null,
3283
            "align_items": null,
3284
            "align_self": null,
3285
            "border": null,
3286
            "bottom": null,
3287
            "display": null,
3288
            "flex": null,
3289
            "flex_flow": null,
3290
            "grid_area": null,
3291
            "grid_auto_columns": null,
3292
            "grid_auto_flow": null,
3293
            "grid_auto_rows": null,
3294
            "grid_column": null,
3295
            "grid_gap": null,
3296
            "grid_row": null,
3297
            "grid_template_areas": null,
3298
            "grid_template_columns": null,
3299
            "grid_template_rows": null,
3300
            "height": null,
3301
            "justify_content": null,
3302
            "justify_items": null,
3303
            "left": null,
3304
            "margin": null,
3305
            "max_height": null,
3306
            "max_width": null,
3307
            "min_height": null,
3308
            "min_width": null,
3309
            "object_fit": null,
3310
            "object_position": null,
3311
            "order": null,
3312
            "overflow": null,
3313
            "overflow_x": null,
3314
            "overflow_y": null,
3315
            "padding": null,
3316
            "right": null,
3317
            "top": null,
3318
            "visibility": null,
3319
            "width": null
3320
          }
3321
        },
3322
        "706039ac16844bb59ca7f964fb82f2ac": {
3323
          "model_module": "@jupyter-widgets/controls",
3324
          "model_module_version": "1.5.0",
3325
          "model_name": "ProgressStyleModel",
3326
          "state": {
3327
            "_model_module": "@jupyter-widgets/controls",
3328
            "_model_module_version": "1.5.0",
3329
            "_model_name": "ProgressStyleModel",
3330
            "_view_count": null,
3331
            "_view_module": "@jupyter-widgets/base",
3332
            "_view_module_version": "1.2.0",
3333
            "_view_name": "StyleView",
3334
            "bar_color": null,
3335
            "description_width": ""
3336
          }
3337
        },
3338
        "73d50ab732594ec9ac058117e9e399b0": {
3339
          "model_module": "@jupyter-widgets/base",
3340
          "model_module_version": "1.2.0",
3341
          "model_name": "LayoutModel",
3342
          "state": {
3343
            "_model_module": "@jupyter-widgets/base",
3344
            "_model_module_version": "1.2.0",
3345
            "_model_name": "LayoutModel",
3346
            "_view_count": null,
3347
            "_view_module": "@jupyter-widgets/base",
3348
            "_view_module_version": "1.2.0",
3349
            "_view_name": "LayoutView",
3350
            "align_content": null,
3351
            "align_items": null,
3352
            "align_self": null,
3353
            "border": null,
3354
            "bottom": null,
3355
            "display": null,
3356
            "flex": null,
3357
            "flex_flow": null,
3358
            "grid_area": null,
3359
            "grid_auto_columns": null,
3360
            "grid_auto_flow": null,
3361
            "grid_auto_rows": null,
3362
            "grid_column": null,
3363
            "grid_gap": null,
3364
            "grid_row": null,
3365
            "grid_template_areas": null,
3366
            "grid_template_columns": null,
3367
            "grid_template_rows": null,
3368
            "height": null,
3369
            "justify_content": null,
3370
            "justify_items": null,
3371
            "left": null,
3372
            "margin": null,
3373
            "max_height": null,
3374
            "max_width": null,
3375
            "min_height": null,
3376
            "min_width": null,
3377
            "object_fit": null,
3378
            "object_position": null,
3379
            "order": null,
3380
            "overflow": null,
3381
            "overflow_x": null,
3382
            "overflow_y": null,
3383
            "padding": null,
3384
            "right": null,
3385
            "top": null,
3386
            "visibility": null,
3387
            "width": null
3388
          }
3389
        },
3390
        "73f894fc5d084f6fb5008bab21cf67bc": {
3391
          "model_module": "@jupyter-widgets/controls",
3392
          "model_module_version": "1.5.0",
3393
          "model_name": "DescriptionStyleModel",
3394
          "state": {
3395
            "_model_module": "@jupyter-widgets/controls",
3396
            "_model_module_version": "1.5.0",
3397
            "_model_name": "DescriptionStyleModel",
3398
            "_view_count": null,
3399
            "_view_module": "@jupyter-widgets/base",
3400
            "_view_module_version": "1.2.0",
3401
            "_view_name": "StyleView",
3402
            "description_width": ""
3403
          }
3404
        },
3405
        "753cecb667084f56b74aca54ed32ccdf": {
3406
          "model_module": "@jupyter-widgets/base",
3407
          "model_module_version": "1.2.0",
3408
          "model_name": "LayoutModel",
3409
          "state": {
3410
            "_model_module": "@jupyter-widgets/base",
3411
            "_model_module_version": "1.2.0",
3412
            "_model_name": "LayoutModel",
3413
            "_view_count": null,
3414
            "_view_module": "@jupyter-widgets/base",
3415
            "_view_module_version": "1.2.0",
3416
            "_view_name": "LayoutView",
3417
            "align_content": null,
3418
            "align_items": null,
3419
            "align_self": null,
3420
            "border": null,
3421
            "bottom": null,
3422
            "display": null,
3423
            "flex": null,
3424
            "flex_flow": null,
3425
            "grid_area": null,
3426
            "grid_auto_columns": null,
3427
            "grid_auto_flow": null,
3428
            "grid_auto_rows": null,
3429
            "grid_column": null,
3430
            "grid_gap": null,
3431
            "grid_row": null,
3432
            "grid_template_areas": null,
3433
            "grid_template_columns": null,
3434
            "grid_template_rows": null,
3435
            "height": null,
3436
            "justify_content": null,
3437
            "justify_items": null,
3438
            "left": null,
3439
            "margin": null,
3440
            "max_height": null,
3441
            "max_width": null,
3442
            "min_height": null,
3443
            "min_width": null,
3444
            "object_fit": null,
3445
            "object_position": null,
3446
            "order": null,
3447
            "overflow": null,
3448
            "overflow_x": null,
3449
            "overflow_y": null,
3450
            "padding": null,
3451
            "right": null,
3452
            "top": null,
3453
            "visibility": null,
3454
            "width": null
3455
          }
3456
        },
3457
        "765b1824dfe0498e8bf1fcb21c580d1c": {
3458
          "model_module": "@jupyter-widgets/controls",
3459
          "model_module_version": "1.5.0",
3460
          "model_name": "HTMLModel",
3461
          "state": {
3462
            "_dom_classes": [],
3463
            "_model_module": "@jupyter-widgets/controls",
3464
            "_model_module_version": "1.5.0",
3465
            "_model_name": "HTMLModel",
3466
            "_view_count": null,
3467
            "_view_module": "@jupyter-widgets/controls",
3468
            "_view_module_version": "1.5.0",
3469
            "_view_name": "HTMLView",
3470
            "description": "",
3471
            "description_tooltip": null,
3472
            "layout": "IPY_MODEL_e4b3e2f92eff4222891376ac9368b510",
3473
            "placeholder": "​",
3474
            "style": "IPY_MODEL_fda165ce69bf47be927f04fc5ada7cd0",
3475
            "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>"
3476
          }
3477
        },
3478
        "76c839771c2a4ff1a6e11aeb5df4343a": {
3479
          "model_module": "@jupyter-widgets/base",
3480
          "model_module_version": "1.2.0",
3481
          "model_name": "LayoutModel",
3482
          "state": {
3483
            "_model_module": "@jupyter-widgets/base",
3484
            "_model_module_version": "1.2.0",
3485
            "_model_name": "LayoutModel",
3486
            "_view_count": null,
3487
            "_view_module": "@jupyter-widgets/base",
3488
            "_view_module_version": "1.2.0",
3489
            "_view_name": "LayoutView",
3490
            "align_content": null,
3491
            "align_items": null,
3492
            "align_self": null,
3493
            "border": null,
3494
            "bottom": null,
3495
            "display": null,
3496
            "flex": null,
3497
            "flex_flow": null,
3498
            "grid_area": null,
3499
            "grid_auto_columns": null,
3500
            "grid_auto_flow": null,
3501
            "grid_auto_rows": null,
3502
            "grid_column": null,
3503
            "grid_gap": null,
3504
            "grid_row": null,
3505
            "grid_template_areas": null,
3506
            "grid_template_columns": null,
3507
            "grid_template_rows": null,
3508
            "height": null,
3509
            "justify_content": null,
3510
            "justify_items": null,
3511
            "left": null,
3512
            "margin": null,
3513
            "max_height": null,
3514
            "max_width": null,
3515
            "min_height": null,
3516
            "min_width": null,
3517
            "object_fit": null,
3518
            "object_position": null,
3519
            "order": null,
3520
            "overflow": null,
3521
            "overflow_x": null,
3522
            "overflow_y": null,
3523
            "padding": null,
3524
            "right": null,
3525
            "top": null,
3526
            "visibility": null,
3527
            "width": null
3528
          }
3529
        },
3530
        "76db8bc32d9c4b59ad16037f65673116": {
3531
          "model_module": "@jupyter-widgets/base",
3532
          "model_module_version": "1.2.0",
3533
          "model_name": "LayoutModel",
3534
          "state": {
3535
            "_model_module": "@jupyter-widgets/base",
3536
            "_model_module_version": "1.2.0",
3537
            "_model_name": "LayoutModel",
3538
            "_view_count": null,
3539
            "_view_module": "@jupyter-widgets/base",
3540
            "_view_module_version": "1.2.0",
3541
            "_view_name": "LayoutView",
3542
            "align_content": null,
3543
            "align_items": null,
3544
            "align_self": null,
3545
            "border": null,
3546
            "bottom": null,
3547
            "display": null,
3548
            "flex": null,
3549
            "flex_flow": null,
3550
            "grid_area": null,
3551
            "grid_auto_columns": null,
3552
            "grid_auto_flow": null,
3553
            "grid_auto_rows": null,
3554
            "grid_column": null,
3555
            "grid_gap": null,
3556
            "grid_row": null,
3557
            "grid_template_areas": null,
3558
            "grid_template_columns": null,
3559
            "grid_template_rows": null,
3560
            "height": null,
3561
            "justify_content": null,
3562
            "justify_items": null,
3563
            "left": null,
3564
            "margin": null,
3565
            "max_height": null,
3566
            "max_width": null,
3567
            "min_height": null,
3568
            "min_width": null,
3569
            "object_fit": null,
3570
            "object_position": null,
3571
            "order": null,
3572
            "overflow": null,
3573
            "overflow_x": null,
3574
            "overflow_y": null,
3575
            "padding": null,
3576
            "right": null,
3577
            "top": null,
3578
            "visibility": null,
3579
            "width": null
3580
          }
3581
        },
3582
        "78380cfc2afa412a8420179cc6868041": {
3583
          "model_module": "@jupyter-widgets/base",
3584
          "model_module_version": "1.2.0",
3585
          "model_name": "LayoutModel",
3586
          "state": {
3587
            "_model_module": "@jupyter-widgets/base",
3588
            "_model_module_version": "1.2.0",
3589
            "_model_name": "LayoutModel",
3590
            "_view_count": null,
3591
            "_view_module": "@jupyter-widgets/base",
3592
            "_view_module_version": "1.2.0",
3593
            "_view_name": "LayoutView",
3594
            "align_content": null,
3595
            "align_items": null,
3596
            "align_self": null,
3597
            "border": null,
3598
            "bottom": null,
3599
            "display": null,
3600
            "flex": null,
3601
            "flex_flow": null,
3602
            "grid_area": null,
3603
            "grid_auto_columns": null,
3604
            "grid_auto_flow": null,
3605
            "grid_auto_rows": null,
3606
            "grid_column": null,
3607
            "grid_gap": null,
3608
            "grid_row": null,
3609
            "grid_template_areas": null,
3610
            "grid_template_columns": null,
3611
            "grid_template_rows": null,
3612
            "height": null,
3613
            "justify_content": null,
3614
            "justify_items": null,
3615
            "left": null,
3616
            "margin": null,
3617
            "max_height": null,
3618
            "max_width": null,
3619
            "min_height": null,
3620
            "min_width": null,
3621
            "object_fit": null,
3622
            "object_position": null,
3623
            "order": null,
3624
            "overflow": null,
3625
            "overflow_x": null,
3626
            "overflow_y": null,
3627
            "padding": null,
3628
            "right": null,
3629
            "top": null,
3630
            "visibility": null,
3631
            "width": null
3632
          }
3633
        },
3634
        "7b6976101e204210b230a3e252af7759": {
3635
          "model_module": "@jupyter-widgets/base",
3636
          "model_module_version": "1.2.0",
3637
          "model_name": "LayoutModel",
3638
          "state": {
3639
            "_model_module": "@jupyter-widgets/base",
3640
            "_model_module_version": "1.2.0",
3641
            "_model_name": "LayoutModel",
3642
            "_view_count": null,
3643
            "_view_module": "@jupyter-widgets/base",
3644
            "_view_module_version": "1.2.0",
3645
            "_view_name": "LayoutView",
3646
            "align_content": null,
3647
            "align_items": null,
3648
            "align_self": null,
3649
            "border": null,
3650
            "bottom": null,
3651
            "display": null,
3652
            "flex": null,
3653
            "flex_flow": null,
3654
            "grid_area": null,
3655
            "grid_auto_columns": null,
3656
            "grid_auto_flow": null,
3657
            "grid_auto_rows": null,
3658
            "grid_column": null,
3659
            "grid_gap": null,
3660
            "grid_row": null,
3661
            "grid_template_areas": null,
3662
            "grid_template_columns": null,
3663
            "grid_template_rows": null,
3664
            "height": null,
3665
            "justify_content": null,
3666
            "justify_items": null,
3667
            "left": null,
3668
            "margin": null,
3669
            "max_height": null,
3670
            "max_width": null,
3671
            "min_height": null,
3672
            "min_width": null,
3673
            "object_fit": null,
3674
            "object_position": null,
3675
            "order": null,
3676
            "overflow": null,
3677
            "overflow_x": null,
3678
            "overflow_y": null,
3679
            "padding": null,
3680
            "right": null,
3681
            "top": null,
3682
            "visibility": null,
3683
            "width": null
3684
          }
3685
        },
3686
        "7bdd4fa0d15447d5a218117058118c86": {
3687
          "model_module": "@jupyter-widgets/base",
3688
          "model_module_version": "1.2.0",
3689
          "model_name": "LayoutModel",
3690
          "state": {
3691
            "_model_module": "@jupyter-widgets/base",
3692
            "_model_module_version": "1.2.0",
3693
            "_model_name": "LayoutModel",
3694
            "_view_count": null,
3695
            "_view_module": "@jupyter-widgets/base",
3696
            "_view_module_version": "1.2.0",
3697
            "_view_name": "LayoutView",
3698
            "align_content": null,
3699
            "align_items": null,
3700
            "align_self": null,
3701
            "border": null,
3702
            "bottom": null,
3703
            "display": null,
3704
            "flex": null,
3705
            "flex_flow": null,
3706
            "grid_area": null,
3707
            "grid_auto_columns": null,
3708
            "grid_auto_flow": null,
3709
            "grid_auto_rows": null,
3710
            "grid_column": null,
3711
            "grid_gap": null,
3712
            "grid_row": null,
3713
            "grid_template_areas": null,
3714
            "grid_template_columns": null,
3715
            "grid_template_rows": null,
3716
            "height": null,
3717
            "justify_content": null,
3718
            "justify_items": null,
3719
            "left": null,
3720
            "margin": null,
3721
            "max_height": null,
3722
            "max_width": null,
3723
            "min_height": null,
3724
            "min_width": null,
3725
            "object_fit": null,
3726
            "object_position": null,
3727
            "order": null,
3728
            "overflow": null,
3729
            "overflow_x": null,
3730
            "overflow_y": null,
3731
            "padding": null,
3732
            "right": null,
3733
            "top": null,
3734
            "visibility": null,
3735
            "width": null
3736
          }
3737
        },
3738
        "7c3f07ec67bd4929b754072d3a0134ca": {
3739
          "model_module": "@jupyter-widgets/controls",
3740
          "model_module_version": "1.5.0",
3741
          "model_name": "ProgressStyleModel",
3742
          "state": {
3743
            "_model_module": "@jupyter-widgets/controls",
3744
            "_model_module_version": "1.5.0",
3745
            "_model_name": "ProgressStyleModel",
3746
            "_view_count": null,
3747
            "_view_module": "@jupyter-widgets/base",
3748
            "_view_module_version": "1.2.0",
3749
            "_view_name": "StyleView",
3750
            "bar_color": null,
3751
            "description_width": ""
3752
          }
3753
        },
3754
        "7c42f629fefa4913aa8e5059d47607d6": {
3755
          "model_module": "@jupyter-widgets/base",
3756
          "model_module_version": "1.2.0",
3757
          "model_name": "LayoutModel",
3758
          "state": {
3759
            "_model_module": "@jupyter-widgets/base",
3760
            "_model_module_version": "1.2.0",
3761
            "_model_name": "LayoutModel",
3762
            "_view_count": null,
3763
            "_view_module": "@jupyter-widgets/base",
3764
            "_view_module_version": "1.2.0",
3765
            "_view_name": "LayoutView",
3766
            "align_content": null,
3767
            "align_items": null,
3768
            "align_self": null,
3769
            "border": null,
3770
            "bottom": null,
3771
            "display": null,
3772
            "flex": null,
3773
            "flex_flow": null,
3774
            "grid_area": null,
3775
            "grid_auto_columns": null,
3776
            "grid_auto_flow": null,
3777
            "grid_auto_rows": null,
3778
            "grid_column": null,
3779
            "grid_gap": null,
3780
            "grid_row": null,
3781
            "grid_template_areas": null,
3782
            "grid_template_columns": null,
3783
            "grid_template_rows": null,
3784
            "height": null,
3785
            "justify_content": null,
3786
            "justify_items": null,
3787
            "left": null,
3788
            "margin": null,
3789
            "max_height": null,
3790
            "max_width": null,
3791
            "min_height": null,
3792
            "min_width": null,
3793
            "object_fit": null,
3794
            "object_position": null,
3795
            "order": null,
3796
            "overflow": null,
3797
            "overflow_x": null,
3798
            "overflow_y": null,
3799
            "padding": null,
3800
            "right": null,
3801
            "top": null,
3802
            "visibility": null,
3803
            "width": null
3804
          }
3805
        },
3806
        "7c78b5c383284183a6fada2c566d6652": {
3807
          "model_module": "@jupyter-widgets/controls",
3808
          "model_module_version": "1.5.0",
3809
          "model_name": "VBoxModel",
3810
          "state": {
3811
            "_dom_classes": [],
3812
            "_model_module": "@jupyter-widgets/controls",
3813
            "_model_module_version": "1.5.0",
3814
            "_model_name": "VBoxModel",
3815
            "_view_count": null,
3816
            "_view_module": "@jupyter-widgets/controls",
3817
            "_view_module_version": "1.5.0",
3818
            "_view_name": "VBoxView",
3819
            "box_style": "",
3820
            "children": [
3821
              "IPY_MODEL_765b1824dfe0498e8bf1fcb21c580d1c",
3822
              "IPY_MODEL_fd142ff089614ab6b9069273ea04c410",
3823
              "IPY_MODEL_a9137a8c85834cdc9737e4b0b366d3d8",
3824
              "IPY_MODEL_df50daa054584d29b537603f4fbf8ab9"
3825
            ],
3826
            "layout": "IPY_MODEL_68006935d6554a36bd855ba51e62252a"
3827
          }
3828
        },
3829
        "7e70df8bd3df4651a48b910b0c640066": {
3830
          "model_module": "@jupyter-widgets/base",
3831
          "model_module_version": "1.2.0",
3832
          "model_name": "LayoutModel",
3833
          "state": {
3834
            "_model_module": "@jupyter-widgets/base",
3835
            "_model_module_version": "1.2.0",
3836
            "_model_name": "LayoutModel",
3837
            "_view_count": null,
3838
            "_view_module": "@jupyter-widgets/base",
3839
            "_view_module_version": "1.2.0",
3840
            "_view_name": "LayoutView",
3841
            "align_content": null,
3842
            "align_items": null,
3843
            "align_self": null,
3844
            "border": null,
3845
            "bottom": null,
3846
            "display": null,
3847
            "flex": null,
3848
            "flex_flow": null,
3849
            "grid_area": null,
3850
            "grid_auto_columns": null,
3851
            "grid_auto_flow": null,
3852
            "grid_auto_rows": null,
3853
            "grid_column": null,
3854
            "grid_gap": null,
3855
            "grid_row": null,
3856
            "grid_template_areas": null,
3857
            "grid_template_columns": null,
3858
            "grid_template_rows": null,
3859
            "height": null,
3860
            "justify_content": null,
3861
            "justify_items": null,
3862
            "left": null,
3863
            "margin": null,
3864
            "max_height": null,
3865
            "max_width": null,
3866
            "min_height": null,
3867
            "min_width": null,
3868
            "object_fit": null,
3869
            "object_position": null,
3870
            "order": null,
3871
            "overflow": null,
3872
            "overflow_x": null,
3873
            "overflow_y": null,
3874
            "padding": null,
3875
            "right": null,
3876
            "top": null,
3877
            "visibility": null,
3878
            "width": null
3879
          }
3880
        },
3881
        "7f544b0f809e4d18beac3b1ccafd5015": {
3882
          "model_module": "@jupyter-widgets/controls",
3883
          "model_module_version": "1.5.0",
3884
          "model_name": "ProgressStyleModel",
3885
          "state": {
3886
            "_model_module": "@jupyter-widgets/controls",
3887
            "_model_module_version": "1.5.0",
3888
            "_model_name": "ProgressStyleModel",
3889
            "_view_count": null,
3890
            "_view_module": "@jupyter-widgets/base",
3891
            "_view_module_version": "1.2.0",
3892
            "_view_name": "StyleView",
3893
            "bar_color": null,
3894
            "description_width": ""
3895
          }
3896
        },
3897
        "7fbcf84baba84fe78a8407384b6b382f": {
3898
          "model_module": "@jupyter-widgets/controls",
3899
          "model_module_version": "1.5.0",
3900
          "model_name": "ProgressStyleModel",
3901
          "state": {
3902
            "_model_module": "@jupyter-widgets/controls",
3903
            "_model_module_version": "1.5.0",
3904
            "_model_name": "ProgressStyleModel",
3905
            "_view_count": null,
3906
            "_view_module": "@jupyter-widgets/base",
3907
            "_view_module_version": "1.2.0",
3908
            "_view_name": "StyleView",
3909
            "bar_color": null,
3910
            "description_width": ""
3911
          }
3912
        },
3913
        "82bceeefbc124f8387dc5c70868ffc02": {
3914
          "model_module": "@jupyter-widgets/base",
3915
          "model_module_version": "1.2.0",
3916
          "model_name": "LayoutModel",
3917
          "state": {
3918
            "_model_module": "@jupyter-widgets/base",
3919
            "_model_module_version": "1.2.0",
3920
            "_model_name": "LayoutModel",
3921
            "_view_count": null,
3922
            "_view_module": "@jupyter-widgets/base",
3923
            "_view_module_version": "1.2.0",
3924
            "_view_name": "LayoutView",
3925
            "align_content": null,
3926
            "align_items": null,
3927
            "align_self": null,
3928
            "border": null,
3929
            "bottom": null,
3930
            "display": null,
3931
            "flex": null,
3932
            "flex_flow": null,
3933
            "grid_area": null,
3934
            "grid_auto_columns": null,
3935
            "grid_auto_flow": null,
3936
            "grid_auto_rows": null,
3937
            "grid_column": null,
3938
            "grid_gap": null,
3939
            "grid_row": null,
3940
            "grid_template_areas": null,
3941
            "grid_template_columns": null,
3942
            "grid_template_rows": null,
3943
            "height": null,
3944
            "justify_content": null,
3945
            "justify_items": null,
3946
            "left": null,
3947
            "margin": null,
3948
            "max_height": null,
3949
            "max_width": null,
3950
            "min_height": null,
3951
            "min_width": null,
3952
            "object_fit": null,
3953
            "object_position": null,
3954
            "order": null,
3955
            "overflow": null,
3956
            "overflow_x": null,
3957
            "overflow_y": null,
3958
            "padding": null,
3959
            "right": null,
3960
            "top": null,
3961
            "visibility": null,
3962
            "width": null
3963
          }
3964
        },
3965
        "82eff5a7dcee4001be376249e011d72a": {
3966
          "model_module": "@jupyter-widgets/controls",
3967
          "model_module_version": "1.5.0",
3968
          "model_name": "FloatProgressModel",
3969
          "state": {
3970
            "_dom_classes": [],
3971
            "_model_module": "@jupyter-widgets/controls",
3972
            "_model_module_version": "1.5.0",
3973
            "_model_name": "FloatProgressModel",
3974
            "_view_count": null,
3975
            "_view_module": "@jupyter-widgets/controls",
3976
            "_view_module_version": "1.5.0",
3977
            "_view_name": "ProgressView",
3978
            "bar_style": "success",
3979
            "description": "",
3980
            "description_tooltip": null,
3981
            "layout": "IPY_MODEL_edac0534f58a47928c813a3cd0288a51",
3982
            "max": 4096,
3983
            "min": 0,
3984
            "orientation": "horizontal",
3985
            "style": "IPY_MODEL_7fbcf84baba84fe78a8407384b6b382f",
3986
            "value": 4096
3987
          }
3988
        },
3989
        "866b167a515f4ecd830cc4409aa44909": {
3990
          "model_module": "@jupyter-widgets/base",
3991
          "model_module_version": "1.2.0",
3992
          "model_name": "LayoutModel",
3993
          "state": {
3994
            "_model_module": "@jupyter-widgets/base",
3995
            "_model_module_version": "1.2.0",
3996
            "_model_name": "LayoutModel",
3997
            "_view_count": null,
3998
            "_view_module": "@jupyter-widgets/base",
3999
            "_view_module_version": "1.2.0",
4000
            "_view_name": "LayoutView",
4001
            "align_content": null,
4002
            "align_items": null,
4003
            "align_self": null,
4004
            "border": null,
4005
            "bottom": null,
4006
            "display": null,
4007
            "flex": null,
4008
            "flex_flow": null,
4009
            "grid_area": null,
4010
            "grid_auto_columns": null,
4011
            "grid_auto_flow": null,
4012
            "grid_auto_rows": null,
4013
            "grid_column": null,
4014
            "grid_gap": null,
4015
            "grid_row": null,
4016
            "grid_template_areas": null,
4017
            "grid_template_columns": null,
4018
            "grid_template_rows": null,
4019
            "height": null,
4020
            "justify_content": null,
4021
            "justify_items": null,
4022
            "left": null,
4023
            "margin": null,
4024
            "max_height": null,
4025
            "max_width": null,
4026
            "min_height": null,
4027
            "min_width": null,
4028
            "object_fit": null,
4029
            "object_position": null,
4030
            "order": null,
4031
            "overflow": null,
4032
            "overflow_x": null,
4033
            "overflow_y": null,
4034
            "padding": null,
4035
            "right": null,
4036
            "top": null,
4037
            "visibility": null,
4038
            "width": null
4039
          }
4040
        },
4041
        "86d8f6e1d8ea4e34a153cb867c43d6c5": {
4042
          "model_module": "@jupyter-widgets/base",
4043
          "model_module_version": "1.2.0",
4044
          "model_name": "LayoutModel",
4045
          "state": {
4046
            "_model_module": "@jupyter-widgets/base",
4047
            "_model_module_version": "1.2.0",
4048
            "_model_name": "LayoutModel",
4049
            "_view_count": null,
4050
            "_view_module": "@jupyter-widgets/base",
4051
            "_view_module_version": "1.2.0",
4052
            "_view_name": "LayoutView",
4053
            "align_content": null,
4054
            "align_items": null,
4055
            "align_self": null,
4056
            "border": null,
4057
            "bottom": null,
4058
            "display": null,
4059
            "flex": null,
4060
            "flex_flow": null,
4061
            "grid_area": null,
4062
            "grid_auto_columns": null,
4063
            "grid_auto_flow": null,
4064
            "grid_auto_rows": null,
4065
            "grid_column": null,
4066
            "grid_gap": null,
4067
            "grid_row": null,
4068
            "grid_template_areas": null,
4069
            "grid_template_columns": null,
4070
            "grid_template_rows": null,
4071
            "height": null,
4072
            "justify_content": null,
4073
            "justify_items": null,
4074
            "left": null,
4075
            "margin": null,
4076
            "max_height": null,
4077
            "max_width": null,
4078
            "min_height": null,
4079
            "min_width": null,
4080
            "object_fit": null,
4081
            "object_position": null,
4082
            "order": null,
4083
            "overflow": null,
4084
            "overflow_x": null,
4085
            "overflow_y": null,
4086
            "padding": null,
4087
            "right": null,
4088
            "top": null,
4089
            "visibility": null,
4090
            "width": null
4091
          }
4092
        },
4093
        "8793df83036e4b5fb2c7fcb017276797": {
4094
          "model_module": "@jupyter-widgets/controls",
4095
          "model_module_version": "1.5.0",
4096
          "model_name": "HTMLModel",
4097
          "state": {
4098
            "_dom_classes": [],
4099
            "_model_module": "@jupyter-widgets/controls",
4100
            "_model_module_version": "1.5.0",
4101
            "_model_name": "HTMLModel",
4102
            "_view_count": null,
4103
            "_view_module": "@jupyter-widgets/controls",
4104
            "_view_module_version": "1.5.0",
4105
            "_view_name": "HTMLView",
4106
            "description": "",
4107
            "description_tooltip": null,
4108
            "layout": "IPY_MODEL_246735def3c445859783d3e0560ad097",
4109
            "placeholder": "​",
4110
            "style": "IPY_MODEL_fd04647009d54a5eaecc3e027dc70518",
4111
            "value": " 4.00k/4.00k [00:01&lt;00:00, 2.75kB/s]"
4112
          }
4113
        },
4114
        "87ddd2ed57be4a1cb52bc571c38f2e49": {
4115
          "model_module": "@jupyter-widgets/controls",
4116
          "model_module_version": "1.5.0",
4117
          "model_name": "HTMLModel",
4118
          "state": {
4119
            "_dom_classes": [],
4120
            "_model_module": "@jupyter-widgets/controls",
4121
            "_model_module_version": "1.5.0",
4122
            "_model_name": "HTMLModel",
4123
            "_view_count": null,
4124
            "_view_module": "@jupyter-widgets/controls",
4125
            "_view_module_version": "1.5.0",
4126
            "_view_name": "HTMLView",
4127
            "description": "",
4128
            "description_tooltip": null,
4129
            "layout": "IPY_MODEL_171a608195884cf1b60395790e8ccb62",
4130
            "placeholder": "​",
4131
            "style": "IPY_MODEL_da299c4eff044641b356da57e759ff79",
4132
            "value": "Upload file saved_model.pb: 100%"
4133
          }
4134
        },
4135
        "8836d59b6b7649758f2f58a75bfb44d8": {
4136
          "model_module": "@jupyter-widgets/base",
4137
          "model_module_version": "1.2.0",
4138
          "model_name": "LayoutModel",
4139
          "state": {
4140
            "_model_module": "@jupyter-widgets/base",
4141
            "_model_module_version": "1.2.0",
4142
            "_model_name": "LayoutModel",
4143
            "_view_count": null,
4144
            "_view_module": "@jupyter-widgets/base",
4145
            "_view_module_version": "1.2.0",
4146
            "_view_name": "LayoutView",
4147
            "align_content": null,
4148
            "align_items": null,
4149
            "align_self": null,
4150
            "border": null,
4151
            "bottom": null,
4152
            "display": null,
4153
            "flex": null,
4154
            "flex_flow": null,
4155
            "grid_area": null,
4156
            "grid_auto_columns": null,
4157
            "grid_auto_flow": null,
4158
            "grid_auto_rows": null,
4159
            "grid_column": null,
4160
            "grid_gap": null,
4161
            "grid_row": null,
4162
            "grid_template_areas": null,
4163
            "grid_template_columns": null,
4164
            "grid_template_rows": null,
4165
            "height": null,
4166
            "justify_content": null,
4167
            "justify_items": null,
4168
            "left": null,
4169
            "margin": null,
4170
            "max_height": null,
4171
            "max_width": null,
4172
            "min_height": null,
4173
            "min_width": null,
4174
            "object_fit": null,
4175
            "object_position": null,
4176
            "order": null,
4177
            "overflow": null,
4178
            "overflow_x": null,
4179
            "overflow_y": null,
4180
            "padding": null,
4181
            "right": null,
4182
            "top": null,
4183
            "visibility": null,
4184
            "width": null
4185
          }
4186
        },
4187
        "8901fc1f329944a1b142209071a83dad": {
4188
          "model_module": "@jupyter-widgets/controls",
4189
          "model_module_version": "1.5.0",
4190
          "model_name": "FloatProgressModel",
4191
          "state": {
4192
            "_dom_classes": [],
4193
            "_model_module": "@jupyter-widgets/controls",
4194
            "_model_module_version": "1.5.0",
4195
            "_model_name": "FloatProgressModel",
4196
            "_view_count": null,
4197
            "_view_module": "@jupyter-widgets/controls",
4198
            "_view_module_version": "1.5.0",
4199
            "_view_name": "ProgressView",
4200
            "bar_style": "success",
4201
            "description": "",
4202
            "description_tooltip": null,
4203
            "layout": "IPY_MODEL_c2247713fa154991bd3d86329735b794",
4204
            "max": 4096,
4205
            "min": 0,
4206
            "orientation": "horizontal",
4207
            "style": "IPY_MODEL_24514e18d5974d06aafb65f464f63da3",
4208
            "value": 4096
4209
          }
4210
        },
4211
        "8d9274ae5f7541aea662f21a29dd94f0": {
4212
          "model_module": "@jupyter-widgets/controls",
4213
          "model_module_version": "1.5.0",
4214
          "model_name": "DescriptionStyleModel",
4215
          "state": {
4216
            "_model_module": "@jupyter-widgets/controls",
4217
            "_model_module_version": "1.5.0",
4218
            "_model_name": "DescriptionStyleModel",
4219
            "_view_count": null,
4220
            "_view_module": "@jupyter-widgets/base",
4221
            "_view_module_version": "1.2.0",
4222
            "_view_name": "StyleView",
4223
            "description_width": ""
4224
          }
4225
        },
4226
        "8da792cce0e94097b6f903a74dae8c17": {
4227
          "model_module": "@jupyter-widgets/controls",
4228
          "model_module_version": "1.5.0",
4229
          "model_name": "DescriptionStyleModel",
4230
          "state": {
4231
            "_model_module": "@jupyter-widgets/controls",
4232
            "_model_module_version": "1.5.0",
4233
            "_model_name": "DescriptionStyleModel",
4234
            "_view_count": null,
4235
            "_view_module": "@jupyter-widgets/base",
4236
            "_view_module_version": "1.2.0",
4237
            "_view_name": "StyleView",
4238
            "description_width": ""
4239
          }
4240
        },
4241
        "8eb0edb62fc34f3b9cdd12cad6e8073d": {
4242
          "model_module": "@jupyter-widgets/controls",
4243
          "model_module_version": "1.5.0",
4244
          "model_name": "DescriptionStyleModel",
4245
          "state": {
4246
            "_model_module": "@jupyter-widgets/controls",
4247
            "_model_module_version": "1.5.0",
4248
            "_model_name": "DescriptionStyleModel",
4249
            "_view_count": null,
4250
            "_view_module": "@jupyter-widgets/base",
4251
            "_view_module_version": "1.2.0",
4252
            "_view_name": "StyleView",
4253
            "description_width": ""
4254
          }
4255
        },
4256
        "8f1260708d3d4f01825df0db0b139724": {
4257
          "model_module": "@jupyter-widgets/controls",
4258
          "model_module_version": "1.5.0",
4259
          "model_name": "DescriptionStyleModel",
4260
          "state": {
4261
            "_model_module": "@jupyter-widgets/controls",
4262
            "_model_module_version": "1.5.0",
4263
            "_model_name": "DescriptionStyleModel",
4264
            "_view_count": null,
4265
            "_view_module": "@jupyter-widgets/base",
4266
            "_view_module_version": "1.2.0",
4267
            "_view_name": "StyleView",
4268
            "description_width": ""
4269
          }
4270
        },
4271
        "902d6b10a6c64bc1968b22099d61901c": {
4272
          "model_module": "@jupyter-widgets/controls",
4273
          "model_module_version": "1.5.0",
4274
          "model_name": "FloatProgressModel",
4275
          "state": {
4276
            "_dom_classes": [],
4277
            "_model_module": "@jupyter-widgets/controls",
4278
            "_model_module_version": "1.5.0",
4279
            "_model_name": "FloatProgressModel",
4280
            "_view_count": null,
4281
            "_view_module": "@jupyter-widgets/controls",
4282
            "_view_module_version": "1.5.0",
4283
            "_view_name": "ProgressView",
4284
            "bar_style": "success",
4285
            "description": "",
4286
            "description_tooltip": null,
4287
            "layout": "IPY_MODEL_9bd22c0b90a542aab2ff06880adf6a36",
4288
            "max": 236,
4289
            "min": 0,
4290
            "orientation": "horizontal",
4291
            "style": "IPY_MODEL_f1388e25d6cf447a98febd74245fd212",
4292
            "value": 236
4293
          }
4294
        },
4295
        "9085c1c025884b51a13685ba1a19ad0c": {
4296
          "model_module": "@jupyter-widgets/controls",
4297
          "model_module_version": "1.5.0",
4298
          "model_name": "DescriptionStyleModel",
4299
          "state": {
4300
            "_model_module": "@jupyter-widgets/controls",
4301
            "_model_module_version": "1.5.0",
4302
            "_model_name": "DescriptionStyleModel",
4303
            "_view_count": null,
4304
            "_view_module": "@jupyter-widgets/base",
4305
            "_view_module_version": "1.2.0",
4306
            "_view_name": "StyleView",
4307
            "description_width": ""
4308
          }
4309
        },
4310
        "90910ded6b0249d8889dfa141536c6a6": {
4311
          "model_module": "@jupyter-widgets/base",
4312
          "model_module_version": "1.2.0",
4313
          "model_name": "LayoutModel",
4314
          "state": {
4315
            "_model_module": "@jupyter-widgets/base",
4316
            "_model_module_version": "1.2.0",
4317
            "_model_name": "LayoutModel",
4318
            "_view_count": null,
4319
            "_view_module": "@jupyter-widgets/base",
4320
            "_view_module_version": "1.2.0",
4321
            "_view_name": "LayoutView",
4322
            "align_content": null,
4323
            "align_items": null,
4324
            "align_self": null,
4325
            "border": null,
4326
            "bottom": null,
4327
            "display": null,
4328
            "flex": null,
4329
            "flex_flow": null,
4330
            "grid_area": null,
4331
            "grid_auto_columns": null,
4332
            "grid_auto_flow": null,
4333
            "grid_auto_rows": null,
4334
            "grid_column": null,
4335
            "grid_gap": null,
4336
            "grid_row": null,
4337
            "grid_template_areas": null,
4338
            "grid_template_columns": null,
4339
            "grid_template_rows": null,
4340
            "height": null,
4341
            "justify_content": null,
4342
            "justify_items": null,
4343
            "left": null,
4344
            "margin": null,
4345
            "max_height": null,
4346
            "max_width": null,
4347
            "min_height": null,
4348
            "min_width": null,
4349
            "object_fit": null,
4350
            "object_position": null,
4351
            "order": null,
4352
            "overflow": null,
4353
            "overflow_x": null,
4354
            "overflow_y": null,
4355
            "padding": null,
4356
            "right": null,
4357
            "top": null,
4358
            "visibility": null,
4359
            "width": null
4360
          }
4361
        },
4362
        "90dd51bb3eac434faee355f0267fb4a0": {
4363
          "model_module": "@jupyter-widgets/base",
4364
          "model_module_version": "1.2.0",
4365
          "model_name": "LayoutModel",
4366
          "state": {
4367
            "_model_module": "@jupyter-widgets/base",
4368
            "_model_module_version": "1.2.0",
4369
            "_model_name": "LayoutModel",
4370
            "_view_count": null,
4371
            "_view_module": "@jupyter-widgets/base",
4372
            "_view_module_version": "1.2.0",
4373
            "_view_name": "LayoutView",
4374
            "align_content": null,
4375
            "align_items": null,
4376
            "align_self": null,
4377
            "border": null,
4378
            "bottom": null,
4379
            "display": null,
4380
            "flex": null,
4381
            "flex_flow": null,
4382
            "grid_area": null,
4383
            "grid_auto_columns": null,
4384
            "grid_auto_flow": null,
4385
            "grid_auto_rows": null,
4386
            "grid_column": null,
4387
            "grid_gap": null,
4388
            "grid_row": null,
4389
            "grid_template_areas": null,
4390
            "grid_template_columns": null,
4391
            "grid_template_rows": null,
4392
            "height": null,
4393
            "justify_content": null,
4394
            "justify_items": null,
4395
            "left": null,
4396
            "margin": null,
4397
            "max_height": null,
4398
            "max_width": null,
4399
            "min_height": null,
4400
            "min_width": null,
4401
            "object_fit": null,
4402
            "object_position": null,
4403
            "order": null,
4404
            "overflow": null,
4405
            "overflow_x": null,
4406
            "overflow_y": null,
4407
            "padding": null,
4408
            "right": null,
4409
            "top": null,
4410
            "visibility": null,
4411
            "width": null
4412
          }
4413
        },
4414
        "92a3d7f3d4ad4ec29fb16b08686daa6a": {
4415
          "model_module": "@jupyter-widgets/controls",
4416
          "model_module_version": "1.5.0",
4417
          "model_name": "FloatProgressModel",
4418
          "state": {
4419
            "_dom_classes": [],
4420
            "_model_module": "@jupyter-widgets/controls",
4421
            "_model_module_version": "1.5.0",
4422
            "_model_name": "FloatProgressModel",
4423
            "_view_count": null,
4424
            "_view_module": "@jupyter-widgets/controls",
4425
            "_view_module_version": "1.5.0",
4426
            "_view_name": "ProgressView",
4427
            "bar_style": "success",
4428
            "description": "",
4429
            "description_tooltip": null,
4430
            "layout": "IPY_MODEL_76db8bc32d9c4b59ad16037f65673116",
4431
            "max": 5471,
4432
            "min": 0,
4433
            "orientation": "horizontal",
4434
            "style": "IPY_MODEL_7c3f07ec67bd4929b754072d3a0134ca",
4435
            "value": 5471
4436
          }
4437
        },
4438
        "95067f48a2ee4bf2bd0e6c837c4e7b3d": {
4439
          "model_module": "@jupyter-widgets/controls",
4440
          "model_module_version": "1.5.0",
4441
          "model_name": "DescriptionStyleModel",
4442
          "state": {
4443
            "_model_module": "@jupyter-widgets/controls",
4444
            "_model_module_version": "1.5.0",
4445
            "_model_name": "DescriptionStyleModel",
4446
            "_view_count": null,
4447
            "_view_module": "@jupyter-widgets/base",
4448
            "_view_module_version": "1.2.0",
4449
            "_view_name": "StyleView",
4450
            "description_width": ""
4451
          }
4452
        },
4453
        "963d01e5cc76461db87c2270bfca78d9": {
4454
          "model_module": "@jupyter-widgets/base",
4455
          "model_module_version": "1.2.0",
4456
          "model_name": "LayoutModel",
4457
          "state": {
4458
            "_model_module": "@jupyter-widgets/base",
4459
            "_model_module_version": "1.2.0",
4460
            "_model_name": "LayoutModel",
4461
            "_view_count": null,
4462
            "_view_module": "@jupyter-widgets/base",
4463
            "_view_module_version": "1.2.0",
4464
            "_view_name": "LayoutView",
4465
            "align_content": null,
4466
            "align_items": null,
4467
            "align_self": null,
4468
            "border": null,
4469
            "bottom": null,
4470
            "display": null,
4471
            "flex": null,
4472
            "flex_flow": null,
4473
            "grid_area": null,
4474
            "grid_auto_columns": null,
4475
            "grid_auto_flow": null,
4476
            "grid_auto_rows": null,
4477
            "grid_column": null,
4478
            "grid_gap": null,
4479
            "grid_row": null,
4480
            "grid_template_areas": null,
4481
            "grid_template_columns": null,
4482
            "grid_template_rows": null,
4483
            "height": null,
4484
            "justify_content": null,
4485
            "justify_items": null,
4486
            "left": null,
4487
            "margin": null,
4488
            "max_height": null,
4489
            "max_width": null,
4490
            "min_height": null,
4491
            "min_width": null,
4492
            "object_fit": null,
4493
            "object_position": null,
4494
            "order": null,
4495
            "overflow": null,
4496
            "overflow_x": null,
4497
            "overflow_y": null,
4498
            "padding": null,
4499
            "right": null,
4500
            "top": null,
4501
            "visibility": null,
4502
            "width": null
4503
          }
4504
        },
4505
        "971c4a69d1ff45b082ae6eebfd38879f": {
4506
          "model_module": "@jupyter-widgets/controls",
4507
          "model_module_version": "1.5.0",
4508
          "model_name": "ProgressStyleModel",
4509
          "state": {
4510
            "_model_module": "@jupyter-widgets/controls",
4511
            "_model_module_version": "1.5.0",
4512
            "_model_name": "ProgressStyleModel",
4513
            "_view_count": null,
4514
            "_view_module": "@jupyter-widgets/base",
4515
            "_view_module_version": "1.2.0",
4516
            "_view_name": "StyleView",
4517
            "bar_color": null,
4518
            "description_width": ""
4519
          }
4520
        },
4521
        "98738402d12e41bca86f7423e26c6d96": {
4522
          "model_module": "@jupyter-widgets/controls",
4523
          "model_module_version": "1.5.0",
4524
          "model_name": "HTMLModel",
4525
          "state": {
4526
            "_dom_classes": [],
4527
            "_model_module": "@jupyter-widgets/controls",
4528
            "_model_module_version": "1.5.0",
4529
            "_model_name": "HTMLModel",
4530
            "_view_count": null,
4531
            "_view_module": "@jupyter-widgets/controls",
4532
            "_view_module_version": "1.5.0",
4533
            "_view_name": "HTMLView",
4534
            "description": "",
4535
            "description_tooltip": null,
4536
            "layout": "IPY_MODEL_d4fb4ea0c9354f18b8e4f5d910417f25",
4537
            "placeholder": "​",
4538
            "style": "IPY_MODEL_8d9274ae5f7541aea662f21a29dd94f0",
4539
            "value": " 236/236 [00:01&lt;?, ?B/s]"
4540
          }
4541
        },
4542
        "995fedb55cba43188d4438250360bbdc": {
4543
          "model_module": "@jupyter-widgets/base",
4544
          "model_module_version": "1.2.0",
4545
          "model_name": "LayoutModel",
4546
          "state": {
4547
            "_model_module": "@jupyter-widgets/base",
4548
            "_model_module_version": "1.2.0",
4549
            "_model_name": "LayoutModel",
4550
            "_view_count": null,
4551
            "_view_module": "@jupyter-widgets/base",
4552
            "_view_module_version": "1.2.0",
4553
            "_view_name": "LayoutView",
4554
            "align_content": null,
4555
            "align_items": null,
4556
            "align_self": null,
4557
            "border": null,
4558
            "bottom": null,
4559
            "display": null,
4560
            "flex": null,
4561
            "flex_flow": null,
4562
            "grid_area": null,
4563
            "grid_auto_columns": null,
4564
            "grid_auto_flow": null,
4565
            "grid_auto_rows": null,
4566
            "grid_column": null,
4567
            "grid_gap": null,
4568
            "grid_row": null,
4569
            "grid_template_areas": null,
4570
            "grid_template_columns": null,
4571
            "grid_template_rows": null,
4572
            "height": null,
4573
            "justify_content": null,
4574
            "justify_items": null,
4575
            "left": null,
4576
            "margin": null,
4577
            "max_height": null,
4578
            "max_width": null,
4579
            "min_height": null,
4580
            "min_width": null,
4581
            "object_fit": null,
4582
            "object_position": null,
4583
            "order": null,
4584
            "overflow": null,
4585
            "overflow_x": null,
4586
            "overflow_y": null,
4587
            "padding": null,
4588
            "right": null,
4589
            "top": null,
4590
            "visibility": null,
4591
            "width": null
4592
          }
4593
        },
4594
        "9a667d88c9cf4f2f8d98cc0ba2a0f0e5": {
4595
          "model_module": "@jupyter-widgets/base",
4596
          "model_module_version": "1.2.0",
4597
          "model_name": "LayoutModel",
4598
          "state": {
4599
            "_model_module": "@jupyter-widgets/base",
4600
            "_model_module_version": "1.2.0",
4601
            "_model_name": "LayoutModel",
4602
            "_view_count": null,
4603
            "_view_module": "@jupyter-widgets/base",
4604
            "_view_module_version": "1.2.0",
4605
            "_view_name": "LayoutView",
4606
            "align_content": null,
4607
            "align_items": null,
4608
            "align_self": null,
4609
            "border": null,
4610
            "bottom": null,
4611
            "display": null,
4612
            "flex": null,
4613
            "flex_flow": null,
4614
            "grid_area": null,
4615
            "grid_auto_columns": null,
4616
            "grid_auto_flow": null,
4617
            "grid_auto_rows": null,
4618
            "grid_column": null,
4619
            "grid_gap": null,
4620
            "grid_row": null,
4621
            "grid_template_areas": null,
4622
            "grid_template_columns": null,
4623
            "grid_template_rows": null,
4624
            "height": null,
4625
            "justify_content": null,
4626
            "justify_items": null,
4627
            "left": null,
4628
            "margin": null,
4629
            "max_height": null,
4630
            "max_width": null,
4631
            "min_height": null,
4632
            "min_width": null,
4633
            "object_fit": null,
4634
            "object_position": null,
4635
            "order": null,
4636
            "overflow": null,
4637
            "overflow_x": null,
4638
            "overflow_y": null,
4639
            "padding": null,
4640
            "right": null,
4641
            "top": null,
4642
            "visibility": null,
4643
            "width": null
4644
          }
4645
        },
4646
        "9ab760e35f434be281bbf8e3b68de192": {
4647
          "model_module": "@jupyter-widgets/controls",
4648
          "model_module_version": "1.5.0",
4649
          "model_name": "ProgressStyleModel",
4650
          "state": {
4651
            "_model_module": "@jupyter-widgets/controls",
4652
            "_model_module_version": "1.5.0",
4653
            "_model_name": "ProgressStyleModel",
4654
            "_view_count": null,
4655
            "_view_module": "@jupyter-widgets/base",
4656
            "_view_module_version": "1.2.0",
4657
            "_view_name": "StyleView",
4658
            "bar_color": null,
4659
            "description_width": ""
4660
          }
4661
        },
4662
        "9aea6dd215334105aa75ea200b8dbc99": {
4663
          "model_module": "@jupyter-widgets/base",
4664
          "model_module_version": "1.2.0",
4665
          "model_name": "LayoutModel",
4666
          "state": {
4667
            "_model_module": "@jupyter-widgets/base",
4668
            "_model_module_version": "1.2.0",
4669
            "_model_name": "LayoutModel",
4670
            "_view_count": null,
4671
            "_view_module": "@jupyter-widgets/base",
4672
            "_view_module_version": "1.2.0",
4673
            "_view_name": "LayoutView",
4674
            "align_content": null,
4675
            "align_items": null,
4676
            "align_self": null,
4677
            "border": null,
4678
            "bottom": null,
4679
            "display": null,
4680
            "flex": null,
4681
            "flex_flow": null,
4682
            "grid_area": null,
4683
            "grid_auto_columns": null,
4684
            "grid_auto_flow": null,
4685
            "grid_auto_rows": null,
4686
            "grid_column": null,
4687
            "grid_gap": null,
4688
            "grid_row": null,
4689
            "grid_template_areas": null,
4690
            "grid_template_columns": null,
4691
            "grid_template_rows": null,
4692
            "height": null,
4693
            "justify_content": null,
4694
            "justify_items": null,
4695
            "left": null,
4696
            "margin": null,
4697
            "max_height": null,
4698
            "max_width": null,
4699
            "min_height": null,
4700
            "min_width": null,
4701
            "object_fit": null,
4702
            "object_position": null,
4703
            "order": null,
4704
            "overflow": null,
4705
            "overflow_x": null,
4706
            "overflow_y": null,
4707
            "padding": null,
4708
            "right": null,
4709
            "top": null,
4710
            "visibility": null,
4711
            "width": null
4712
          }
4713
        },
4714
        "9bd22c0b90a542aab2ff06880adf6a36": {
4715
          "model_module": "@jupyter-widgets/base",
4716
          "model_module_version": "1.2.0",
4717
          "model_name": "LayoutModel",
4718
          "state": {
4719
            "_model_module": "@jupyter-widgets/base",
4720
            "_model_module_version": "1.2.0",
4721
            "_model_name": "LayoutModel",
4722
            "_view_count": null,
4723
            "_view_module": "@jupyter-widgets/base",
4724
            "_view_module_version": "1.2.0",
4725
            "_view_name": "LayoutView",
4726
            "align_content": null,
4727
            "align_items": null,
4728
            "align_self": null,
4729
            "border": null,
4730
            "bottom": null,
4731
            "display": null,
4732
            "flex": null,
4733
            "flex_flow": null,
4734
            "grid_area": null,
4735
            "grid_auto_columns": null,
4736
            "grid_auto_flow": null,
4737
            "grid_auto_rows": null,
4738
            "grid_column": null,
4739
            "grid_gap": null,
4740
            "grid_row": null,
4741
            "grid_template_areas": null,
4742
            "grid_template_columns": null,
4743
            "grid_template_rows": null,
4744
            "height": null,
4745
            "justify_content": null,
4746
            "justify_items": null,
4747
            "left": null,
4748
            "margin": null,
4749
            "max_height": null,
4750
            "max_width": null,
4751
            "min_height": null,
4752
            "min_width": null,
4753
            "object_fit": null,
4754
            "object_position": null,
4755
            "order": null,
4756
            "overflow": null,
4757
            "overflow_x": null,
4758
            "overflow_y": null,
4759
            "padding": null,
4760
            "right": null,
4761
            "top": null,
4762
            "visibility": null,
4763
            "width": null
4764
          }
4765
        },
4766
        "9c8d7cb001724b5b834bb8823deb6a8f": {
4767
          "model_module": "@jupyter-widgets/controls",
4768
          "model_module_version": "1.5.0",
4769
          "model_name": "HTMLModel",
4770
          "state": {
4771
            "_dom_classes": [],
4772
            "_model_module": "@jupyter-widgets/controls",
4773
            "_model_module_version": "1.5.0",
4774
            "_model_name": "HTMLModel",
4775
            "_view_count": null,
4776
            "_view_module": "@jupyter-widgets/controls",
4777
            "_view_module_version": "1.5.0",
4778
            "_view_name": "HTMLView",
4779
            "description": "",
4780
            "description_tooltip": null,
4781
            "layout": "IPY_MODEL_ec2bee57fd7f493984f4b869faf5942c",
4782
            "placeholder": "​",
4783
            "style": "IPY_MODEL_2cce6d71fa1d4f27b3b3626c83e7677b",
4784
            "value": "Upload file keras_metadata.pb: 100%"
4785
          }
4786
        },
4787
        "9dbaf688073e4b4ba71cb3bbde935cbf": {
4788
          "model_module": "@jupyter-widgets/controls",
4789
          "model_module_version": "1.5.0",
4790
          "model_name": "DescriptionStyleModel",
4791
          "state": {
4792
            "_model_module": "@jupyter-widgets/controls",
4793
            "_model_module_version": "1.5.0",
4794
            "_model_name": "DescriptionStyleModel",
4795
            "_view_count": null,
4796
            "_view_module": "@jupyter-widgets/base",
4797
            "_view_module_version": "1.2.0",
4798
            "_view_name": "StyleView",
4799
            "description_width": ""
4800
          }
4801
        },
4802
        "9f92a67a8be74ba189d8f4f5573020e4": {
4803
          "model_module": "@jupyter-widgets/controls",
4804
          "model_module_version": "1.5.0",
4805
          "model_name": "HBoxModel",
4806
          "state": {
4807
            "_dom_classes": [],
4808
            "_model_module": "@jupyter-widgets/controls",
4809
            "_model_module_version": "1.5.0",
4810
            "_model_name": "HBoxModel",
4811
            "_view_count": null,
4812
            "_view_module": "@jupyter-widgets/controls",
4813
            "_view_module_version": "1.5.0",
4814
            "_view_name": "HBoxView",
4815
            "box_style": "",
4816
            "children": [
4817
              "IPY_MODEL_fac1a27603284e8caf4434ae7690c038",
4818
              "IPY_MODEL_2f3ccdf403b9491ab9cd12a8072b14ad",
4819
              "IPY_MODEL_f677513edc2b44a18dcd446218233326"
4820
            ],
4821
            "layout": "IPY_MODEL_9aea6dd215334105aa75ea200b8dbc99"
4822
          }
4823
        },
4824
        "a0def3a7bac3485a9e310e8c9d1e063f": {
4825
          "model_module": "@jupyter-widgets/base",
4826
          "model_module_version": "1.2.0",
4827
          "model_name": "LayoutModel",
4828
          "state": {
4829
            "_model_module": "@jupyter-widgets/base",
4830
            "_model_module_version": "1.2.0",
4831
            "_model_name": "LayoutModel",
4832
            "_view_count": null,
4833
            "_view_module": "@jupyter-widgets/base",
4834
            "_view_module_version": "1.2.0",
4835
            "_view_name": "LayoutView",
4836
            "align_content": null,
4837
            "align_items": null,
4838
            "align_self": null,
4839
            "border": null,
4840
            "bottom": null,
4841
            "display": null,
4842
            "flex": null,
4843
            "flex_flow": null,
4844
            "grid_area": null,
4845
            "grid_auto_columns": null,
4846
            "grid_auto_flow": null,
4847
            "grid_auto_rows": null,
4848
            "grid_column": null,
4849
            "grid_gap": null,
4850
            "grid_row": null,
4851
            "grid_template_areas": null,
4852
            "grid_template_columns": null,
4853
            "grid_template_rows": null,
4854
            "height": null,
4855
            "justify_content": null,
4856
            "justify_items": null,
4857
            "left": null,
4858
            "margin": null,
4859
            "max_height": null,
4860
            "max_width": null,
4861
            "min_height": null,
4862
            "min_width": null,
4863
            "object_fit": null,
4864
            "object_position": null,
4865
            "order": null,
4866
            "overflow": null,
4867
            "overflow_x": null,
4868
            "overflow_y": null,
4869
            "padding": null,
4870
            "right": null,
4871
            "top": null,
4872
            "visibility": null,
4873
            "width": null
4874
          }
4875
        },
4876
        "a10d70f5b7224f0284c3ce00acb1264f": {
4877
          "model_module": "@jupyter-widgets/base",
4878
          "model_module_version": "1.2.0",
4879
          "model_name": "LayoutModel",
4880
          "state": {
4881
            "_model_module": "@jupyter-widgets/base",
4882
            "_model_module_version": "1.2.0",
4883
            "_model_name": "LayoutModel",
4884
            "_view_count": null,
4885
            "_view_module": "@jupyter-widgets/base",
4886
            "_view_module_version": "1.2.0",
4887
            "_view_name": "LayoutView",
4888
            "align_content": null,
4889
            "align_items": null,
4890
            "align_self": null,
4891
            "border": null,
4892
            "bottom": null,
4893
            "display": null,
4894
            "flex": null,
4895
            "flex_flow": null,
4896
            "grid_area": null,
4897
            "grid_auto_columns": null,
4898
            "grid_auto_flow": null,
4899
            "grid_auto_rows": null,
4900
            "grid_column": null,
4901
            "grid_gap": null,
4902
            "grid_row": null,
4903
            "grid_template_areas": null,
4904
            "grid_template_columns": null,
4905
            "grid_template_rows": null,
4906
            "height": null,
4907
            "justify_content": null,
4908
            "justify_items": null,
4909
            "left": null,
4910
            "margin": null,
4911
            "max_height": null,
4912
            "max_width": null,
4913
            "min_height": null,
4914
            "min_width": null,
4915
            "object_fit": null,
4916
            "object_position": null,
4917
            "order": null,
4918
            "overflow": null,
4919
            "overflow_x": null,
4920
            "overflow_y": null,
4921
            "padding": null,
4922
            "right": null,
4923
            "top": null,
4924
            "visibility": null,
4925
            "width": null
4926
          }
4927
        },
4928
        "a1935758583d432487cc77c0d20a4232": {
4929
          "model_module": "@jupyter-widgets/controls",
4930
          "model_module_version": "1.5.0",
4931
          "model_name": "HTMLModel",
4932
          "state": {
4933
            "_dom_classes": [],
4934
            "_model_module": "@jupyter-widgets/controls",
4935
            "_model_module_version": "1.5.0",
4936
            "_model_name": "HTMLModel",
4937
            "_view_count": null,
4938
            "_view_module": "@jupyter-widgets/controls",
4939
            "_view_module_version": "1.5.0",
4940
            "_view_name": "HTMLView",
4941
            "description": "",
4942
            "description_tooltip": null,
4943
            "layout": "IPY_MODEL_f6a419027e9e418485434963cd5cb81d",
4944
            "placeholder": "​",
4945
            "style": "IPY_MODEL_56ee2fa9f6a94d47a01033eff072409d",
4946
            "value": " 32.5k/32.5k [00:01&lt;00:00, 17.9kB/s]"
4947
          }
4948
        },
4949
        "a498d00881434fe993080cdc0c51b67c": {
4950
          "model_module": "@jupyter-widgets/base",
4951
          "model_module_version": "1.2.0",
4952
          "model_name": "LayoutModel",
4953
          "state": {
4954
            "_model_module": "@jupyter-widgets/base",
4955
            "_model_module_version": "1.2.0",
4956
            "_model_name": "LayoutModel",
4957
            "_view_count": null,
4958
            "_view_module": "@jupyter-widgets/base",
4959
            "_view_module_version": "1.2.0",
4960
            "_view_name": "LayoutView",
4961
            "align_content": null,
4962
            "align_items": null,
4963
            "align_self": null,
4964
            "border": null,
4965
            "bottom": null,
4966
            "display": null,
4967
            "flex": null,
4968
            "flex_flow": null,
4969
            "grid_area": null,
4970
            "grid_auto_columns": null,
4971
            "grid_auto_flow": null,
4972
            "grid_auto_rows": null,
4973
            "grid_column": null,
4974
            "grid_gap": null,
4975
            "grid_row": null,
4976
            "grid_template_areas": null,
4977
            "grid_template_columns": null,
4978
            "grid_template_rows": null,
4979
            "height": null,
4980
            "justify_content": null,
4981
            "justify_items": null,
4982
            "left": null,
4983
            "margin": null,
4984
            "max_height": null,
4985
            "max_width": null,
4986
            "min_height": null,
4987
            "min_width": null,
4988
            "object_fit": null,
4989
            "object_position": null,
4990
            "order": null,
4991
            "overflow": null,
4992
            "overflow_x": null,
4993
            "overflow_y": null,
4994
            "padding": null,
4995
            "right": null,
4996
            "top": null,
4997
            "visibility": null,
4998
            "width": null
4999
          }
5000
        },
5001
        "a4bf6e5d497b405da08a1d9ee17fb086": {
5002
          "model_module": "@jupyter-widgets/controls",
5003
          "model_module_version": "1.5.0",
5004
          "model_name": "HBoxModel",
5005
          "state": {
5006
            "_dom_classes": [],
5007
            "_model_module": "@jupyter-widgets/controls",
5008
            "_model_module_version": "1.5.0",
5009
            "_model_name": "HBoxModel",
5010
            "_view_count": null,
5011
            "_view_module": "@jupyter-widgets/controls",
5012
            "_view_module_version": "1.5.0",
5013
            "_view_name": "HBoxView",
5014
            "box_style": "",
5015
            "children": [
5016
              "IPY_MODEL_d6c034a3b59e494da0a2afc74e6392fa",
5017
              "IPY_MODEL_902d6b10a6c64bc1968b22099d61901c",
5018
              "IPY_MODEL_98738402d12e41bca86f7423e26c6d96"
5019
            ],
5020
            "layout": "IPY_MODEL_385143c669e44c4594cffdb97418a243"
5021
          }
5022
        },
5023
        "a505ccce00d149429b79fd311d67040f": {
5024
          "model_module": "@jupyter-widgets/base",
5025
          "model_module_version": "1.2.0",
5026
          "model_name": "LayoutModel",
5027
          "state": {
5028
            "_model_module": "@jupyter-widgets/base",
5029
            "_model_module_version": "1.2.0",
5030
            "_model_name": "LayoutModel",
5031
            "_view_count": null,
5032
            "_view_module": "@jupyter-widgets/base",
5033
            "_view_module_version": "1.2.0",
5034
            "_view_name": "LayoutView",
5035
            "align_content": null,
5036
            "align_items": null,
5037
            "align_self": null,
5038
            "border": null,
5039
            "bottom": null,
5040
            "display": null,
5041
            "flex": null,
5042
            "flex_flow": null,
5043
            "grid_area": null,
5044
            "grid_auto_columns": null,
5045
            "grid_auto_flow": null,
5046
            "grid_auto_rows": null,
5047
            "grid_column": null,
5048
            "grid_gap": null,
5049
            "grid_row": null,
5050
            "grid_template_areas": null,
5051
            "grid_template_columns": null,
5052
            "grid_template_rows": null,
5053
            "height": null,
5054
            "justify_content": null,
5055
            "justify_items": null,
5056
            "left": null,
5057
            "margin": null,
5058
            "max_height": null,
5059
            "max_width": null,
5060
            "min_height": null,
5061
            "min_width": null,
5062
            "object_fit": null,
5063
            "object_position": null,
5064
            "order": null,
5065
            "overflow": null,
5066
            "overflow_x": null,
5067
            "overflow_y": null,
5068
            "padding": null,
5069
            "right": null,
5070
            "top": null,
5071
            "visibility": null,
5072
            "width": null
5073
          }
5074
        },
5075
        "a9137a8c85834cdc9737e4b0b366d3d8": {
5076
          "model_module": "@jupyter-widgets/controls",
5077
          "model_module_version": "1.5.0",
5078
          "model_name": "ButtonModel",
5079
          "state": {
5080
            "_dom_classes": [],
5081
            "_model_module": "@jupyter-widgets/controls",
5082
            "_model_module_version": "1.5.0",
5083
            "_model_name": "ButtonModel",
5084
            "_view_count": null,
5085
            "_view_module": "@jupyter-widgets/controls",
5086
            "_view_module_version": "1.5.0",
5087
            "_view_name": "ButtonView",
5088
            "button_style": "",
5089
            "description": "Login",
5090
            "disabled": false,
5091
            "icon": "",
5092
            "layout": "IPY_MODEL_183172178a4649ef8b1ca8867c9bacae",
5093
            "style": "IPY_MODEL_bfc5ff2dfb0e449ab2ae8cf01159c44e",
5094
            "tooltip": ""
5095
          }
5096
        },
5097
        "a91b56c2993447109b2372ef12c56d8b": {
5098
          "model_module": "@jupyter-widgets/base",
5099
          "model_module_version": "1.2.0",
5100
          "model_name": "LayoutModel",
5101
          "state": {
5102
            "_model_module": "@jupyter-widgets/base",
5103
            "_model_module_version": "1.2.0",
5104
            "_model_name": "LayoutModel",
5105
            "_view_count": null,
5106
            "_view_module": "@jupyter-widgets/base",
5107
            "_view_module_version": "1.2.0",
5108
            "_view_name": "LayoutView",
5109
            "align_content": null,
5110
            "align_items": null,
5111
            "align_self": null,
5112
            "border": null,
5113
            "bottom": null,
5114
            "display": null,
5115
            "flex": null,
5116
            "flex_flow": null,
5117
            "grid_area": null,
5118
            "grid_auto_columns": null,
5119
            "grid_auto_flow": null,
5120
            "grid_auto_rows": null,
5121
            "grid_column": null,
5122
            "grid_gap": null,
5123
            "grid_row": null,
5124
            "grid_template_areas": null,
5125
            "grid_template_columns": null,
5126
            "grid_template_rows": null,
5127
            "height": null,
5128
            "justify_content": null,
5129
            "justify_items": null,
5130
            "left": null,
5131
            "margin": null,
5132
            "max_height": null,
5133
            "max_width": null,
5134
            "min_height": null,
5135
            "min_width": null,
5136
            "object_fit": null,
5137
            "object_position": null,
5138
            "order": null,
5139
            "overflow": null,
5140
            "overflow_x": null,
5141
            "overflow_y": null,
5142
            "padding": null,
5143
            "right": null,
5144
            "top": null,
5145
            "visibility": null,
5146
            "width": null
5147
          }
5148
        },
5149
        "a94aa91c0fa44aaca3003efb3717df09": {
5150
          "model_module": "@jupyter-widgets/controls",
5151
          "model_module_version": "1.5.0",
5152
          "model_name": "HTMLModel",
5153
          "state": {
5154
            "_dom_classes": [],
5155
            "_model_module": "@jupyter-widgets/controls",
5156
            "_model_module_version": "1.5.0",
5157
            "_model_name": "HTMLModel",
5158
            "_view_count": null,
5159
            "_view_module": "@jupyter-widgets/controls",
5160
            "_view_module_version": "1.5.0",
5161
            "_view_name": "HTMLView",
5162
            "description": "",
5163
            "description_tooltip": null,
5164
            "layout": "IPY_MODEL_5ecf3f2636844f4ea1b95370c40ce0a2",
5165
            "placeholder": "​",
5166
            "style": "IPY_MODEL_24f4988245a34e47a5ac0ba01539a679",
5167
            "value": "Download file saved_model.pb: 100%"
5168
          }
5169
        },
5170
        "ab81c85bb7b745f2afc17c1499c43c84": {
5171
          "model_module": "@jupyter-widgets/controls",
5172
          "model_module_version": "1.5.0",
5173
          "model_name": "FloatProgressModel",
5174
          "state": {
5175
            "_dom_classes": [],
5176
            "_model_module": "@jupyter-widgets/controls",
5177
            "_model_module_version": "1.5.0",
5178
            "_model_name": "FloatProgressModel",
5179
            "_view_count": null,
5180
            "_view_module": "@jupyter-widgets/controls",
5181
            "_view_module_version": "1.5.0",
5182
            "_view_name": "ProgressView",
5183
            "bar_style": "success",
5184
            "description": "",
5185
            "description_tooltip": null,
5186
            "layout": "IPY_MODEL_a505ccce00d149429b79fd311d67040f",
5187
            "max": 4076,
5188
            "min": 0,
5189
            "orientation": "horizontal",
5190
            "style": "IPY_MODEL_fb6acf2e526d4e36a2c9d6c8eca0dae4",
5191
            "value": 4076
5192
          }
5193
        },
5194
        "abd32cbd650b470fabceb033612734db": {
5195
          "model_module": "@jupyter-widgets/base",
5196
          "model_module_version": "1.2.0",
5197
          "model_name": "LayoutModel",
5198
          "state": {
5199
            "_model_module": "@jupyter-widgets/base",
5200
            "_model_module_version": "1.2.0",
5201
            "_model_name": "LayoutModel",
5202
            "_view_count": null,
5203
            "_view_module": "@jupyter-widgets/base",
5204
            "_view_module_version": "1.2.0",
5205
            "_view_name": "LayoutView",
5206
            "align_content": null,
5207
            "align_items": null,
5208
            "align_self": null,
5209
            "border": null,
5210
            "bottom": null,
5211
            "display": null,
5212
            "flex": null,
5213
            "flex_flow": null,
5214
            "grid_area": null,
5215
            "grid_auto_columns": null,
5216
            "grid_auto_flow": null,
5217
            "grid_auto_rows": null,
5218
            "grid_column": null,
5219
            "grid_gap": null,
5220
            "grid_row": null,
5221
            "grid_template_areas": null,
5222
            "grid_template_columns": null,
5223
            "grid_template_rows": null,
5224
            "height": null,
5225
            "justify_content": null,
5226
            "justify_items": null,
5227
            "left": null,
5228
            "margin": null,
5229
            "max_height": null,
5230
            "max_width": null,
5231
            "min_height": null,
5232
            "min_width": null,
5233
            "object_fit": null,
5234
            "object_position": null,
5235
            "order": null,
5236
            "overflow": null,
5237
            "overflow_x": null,
5238
            "overflow_y": null,
5239
            "padding": null,
5240
            "right": null,
5241
            "top": null,
5242
            "visibility": null,
5243
            "width": null
5244
          }
5245
        },
5246
        "ad1f3c4315a049108a0bd52805ab65c0": {
5247
          "model_module": "@jupyter-widgets/base",
5248
          "model_module_version": "1.2.0",
5249
          "model_name": "LayoutModel",
5250
          "state": {
5251
            "_model_module": "@jupyter-widgets/base",
5252
            "_model_module_version": "1.2.0",
5253
            "_model_name": "LayoutModel",
5254
            "_view_count": null,
5255
            "_view_module": "@jupyter-widgets/base",
5256
            "_view_module_version": "1.2.0",
5257
            "_view_name": "LayoutView",
5258
            "align_content": null,
5259
            "align_items": null,
5260
            "align_self": null,
5261
            "border": null,
5262
            "bottom": null,
5263
            "display": null,
5264
            "flex": null,
5265
            "flex_flow": null,
5266
            "grid_area": null,
5267
            "grid_auto_columns": null,
5268
            "grid_auto_flow": null,
5269
            "grid_auto_rows": null,
5270
            "grid_column": null,
5271
            "grid_gap": null,
5272
            "grid_row": null,
5273
            "grid_template_areas": null,
5274
            "grid_template_columns": null,
5275
            "grid_template_rows": null,
5276
            "height": null,
5277
            "justify_content": null,
5278
            "justify_items": null,
5279
            "left": null,
5280
            "margin": null,
5281
            "max_height": null,
5282
            "max_width": null,
5283
            "min_height": null,
5284
            "min_width": null,
5285
            "object_fit": null,
5286
            "object_position": null,
5287
            "order": null,
5288
            "overflow": null,
5289
            "overflow_x": null,
5290
            "overflow_y": null,
5291
            "padding": null,
5292
            "right": null,
5293
            "top": null,
5294
            "visibility": null,
5295
            "width": null
5296
          }
5297
        },
5298
        "ae9fe1ac4a96470398ae36770c930a6f": {
5299
          "model_module": "@jupyter-widgets/controls",
5300
          "model_module_version": "1.5.0",
5301
          "model_name": "FloatProgressModel",
5302
          "state": {
5303
            "_dom_classes": [],
5304
            "_model_module": "@jupyter-widgets/controls",
5305
            "_model_module_version": "1.5.0",
5306
            "_model_name": "FloatProgressModel",
5307
            "_view_count": null,
5308
            "_view_module": "@jupyter-widgets/controls",
5309
            "_view_module_version": "1.5.0",
5310
            "_view_name": "ProgressView",
5311
            "bar_style": "success",
5312
            "description": "",
5313
            "description_tooltip": null,
5314
            "layout": "IPY_MODEL_dda417bf74b241c48d8c33105281c254",
5315
            "max": 5471,
5316
            "min": 0,
5317
            "orientation": "horizontal",
5318
            "style": "IPY_MODEL_9ab760e35f434be281bbf8e3b68de192",
5319
            "value": 5471
5320
          }
5321
        },
5322
        "b256471e41ef4265a8fde0d4ad5903fb": {
5323
          "model_module": "@jupyter-widgets/base",
5324
          "model_module_version": "1.2.0",
5325
          "model_name": "LayoutModel",
5326
          "state": {
5327
            "_model_module": "@jupyter-widgets/base",
5328
            "_model_module_version": "1.2.0",
5329
            "_model_name": "LayoutModel",
5330
            "_view_count": null,
5331
            "_view_module": "@jupyter-widgets/base",
5332
            "_view_module_version": "1.2.0",
5333
            "_view_name": "LayoutView",
5334
            "align_content": null,
5335
            "align_items": null,
5336
            "align_self": null,
5337
            "border": null,
5338
            "bottom": null,
5339
            "display": null,
5340
            "flex": null,
5341
            "flex_flow": null,
5342
            "grid_area": null,
5343
            "grid_auto_columns": null,
5344
            "grid_auto_flow": null,
5345
            "grid_auto_rows": null,
5346
            "grid_column": null,
5347
            "grid_gap": null,
5348
            "grid_row": null,
5349
            "grid_template_areas": null,
5350
            "grid_template_columns": null,
5351
            "grid_template_rows": null,
5352
            "height": null,
5353
            "justify_content": null,
5354
            "justify_items": null,
5355
            "left": null,
5356
            "margin": null,
5357
            "max_height": null,
5358
            "max_width": null,
5359
            "min_height": null,
5360
            "min_width": null,
5361
            "object_fit": null,
5362
            "object_position": null,
5363
            "order": null,
5364
            "overflow": null,
5365
            "overflow_x": null,
5366
            "overflow_y": null,
5367
            "padding": null,
5368
            "right": null,
5369
            "top": null,
5370
            "visibility": null,
5371
            "width": null
5372
          }
5373
        },
5374
        "b33ee66a541544948724b1240c4ae13d": {
5375
          "model_module": "@jupyter-widgets/controls",
5376
          "model_module_version": "1.5.0",
5377
          "model_name": "HTMLModel",
5378
          "state": {
5379
            "_dom_classes": [],
5380
            "_model_module": "@jupyter-widgets/controls",
5381
            "_model_module_version": "1.5.0",
5382
            "_model_name": "HTMLModel",
5383
            "_view_count": null,
5384
            "_view_module": "@jupyter-widgets/controls",
5385
            "_view_module_version": "1.5.0",
5386
            "_view_name": "HTMLView",
5387
            "description": "",
5388
            "description_tooltip": null,
5389
            "layout": "IPY_MODEL_78380cfc2afa412a8420179cc6868041",
5390
            "placeholder": "​",
5391
            "style": "IPY_MODEL_3217b4d1bfa94638b693f14b898cabb6",
5392
            "value": "Clean file variables/variables.data-00000-of-00001: 100%"
5393
          }
5394
        },
5395
        "b5506c49ba15441cafd48ac64a0c2449": {
5396
          "model_module": "@jupyter-widgets/controls",
5397
          "model_module_version": "1.5.0",
5398
          "model_name": "ProgressStyleModel",
5399
          "state": {
5400
            "_model_module": "@jupyter-widgets/controls",
5401
            "_model_module_version": "1.5.0",
5402
            "_model_name": "ProgressStyleModel",
5403
            "_view_count": null,
5404
            "_view_module": "@jupyter-widgets/base",
5405
            "_view_module_version": "1.2.0",
5406
            "_view_name": "StyleView",
5407
            "bar_color": null,
5408
            "description_width": ""
5409
          }
5410
        },
5411
        "b58cd7cc1c554efa856b54e4dd78d032": {
5412
          "model_module": "@jupyter-widgets/controls",
5413
          "model_module_version": "1.5.0",
5414
          "model_name": "ProgressStyleModel",
5415
          "state": {
5416
            "_model_module": "@jupyter-widgets/controls",
5417
            "_model_module_version": "1.5.0",
5418
            "_model_name": "ProgressStyleModel",
5419
            "_view_count": null,
5420
            "_view_module": "@jupyter-widgets/base",
5421
            "_view_module_version": "1.2.0",
5422
            "_view_name": "StyleView",
5423
            "bar_color": null,
5424
            "description_width": ""
5425
          }
5426
        },
5427
        "b68c0f49251747e4a71d09ce1393a70b": {
5428
          "model_module": "@jupyter-widgets/controls",
5429
          "model_module_version": "1.5.0",
5430
          "model_name": "HBoxModel",
5431
          "state": {
5432
            "_dom_classes": [],
5433
            "_model_module": "@jupyter-widgets/controls",
5434
            "_model_module_version": "1.5.0",
5435
            "_model_name": "HBoxModel",
5436
            "_view_count": null,
5437
            "_view_module": "@jupyter-widgets/controls",
5438
            "_view_module_version": "1.5.0",
5439
            "_view_name": "HBoxView",
5440
            "box_style": "",
5441
            "children": [
5442
              "IPY_MODEL_08e8e8b023494cfeac53c5d63714e655",
5443
              "IPY_MODEL_39dab9292663428a9dfc5ea9af98683c",
5444
              "IPY_MODEL_419ce033cf074269968d5d6b1a88c6f9"
5445
            ],
5446
            "layout": "IPY_MODEL_f10b4d7abe3845b98cc5f442cda4fc81"
5447
          }
5448
        },
5449
        "b9c452288a64428e91d72ec8b202738d": {
5450
          "model_module": "@jupyter-widgets/controls",
5451
          "model_module_version": "1.5.0",
5452
          "model_name": "DescriptionStyleModel",
5453
          "state": {
5454
            "_model_module": "@jupyter-widgets/controls",
5455
            "_model_module_version": "1.5.0",
5456
            "_model_name": "DescriptionStyleModel",
5457
            "_view_count": null,
5458
            "_view_module": "@jupyter-widgets/base",
5459
            "_view_module_version": "1.2.0",
5460
            "_view_name": "StyleView",
5461
            "description_width": ""
5462
          }
5463
        },
5464
        "bc59f1a68ab94a62b9563796f5a66e65": {
5465
          "model_module": "@jupyter-widgets/controls",
5466
          "model_module_version": "1.5.0",
5467
          "model_name": "DescriptionStyleModel",
5468
          "state": {
5469
            "_model_module": "@jupyter-widgets/controls",
5470
            "_model_module_version": "1.5.0",
5471
            "_model_name": "DescriptionStyleModel",
5472
            "_view_count": null,
5473
            "_view_module": "@jupyter-widgets/base",
5474
            "_view_module_version": "1.2.0",
5475
            "_view_name": "StyleView",
5476
            "description_width": ""
5477
          }
5478
        },
5479
        "bcdc79b5c8d7407cacb09f475a742107": {
5480
          "model_module": "@jupyter-widgets/controls",
5481
          "model_module_version": "1.5.0",
5482
          "model_name": "HTMLModel",
5483
          "state": {
5484
            "_dom_classes": [],
5485
            "_model_module": "@jupyter-widgets/controls",
5486
            "_model_module_version": "1.5.0",
5487
            "_model_name": "HTMLModel",
5488
            "_view_count": null,
5489
            "_view_module": "@jupyter-widgets/controls",
5490
            "_view_module_version": "1.5.0",
5491
            "_view_name": "HTMLView",
5492
            "description": "",
5493
            "description_tooltip": null,
5494
            "layout": "IPY_MODEL_995fedb55cba43188d4438250360bbdc",
5495
            "placeholder": "​",
5496
            "style": "IPY_MODEL_f93ed15ebdfe4574bc64781b5439873f",
5497
            "value": " 4.36M/4.36M [00:01&lt;00:00, 4.28MB/s]"
5498
          }
5499
        },
5500
        "bdae0c48cae24b80aa473bb56082c840": {
5501
          "model_module": "@jupyter-widgets/controls",
5502
          "model_module_version": "1.5.0",
5503
          "model_name": "DescriptionStyleModel",
5504
          "state": {
5505
            "_model_module": "@jupyter-widgets/controls",
5506
            "_model_module_version": "1.5.0",
5507
            "_model_name": "DescriptionStyleModel",
5508
            "_view_count": null,
5509
            "_view_module": "@jupyter-widgets/base",
5510
            "_view_module_version": "1.2.0",
5511
            "_view_name": "StyleView",
5512
            "description_width": ""
5513
          }
5514
        },
5515
        "bf55838902fd47c19ac5642142c8eabf": {
5516
          "model_module": "@jupyter-widgets/controls",
5517
          "model_module_version": "1.5.0",
5518
          "model_name": "HTMLModel",
5519
          "state": {
5520
            "_dom_classes": [],
5521
            "_model_module": "@jupyter-widgets/controls",
5522
            "_model_module_version": "1.5.0",
5523
            "_model_name": "HTMLModel",
5524
            "_view_count": null,
5525
            "_view_module": "@jupyter-widgets/controls",
5526
            "_view_module_version": "1.5.0",
5527
            "_view_name": "HTMLView",
5528
            "description": "",
5529
            "description_tooltip": null,
5530
            "layout": "IPY_MODEL_0b58bfbf9aff4038a7321426c3130372",
5531
            "placeholder": "​",
5532
            "style": "IPY_MODEL_fc5f6e7bbe79404cbdf14b7186a3fb5b",
5533
            "value": " 4.00k/4.00k [00:01&lt;00:00, 459B/s]"
5534
          }
5535
        },
5536
        "bfc5ff2dfb0e449ab2ae8cf01159c44e": {
5537
          "model_module": "@jupyter-widgets/controls",
5538
          "model_module_version": "1.5.0",
5539
          "model_name": "ButtonStyleModel",
5540
          "state": {
5541
            "_model_module": "@jupyter-widgets/controls",
5542
            "_model_module_version": "1.5.0",
5543
            "_model_name": "ButtonStyleModel",
5544
            "_view_count": null,
5545
            "_view_module": "@jupyter-widgets/base",
5546
            "_view_module_version": "1.2.0",
5547
            "_view_name": "StyleView",
5548
            "button_color": null,
5549
            "font_weight": ""
5550
          }
5551
        },
5552
        "c2247713fa154991bd3d86329735b794": {
5553
          "model_module": "@jupyter-widgets/base",
5554
          "model_module_version": "1.2.0",
5555
          "model_name": "LayoutModel",
5556
          "state": {
5557
            "_model_module": "@jupyter-widgets/base",
5558
            "_model_module_version": "1.2.0",
5559
            "_model_name": "LayoutModel",
5560
            "_view_count": null,
5561
            "_view_module": "@jupyter-widgets/base",
5562
            "_view_module_version": "1.2.0",
5563
            "_view_name": "LayoutView",
5564
            "align_content": null,
5565
            "align_items": null,
5566
            "align_self": null,
5567
            "border": null,
5568
            "bottom": null,
5569
            "display": null,
5570
            "flex": null,
5571
            "flex_flow": null,
5572
            "grid_area": null,
5573
            "grid_auto_columns": null,
5574
            "grid_auto_flow": null,
5575
            "grid_auto_rows": null,
5576
            "grid_column": null,
5577
            "grid_gap": null,
5578
            "grid_row": null,
5579
            "grid_template_areas": null,
5580
            "grid_template_columns": null,
5581
            "grid_template_rows": null,
5582
            "height": null,
5583
            "justify_content": null,
5584
            "justify_items": null,
5585
            "left": null,
5586
            "margin": null,
5587
            "max_height": null,
5588
            "max_width": null,
5589
            "min_height": null,
5590
            "min_width": null,
5591
            "object_fit": null,
5592
            "object_position": null,
5593
            "order": null,
5594
            "overflow": null,
5595
            "overflow_x": null,
5596
            "overflow_y": null,
5597
            "padding": null,
5598
            "right": null,
5599
            "top": null,
5600
            "visibility": null,
5601
            "width": null
5602
          }
5603
        },
5604
        "c25dde53d518444d8417caac5cbb2fe4": {
5605
          "model_module": "@jupyter-widgets/controls",
5606
          "model_module_version": "1.5.0",
5607
          "model_name": "HTMLModel",
5608
          "state": {
5609
            "_dom_classes": [],
5610
            "_model_module": "@jupyter-widgets/controls",
5611
            "_model_module_version": "1.5.0",
5612
            "_model_name": "HTMLModel",
5613
            "_view_count": null,
5614
            "_view_module": "@jupyter-widgets/controls",
5615
            "_view_module_version": "1.5.0",
5616
            "_view_name": "HTMLView",
5617
            "description": "",
5618
            "description_tooltip": null,
5619
            "layout": "IPY_MODEL_349414e580ab4cb58da3dd10d6cd20ac",
5620
            "placeholder": "​",
5621
            "style": "IPY_MODEL_8eb0edb62fc34f3b9cdd12cad6e8073d",
5622
            "value": " 5.34k/5.34k [00:01&lt;00:00, 3.39kB/s]"
5623
          }
5624
        },
5625
        "c2fc75e8264542ab9582a28eccfd6e61": {
5626
          "model_module": "@jupyter-widgets/base",
5627
          "model_module_version": "1.2.0",
5628
          "model_name": "LayoutModel",
5629
          "state": {
5630
            "_model_module": "@jupyter-widgets/base",
5631
            "_model_module_version": "1.2.0",
5632
            "_model_name": "LayoutModel",
5633
            "_view_count": null,
5634
            "_view_module": "@jupyter-widgets/base",
5635
            "_view_module_version": "1.2.0",
5636
            "_view_name": "LayoutView",
5637
            "align_content": null,
5638
            "align_items": null,
5639
            "align_self": null,
5640
            "border": null,
5641
            "bottom": null,
5642
            "display": null,
5643
            "flex": null,
5644
            "flex_flow": null,
5645
            "grid_area": null,
5646
            "grid_auto_columns": null,
5647
            "grid_auto_flow": null,
5648
            "grid_auto_rows": null,
5649
            "grid_column": null,
5650
            "grid_gap": null,
5651
            "grid_row": null,
5652
            "grid_template_areas": null,
5653
            "grid_template_columns": null,
5654
            "grid_template_rows": null,
5655
            "height": null,
5656
            "justify_content": null,
5657
            "justify_items": null,
5658
            "left": null,
5659
            "margin": null,
5660
            "max_height": null,
5661
            "max_width": null,
5662
            "min_height": null,
5663
            "min_width": null,
5664
            "object_fit": null,
5665
            "object_position": null,
5666
            "order": null,
5667
            "overflow": null,
5668
            "overflow_x": null,
5669
            "overflow_y": null,
5670
            "padding": null,
5671
            "right": null,
5672
            "top": null,
5673
            "visibility": null,
5674
            "width": null
5675
          }
5676
        },
5677
        "c31055a893644f77bea24395dc9ff163": {
5678
          "model_module": "@jupyter-widgets/base",
5679
          "model_module_version": "1.2.0",
5680
          "model_name": "LayoutModel",
5681
          "state": {
5682
            "_model_module": "@jupyter-widgets/base",
5683
            "_model_module_version": "1.2.0",
5684
            "_model_name": "LayoutModel",
5685
            "_view_count": null,
5686
            "_view_module": "@jupyter-widgets/base",
5687
            "_view_module_version": "1.2.0",
5688
            "_view_name": "LayoutView",
5689
            "align_content": null,
5690
            "align_items": null,
5691
            "align_self": null,
5692
            "border": null,
5693
            "bottom": null,
5694
            "display": null,
5695
            "flex": null,
5696
            "flex_flow": null,
5697
            "grid_area": null,
5698
            "grid_auto_columns": null,
5699
            "grid_auto_flow": null,
5700
            "grid_auto_rows": null,
5701
            "grid_column": null,
5702
            "grid_gap": null,
5703
            "grid_row": null,
5704
            "grid_template_areas": null,
5705
            "grid_template_columns": null,
5706
            "grid_template_rows": null,
5707
            "height": null,
5708
            "justify_content": null,
5709
            "justify_items": null,
5710
            "left": null,
5711
            "margin": null,
5712
            "max_height": null,
5713
            "max_width": null,
5714
            "min_height": null,
5715
            "min_width": null,
5716
            "object_fit": null,
5717
            "object_position": null,
5718
            "order": null,
5719
            "overflow": null,
5720
            "overflow_x": null,
5721
            "overflow_y": null,
5722
            "padding": null,
5723
            "right": null,
5724
            "top": null,
5725
            "visibility": null,
5726
            "width": null
5727
          }
5728
        },
5729
        "c374f68ba5164869a376d95523695724": {
5730
          "model_module": "@jupyter-widgets/controls",
5731
          "model_module_version": "1.5.0",
5732
          "model_name": "ProgressStyleModel",
5733
          "state": {
5734
            "_model_module": "@jupyter-widgets/controls",
5735
            "_model_module_version": "1.5.0",
5736
            "_model_name": "ProgressStyleModel",
5737
            "_view_count": null,
5738
            "_view_module": "@jupyter-widgets/base",
5739
            "_view_module_version": "1.2.0",
5740
            "_view_name": "StyleView",
5741
            "bar_color": null,
5742
            "description_width": ""
5743
          }
5744
        },
5745
        "c405bfcae9444ff3a024f3ce565fea16": {
5746
          "model_module": "@jupyter-widgets/base",
5747
          "model_module_version": "1.2.0",
5748
          "model_name": "LayoutModel",
5749
          "state": {
5750
            "_model_module": "@jupyter-widgets/base",
5751
            "_model_module_version": "1.2.0",
5752
            "_model_name": "LayoutModel",
5753
            "_view_count": null,
5754
            "_view_module": "@jupyter-widgets/base",
5755
            "_view_module_version": "1.2.0",
5756
            "_view_name": "LayoutView",
5757
            "align_content": null,
5758
            "align_items": null,
5759
            "align_self": null,
5760
            "border": null,
5761
            "bottom": null,
5762
            "display": null,
5763
            "flex": null,
5764
            "flex_flow": null,
5765
            "grid_area": null,
5766
            "grid_auto_columns": null,
5767
            "grid_auto_flow": null,
5768
            "grid_auto_rows": null,
5769
            "grid_column": null,
5770
            "grid_gap": null,
5771
            "grid_row": null,
5772
            "grid_template_areas": null,
5773
            "grid_template_columns": null,
5774
            "grid_template_rows": null,
5775
            "height": null,
5776
            "justify_content": null,
5777
            "justify_items": null,
5778
            "left": null,
5779
            "margin": null,
5780
            "max_height": null,
5781
            "max_width": null,
5782
            "min_height": null,
5783
            "min_width": null,
5784
            "object_fit": null,
5785
            "object_position": null,
5786
            "order": null,
5787
            "overflow": null,
5788
            "overflow_x": null,
5789
            "overflow_y": null,
5790
            "padding": null,
5791
            "right": null,
5792
            "top": null,
5793
            "visibility": null,
5794
            "width": null
5795
          }
5796
        },
5797
        "c4ab279141464c839ae3b3d91f61a41c": {
5798
          "model_module": "@jupyter-widgets/controls",
5799
          "model_module_version": "1.5.0",
5800
          "model_name": "ProgressStyleModel",
5801
          "state": {
5802
            "_model_module": "@jupyter-widgets/controls",
5803
            "_model_module_version": "1.5.0",
5804
            "_model_name": "ProgressStyleModel",
5805
            "_view_count": null,
5806
            "_view_module": "@jupyter-widgets/base",
5807
            "_view_module_version": "1.2.0",
5808
            "_view_name": "StyleView",
5809
            "bar_color": null,
5810
            "description_width": ""
5811
          }
5812
        },
5813
        "c5f7b1e39300469d9fa54f5a49435e16": {
5814
          "model_module": "@jupyter-widgets/controls",
5815
          "model_module_version": "1.5.0",
5816
          "model_name": "HTMLModel",
5817
          "state": {
5818
            "_dom_classes": [],
5819
            "_model_module": "@jupyter-widgets/controls",
5820
            "_model_module_version": "1.5.0",
5821
            "_model_name": "HTMLModel",
5822
            "_view_count": null,
5823
            "_view_module": "@jupyter-widgets/controls",
5824
            "_view_module_version": "1.5.0",
5825
            "_view_name": "HTMLView",
5826
            "description": "",
5827
            "description_tooltip": null,
5828
            "layout": "IPY_MODEL_ec84f61a9ef44286af2e6959de275508",
5829
            "placeholder": "​",
5830
            "style": "IPY_MODEL_5895fd2290084ec89069feac83aa3b7d",
5831
            "value": "Clean file variables/variables.index: 100%"
5832
          }
5833
        },
5834
        "ca4f453b819e4ee797b8463f396264d7": {
5835
          "model_module": "@jupyter-widgets/controls",
5836
          "model_module_version": "1.5.0",
5837
          "model_name": "FloatProgressModel",
5838
          "state": {
5839
            "_dom_classes": [],
5840
            "_model_module": "@jupyter-widgets/controls",
5841
            "_model_module_version": "1.5.0",
5842
            "_model_name": "FloatProgressModel",
5843
            "_view_count": null,
5844
            "_view_module": "@jupyter-widgets/controls",
5845
            "_view_module_version": "1.5.0",
5846
            "_view_name": "ProgressView",
5847
            "bar_style": "success",
5848
            "description": "",
5849
            "description_tooltip": null,
5850
            "layout": "IPY_MODEL_448a0f4829524d3895d245310f78901e",
5851
            "max": 2,
5852
            "min": 0,
5853
            "orientation": "horizontal",
5854
            "style": "IPY_MODEL_7f544b0f809e4d18beac3b1ccafd5015",
5855
            "value": 2
5856
          }
5857
        },
5858
        "ca63537a16594b4a844278a4412b36ce": {
5859
          "model_module": "@jupyter-widgets/controls",
5860
          "model_module_version": "1.5.0",
5861
          "model_name": "HTMLModel",
5862
          "state": {
5863
            "_dom_classes": [],
5864
            "_model_module": "@jupyter-widgets/controls",
5865
            "_model_module_version": "1.5.0",
5866
            "_model_name": "HTMLModel",
5867
            "_view_count": null,
5868
            "_view_module": "@jupyter-widgets/controls",
5869
            "_view_module_version": "1.5.0",
5870
            "_view_name": "HTMLView",
5871
            "description": "",
5872
            "description_tooltip": null,
5873
            "layout": "IPY_MODEL_7e70df8bd3df4651a48b910b0c640066",
5874
            "placeholder": "​",
5875
            "style": "IPY_MODEL_bdae0c48cae24b80aa473bb56082c840",
5876
            "value": " 5.34k/5.34k [00:01&lt;00:00, 1.34kB/s]"
5877
          }
5878
        },
5879
        "ca79053aafb7452e92affd5bd5cfa299": {
5880
          "model_module": "@jupyter-widgets/controls",
5881
          "model_module_version": "1.5.0",
5882
          "model_name": "HBoxModel",
5883
          "state": {
5884
            "_dom_classes": [],
5885
            "_model_module": "@jupyter-widgets/controls",
5886
            "_model_module_version": "1.5.0",
5887
            "_model_name": "HBoxModel",
5888
            "_view_count": null,
5889
            "_view_module": "@jupyter-widgets/controls",
5890
            "_view_module_version": "1.5.0",
5891
            "_view_name": "HBoxView",
5892
            "box_style": "",
5893
            "children": [
5894
              "IPY_MODEL_f9c22c458a084fd582e168fc4672c79b",
5895
              "IPY_MODEL_82eff5a7dcee4001be376249e011d72a",
5896
              "IPY_MODEL_8793df83036e4b5fb2c7fcb017276797"
5897
            ],
5898
            "layout": "IPY_MODEL_0c5ba79a252c47d4bb959f59695d18d7"
5899
          }
5900
        },
5901
        "ce9b2dc1b2a44c969ad9d088c1cf48d8": {
5902
          "model_module": "@jupyter-widgets/controls",
5903
          "model_module_version": "1.5.0",
5904
          "model_name": "ProgressStyleModel",
5905
          "state": {
5906
            "_model_module": "@jupyter-widgets/controls",
5907
            "_model_module_version": "1.5.0",
5908
            "_model_name": "ProgressStyleModel",
5909
            "_view_count": null,
5910
            "_view_module": "@jupyter-widgets/base",
5911
            "_view_module_version": "1.2.0",
5912
            "_view_name": "StyleView",
5913
            "bar_color": null,
5914
            "description_width": ""
5915
          }
5916
        },
5917
        "cf2098acd52041aa9dbfa2f42fde738b": {
5918
          "model_module": "@jupyter-widgets/controls",
5919
          "model_module_version": "1.5.0",
5920
          "model_name": "ProgressStyleModel",
5921
          "state": {
5922
            "_model_module": "@jupyter-widgets/controls",
5923
            "_model_module_version": "1.5.0",
5924
            "_model_name": "ProgressStyleModel",
5925
            "_view_count": null,
5926
            "_view_module": "@jupyter-widgets/base",
5927
            "_view_module_version": "1.2.0",
5928
            "_view_name": "StyleView",
5929
            "bar_color": null,
5930
            "description_width": ""
5931
          }
5932
        },
5933
        "d38236b504ea47fcb10f3b65c546f735": {
5934
          "model_module": "@jupyter-widgets/controls",
5935
          "model_module_version": "1.5.0",
5936
          "model_name": "HTMLModel",
5937
          "state": {
5938
            "_dom_classes": [],
5939
            "_model_module": "@jupyter-widgets/controls",
5940
            "_model_module_version": "1.5.0",
5941
            "_model_name": "HTMLModel",
5942
            "_view_count": null,
5943
            "_view_module": "@jupyter-widgets/controls",
5944
            "_view_module_version": "1.5.0",
5945
            "_view_name": "HTMLView",
5946
            "description": "",
5947
            "description_tooltip": null,
5948
            "layout": "IPY_MODEL_4aa71261b68849e7ad270b22381f811c",
5949
            "placeholder": "​",
5950
            "style": "IPY_MODEL_1c91d54337ee49578176355b846c64fd",
5951
            "value": "Upload file saved_model.pb: 100%"
5952
          }
5953
        },
5954
        "d4fb4ea0c9354f18b8e4f5d910417f25": {
5955
          "model_module": "@jupyter-widgets/base",
5956
          "model_module_version": "1.2.0",
5957
          "model_name": "LayoutModel",
5958
          "state": {
5959
            "_model_module": "@jupyter-widgets/base",
5960
            "_model_module_version": "1.2.0",
5961
            "_model_name": "LayoutModel",
5962
            "_view_count": null,
5963
            "_view_module": "@jupyter-widgets/base",
5964
            "_view_module_version": "1.2.0",
5965
            "_view_name": "LayoutView",
5966
            "align_content": null,
5967
            "align_items": null,
5968
            "align_self": null,
5969
            "border": null,
5970
            "bottom": null,
5971
            "display": null,
5972
            "flex": null,
5973
            "flex_flow": null,
5974
            "grid_area": null,
5975
            "grid_auto_columns": null,
5976
            "grid_auto_flow": null,
5977
            "grid_auto_rows": null,
5978
            "grid_column": null,
5979
            "grid_gap": null,
5980
            "grid_row": null,
5981
            "grid_template_areas": null,
5982
            "grid_template_columns": null,
5983
            "grid_template_rows": null,
5984
            "height": null,
5985
            "justify_content": null,
5986
            "justify_items": null,
5987
            "left": null,
5988
            "margin": null,
5989
            "max_height": null,
5990
            "max_width": null,
5991
            "min_height": null,
5992
            "min_width": null,
5993
            "object_fit": null,
5994
            "object_position": null,
5995
            "order": null,
5996
            "overflow": null,
5997
            "overflow_x": null,
5998
            "overflow_y": null,
5999
            "padding": null,
6000
            "right": null,
6001
            "top": null,
6002
            "visibility": null,
6003
            "width": null
6004
          }
6005
        },
6006
        "d6932c6568364b7785227b6451924062": {
6007
          "model_module": "@jupyter-widgets/base",
6008
          "model_module_version": "1.2.0",
6009
          "model_name": "LayoutModel",
6010
          "state": {
6011
            "_model_module": "@jupyter-widgets/base",
6012
            "_model_module_version": "1.2.0",
6013
            "_model_name": "LayoutModel",
6014
            "_view_count": null,
6015
            "_view_module": "@jupyter-widgets/base",
6016
            "_view_module_version": "1.2.0",
6017
            "_view_name": "LayoutView",
6018
            "align_content": null,
6019
            "align_items": null,
6020
            "align_self": null,
6021
            "border": null,
6022
            "bottom": null,
6023
            "display": null,
6024
            "flex": null,
6025
            "flex_flow": null,
6026
            "grid_area": null,
6027
            "grid_auto_columns": null,
6028
            "grid_auto_flow": null,
6029
            "grid_auto_rows": null,
6030
            "grid_column": null,
6031
            "grid_gap": null,
6032
            "grid_row": null,
6033
            "grid_template_areas": null,
6034
            "grid_template_columns": null,
6035
            "grid_template_rows": null,
6036
            "height": null,
6037
            "justify_content": null,
6038
            "justify_items": null,
6039
            "left": null,
6040
            "margin": null,
6041
            "max_height": null,
6042
            "max_width": null,
6043
            "min_height": null,
6044
            "min_width": null,
6045
            "object_fit": null,
6046
            "object_position": null,
6047
            "order": null,
6048
            "overflow": null,
6049
            "overflow_x": null,
6050
            "overflow_y": null,
6051
            "padding": null,
6052
            "right": null,
6053
            "top": null,
6054
            "visibility": null,
6055
            "width": null
6056
          }
6057
        },
6058
        "d6c034a3b59e494da0a2afc74e6392fa": {
6059
          "model_module": "@jupyter-widgets/controls",
6060
          "model_module_version": "1.5.0",
6061
          "model_name": "HTMLModel",
6062
          "state": {
6063
            "_dom_classes": [],
6064
            "_model_module": "@jupyter-widgets/controls",
6065
            "_model_module_version": "1.5.0",
6066
            "_model_name": "HTMLModel",
6067
            "_view_count": null,
6068
            "_view_module": "@jupyter-widgets/controls",
6069
            "_view_module_version": "1.5.0",
6070
            "_view_name": "HTMLView",
6071
            "description": "",
6072
            "description_tooltip": null,
6073
            "layout": "IPY_MODEL_a0def3a7bac3485a9e310e8c9d1e063f",
6074
            "placeholder": "​",
6075
            "style": "IPY_MODEL_d9375e9b0bb649e3a42537f6aed59dcf",
6076
            "value": "Download file variables/variables.index: 100%"
6077
          }
6078
        },
6079
        "d731bf4870da4219a54629bb9015d9a3": {
6080
          "model_module": "@jupyter-widgets/controls",
6081
          "model_module_version": "1.5.0",
6082
          "model_name": "DescriptionStyleModel",
6083
          "state": {
6084
            "_model_module": "@jupyter-widgets/controls",
6085
            "_model_module_version": "1.5.0",
6086
            "_model_name": "DescriptionStyleModel",
6087
            "_view_count": null,
6088
            "_view_module": "@jupyter-widgets/base",
6089
            "_view_module_version": "1.2.0",
6090
            "_view_name": "StyleView",
6091
            "description_width": ""
6092
          }
6093
        },
6094
        "d7636d7ec98548219daf2a90ded5f4f3": {
6095
          "model_module": "@jupyter-widgets/base",
6096
          "model_module_version": "1.2.0",
6097
          "model_name": "LayoutModel",
6098
          "state": {
6099
            "_model_module": "@jupyter-widgets/base",
6100
            "_model_module_version": "1.2.0",
6101
            "_model_name": "LayoutModel",
6102
            "_view_count": null,
6103
            "_view_module": "@jupyter-widgets/base",
6104
            "_view_module_version": "1.2.0",
6105
            "_view_name": "LayoutView",
6106
            "align_content": null,
6107
            "align_items": null,
6108
            "align_self": null,
6109
            "border": null,
6110
            "bottom": null,
6111
            "display": null,
6112
            "flex": null,
6113
            "flex_flow": null,
6114
            "grid_area": null,
6115
            "grid_auto_columns": null,
6116
            "grid_auto_flow": null,
6117
            "grid_auto_rows": null,
6118
            "grid_column": null,
6119
            "grid_gap": null,
6120
            "grid_row": null,
6121
            "grid_template_areas": null,
6122
            "grid_template_columns": null,
6123
            "grid_template_rows": null,
6124
            "height": null,
6125
            "justify_content": null,
6126
            "justify_items": null,
6127
            "left": null,
6128
            "margin": null,
6129
            "max_height": null,
6130
            "max_width": null,
6131
            "min_height": null,
6132
            "min_width": null,
6133
            "object_fit": null,
6134
            "object_position": null,
6135
            "order": null,
6136
            "overflow": null,
6137
            "overflow_x": null,
6138
            "overflow_y": null,
6139
            "padding": null,
6140
            "right": null,
6141
            "top": null,
6142
            "visibility": null,
6143
            "width": null
6144
          }
6145
        },
6146
        "d77b79031fa14fcf8d77e69210e116dc": {
6147
          "model_module": "@jupyter-widgets/base",
6148
          "model_module_version": "1.2.0",
6149
          "model_name": "LayoutModel",
6150
          "state": {
6151
            "_model_module": "@jupyter-widgets/base",
6152
            "_model_module_version": "1.2.0",
6153
            "_model_name": "LayoutModel",
6154
            "_view_count": null,
6155
            "_view_module": "@jupyter-widgets/base",
6156
            "_view_module_version": "1.2.0",
6157
            "_view_name": "LayoutView",
6158
            "align_content": null,
6159
            "align_items": null,
6160
            "align_self": null,
6161
            "border": null,
6162
            "bottom": null,
6163
            "display": null,
6164
            "flex": null,
6165
            "flex_flow": null,
6166
            "grid_area": null,
6167
            "grid_auto_columns": null,
6168
            "grid_auto_flow": null,
6169
            "grid_auto_rows": null,
6170
            "grid_column": null,
6171
            "grid_gap": null,
6172
            "grid_row": null,
6173
            "grid_template_areas": null,
6174
            "grid_template_columns": null,
6175
            "grid_template_rows": null,
6176
            "height": null,
6177
            "justify_content": null,
6178
            "justify_items": null,
6179
            "left": null,
6180
            "margin": null,
6181
            "max_height": null,
6182
            "max_width": null,
6183
            "min_height": null,
6184
            "min_width": null,
6185
            "object_fit": null,
6186
            "object_position": null,
6187
            "order": null,
6188
            "overflow": null,
6189
            "overflow_x": null,
6190
            "overflow_y": null,
6191
            "padding": null,
6192
            "right": null,
6193
            "top": null,
6194
            "visibility": null,
6195
            "width": null
6196
          }
6197
        },
6198
        "d7923def71f64a45ae8a1aed3d88cdef": {
6199
          "model_module": "@jupyter-widgets/base",
6200
          "model_module_version": "1.2.0",
6201
          "model_name": "LayoutModel",
6202
          "state": {
6203
            "_model_module": "@jupyter-widgets/base",
6204
            "_model_module_version": "1.2.0",
6205
            "_model_name": "LayoutModel",
6206
            "_view_count": null,
6207
            "_view_module": "@jupyter-widgets/base",
6208
            "_view_module_version": "1.2.0",
6209
            "_view_name": "LayoutView",
6210
            "align_content": null,
6211
            "align_items": null,
6212
            "align_self": null,
6213
            "border": null,
6214
            "bottom": null,
6215
            "display": null,
6216
            "flex": null,
6217
            "flex_flow": null,
6218
            "grid_area": null,
6219
            "grid_auto_columns": null,
6220
            "grid_auto_flow": null,
6221
            "grid_auto_rows": null,
6222
            "grid_column": null,
6223
            "grid_gap": null,
6224
            "grid_row": null,
6225
            "grid_template_areas": null,
6226
            "grid_template_columns": null,
6227
            "grid_template_rows": null,
6228
            "height": null,
6229
            "justify_content": null,
6230
            "justify_items": null,
6231
            "left": null,
6232
            "margin": null,
6233
            "max_height": null,
6234
            "max_width": null,
6235
            "min_height": null,
6236
            "min_width": null,
6237
            "object_fit": null,
6238
            "object_position": null,
6239
            "order": null,
6240
            "overflow": null,
6241
            "overflow_x": null,
6242
            "overflow_y": null,
6243
            "padding": null,
6244
            "right": null,
6245
            "top": null,
6246
            "visibility": null,
6247
            "width": null
6248
          }
6249
        },
6250
        "d814152167e74001a550207de83e97c1": {
6251
          "model_module": "@jupyter-widgets/controls",
6252
          "model_module_version": "1.5.0",
6253
          "model_name": "FloatProgressModel",
6254
          "state": {
6255
            "_dom_classes": [],
6256
            "_model_module": "@jupyter-widgets/controls",
6257
            "_model_module_version": "1.5.0",
6258
            "_model_name": "FloatProgressModel",
6259
            "_view_count": null,
6260
            "_view_module": "@jupyter-widgets/controls",
6261
            "_view_module_version": "1.5.0",
6262
            "_view_name": "ProgressView",
6263
            "bar_style": "success",
6264
            "description": "",
6265
            "description_tooltip": null,
6266
            "layout": "IPY_MODEL_4349c1a166f64f818eeb552ede8113f3",
6267
            "max": 30594,
6268
            "min": 0,
6269
            "orientation": "horizontal",
6270
            "style": "IPY_MODEL_c4ab279141464c839ae3b3d91f61a41c",
6271
            "value": 30594
6272
          }
6273
        },
6274
        "d9375e9b0bb649e3a42537f6aed59dcf": {
6275
          "model_module": "@jupyter-widgets/controls",
6276
          "model_module_version": "1.5.0",
6277
          "model_name": "DescriptionStyleModel",
6278
          "state": {
6279
            "_model_module": "@jupyter-widgets/controls",
6280
            "_model_module_version": "1.5.0",
6281
            "_model_name": "DescriptionStyleModel",
6282
            "_view_count": null,
6283
            "_view_module": "@jupyter-widgets/base",
6284
            "_view_module_version": "1.2.0",
6285
            "_view_name": "StyleView",
6286
            "description_width": ""
6287
          }
6288
        },
6289
        "da299c4eff044641b356da57e759ff79": {
6290
          "model_module": "@jupyter-widgets/controls",
6291
          "model_module_version": "1.5.0",
6292
          "model_name": "DescriptionStyleModel",
6293
          "state": {
6294
            "_model_module": "@jupyter-widgets/controls",
6295
            "_model_module_version": "1.5.0",
6296
            "_model_name": "DescriptionStyleModel",
6297
            "_view_count": null,
6298
            "_view_module": "@jupyter-widgets/base",
6299
            "_view_module_version": "1.2.0",
6300
            "_view_name": "StyleView",
6301
            "description_width": ""
6302
          }
6303
        },
6304
        "dc088d9654e4422ca97d1ffed2646a56": {
6305
          "model_module": "@jupyter-widgets/controls",
6306
          "model_module_version": "1.5.0",
6307
          "model_name": "FloatProgressModel",
6308
          "state": {
6309
            "_dom_classes": [],
6310
            "_model_module": "@jupyter-widgets/controls",
6311
            "_model_module_version": "1.5.0",
6312
            "_model_name": "FloatProgressModel",
6313
            "_view_count": null,
6314
            "_view_module": "@jupyter-widgets/controls",
6315
            "_view_module_version": "1.5.0",
6316
            "_view_name": "ProgressView",
6317
            "bar_style": "success",
6318
            "description": "",
6319
            "description_tooltip": null,
6320
            "layout": "IPY_MODEL_9a667d88c9cf4f2f8d98cc0ba2a0f0e5",
6321
            "max": 236,
6322
            "min": 0,
6323
            "orientation": "horizontal",
6324
            "style": "IPY_MODEL_e1df351dcfec4def9638ee17b87d3633",
6325
            "value": 236
6326
          }
6327
        },
6328
        "dc0f29ebacb14f9c9e16fdfd6c6da2a0": {
6329
          "model_module": "@jupyter-widgets/controls",
6330
          "model_module_version": "1.5.0",
6331
          "model_name": "HBoxModel",
6332
          "state": {
6333
            "_dom_classes": [],
6334
            "_model_module": "@jupyter-widgets/controls",
6335
            "_model_module_version": "1.5.0",
6336
            "_model_name": "HBoxModel",
6337
            "_view_count": null,
6338
            "_view_module": "@jupyter-widgets/controls",
6339
            "_view_module_version": "1.5.0",
6340
            "_view_name": "HBoxView",
6341
            "box_style": "",
6342
            "children": [
6343
              "IPY_MODEL_17e010b7e5a64adfa8d0307d6e7365ba",
6344
              "IPY_MODEL_467a1cc2720841f596279991a02ad8b8",
6345
              "IPY_MODEL_54105ce8de6e49b3a0734f4305110097"
6346
            ],
6347
            "layout": "IPY_MODEL_5ae8f3915cde44eb81bef7d79a42e468"
6348
          }
6349
        },
6350
        "dda417bf74b241c48d8c33105281c254": {
6351
          "model_module": "@jupyter-widgets/base",
6352
          "model_module_version": "1.2.0",
6353
          "model_name": "LayoutModel",
6354
          "state": {
6355
            "_model_module": "@jupyter-widgets/base",
6356
            "_model_module_version": "1.2.0",
6357
            "_model_name": "LayoutModel",
6358
            "_view_count": null,
6359
            "_view_module": "@jupyter-widgets/base",
6360
            "_view_module_version": "1.2.0",
6361
            "_view_name": "LayoutView",
6362
            "align_content": null,
6363
            "align_items": null,
6364
            "align_self": null,
6365
            "border": null,
6366
            "bottom": null,
6367
            "display": null,
6368
            "flex": null,
6369
            "flex_flow": null,
6370
            "grid_area": null,
6371
            "grid_auto_columns": null,
6372
            "grid_auto_flow": null,
6373
            "grid_auto_rows": null,
6374
            "grid_column": null,
6375
            "grid_gap": null,
6376
            "grid_row": null,
6377
            "grid_template_areas": null,
6378
            "grid_template_columns": null,
6379
            "grid_template_rows": null,
6380
            "height": null,
6381
            "justify_content": null,
6382
            "justify_items": null,
6383
            "left": null,
6384
            "margin": null,
6385
            "max_height": null,
6386
            "max_width": null,
6387
            "min_height": null,
6388
            "min_width": null,
6389
            "object_fit": null,
6390
            "object_position": null,
6391
            "order": null,
6392
            "overflow": null,
6393
            "overflow_x": null,
6394
            "overflow_y": null,
6395
            "padding": null,
6396
            "right": null,
6397
            "top": null,
6398
            "visibility": null,
6399
            "width": null
6400
          }
6401
        },
6402
        "df50daa054584d29b537603f4fbf8ab9": {
6403
          "model_module": "@jupyter-widgets/controls",
6404
          "model_module_version": "1.5.0",
6405
          "model_name": "HTMLModel",
6406
          "state": {
6407
            "_dom_classes": [],
6408
            "_model_module": "@jupyter-widgets/controls",
6409
            "_model_module_version": "1.5.0",
6410
            "_model_name": "HTMLModel",
6411
            "_view_count": null,
6412
            "_view_module": "@jupyter-widgets/controls",
6413
            "_view_module_version": "1.5.0",
6414
            "_view_name": "HTMLView",
6415
            "description": "",
6416
            "description_tooltip": null,
6417
            "layout": "IPY_MODEL_7b6976101e204210b230a3e252af7759",
6418
            "placeholder": "​",
6419
            "style": "IPY_MODEL_02311f2bd78c48c6b4ebd422c4970708",
6420
            "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>"
6421
          }
6422
        },
6423
        "df61cf421f9d46648cbf7221a08d0f42": {
6424
          "model_module": "@jupyter-widgets/controls",
6425
          "model_module_version": "1.5.0",
6426
          "model_name": "HBoxModel",
6427
          "state": {
6428
            "_dom_classes": [],
6429
            "_model_module": "@jupyter-widgets/controls",
6430
            "_model_module_version": "1.5.0",
6431
            "_model_name": "HBoxModel",
6432
            "_view_count": null,
6433
            "_view_module": "@jupyter-widgets/controls",
6434
            "_view_module_version": "1.5.0",
6435
            "_view_name": "HBoxView",
6436
            "box_style": "",
6437
            "children": [
6438
              "IPY_MODEL_4df7cd1fa8d441e18c6177b523370181",
6439
              "IPY_MODEL_347b2860a6d6454a81ebb9b8162587cd",
6440
              "IPY_MODEL_02e2860892b34fe6955e3081b79b8c21"
6441
            ],
6442
            "layout": "IPY_MODEL_b256471e41ef4265a8fde0d4ad5903fb"
6443
          }
6444
        },
6445
        "e01b8e632ccd4b3fb7328902000fb3cf": {
6446
          "model_module": "@jupyter-widgets/controls",
6447
          "model_module_version": "1.5.0",
6448
          "model_name": "HBoxModel",
6449
          "state": {
6450
            "_dom_classes": [],
6451
            "_model_module": "@jupyter-widgets/controls",
6452
            "_model_module_version": "1.5.0",
6453
            "_model_name": "HBoxModel",
6454
            "_view_count": null,
6455
            "_view_module": "@jupyter-widgets/controls",
6456
            "_view_module_version": "1.5.0",
6457
            "_view_name": "HBoxView",
6458
            "box_style": "",
6459
            "children": [
6460
              "IPY_MODEL_d38236b504ea47fcb10f3b65c546f735",
6461
              "IPY_MODEL_fa2052193cb549df9f6697fbe47f5c6a",
6462
              "IPY_MODEL_26ce769ea7644e4eb9fb4c24bcd54450"
6463
            ],
6464
            "layout": "IPY_MODEL_03271796987f4bae8b80ae3466fbae0e"
6465
          }
6466
        },
6467
        "e16b2290fdac4928b01996400fc91ca3": {
6468
          "model_module": "@jupyter-widgets/controls",
6469
          "model_module_version": "1.5.0",
6470
          "model_name": "FloatProgressModel",
6471
          "state": {
6472
            "_dom_classes": [],
6473
            "_model_module": "@jupyter-widgets/controls",
6474
            "_model_module_version": "1.5.0",
6475
            "_model_name": "FloatProgressModel",
6476
            "_view_count": null,
6477
            "_view_module": "@jupyter-widgets/controls",
6478
            "_view_module_version": "1.5.0",
6479
            "_view_name": "ProgressView",
6480
            "bar_style": "success",
6481
            "description": "",
6482
            "description_tooltip": null,
6483
            "layout": "IPY_MODEL_753cecb667084f56b74aca54ed32ccdf",
6484
            "max": 4573346,
6485
            "min": 0,
6486
            "orientation": "horizontal",
6487
            "style": "IPY_MODEL_ce9b2dc1b2a44c969ad9d088c1cf48d8",
6488
            "value": 4573346
6489
          }
6490
        },
6491
        "e1df351dcfec4def9638ee17b87d3633": {
6492
          "model_module": "@jupyter-widgets/controls",
6493
          "model_module_version": "1.5.0",
6494
          "model_name": "ProgressStyleModel",
6495
          "state": {
6496
            "_model_module": "@jupyter-widgets/controls",
6497
            "_model_module_version": "1.5.0",
6498
            "_model_name": "ProgressStyleModel",
6499
            "_view_count": null,
6500
            "_view_module": "@jupyter-widgets/base",
6501
            "_view_module_version": "1.2.0",
6502
            "_view_name": "StyleView",
6503
            "bar_color": null,
6504
            "description_width": ""
6505
          }
6506
        },
6507
        "e4b3e2f92eff4222891376ac9368b510": {
6508
          "model_module": "@jupyter-widgets/base",
6509
          "model_module_version": "1.2.0",
6510
          "model_name": "LayoutModel",
6511
          "state": {
6512
            "_model_module": "@jupyter-widgets/base",
6513
            "_model_module_version": "1.2.0",
6514
            "_model_name": "LayoutModel",
6515
            "_view_count": null,
6516
            "_view_module": "@jupyter-widgets/base",
6517
            "_view_module_version": "1.2.0",
6518
            "_view_name": "LayoutView",
6519
            "align_content": null,
6520
            "align_items": null,
6521
            "align_self": null,
6522
            "border": null,
6523
            "bottom": null,
6524
            "display": null,
6525
            "flex": null,
6526
            "flex_flow": null,
6527
            "grid_area": null,
6528
            "grid_auto_columns": null,
6529
            "grid_auto_flow": null,
6530
            "grid_auto_rows": null,
6531
            "grid_column": null,
6532
            "grid_gap": null,
6533
            "grid_row": null,
6534
            "grid_template_areas": null,
6535
            "grid_template_columns": null,
6536
            "grid_template_rows": null,
6537
            "height": null,
6538
            "justify_content": null,
6539
            "justify_items": null,
6540
            "left": null,
6541
            "margin": null,
6542
            "max_height": null,
6543
            "max_width": null,
6544
            "min_height": null,
6545
            "min_width": null,
6546
            "object_fit": null,
6547
            "object_position": null,
6548
            "order": null,
6549
            "overflow": null,
6550
            "overflow_x": null,
6551
            "overflow_y": null,
6552
            "padding": null,
6553
            "right": null,
6554
            "top": null,
6555
            "visibility": null,
6556
            "width": null
6557
          }
6558
        },
6559
        "e518a9a592fc4db988c3e78f14d96ac4": {
6560
          "model_module": "@jupyter-widgets/controls",
6561
          "model_module_version": "1.5.0",
6562
          "model_name": "HBoxModel",
6563
          "state": {
6564
            "_dom_classes": [],
6565
            "_model_module": "@jupyter-widgets/controls",
6566
            "_model_module_version": "1.5.0",
6567
            "_model_name": "HBoxModel",
6568
            "_view_count": null,
6569
            "_view_module": "@jupyter-widgets/controls",
6570
            "_view_module_version": "1.5.0",
6571
            "_view_name": "HBoxView",
6572
            "box_style": "",
6573
            "children": [
6574
              "IPY_MODEL_5612c68578954c6f9b9cf3b5cd3e8a21",
6575
              "IPY_MODEL_92a3d7f3d4ad4ec29fb16b08686daa6a",
6576
              "IPY_MODEL_c25dde53d518444d8417caac5cbb2fe4"
6577
            ],
6578
            "layout": "IPY_MODEL_866b167a515f4ecd830cc4409aa44909"
6579
          }
6580
        },
6581
        "e8241ff2f70c40ffaf0670007f7805bf": {
6582
          "model_module": "@jupyter-widgets/controls",
6583
          "model_module_version": "1.5.0",
6584
          "model_name": "DescriptionStyleModel",
6585
          "state": {
6586
            "_model_module": "@jupyter-widgets/controls",
6587
            "_model_module_version": "1.5.0",
6588
            "_model_name": "DescriptionStyleModel",
6589
            "_view_count": null,
6590
            "_view_module": "@jupyter-widgets/base",
6591
            "_view_module_version": "1.2.0",
6592
            "_view_name": "StyleView",
6593
            "description_width": ""
6594
          }
6595
        },
6596
        "ec2bee57fd7f493984f4b869faf5942c": {
6597
          "model_module": "@jupyter-widgets/base",
6598
          "model_module_version": "1.2.0",
6599
          "model_name": "LayoutModel",
6600
          "state": {
6601
            "_model_module": "@jupyter-widgets/base",
6602
            "_model_module_version": "1.2.0",
6603
            "_model_name": "LayoutModel",
6604
            "_view_count": null,
6605
            "_view_module": "@jupyter-widgets/base",
6606
            "_view_module_version": "1.2.0",
6607
            "_view_name": "LayoutView",
6608
            "align_content": null,
6609
            "align_items": null,
6610
            "align_self": null,
6611
            "border": null,
6612
            "bottom": null,
6613
            "display": null,
6614
            "flex": null,
6615
            "flex_flow": null,
6616
            "grid_area": null,
6617
            "grid_auto_columns": null,
6618
            "grid_auto_flow": null,
6619
            "grid_auto_rows": null,
6620
            "grid_column": null,
6621
            "grid_gap": null,
6622
            "grid_row": null,
6623
            "grid_template_areas": null,
6624
            "grid_template_columns": null,
6625
            "grid_template_rows": null,
6626
            "height": null,
6627
            "justify_content": null,
6628
            "justify_items": null,
6629
            "left": null,
6630
            "margin": null,
6631
            "max_height": null,
6632
            "max_width": null,
6633
            "min_height": null,
6634
            "min_width": null,
6635
            "object_fit": null,
6636
            "object_position": null,
6637
            "order": null,
6638
            "overflow": null,
6639
            "overflow_x": null,
6640
            "overflow_y": null,
6641
            "padding": null,
6642
            "right": null,
6643
            "top": null,
6644
            "visibility": null,
6645
            "width": null
6646
          }
6647
        },
6648
        "ec78b3cfd2e6450db282a31e1000beb2": {
6649
          "model_module": "@jupyter-widgets/controls",
6650
          "model_module_version": "1.5.0",
6651
          "model_name": "DescriptionStyleModel",
6652
          "state": {
6653
            "_model_module": "@jupyter-widgets/controls",
6654
            "_model_module_version": "1.5.0",
6655
            "_model_name": "DescriptionStyleModel",
6656
            "_view_count": null,
6657
            "_view_module": "@jupyter-widgets/base",
6658
            "_view_module_version": "1.2.0",
6659
            "_view_name": "StyleView",
6660
            "description_width": ""
6661
          }
6662
        },
6663
        "ec84f61a9ef44286af2e6959de275508": {
6664
          "model_module": "@jupyter-widgets/base",
6665
          "model_module_version": "1.2.0",
6666
          "model_name": "LayoutModel",
6667
          "state": {
6668
            "_model_module": "@jupyter-widgets/base",
6669
            "_model_module_version": "1.2.0",
6670
            "_model_name": "LayoutModel",
6671
            "_view_count": null,
6672
            "_view_module": "@jupyter-widgets/base",
6673
            "_view_module_version": "1.2.0",
6674
            "_view_name": "LayoutView",
6675
            "align_content": null,
6676
            "align_items": null,
6677
            "align_self": null,
6678
            "border": null,
6679
            "bottom": null,
6680
            "display": null,
6681
            "flex": null,
6682
            "flex_flow": null,
6683
            "grid_area": null,
6684
            "grid_auto_columns": null,
6685
            "grid_auto_flow": null,
6686
            "grid_auto_rows": null,
6687
            "grid_column": null,
6688
            "grid_gap": null,
6689
            "grid_row": null,
6690
            "grid_template_areas": null,
6691
            "grid_template_columns": null,
6692
            "grid_template_rows": null,
6693
            "height": null,
6694
            "justify_content": null,
6695
            "justify_items": null,
6696
            "left": null,
6697
            "margin": null,
6698
            "max_height": null,
6699
            "max_width": null,
6700
            "min_height": null,
6701
            "min_width": null,
6702
            "object_fit": null,
6703
            "object_position": null,
6704
            "order": null,
6705
            "overflow": null,
6706
            "overflow_x": null,
6707
            "overflow_y": null,
6708
            "padding": null,
6709
            "right": null,
6710
            "top": null,
6711
            "visibility": null,
6712
            "width": null
6713
          }
6714
        },
6715
        "edac0534f58a47928c813a3cd0288a51": {
6716
          "model_module": "@jupyter-widgets/base",
6717
          "model_module_version": "1.2.0",
6718
          "model_name": "LayoutModel",
6719
          "state": {
6720
            "_model_module": "@jupyter-widgets/base",
6721
            "_model_module_version": "1.2.0",
6722
            "_model_name": "LayoutModel",
6723
            "_view_count": null,
6724
            "_view_module": "@jupyter-widgets/base",
6725
            "_view_module_version": "1.2.0",
6726
            "_view_name": "LayoutView",
6727
            "align_content": null,
6728
            "align_items": null,
6729
            "align_self": null,
6730
            "border": null,
6731
            "bottom": null,
6732
            "display": null,
6733
            "flex": null,
6734
            "flex_flow": null,
6735
            "grid_area": null,
6736
            "grid_auto_columns": null,
6737
            "grid_auto_flow": null,
6738
            "grid_auto_rows": null,
6739
            "grid_column": null,
6740
            "grid_gap": null,
6741
            "grid_row": null,
6742
            "grid_template_areas": null,
6743
            "grid_template_columns": null,
6744
            "grid_template_rows": null,
6745
            "height": null,
6746
            "justify_content": null,
6747
            "justify_items": null,
6748
            "left": null,
6749
            "margin": null,
6750
            "max_height": null,
6751
            "max_width": null,
6752
            "min_height": null,
6753
            "min_width": null,
6754
            "object_fit": null,
6755
            "object_position": null,
6756
            "order": null,
6757
            "overflow": null,
6758
            "overflow_x": null,
6759
            "overflow_y": null,
6760
            "padding": null,
6761
            "right": null,
6762
            "top": null,
6763
            "visibility": null,
6764
            "width": null
6765
          }
6766
        },
6767
        "ee038964097749b29361617771c63d4c": {
6768
          "model_module": "@jupyter-widgets/controls",
6769
          "model_module_version": "1.5.0",
6770
          "model_name": "HTMLModel",
6771
          "state": {
6772
            "_dom_classes": [],
6773
            "_model_module": "@jupyter-widgets/controls",
6774
            "_model_module_version": "1.5.0",
6775
            "_model_name": "HTMLModel",
6776
            "_view_count": null,
6777
            "_view_module": "@jupyter-widgets/controls",
6778
            "_view_module_version": "1.5.0",
6779
            "_view_name": "HTMLView",
6780
            "description": "",
6781
            "description_tooltip": null,
6782
            "layout": "IPY_MODEL_d6932c6568364b7785227b6451924062",
6783
            "placeholder": "​",
6784
            "style": "IPY_MODEL_95067f48a2ee4bf2bd0e6c837c4e7b3d",
6785
            "value": " 236/236 [00:05&lt;?, ?B/s]"
6786
          }
6787
        },
6788
        "ee1e38cc73fd463ab90285acf99aab7b": {
6789
          "model_module": "@jupyter-widgets/base",
6790
          "model_module_version": "1.2.0",
6791
          "model_name": "LayoutModel",
6792
          "state": {
6793
            "_model_module": "@jupyter-widgets/base",
6794
            "_model_module_version": "1.2.0",
6795
            "_model_name": "LayoutModel",
6796
            "_view_count": null,
6797
            "_view_module": "@jupyter-widgets/base",
6798
            "_view_module_version": "1.2.0",
6799
            "_view_name": "LayoutView",
6800
            "align_content": null,
6801
            "align_items": null,
6802
            "align_self": null,
6803
            "border": null,
6804
            "bottom": null,
6805
            "display": null,
6806
            "flex": null,
6807
            "flex_flow": null,
6808
            "grid_area": null,
6809
            "grid_auto_columns": null,
6810
            "grid_auto_flow": null,
6811
            "grid_auto_rows": null,
6812
            "grid_column": null,
6813
            "grid_gap": null,
6814
            "grid_row": null,
6815
            "grid_template_areas": null,
6816
            "grid_template_columns": null,
6817
            "grid_template_rows": null,
6818
            "height": null,
6819
            "justify_content": null,
6820
            "justify_items": null,
6821
            "left": null,
6822
            "margin": null,
6823
            "max_height": null,
6824
            "max_width": null,
6825
            "min_height": null,
6826
            "min_width": null,
6827
            "object_fit": null,
6828
            "object_position": null,
6829
            "order": null,
6830
            "overflow": null,
6831
            "overflow_x": null,
6832
            "overflow_y": null,
6833
            "padding": null,
6834
            "right": null,
6835
            "top": null,
6836
            "visibility": null,
6837
            "width": null
6838
          }
6839
        },
6840
        "f0000ca4b4c243b4acc116263deeaaaa": {
6841
          "model_module": "@jupyter-widgets/controls",
6842
          "model_module_version": "1.5.0",
6843
          "model_name": "HBoxModel",
6844
          "state": {
6845
            "_dom_classes": [],
6846
            "_model_module": "@jupyter-widgets/controls",
6847
            "_model_module_version": "1.5.0",
6848
            "_model_name": "HBoxModel",
6849
            "_view_count": null,
6850
            "_view_module": "@jupyter-widgets/controls",
6851
            "_view_module_version": "1.5.0",
6852
            "_view_name": "HBoxView",
6853
            "box_style": "",
6854
            "children": [
6855
              "IPY_MODEL_f342ff5add3441a6bddca4401f7746b5",
6856
              "IPY_MODEL_64174cc4a6204824abbdc335ac5e3235",
6857
              "IPY_MODEL_ee038964097749b29361617771c63d4c"
6858
            ],
6859
            "layout": "IPY_MODEL_73d50ab732594ec9ac058117e9e399b0"
6860
          }
6861
        },
6862
        "f032b9d28ce94c65bc1604a9469653cc": {
6863
          "model_module": "@jupyter-widgets/controls",
6864
          "model_module_version": "1.5.0",
6865
          "model_name": "DescriptionStyleModel",
6866
          "state": {
6867
            "_model_module": "@jupyter-widgets/controls",
6868
            "_model_module_version": "1.5.0",
6869
            "_model_name": "DescriptionStyleModel",
6870
            "_view_count": null,
6871
            "_view_module": "@jupyter-widgets/base",
6872
            "_view_module_version": "1.2.0",
6873
            "_view_name": "StyleView",
6874
            "description_width": ""
6875
          }
6876
        },
6877
        "f03c2653d8754ef7b37de44d2a85548a": {
6878
          "model_module": "@jupyter-widgets/base",
6879
          "model_module_version": "1.2.0",
6880
          "model_name": "LayoutModel",
6881
          "state": {
6882
            "_model_module": "@jupyter-widgets/base",
6883
            "_model_module_version": "1.2.0",
6884
            "_model_name": "LayoutModel",
6885
            "_view_count": null,
6886
            "_view_module": "@jupyter-widgets/base",
6887
            "_view_module_version": "1.2.0",
6888
            "_view_name": "LayoutView",
6889
            "align_content": null,
6890
            "align_items": null,
6891
            "align_self": null,
6892
            "border": null,
6893
            "bottom": null,
6894
            "display": null,
6895
            "flex": null,
6896
            "flex_flow": null,
6897
            "grid_area": null,
6898
            "grid_auto_columns": null,
6899
            "grid_auto_flow": null,
6900
            "grid_auto_rows": null,
6901
            "grid_column": null,
6902
            "grid_gap": null,
6903
            "grid_row": null,
6904
            "grid_template_areas": null,
6905
            "grid_template_columns": null,
6906
            "grid_template_rows": null,
6907
            "height": null,
6908
            "justify_content": null,
6909
            "justify_items": null,
6910
            "left": null,
6911
            "margin": null,
6912
            "max_height": null,
6913
            "max_width": null,
6914
            "min_height": null,
6915
            "min_width": null,
6916
            "object_fit": null,
6917
            "object_position": null,
6918
            "order": null,
6919
            "overflow": null,
6920
            "overflow_x": null,
6921
            "overflow_y": null,
6922
            "padding": null,
6923
            "right": null,
6924
            "top": null,
6925
            "visibility": null,
6926
            "width": null
6927
          }
6928
        },
6929
        "f10b4d7abe3845b98cc5f442cda4fc81": {
6930
          "model_module": "@jupyter-widgets/base",
6931
          "model_module_version": "1.2.0",
6932
          "model_name": "LayoutModel",
6933
          "state": {
6934
            "_model_module": "@jupyter-widgets/base",
6935
            "_model_module_version": "1.2.0",
6936
            "_model_name": "LayoutModel",
6937
            "_view_count": null,
6938
            "_view_module": "@jupyter-widgets/base",
6939
            "_view_module_version": "1.2.0",
6940
            "_view_name": "LayoutView",
6941
            "align_content": null,
6942
            "align_items": null,
6943
            "align_self": null,
6944
            "border": null,
6945
            "bottom": null,
6946
            "display": null,
6947
            "flex": null,
6948
            "flex_flow": null,
6949
            "grid_area": null,
6950
            "grid_auto_columns": null,
6951
            "grid_auto_flow": null,
6952
            "grid_auto_rows": null,
6953
            "grid_column": null,
6954
            "grid_gap": null,
6955
            "grid_row": null,
6956
            "grid_template_areas": null,
6957
            "grid_template_columns": null,
6958
            "grid_template_rows": null,
6959
            "height": null,
6960
            "justify_content": null,
6961
            "justify_items": null,
6962
            "left": null,
6963
            "margin": null,
6964
            "max_height": null,
6965
            "max_width": null,
6966
            "min_height": null,
6967
            "min_width": null,
6968
            "object_fit": null,
6969
            "object_position": null,
6970
            "order": null,
6971
            "overflow": null,
6972
            "overflow_x": null,
6973
            "overflow_y": null,
6974
            "padding": null,
6975
            "right": null,
6976
            "top": null,
6977
            "visibility": null,
6978
            "width": null
6979
          }
6980
        },
6981
        "f1388e25d6cf447a98febd74245fd212": {
6982
          "model_module": "@jupyter-widgets/controls",
6983
          "model_module_version": "1.5.0",
6984
          "model_name": "ProgressStyleModel",
6985
          "state": {
6986
            "_model_module": "@jupyter-widgets/controls",
6987
            "_model_module_version": "1.5.0",
6988
            "_model_name": "ProgressStyleModel",
6989
            "_view_count": null,
6990
            "_view_module": "@jupyter-widgets/base",
6991
            "_view_module_version": "1.2.0",
6992
            "_view_name": "StyleView",
6993
            "bar_color": null,
6994
            "description_width": ""
6995
          }
6996
        },
6997
        "f28aa282ceee45e487233bb378f16370": {
6998
          "model_module": "@jupyter-widgets/base",
6999
          "model_module_version": "1.2.0",
7000
          "model_name": "LayoutModel",
7001
          "state": {
7002
            "_model_module": "@jupyter-widgets/base",
7003
            "_model_module_version": "1.2.0",
7004
            "_model_name": "LayoutModel",
7005
            "_view_count": null,
7006
            "_view_module": "@jupyter-widgets/base",
7007
            "_view_module_version": "1.2.0",
7008
            "_view_name": "LayoutView",
7009
            "align_content": null,
7010
            "align_items": null,
7011
            "align_self": null,
7012
            "border": null,
7013
            "bottom": null,
7014
            "display": null,
7015
            "flex": null,
7016
            "flex_flow": null,
7017
            "grid_area": null,
7018
            "grid_auto_columns": null,
7019
            "grid_auto_flow": null,
7020
            "grid_auto_rows": null,
7021
            "grid_column": null,
7022
            "grid_gap": null,
7023
            "grid_row": null,
7024
            "grid_template_areas": null,
7025
            "grid_template_columns": null,
7026
            "grid_template_rows": null,
7027
            "height": null,
7028
            "justify_content": null,
7029
            "justify_items": null,
7030
            "left": null,
7031
            "margin": null,
7032
            "max_height": null,
7033
            "max_width": null,
7034
            "min_height": null,
7035
            "min_width": null,
7036
            "object_fit": null,
7037
            "object_position": null,
7038
            "order": null,
7039
            "overflow": null,
7040
            "overflow_x": null,
7041
            "overflow_y": null,
7042
            "padding": null,
7043
            "right": null,
7044
            "top": null,
7045
            "visibility": null,
7046
            "width": null
7047
          }
7048
        },
7049
        "f342ff5add3441a6bddca4401f7746b5": {
7050
          "model_module": "@jupyter-widgets/controls",
7051
          "model_module_version": "1.5.0",
7052
          "model_name": "HTMLModel",
7053
          "state": {
7054
            "_dom_classes": [],
7055
            "_model_module": "@jupyter-widgets/controls",
7056
            "_model_module_version": "1.5.0",
7057
            "_model_name": "HTMLModel",
7058
            "_view_count": null,
7059
            "_view_module": "@jupyter-widgets/controls",
7060
            "_view_module_version": "1.5.0",
7061
            "_view_name": "HTMLView",
7062
            "description": "",
7063
            "description_tooltip": null,
7064
            "layout": "IPY_MODEL_232fbb32b4604b82aeefef482996e0b2",
7065
            "placeholder": "​",
7066
            "style": "IPY_MODEL_fee3221fcd2a42acaa5f343fa42871a8",
7067
            "value": "Upload file variables/variables.index: 100%"
7068
          }
7069
        },
7070
        "f42a1ee09c784ba79338da0668e32d04": {
7071
          "model_module": "@jupyter-widgets/controls",
7072
          "model_module_version": "1.5.0",
7073
          "model_name": "ProgressStyleModel",
7074
          "state": {
7075
            "_model_module": "@jupyter-widgets/controls",
7076
            "_model_module_version": "1.5.0",
7077
            "_model_name": "ProgressStyleModel",
7078
            "_view_count": null,
7079
            "_view_module": "@jupyter-widgets/base",
7080
            "_view_module_version": "1.2.0",
7081
            "_view_name": "StyleView",
7082
            "bar_color": null,
7083
            "description_width": ""
7084
          }
7085
        },
7086
        "f4ff7b5107004acaa9a20133c63edc6b": {
7087
          "model_module": "@jupyter-widgets/controls",
7088
          "model_module_version": "1.5.0",
7089
          "model_name": "HTMLModel",
7090
          "state": {
7091
            "_dom_classes": [],
7092
            "_model_module": "@jupyter-widgets/controls",
7093
            "_model_module_version": "1.5.0",
7094
            "_model_name": "HTMLModel",
7095
            "_view_count": null,
7096
            "_view_module": "@jupyter-widgets/controls",
7097
            "_view_module_version": "1.5.0",
7098
            "_view_name": "HTMLView",
7099
            "description": "",
7100
            "description_tooltip": null,
7101
            "layout": "IPY_MODEL_ee1e38cc73fd463ab90285acf99aab7b",
7102
            "placeholder": "​",
7103
            "style": "IPY_MODEL_73f894fc5d084f6fb5008bab21cf67bc",
7104
            "value": " 4.10k/4.10k [00:02&lt;00:00, 349B/s]"
7105
          }
7106
        },
7107
        "f677513edc2b44a18dcd446218233326": {
7108
          "model_module": "@jupyter-widgets/controls",
7109
          "model_module_version": "1.5.0",
7110
          "model_name": "HTMLModel",
7111
          "state": {
7112
            "_dom_classes": [],
7113
            "_model_module": "@jupyter-widgets/controls",
7114
            "_model_module_version": "1.5.0",
7115
            "_model_name": "HTMLModel",
7116
            "_view_count": null,
7117
            "_view_module": "@jupyter-widgets/controls",
7118
            "_view_module_version": "1.5.0",
7119
            "_view_name": "HTMLView",
7120
            "description": "",
7121
            "description_tooltip": null,
7122
            "layout": "IPY_MODEL_a91b56c2993447109b2372ef12c56d8b",
7123
            "placeholder": "​",
7124
            "style": "IPY_MODEL_4cc74acac334452d99eda0dbc76f5cc1",
7125
            "value": " 4.36M/4.36M [00:02&lt;00:00, 2.50MB/s]"
7126
          }
7127
        },
7128
        "f6a419027e9e418485434963cd5cb81d": {
7129
          "model_module": "@jupyter-widgets/base",
7130
          "model_module_version": "1.2.0",
7131
          "model_name": "LayoutModel",
7132
          "state": {
7133
            "_model_module": "@jupyter-widgets/base",
7134
            "_model_module_version": "1.2.0",
7135
            "_model_name": "LayoutModel",
7136
            "_view_count": null,
7137
            "_view_module": "@jupyter-widgets/base",
7138
            "_view_module_version": "1.2.0",
7139
            "_view_name": "LayoutView",
7140
            "align_content": null,
7141
            "align_items": null,
7142
            "align_self": null,
7143
            "border": null,
7144
            "bottom": null,
7145
            "display": null,
7146
            "flex": null,
7147
            "flex_flow": null,
7148
            "grid_area": null,
7149
            "grid_auto_columns": null,
7150
            "grid_auto_flow": null,
7151
            "grid_auto_rows": null,
7152
            "grid_column": null,
7153
            "grid_gap": null,
7154
            "grid_row": null,
7155
            "grid_template_areas": null,
7156
            "grid_template_columns": null,
7157
            "grid_template_rows": null,
7158
            "height": null,
7159
            "justify_content": null,
7160
            "justify_items": null,
7161
            "left": null,
7162
            "margin": null,
7163
            "max_height": null,
7164
            "max_width": null,
7165
            "min_height": null,
7166
            "min_width": null,
7167
            "object_fit": null,
7168
            "object_position": null,
7169
            "order": null,
7170
            "overflow": null,
7171
            "overflow_x": null,
7172
            "overflow_y": null,
7173
            "padding": null,
7174
            "right": null,
7175
            "top": null,
7176
            "visibility": null,
7177
            "width": null
7178
          }
7179
        },
7180
        "f6eae6e0fe5d44fb94ffe05c95706bb5": {
7181
          "model_module": "@jupyter-widgets/base",
7182
          "model_module_version": "1.2.0",
7183
          "model_name": "LayoutModel",
7184
          "state": {
7185
            "_model_module": "@jupyter-widgets/base",
7186
            "_model_module_version": "1.2.0",
7187
            "_model_name": "LayoutModel",
7188
            "_view_count": null,
7189
            "_view_module": "@jupyter-widgets/base",
7190
            "_view_module_version": "1.2.0",
7191
            "_view_name": "LayoutView",
7192
            "align_content": null,
7193
            "align_items": null,
7194
            "align_self": null,
7195
            "border": null,
7196
            "bottom": null,
7197
            "display": null,
7198
            "flex": null,
7199
            "flex_flow": null,
7200
            "grid_area": null,
7201
            "grid_auto_columns": null,
7202
            "grid_auto_flow": null,
7203
            "grid_auto_rows": null,
7204
            "grid_column": null,
7205
            "grid_gap": null,
7206
            "grid_row": null,
7207
            "grid_template_areas": null,
7208
            "grid_template_columns": null,
7209
            "grid_template_rows": null,
7210
            "height": null,
7211
            "justify_content": null,
7212
            "justify_items": null,
7213
            "left": null,
7214
            "margin": null,
7215
            "max_height": null,
7216
            "max_width": null,
7217
            "min_height": null,
7218
            "min_width": null,
7219
            "object_fit": null,
7220
            "object_position": null,
7221
            "order": null,
7222
            "overflow": null,
7223
            "overflow_x": null,
7224
            "overflow_y": null,
7225
            "padding": null,
7226
            "right": null,
7227
            "top": null,
7228
            "visibility": null,
7229
            "width": null
7230
          }
7231
        },
7232
        "f703b7fd9b3c450f80ef56c16c65080a": {
7233
          "model_module": "@jupyter-widgets/controls",
7234
          "model_module_version": "1.5.0",
7235
          "model_name": "HTMLModel",
7236
          "state": {
7237
            "_dom_classes": [],
7238
            "_model_module": "@jupyter-widgets/controls",
7239
            "_model_module_version": "1.5.0",
7240
            "_model_name": "HTMLModel",
7241
            "_view_count": null,
7242
            "_view_module": "@jupyter-widgets/controls",
7243
            "_view_module_version": "1.5.0",
7244
            "_view_name": "HTMLView",
7245
            "description": "",
7246
            "description_tooltip": null,
7247
            "layout": "IPY_MODEL_d7923def71f64a45ae8a1aed3d88cdef",
7248
            "placeholder": "​",
7249
            "style": "IPY_MODEL_0f4c96c7159b403fa34277bbef012dcb",
7250
            "value": "Download file model.png: 100%"
7251
          }
7252
        },
7253
        "f76e244f5aad472c824c450068caf776": {
7254
          "model_module": "@jupyter-widgets/controls",
7255
          "model_module_version": "1.5.0",
7256
          "model_name": "HTMLModel",
7257
          "state": {
7258
            "_dom_classes": [],
7259
            "_model_module": "@jupyter-widgets/controls",
7260
            "_model_module_version": "1.5.0",
7261
            "_model_name": "HTMLModel",
7262
            "_view_count": null,
7263
            "_view_module": "@jupyter-widgets/controls",
7264
            "_view_module_version": "1.5.0",
7265
            "_view_name": "HTMLView",
7266
            "description": "",
7267
            "description_tooltip": null,
7268
            "layout": "IPY_MODEL_5ed86585eb544fee88aafb53e2168005",
7269
            "placeholder": "​",
7270
            "style": "IPY_MODEL_b9c452288a64428e91d72ec8b202738d",
7271
            "value": " 236/236 [00:01&lt;?, ?B/s]"
7272
          }
7273
        },
7274
        "f93ed15ebdfe4574bc64781b5439873f": {
7275
          "model_module": "@jupyter-widgets/controls",
7276
          "model_module_version": "1.5.0",
7277
          "model_name": "DescriptionStyleModel",
7278
          "state": {
7279
            "_model_module": "@jupyter-widgets/controls",
7280
            "_model_module_version": "1.5.0",
7281
            "_model_name": "DescriptionStyleModel",
7282
            "_view_count": null,
7283
            "_view_module": "@jupyter-widgets/base",
7284
            "_view_module_version": "1.2.0",
7285
            "_view_name": "StyleView",
7286
            "description_width": ""
7287
          }
7288
        },
7289
        "f9c22c458a084fd582e168fc4672c79b": {
7290
          "model_module": "@jupyter-widgets/controls",
7291
          "model_module_version": "1.5.0",
7292
          "model_name": "HTMLModel",
7293
          "state": {
7294
            "_dom_classes": [],
7295
            "_model_module": "@jupyter-widgets/controls",
7296
            "_model_module_version": "1.5.0",
7297
            "_model_name": "HTMLModel",
7298
            "_view_count": null,
7299
            "_view_module": "@jupyter-widgets/controls",
7300
            "_view_module_version": "1.5.0",
7301
            "_view_name": "HTMLView",
7302
            "description": "",
7303
            "description_tooltip": null,
7304
            "layout": "IPY_MODEL_c2fc75e8264542ab9582a28eccfd6e61",
7305
            "placeholder": "​",
7306
            "style": "IPY_MODEL_e8241ff2f70c40ffaf0670007f7805bf",
7307
            "value": "Clean file keras_metadata.pb: 100%"
7308
          }
7309
        },
7310
        "fa2052193cb549df9f6697fbe47f5c6a": {
7311
          "model_module": "@jupyter-widgets/controls",
7312
          "model_module_version": "1.5.0",
7313
          "model_name": "FloatProgressModel",
7314
          "state": {
7315
            "_dom_classes": [],
7316
            "_model_module": "@jupyter-widgets/controls",
7317
            "_model_module_version": "1.5.0",
7318
            "_model_name": "FloatProgressModel",
7319
            "_view_count": null,
7320
            "_view_module": "@jupyter-widgets/controls",
7321
            "_view_module_version": "1.5.0",
7322
            "_view_name": "ProgressView",
7323
            "bar_style": "success",
7324
            "description": "",
7325
            "description_tooltip": null,
7326
            "layout": "IPY_MODEL_963d01e5cc76461db87c2270bfca78d9",
7327
            "max": 30159,
7328
            "min": 0,
7329
            "orientation": "horizontal",
7330
            "style": "IPY_MODEL_340c2b1f6c73492e9cc81c8285bd44bd",
7331
            "value": 30159
7332
          }
7333
        },
7334
        "fa23fdc4e17c4370ab14255bbd68fcc3": {
7335
          "model_module": "@jupyter-widgets/base",
7336
          "model_module_version": "1.2.0",
7337
          "model_name": "LayoutModel",
7338
          "state": {
7339
            "_model_module": "@jupyter-widgets/base",
7340
            "_model_module_version": "1.2.0",
7341
            "_model_name": "LayoutModel",
7342
            "_view_count": null,
7343
            "_view_module": "@jupyter-widgets/base",
7344
            "_view_module_version": "1.2.0",
7345
            "_view_name": "LayoutView",
7346
            "align_content": null,
7347
            "align_items": null,
7348
            "align_self": null,
7349
            "border": null,
7350
            "bottom": null,
7351
            "display": null,
7352
            "flex": null,
7353
            "flex_flow": null,
7354
            "grid_area": null,
7355
            "grid_auto_columns": null,
7356
            "grid_auto_flow": null,
7357
            "grid_auto_rows": null,
7358
            "grid_column": null,
7359
            "grid_gap": null,
7360
            "grid_row": null,
7361
            "grid_template_areas": null,
7362
            "grid_template_columns": null,
7363
            "grid_template_rows": null,
7364
            "height": null,
7365
            "justify_content": null,
7366
            "justify_items": null,
7367
            "left": null,
7368
            "margin": null,
7369
            "max_height": null,
7370
            "max_width": null,
7371
            "min_height": null,
7372
            "min_width": null,
7373
            "object_fit": null,
7374
            "object_position": null,
7375
            "order": null,
7376
            "overflow": null,
7377
            "overflow_x": null,
7378
            "overflow_y": null,
7379
            "padding": null,
7380
            "right": null,
7381
            "top": null,
7382
            "visibility": null,
7383
            "width": null
7384
          }
7385
        },
7386
        "fab4e2a2256f41ada7c163b18f37a454": {
7387
          "model_module": "@jupyter-widgets/controls",
7388
          "model_module_version": "1.5.0",
7389
          "model_name": "DescriptionStyleModel",
7390
          "state": {
7391
            "_model_module": "@jupyter-widgets/controls",
7392
            "_model_module_version": "1.5.0",
7393
            "_model_name": "DescriptionStyleModel",
7394
            "_view_count": null,
7395
            "_view_module": "@jupyter-widgets/base",
7396
            "_view_module_version": "1.2.0",
7397
            "_view_name": "StyleView",
7398
            "description_width": ""
7399
          }
7400
        },
7401
        "fac1a27603284e8caf4434ae7690c038": {
7402
          "model_module": "@jupyter-widgets/controls",
7403
          "model_module_version": "1.5.0",
7404
          "model_name": "HTMLModel",
7405
          "state": {
7406
            "_dom_classes": [],
7407
            "_model_module": "@jupyter-widgets/controls",
7408
            "_model_module_version": "1.5.0",
7409
            "_model_name": "HTMLModel",
7410
            "_view_count": null,
7411
            "_view_module": "@jupyter-widgets/controls",
7412
            "_view_module_version": "1.5.0",
7413
            "_view_name": "HTMLView",
7414
            "description": "",
7415
            "description_tooltip": null,
7416
            "layout": "IPY_MODEL_c31055a893644f77bea24395dc9ff163",
7417
            "placeholder": "​",
7418
            "style": "IPY_MODEL_9085c1c025884b51a13685ba1a19ad0c",
7419
            "value": "Download file variables/variables.data-00000-of-00001: 100%"
7420
          }
7421
        },
7422
        "fb6acf2e526d4e36a2c9d6c8eca0dae4": {
7423
          "model_module": "@jupyter-widgets/controls",
7424
          "model_module_version": "1.5.0",
7425
          "model_name": "ProgressStyleModel",
7426
          "state": {
7427
            "_model_module": "@jupyter-widgets/controls",
7428
            "_model_module_version": "1.5.0",
7429
            "_model_name": "ProgressStyleModel",
7430
            "_view_count": null,
7431
            "_view_module": "@jupyter-widgets/base",
7432
            "_view_module_version": "1.2.0",
7433
            "_view_name": "StyleView",
7434
            "bar_color": null,
7435
            "description_width": ""
7436
          }
7437
        },
7438
        "fc5f6e7bbe79404cbdf14b7186a3fb5b": {
7439
          "model_module": "@jupyter-widgets/controls",
7440
          "model_module_version": "1.5.0",
7441
          "model_name": "DescriptionStyleModel",
7442
          "state": {
7443
            "_model_module": "@jupyter-widgets/controls",
7444
            "_model_module_version": "1.5.0",
7445
            "_model_name": "DescriptionStyleModel",
7446
            "_view_count": null,
7447
            "_view_module": "@jupyter-widgets/base",
7448
            "_view_module_version": "1.2.0",
7449
            "_view_name": "StyleView",
7450
            "description_width": ""
7451
          }
7452
        },
7453
        "fd04647009d54a5eaecc3e027dc70518": {
7454
          "model_module": "@jupyter-widgets/controls",
7455
          "model_module_version": "1.5.0",
7456
          "model_name": "DescriptionStyleModel",
7457
          "state": {
7458
            "_model_module": "@jupyter-widgets/controls",
7459
            "_model_module_version": "1.5.0",
7460
            "_model_name": "DescriptionStyleModel",
7461
            "_view_count": null,
7462
            "_view_module": "@jupyter-widgets/base",
7463
            "_view_module_version": "1.2.0",
7464
            "_view_name": "StyleView",
7465
            "description_width": ""
7466
          }
7467
        },
7468
        "fd142ff089614ab6b9069273ea04c410": {
7469
          "model_module": "@jupyter-widgets/controls",
7470
          "model_module_version": "1.5.0",
7471
          "model_name": "PasswordModel",
7472
          "state": {
7473
            "_dom_classes": [],
7474
            "_model_module": "@jupyter-widgets/controls",
7475
            "_model_module_version": "1.5.0",
7476
            "_model_name": "PasswordModel",
7477
            "_view_count": null,
7478
            "_view_module": "@jupyter-widgets/controls",
7479
            "_view_module_version": "1.5.0",
7480
            "_view_name": "PasswordView",
7481
            "continuous_update": true,
7482
            "description": "Token:",
7483
            "description_tooltip": null,
7484
            "disabled": false,
7485
            "layout": "IPY_MODEL_22e6b611f50047daaa9fde205ed5cb1c",
7486
            "placeholder": "​",
7487
            "style": "IPY_MODEL_602a013bbbd6467c832f7c9c1a59f6a4",
7488
            "value": ""
7489
          }
7490
        },
7491
        "fda165ce69bf47be927f04fc5ada7cd0": {
7492
          "model_module": "@jupyter-widgets/controls",
7493
          "model_module_version": "1.5.0",
7494
          "model_name": "DescriptionStyleModel",
7495
          "state": {
7496
            "_model_module": "@jupyter-widgets/controls",
7497
            "_model_module_version": "1.5.0",
7498
            "_model_name": "DescriptionStyleModel",
7499
            "_view_count": null,
7500
            "_view_module": "@jupyter-widgets/base",
7501
            "_view_module_version": "1.2.0",
7502
            "_view_name": "StyleView",
7503
            "description_width": ""
7504
          }
7505
        },
7506
        "fee3221fcd2a42acaa5f343fa42871a8": {
7507
          "model_module": "@jupyter-widgets/controls",
7508
          "model_module_version": "1.5.0",
7509
          "model_name": "DescriptionStyleModel",
7510
          "state": {
7511
            "_model_module": "@jupyter-widgets/controls",
7512
            "_model_module_version": "1.5.0",
7513
            "_model_name": "DescriptionStyleModel",
7514
            "_view_count": null,
7515
            "_view_module": "@jupyter-widgets/base",
7516
            "_view_module_version": "1.2.0",
7517
            "_view_name": "StyleView",
7518
            "description_width": ""
7519
          }
7520
        }
7521
      }
7522
    }
7523
  },
7524
  "nbformat": 4,
7525
  "nbformat_minor": 0
7526
}
7527

Использование cookies

Мы используем файлы cookie в соответствии с Политикой конфиденциальности и Политикой использования cookies.

Нажимая кнопку «Принимаю», Вы даете АО «СберТех» согласие на обработку Ваших персональных данных в целях совершенствования нашего веб-сайта и Сервиса GitVerse, а также повышения удобства их использования.

Запретить использование cookies Вы можете самостоятельно в настройках Вашего браузера.