haystack-tutorials

Форк
0
/
34_Extractive_QA_Pipeline.ipynb 
5821 строка · 209.2 Кб
1
{
2
  "nbformat": 4,
3
  "nbformat_minor": 0,
4
  "metadata": {
5
    "colab": {
6
      "provenance": [],
7
      "gpuType": "T4"
8
    },
9
    "kernelspec": {
10
      "name": "python3",
11
      "display_name": "Python 3"
12
    },
13
    "language_info": {
14
      "name": "python"
15
    },
16
    "accelerator": "GPU",
17
    "widgets": {
18
      "application/vnd.jupyter.widget-state+json": {
19
        "7003e95fe7594baa9dcf3b78001dae8c": {
20
          "model_module": "@jupyter-widgets/controls",
21
          "model_name": "HBoxModel",
22
          "model_module_version": "1.5.0",
23
          "state": {
24
            "_dom_classes": [],
25
            "_model_module": "@jupyter-widgets/controls",
26
            "_model_module_version": "1.5.0",
27
            "_model_name": "HBoxModel",
28
            "_view_count": null,
29
            "_view_module": "@jupyter-widgets/controls",
30
            "_view_module_version": "1.5.0",
31
            "_view_name": "HBoxView",
32
            "box_style": "",
33
            "children": [
34
              "IPY_MODEL_475b3edb1c8946c4963a36940ef409f2",
35
              "IPY_MODEL_30d45a7d15334dda8554c4de497dc266",
36
              "IPY_MODEL_3f9fd21272334981a8ed63e89f2415ec"
37
            ],
38
            "layout": "IPY_MODEL_99a3f8d980294094a1304fe769da9cf3"
39
          }
40
        },
41
        "475b3edb1c8946c4963a36940ef409f2": {
42
          "model_module": "@jupyter-widgets/controls",
43
          "model_name": "HTMLModel",
44
          "model_module_version": "1.5.0",
45
          "state": {
46
            "_dom_classes": [],
47
            "_model_module": "@jupyter-widgets/controls",
48
            "_model_module_version": "1.5.0",
49
            "_model_name": "HTMLModel",
50
            "_view_count": null,
51
            "_view_module": "@jupyter-widgets/controls",
52
            "_view_module_version": "1.5.0",
53
            "_view_name": "HTMLView",
54
            "description": "",
55
            "description_tooltip": null,
56
            "layout": "IPY_MODEL_adce05857f4e4f8097af93187c183dcb",
57
            "placeholder": "​",
58
            "style": "IPY_MODEL_a9c67d9a3d854287812f645eaa406436",
59
            "value": "Downloading readme: 100%"
60
          }
61
        },
62
        "30d45a7d15334dda8554c4de497dc266": {
63
          "model_module": "@jupyter-widgets/controls",
64
          "model_name": "FloatProgressModel",
65
          "model_module_version": "1.5.0",
66
          "state": {
67
            "_dom_classes": [],
68
            "_model_module": "@jupyter-widgets/controls",
69
            "_model_module_version": "1.5.0",
70
            "_model_name": "FloatProgressModel",
71
            "_view_count": null,
72
            "_view_module": "@jupyter-widgets/controls",
73
            "_view_module_version": "1.5.0",
74
            "_view_name": "ProgressView",
75
            "bar_style": "success",
76
            "description": "",
77
            "description_tooltip": null,
78
            "layout": "IPY_MODEL_f476084c8a1b44f9a465a13e8a32fcfe",
79
            "max": 46,
80
            "min": 0,
81
            "orientation": "horizontal",
82
            "style": "IPY_MODEL_7b2d68d73e09466cb58a6ccbe099c75f",
83
            "value": 46
84
          }
85
        },
86
        "3f9fd21272334981a8ed63e89f2415ec": {
87
          "model_module": "@jupyter-widgets/controls",
88
          "model_name": "HTMLModel",
89
          "model_module_version": "1.5.0",
90
          "state": {
91
            "_dom_classes": [],
92
            "_model_module": "@jupyter-widgets/controls",
93
            "_model_module_version": "1.5.0",
94
            "_model_name": "HTMLModel",
95
            "_view_count": null,
96
            "_view_module": "@jupyter-widgets/controls",
97
            "_view_module_version": "1.5.0",
98
            "_view_name": "HTMLView",
99
            "description": "",
100
            "description_tooltip": null,
101
            "layout": "IPY_MODEL_9ab932c6b3554e67bb75e905ec08f22b",
102
            "placeholder": "​",
103
            "style": "IPY_MODEL_0202224cea944f43b8a35ef77499c249",
104
            "value": " 46.0/46.0 [00:00<00:00, 2.56kB/s]"
105
          }
106
        },
107
        "99a3f8d980294094a1304fe769da9cf3": {
108
          "model_module": "@jupyter-widgets/base",
109
          "model_name": "LayoutModel",
110
          "model_module_version": "1.2.0",
111
          "state": {
112
            "_model_module": "@jupyter-widgets/base",
113
            "_model_module_version": "1.2.0",
114
            "_model_name": "LayoutModel",
115
            "_view_count": null,
116
            "_view_module": "@jupyter-widgets/base",
117
            "_view_module_version": "1.2.0",
118
            "_view_name": "LayoutView",
119
            "align_content": null,
120
            "align_items": null,
121
            "align_self": null,
122
            "border": null,
123
            "bottom": null,
124
            "display": null,
125
            "flex": null,
126
            "flex_flow": null,
127
            "grid_area": null,
128
            "grid_auto_columns": null,
129
            "grid_auto_flow": null,
130
            "grid_auto_rows": null,
131
            "grid_column": null,
132
            "grid_gap": null,
133
            "grid_row": null,
134
            "grid_template_areas": null,
135
            "grid_template_columns": null,
136
            "grid_template_rows": null,
137
            "height": null,
138
            "justify_content": null,
139
            "justify_items": null,
140
            "left": null,
141
            "margin": null,
142
            "max_height": null,
143
            "max_width": null,
144
            "min_height": null,
145
            "min_width": null,
146
            "object_fit": null,
147
            "object_position": null,
148
            "order": null,
149
            "overflow": null,
150
            "overflow_x": null,
151
            "overflow_y": null,
152
            "padding": null,
153
            "right": null,
154
            "top": null,
155
            "visibility": null,
156
            "width": null
157
          }
158
        },
159
        "adce05857f4e4f8097af93187c183dcb": {
160
          "model_module": "@jupyter-widgets/base",
161
          "model_name": "LayoutModel",
162
          "model_module_version": "1.2.0",
163
          "state": {
164
            "_model_module": "@jupyter-widgets/base",
165
            "_model_module_version": "1.2.0",
166
            "_model_name": "LayoutModel",
167
            "_view_count": null,
168
            "_view_module": "@jupyter-widgets/base",
169
            "_view_module_version": "1.2.0",
170
            "_view_name": "LayoutView",
171
            "align_content": null,
172
            "align_items": null,
173
            "align_self": null,
174
            "border": null,
175
            "bottom": null,
176
            "display": null,
177
            "flex": null,
178
            "flex_flow": null,
179
            "grid_area": null,
180
            "grid_auto_columns": null,
181
            "grid_auto_flow": null,
182
            "grid_auto_rows": null,
183
            "grid_column": null,
184
            "grid_gap": null,
185
            "grid_row": null,
186
            "grid_template_areas": null,
187
            "grid_template_columns": null,
188
            "grid_template_rows": null,
189
            "height": null,
190
            "justify_content": null,
191
            "justify_items": null,
192
            "left": null,
193
            "margin": null,
194
            "max_height": null,
195
            "max_width": null,
196
            "min_height": null,
197
            "min_width": null,
198
            "object_fit": null,
199
            "object_position": null,
200
            "order": null,
201
            "overflow": null,
202
            "overflow_x": null,
203
            "overflow_y": null,
204
            "padding": null,
205
            "right": null,
206
            "top": null,
207
            "visibility": null,
208
            "width": null
209
          }
210
        },
211
        "a9c67d9a3d854287812f645eaa406436": {
212
          "model_module": "@jupyter-widgets/controls",
213
          "model_name": "DescriptionStyleModel",
214
          "model_module_version": "1.5.0",
215
          "state": {
216
            "_model_module": "@jupyter-widgets/controls",
217
            "_model_module_version": "1.5.0",
218
            "_model_name": "DescriptionStyleModel",
219
            "_view_count": null,
220
            "_view_module": "@jupyter-widgets/base",
221
            "_view_module_version": "1.2.0",
222
            "_view_name": "StyleView",
223
            "description_width": ""
224
          }
225
        },
226
        "f476084c8a1b44f9a465a13e8a32fcfe": {
227
          "model_module": "@jupyter-widgets/base",
228
          "model_name": "LayoutModel",
229
          "model_module_version": "1.2.0",
230
          "state": {
231
            "_model_module": "@jupyter-widgets/base",
232
            "_model_module_version": "1.2.0",
233
            "_model_name": "LayoutModel",
234
            "_view_count": null,
235
            "_view_module": "@jupyter-widgets/base",
236
            "_view_module_version": "1.2.0",
237
            "_view_name": "LayoutView",
238
            "align_content": null,
239
            "align_items": null,
240
            "align_self": null,
241
            "border": null,
242
            "bottom": null,
243
            "display": null,
244
            "flex": null,
245
            "flex_flow": null,
246
            "grid_area": null,
247
            "grid_auto_columns": null,
248
            "grid_auto_flow": null,
249
            "grid_auto_rows": null,
250
            "grid_column": null,
251
            "grid_gap": null,
252
            "grid_row": null,
253
            "grid_template_areas": null,
254
            "grid_template_columns": null,
255
            "grid_template_rows": null,
256
            "height": null,
257
            "justify_content": null,
258
            "justify_items": null,
259
            "left": null,
260
            "margin": null,
261
            "max_height": null,
262
            "max_width": null,
263
            "min_height": null,
264
            "min_width": null,
265
            "object_fit": null,
266
            "object_position": null,
267
            "order": null,
268
            "overflow": null,
269
            "overflow_x": null,
270
            "overflow_y": null,
271
            "padding": null,
272
            "right": null,
273
            "top": null,
274
            "visibility": null,
275
            "width": null
276
          }
277
        },
278
        "7b2d68d73e09466cb58a6ccbe099c75f": {
279
          "model_module": "@jupyter-widgets/controls",
280
          "model_name": "ProgressStyleModel",
281
          "model_module_version": "1.5.0",
282
          "state": {
283
            "_model_module": "@jupyter-widgets/controls",
284
            "_model_module_version": "1.5.0",
285
            "_model_name": "ProgressStyleModel",
286
            "_view_count": null,
287
            "_view_module": "@jupyter-widgets/base",
288
            "_view_module_version": "1.2.0",
289
            "_view_name": "StyleView",
290
            "bar_color": null,
291
            "description_width": ""
292
          }
293
        },
294
        "9ab932c6b3554e67bb75e905ec08f22b": {
295
          "model_module": "@jupyter-widgets/base",
296
          "model_name": "LayoutModel",
297
          "model_module_version": "1.2.0",
298
          "state": {
299
            "_model_module": "@jupyter-widgets/base",
300
            "_model_module_version": "1.2.0",
301
            "_model_name": "LayoutModel",
302
            "_view_count": null,
303
            "_view_module": "@jupyter-widgets/base",
304
            "_view_module_version": "1.2.0",
305
            "_view_name": "LayoutView",
306
            "align_content": null,
307
            "align_items": null,
308
            "align_self": null,
309
            "border": null,
310
            "bottom": null,
311
            "display": null,
312
            "flex": null,
313
            "flex_flow": null,
314
            "grid_area": null,
315
            "grid_auto_columns": null,
316
            "grid_auto_flow": null,
317
            "grid_auto_rows": null,
318
            "grid_column": null,
319
            "grid_gap": null,
320
            "grid_row": null,
321
            "grid_template_areas": null,
322
            "grid_template_columns": null,
323
            "grid_template_rows": null,
324
            "height": null,
325
            "justify_content": null,
326
            "justify_items": null,
327
            "left": null,
328
            "margin": null,
329
            "max_height": null,
330
            "max_width": null,
331
            "min_height": null,
332
            "min_width": null,
333
            "object_fit": null,
334
            "object_position": null,
335
            "order": null,
336
            "overflow": null,
337
            "overflow_x": null,
338
            "overflow_y": null,
339
            "padding": null,
340
            "right": null,
341
            "top": null,
342
            "visibility": null,
343
            "width": null
344
          }
345
        },
346
        "0202224cea944f43b8a35ef77499c249": {
347
          "model_module": "@jupyter-widgets/controls",
348
          "model_name": "DescriptionStyleModel",
349
          "model_module_version": "1.5.0",
350
          "state": {
351
            "_model_module": "@jupyter-widgets/controls",
352
            "_model_module_version": "1.5.0",
353
            "_model_name": "DescriptionStyleModel",
354
            "_view_count": null,
355
            "_view_module": "@jupyter-widgets/base",
356
            "_view_module_version": "1.2.0",
357
            "_view_name": "StyleView",
358
            "description_width": ""
359
          }
360
        },
361
        "f0128d87740d449eb7e5efcc3045f44e": {
362
          "model_module": "@jupyter-widgets/controls",
363
          "model_name": "HBoxModel",
364
          "model_module_version": "1.5.0",
365
          "state": {
366
            "_dom_classes": [],
367
            "_model_module": "@jupyter-widgets/controls",
368
            "_model_module_version": "1.5.0",
369
            "_model_name": "HBoxModel",
370
            "_view_count": null,
371
            "_view_module": "@jupyter-widgets/controls",
372
            "_view_module_version": "1.5.0",
373
            "_view_name": "HBoxView",
374
            "box_style": "",
375
            "children": [
376
              "IPY_MODEL_7e46c39662474a7cbb4861e7d6cce0d2",
377
              "IPY_MODEL_f82ebf66ad3140b68a39faf607a7ae05",
378
              "IPY_MODEL_224cc6a051cb454e918b14082032c7ed"
379
            ],
380
            "layout": "IPY_MODEL_5d71632d7d114cf3b52de382d701e5e3"
381
          }
382
        },
383
        "7e46c39662474a7cbb4861e7d6cce0d2": {
384
          "model_module": "@jupyter-widgets/controls",
385
          "model_name": "HTMLModel",
386
          "model_module_version": "1.5.0",
387
          "state": {
388
            "_dom_classes": [],
389
            "_model_module": "@jupyter-widgets/controls",
390
            "_model_module_version": "1.5.0",
391
            "_model_name": "HTMLModel",
392
            "_view_count": null,
393
            "_view_module": "@jupyter-widgets/controls",
394
            "_view_module_version": "1.5.0",
395
            "_view_name": "HTMLView",
396
            "description": "",
397
            "description_tooltip": null,
398
            "layout": "IPY_MODEL_d7a1628ac76b4dfe806ba2168deecd9a",
399
            "placeholder": "​",
400
            "style": "IPY_MODEL_8b5d0d408c7e46e89e2dc8120a1199e4",
401
            "value": "Downloading data: 100%"
402
          }
403
        },
404
        "f82ebf66ad3140b68a39faf607a7ae05": {
405
          "model_module": "@jupyter-widgets/controls",
406
          "model_name": "FloatProgressModel",
407
          "model_module_version": "1.5.0",
408
          "state": {
409
            "_dom_classes": [],
410
            "_model_module": "@jupyter-widgets/controls",
411
            "_model_module_version": "1.5.0",
412
            "_model_name": "FloatProgressModel",
413
            "_view_count": null,
414
            "_view_module": "@jupyter-widgets/controls",
415
            "_view_module_version": "1.5.0",
416
            "_view_name": "ProgressView",
417
            "bar_style": "success",
418
            "description": "",
419
            "description_tooltip": null,
420
            "layout": "IPY_MODEL_76ea41afbf6d464cb5d1d64801bbf56b",
421
            "max": 118915,
422
            "min": 0,
423
            "orientation": "horizontal",
424
            "style": "IPY_MODEL_d592cc3aab6b424eb84241535ebb2022",
425
            "value": 118915
426
          }
427
        },
428
        "224cc6a051cb454e918b14082032c7ed": {
429
          "model_module": "@jupyter-widgets/controls",
430
          "model_name": "HTMLModel",
431
          "model_module_version": "1.5.0",
432
          "state": {
433
            "_dom_classes": [],
434
            "_model_module": "@jupyter-widgets/controls",
435
            "_model_module_version": "1.5.0",
436
            "_model_name": "HTMLModel",
437
            "_view_count": null,
438
            "_view_module": "@jupyter-widgets/controls",
439
            "_view_module_version": "1.5.0",
440
            "_view_name": "HTMLView",
441
            "description": "",
442
            "description_tooltip": null,
443
            "layout": "IPY_MODEL_f9d7d8c70d62422bb6ff5ba0456aa55b",
444
            "placeholder": "​",
445
            "style": "IPY_MODEL_979d095d9f084bb39b44177390ea7900",
446
            "value": " 119k/119k [00:00<00:00, 554kB/s]"
447
          }
448
        },
449
        "5d71632d7d114cf3b52de382d701e5e3": {
450
          "model_module": "@jupyter-widgets/base",
451
          "model_name": "LayoutModel",
452
          "model_module_version": "1.2.0",
453
          "state": {
454
            "_model_module": "@jupyter-widgets/base",
455
            "_model_module_version": "1.2.0",
456
            "_model_name": "LayoutModel",
457
            "_view_count": null,
458
            "_view_module": "@jupyter-widgets/base",
459
            "_view_module_version": "1.2.0",
460
            "_view_name": "LayoutView",
461
            "align_content": null,
462
            "align_items": null,
463
            "align_self": null,
464
            "border": null,
465
            "bottom": null,
466
            "display": null,
467
            "flex": null,
468
            "flex_flow": null,
469
            "grid_area": null,
470
            "grid_auto_columns": null,
471
            "grid_auto_flow": null,
472
            "grid_auto_rows": null,
473
            "grid_column": null,
474
            "grid_gap": null,
475
            "grid_row": null,
476
            "grid_template_areas": null,
477
            "grid_template_columns": null,
478
            "grid_template_rows": null,
479
            "height": null,
480
            "justify_content": null,
481
            "justify_items": null,
482
            "left": null,
483
            "margin": null,
484
            "max_height": null,
485
            "max_width": null,
486
            "min_height": null,
487
            "min_width": null,
488
            "object_fit": null,
489
            "object_position": null,
490
            "order": null,
491
            "overflow": null,
492
            "overflow_x": null,
493
            "overflow_y": null,
494
            "padding": null,
495
            "right": null,
496
            "top": null,
497
            "visibility": null,
498
            "width": null
499
          }
500
        },
501
        "d7a1628ac76b4dfe806ba2168deecd9a": {
502
          "model_module": "@jupyter-widgets/base",
503
          "model_name": "LayoutModel",
504
          "model_module_version": "1.2.0",
505
          "state": {
506
            "_model_module": "@jupyter-widgets/base",
507
            "_model_module_version": "1.2.0",
508
            "_model_name": "LayoutModel",
509
            "_view_count": null,
510
            "_view_module": "@jupyter-widgets/base",
511
            "_view_module_version": "1.2.0",
512
            "_view_name": "LayoutView",
513
            "align_content": null,
514
            "align_items": null,
515
            "align_self": null,
516
            "border": null,
517
            "bottom": null,
518
            "display": null,
519
            "flex": null,
520
            "flex_flow": null,
521
            "grid_area": null,
522
            "grid_auto_columns": null,
523
            "grid_auto_flow": null,
524
            "grid_auto_rows": null,
525
            "grid_column": null,
526
            "grid_gap": null,
527
            "grid_row": null,
528
            "grid_template_areas": null,
529
            "grid_template_columns": null,
530
            "grid_template_rows": null,
531
            "height": null,
532
            "justify_content": null,
533
            "justify_items": null,
534
            "left": null,
535
            "margin": null,
536
            "max_height": null,
537
            "max_width": null,
538
            "min_height": null,
539
            "min_width": null,
540
            "object_fit": null,
541
            "object_position": null,
542
            "order": null,
543
            "overflow": null,
544
            "overflow_x": null,
545
            "overflow_y": null,
546
            "padding": null,
547
            "right": null,
548
            "top": null,
549
            "visibility": null,
550
            "width": null
551
          }
552
        },
553
        "8b5d0d408c7e46e89e2dc8120a1199e4": {
554
          "model_module": "@jupyter-widgets/controls",
555
          "model_name": "DescriptionStyleModel",
556
          "model_module_version": "1.5.0",
557
          "state": {
558
            "_model_module": "@jupyter-widgets/controls",
559
            "_model_module_version": "1.5.0",
560
            "_model_name": "DescriptionStyleModel",
561
            "_view_count": null,
562
            "_view_module": "@jupyter-widgets/base",
563
            "_view_module_version": "1.2.0",
564
            "_view_name": "StyleView",
565
            "description_width": ""
566
          }
567
        },
568
        "76ea41afbf6d464cb5d1d64801bbf56b": {
569
          "model_module": "@jupyter-widgets/base",
570
          "model_name": "LayoutModel",
571
          "model_module_version": "1.2.0",
572
          "state": {
573
            "_model_module": "@jupyter-widgets/base",
574
            "_model_module_version": "1.2.0",
575
            "_model_name": "LayoutModel",
576
            "_view_count": null,
577
            "_view_module": "@jupyter-widgets/base",
578
            "_view_module_version": "1.2.0",
579
            "_view_name": "LayoutView",
580
            "align_content": null,
581
            "align_items": null,
582
            "align_self": null,
583
            "border": null,
584
            "bottom": null,
585
            "display": null,
586
            "flex": null,
587
            "flex_flow": null,
588
            "grid_area": null,
589
            "grid_auto_columns": null,
590
            "grid_auto_flow": null,
591
            "grid_auto_rows": null,
592
            "grid_column": null,
593
            "grid_gap": null,
594
            "grid_row": null,
595
            "grid_template_areas": null,
596
            "grid_template_columns": null,
597
            "grid_template_rows": null,
598
            "height": null,
599
            "justify_content": null,
600
            "justify_items": null,
601
            "left": null,
602
            "margin": null,
603
            "max_height": null,
604
            "max_width": null,
605
            "min_height": null,
606
            "min_width": null,
607
            "object_fit": null,
608
            "object_position": null,
609
            "order": null,
610
            "overflow": null,
611
            "overflow_x": null,
612
            "overflow_y": null,
613
            "padding": null,
614
            "right": null,
615
            "top": null,
616
            "visibility": null,
617
            "width": null
618
          }
619
        },
620
        "d592cc3aab6b424eb84241535ebb2022": {
621
          "model_module": "@jupyter-widgets/controls",
622
          "model_name": "ProgressStyleModel",
623
          "model_module_version": "1.5.0",
624
          "state": {
625
            "_model_module": "@jupyter-widgets/controls",
626
            "_model_module_version": "1.5.0",
627
            "_model_name": "ProgressStyleModel",
628
            "_view_count": null,
629
            "_view_module": "@jupyter-widgets/base",
630
            "_view_module_version": "1.2.0",
631
            "_view_name": "StyleView",
632
            "bar_color": null,
633
            "description_width": ""
634
          }
635
        },
636
        "f9d7d8c70d62422bb6ff5ba0456aa55b": {
637
          "model_module": "@jupyter-widgets/base",
638
          "model_name": "LayoutModel",
639
          "model_module_version": "1.2.0",
640
          "state": {
641
            "_model_module": "@jupyter-widgets/base",
642
            "_model_module_version": "1.2.0",
643
            "_model_name": "LayoutModel",
644
            "_view_count": null,
645
            "_view_module": "@jupyter-widgets/base",
646
            "_view_module_version": "1.2.0",
647
            "_view_name": "LayoutView",
648
            "align_content": null,
649
            "align_items": null,
650
            "align_self": null,
651
            "border": null,
652
            "bottom": null,
653
            "display": null,
654
            "flex": null,
655
            "flex_flow": null,
656
            "grid_area": null,
657
            "grid_auto_columns": null,
658
            "grid_auto_flow": null,
659
            "grid_auto_rows": null,
660
            "grid_column": null,
661
            "grid_gap": null,
662
            "grid_row": null,
663
            "grid_template_areas": null,
664
            "grid_template_columns": null,
665
            "grid_template_rows": null,
666
            "height": null,
667
            "justify_content": null,
668
            "justify_items": null,
669
            "left": null,
670
            "margin": null,
671
            "max_height": null,
672
            "max_width": null,
673
            "min_height": null,
674
            "min_width": null,
675
            "object_fit": null,
676
            "object_position": null,
677
            "order": null,
678
            "overflow": null,
679
            "overflow_x": null,
680
            "overflow_y": null,
681
            "padding": null,
682
            "right": null,
683
            "top": null,
684
            "visibility": null,
685
            "width": null
686
          }
687
        },
688
        "979d095d9f084bb39b44177390ea7900": {
689
          "model_module": "@jupyter-widgets/controls",
690
          "model_name": "DescriptionStyleModel",
691
          "model_module_version": "1.5.0",
692
          "state": {
693
            "_model_module": "@jupyter-widgets/controls",
694
            "_model_module_version": "1.5.0",
695
            "_model_name": "DescriptionStyleModel",
696
            "_view_count": null,
697
            "_view_module": "@jupyter-widgets/base",
698
            "_view_module_version": "1.2.0",
699
            "_view_name": "StyleView",
700
            "description_width": ""
701
          }
702
        },
703
        "518a021bc14546388ffc719adaa45c18": {
704
          "model_module": "@jupyter-widgets/controls",
705
          "model_name": "HBoxModel",
706
          "model_module_version": "1.5.0",
707
          "state": {
708
            "_dom_classes": [],
709
            "_model_module": "@jupyter-widgets/controls",
710
            "_model_module_version": "1.5.0",
711
            "_model_name": "HBoxModel",
712
            "_view_count": null,
713
            "_view_module": "@jupyter-widgets/controls",
714
            "_view_module_version": "1.5.0",
715
            "_view_name": "HBoxView",
716
            "box_style": "",
717
            "children": [
718
              "IPY_MODEL_5c115b3e3dd1404c83c2014ff4808044",
719
              "IPY_MODEL_b2afa0fe92054d879b05735dfb21c44e",
720
              "IPY_MODEL_a87486487eec43fdab9d6ddee6d140d2"
721
            ],
722
            "layout": "IPY_MODEL_d52f4f25e582419a93ce0ea34fa56841"
723
          }
724
        },
725
        "5c115b3e3dd1404c83c2014ff4808044": {
726
          "model_module": "@jupyter-widgets/controls",
727
          "model_name": "HTMLModel",
728
          "model_module_version": "1.5.0",
729
          "state": {
730
            "_dom_classes": [],
731
            "_model_module": "@jupyter-widgets/controls",
732
            "_model_module_version": "1.5.0",
733
            "_model_name": "HTMLModel",
734
            "_view_count": null,
735
            "_view_module": "@jupyter-widgets/controls",
736
            "_view_module_version": "1.5.0",
737
            "_view_name": "HTMLView",
738
            "description": "",
739
            "description_tooltip": null,
740
            "layout": "IPY_MODEL_bce92bccc0854b77945e624b188da8b1",
741
            "placeholder": "​",
742
            "style": "IPY_MODEL_b3f9f63d5d3a4352be01235084c5bdd7",
743
            "value": "Generating train split: "
744
          }
745
        },
746
        "b2afa0fe92054d879b05735dfb21c44e": {
747
          "model_module": "@jupyter-widgets/controls",
748
          "model_name": "FloatProgressModel",
749
          "model_module_version": "1.5.0",
750
          "state": {
751
            "_dom_classes": [],
752
            "_model_module": "@jupyter-widgets/controls",
753
            "_model_module_version": "1.5.0",
754
            "_model_name": "FloatProgressModel",
755
            "_view_count": null,
756
            "_view_module": "@jupyter-widgets/controls",
757
            "_view_module_version": "1.5.0",
758
            "_view_name": "ProgressView",
759
            "bar_style": "success",
760
            "description": "",
761
            "description_tooltip": null,
762
            "layout": "IPY_MODEL_71f0f3f109a8420faf5c0a8ada76e290",
763
            "max": 1,
764
            "min": 0,
765
            "orientation": "horizontal",
766
            "style": "IPY_MODEL_42c58991151c4f2c987e10764cd133ce",
767
            "value": 1
768
          }
769
        },
770
        "a87486487eec43fdab9d6ddee6d140d2": {
771
          "model_module": "@jupyter-widgets/controls",
772
          "model_name": "HTMLModel",
773
          "model_module_version": "1.5.0",
774
          "state": {
775
            "_dom_classes": [],
776
            "_model_module": "@jupyter-widgets/controls",
777
            "_model_module_version": "1.5.0",
778
            "_model_name": "HTMLModel",
779
            "_view_count": null,
780
            "_view_module": "@jupyter-widgets/controls",
781
            "_view_module_version": "1.5.0",
782
            "_view_name": "HTMLView",
783
            "description": "",
784
            "description_tooltip": null,
785
            "layout": "IPY_MODEL_175af232479e442088c5a5f845ef002c",
786
            "placeholder": "​",
787
            "style": "IPY_MODEL_50c70417ea1646e6a656e2a1f576659e",
788
            "value": " 151/0 [00:00<00:00, 2898.57 examples/s]"
789
          }
790
        },
791
        "d52f4f25e582419a93ce0ea34fa56841": {
792
          "model_module": "@jupyter-widgets/base",
793
          "model_name": "LayoutModel",
794
          "model_module_version": "1.2.0",
795
          "state": {
796
            "_model_module": "@jupyter-widgets/base",
797
            "_model_module_version": "1.2.0",
798
            "_model_name": "LayoutModel",
799
            "_view_count": null,
800
            "_view_module": "@jupyter-widgets/base",
801
            "_view_module_version": "1.2.0",
802
            "_view_name": "LayoutView",
803
            "align_content": null,
804
            "align_items": null,
805
            "align_self": null,
806
            "border": null,
807
            "bottom": null,
808
            "display": null,
809
            "flex": null,
810
            "flex_flow": null,
811
            "grid_area": null,
812
            "grid_auto_columns": null,
813
            "grid_auto_flow": null,
814
            "grid_auto_rows": null,
815
            "grid_column": null,
816
            "grid_gap": null,
817
            "grid_row": null,
818
            "grid_template_areas": null,
819
            "grid_template_columns": null,
820
            "grid_template_rows": null,
821
            "height": null,
822
            "justify_content": null,
823
            "justify_items": null,
824
            "left": null,
825
            "margin": null,
826
            "max_height": null,
827
            "max_width": null,
828
            "min_height": null,
829
            "min_width": null,
830
            "object_fit": null,
831
            "object_position": null,
832
            "order": null,
833
            "overflow": null,
834
            "overflow_x": null,
835
            "overflow_y": null,
836
            "padding": null,
837
            "right": null,
838
            "top": null,
839
            "visibility": null,
840
            "width": null
841
          }
842
        },
843
        "bce92bccc0854b77945e624b188da8b1": {
844
          "model_module": "@jupyter-widgets/base",
845
          "model_name": "LayoutModel",
846
          "model_module_version": "1.2.0",
847
          "state": {
848
            "_model_module": "@jupyter-widgets/base",
849
            "_model_module_version": "1.2.0",
850
            "_model_name": "LayoutModel",
851
            "_view_count": null,
852
            "_view_module": "@jupyter-widgets/base",
853
            "_view_module_version": "1.2.0",
854
            "_view_name": "LayoutView",
855
            "align_content": null,
856
            "align_items": null,
857
            "align_self": null,
858
            "border": null,
859
            "bottom": null,
860
            "display": null,
861
            "flex": null,
862
            "flex_flow": null,
863
            "grid_area": null,
864
            "grid_auto_columns": null,
865
            "grid_auto_flow": null,
866
            "grid_auto_rows": null,
867
            "grid_column": null,
868
            "grid_gap": null,
869
            "grid_row": null,
870
            "grid_template_areas": null,
871
            "grid_template_columns": null,
872
            "grid_template_rows": null,
873
            "height": null,
874
            "justify_content": null,
875
            "justify_items": null,
876
            "left": null,
877
            "margin": null,
878
            "max_height": null,
879
            "max_width": null,
880
            "min_height": null,
881
            "min_width": null,
882
            "object_fit": null,
883
            "object_position": null,
884
            "order": null,
885
            "overflow": null,
886
            "overflow_x": null,
887
            "overflow_y": null,
888
            "padding": null,
889
            "right": null,
890
            "top": null,
891
            "visibility": null,
892
            "width": null
893
          }
894
        },
895
        "b3f9f63d5d3a4352be01235084c5bdd7": {
896
          "model_module": "@jupyter-widgets/controls",
897
          "model_name": "DescriptionStyleModel",
898
          "model_module_version": "1.5.0",
899
          "state": {
900
            "_model_module": "@jupyter-widgets/controls",
901
            "_model_module_version": "1.5.0",
902
            "_model_name": "DescriptionStyleModel",
903
            "_view_count": null,
904
            "_view_module": "@jupyter-widgets/base",
905
            "_view_module_version": "1.2.0",
906
            "_view_name": "StyleView",
907
            "description_width": ""
908
          }
909
        },
910
        "71f0f3f109a8420faf5c0a8ada76e290": {
911
          "model_module": "@jupyter-widgets/base",
912
          "model_name": "LayoutModel",
913
          "model_module_version": "1.2.0",
914
          "state": {
915
            "_model_module": "@jupyter-widgets/base",
916
            "_model_module_version": "1.2.0",
917
            "_model_name": "LayoutModel",
918
            "_view_count": null,
919
            "_view_module": "@jupyter-widgets/base",
920
            "_view_module_version": "1.2.0",
921
            "_view_name": "LayoutView",
922
            "align_content": null,
923
            "align_items": null,
924
            "align_self": null,
925
            "border": null,
926
            "bottom": null,
927
            "display": null,
928
            "flex": null,
929
            "flex_flow": null,
930
            "grid_area": null,
931
            "grid_auto_columns": null,
932
            "grid_auto_flow": null,
933
            "grid_auto_rows": null,
934
            "grid_column": null,
935
            "grid_gap": null,
936
            "grid_row": null,
937
            "grid_template_areas": null,
938
            "grid_template_columns": null,
939
            "grid_template_rows": null,
940
            "height": null,
941
            "justify_content": null,
942
            "justify_items": null,
943
            "left": null,
944
            "margin": null,
945
            "max_height": null,
946
            "max_width": null,
947
            "min_height": null,
948
            "min_width": null,
949
            "object_fit": null,
950
            "object_position": null,
951
            "order": null,
952
            "overflow": null,
953
            "overflow_x": null,
954
            "overflow_y": null,
955
            "padding": null,
956
            "right": null,
957
            "top": null,
958
            "visibility": null,
959
            "width": "20px"
960
          }
961
        },
962
        "42c58991151c4f2c987e10764cd133ce": {
963
          "model_module": "@jupyter-widgets/controls",
964
          "model_name": "ProgressStyleModel",
965
          "model_module_version": "1.5.0",
966
          "state": {
967
            "_model_module": "@jupyter-widgets/controls",
968
            "_model_module_version": "1.5.0",
969
            "_model_name": "ProgressStyleModel",
970
            "_view_count": null,
971
            "_view_module": "@jupyter-widgets/base",
972
            "_view_module_version": "1.2.0",
973
            "_view_name": "StyleView",
974
            "bar_color": null,
975
            "description_width": ""
976
          }
977
        },
978
        "175af232479e442088c5a5f845ef002c": {
979
          "model_module": "@jupyter-widgets/base",
980
          "model_name": "LayoutModel",
981
          "model_module_version": "1.2.0",
982
          "state": {
983
            "_model_module": "@jupyter-widgets/base",
984
            "_model_module_version": "1.2.0",
985
            "_model_name": "LayoutModel",
986
            "_view_count": null,
987
            "_view_module": "@jupyter-widgets/base",
988
            "_view_module_version": "1.2.0",
989
            "_view_name": "LayoutView",
990
            "align_content": null,
991
            "align_items": null,
992
            "align_self": null,
993
            "border": null,
994
            "bottom": null,
995
            "display": null,
996
            "flex": null,
997
            "flex_flow": null,
998
            "grid_area": null,
999
            "grid_auto_columns": null,
1000
            "grid_auto_flow": null,
1001
            "grid_auto_rows": null,
1002
            "grid_column": null,
1003
            "grid_gap": null,
1004
            "grid_row": null,
1005
            "grid_template_areas": null,
1006
            "grid_template_columns": null,
1007
            "grid_template_rows": null,
1008
            "height": null,
1009
            "justify_content": null,
1010
            "justify_items": null,
1011
            "left": null,
1012
            "margin": null,
1013
            "max_height": null,
1014
            "max_width": null,
1015
            "min_height": null,
1016
            "min_width": null,
1017
            "object_fit": null,
1018
            "object_position": null,
1019
            "order": null,
1020
            "overflow": null,
1021
            "overflow_x": null,
1022
            "overflow_y": null,
1023
            "padding": null,
1024
            "right": null,
1025
            "top": null,
1026
            "visibility": null,
1027
            "width": null
1028
          }
1029
        },
1030
        "50c70417ea1646e6a656e2a1f576659e": {
1031
          "model_module": "@jupyter-widgets/controls",
1032
          "model_name": "DescriptionStyleModel",
1033
          "model_module_version": "1.5.0",
1034
          "state": {
1035
            "_model_module": "@jupyter-widgets/controls",
1036
            "_model_module_version": "1.5.0",
1037
            "_model_name": "DescriptionStyleModel",
1038
            "_view_count": null,
1039
            "_view_module": "@jupyter-widgets/base",
1040
            "_view_module_version": "1.2.0",
1041
            "_view_name": "StyleView",
1042
            "description_width": ""
1043
          }
1044
        },
1045
        "0ca27757f7c64134931aef12165f4d74": {
1046
          "model_module": "@jupyter-widgets/controls",
1047
          "model_name": "HBoxModel",
1048
          "model_module_version": "1.5.0",
1049
          "state": {
1050
            "_dom_classes": [],
1051
            "_model_module": "@jupyter-widgets/controls",
1052
            "_model_module_version": "1.5.0",
1053
            "_model_name": "HBoxModel",
1054
            "_view_count": null,
1055
            "_view_module": "@jupyter-widgets/controls",
1056
            "_view_module_version": "1.5.0",
1057
            "_view_name": "HBoxView",
1058
            "box_style": "",
1059
            "children": [
1060
              "IPY_MODEL_f0202e19e1864023814eecdebda87193",
1061
              "IPY_MODEL_98c062c25d9640079bc3e6e1f4470b6e",
1062
              "IPY_MODEL_9c1bf7c623b14e78859c18bf204563f9"
1063
            ],
1064
            "layout": "IPY_MODEL_48ae0c0ea7bc4bef8e2c8ee23e479a0b"
1065
          }
1066
        },
1067
        "f0202e19e1864023814eecdebda87193": {
1068
          "model_module": "@jupyter-widgets/controls",
1069
          "model_name": "HTMLModel",
1070
          "model_module_version": "1.5.0",
1071
          "state": {
1072
            "_dom_classes": [],
1073
            "_model_module": "@jupyter-widgets/controls",
1074
            "_model_module_version": "1.5.0",
1075
            "_model_name": "HTMLModel",
1076
            "_view_count": null,
1077
            "_view_module": "@jupyter-widgets/controls",
1078
            "_view_module_version": "1.5.0",
1079
            "_view_name": "HTMLView",
1080
            "description": "",
1081
            "description_tooltip": null,
1082
            "layout": "IPY_MODEL_e4aea1385f6c4a15b9aa67e3970a656f",
1083
            "placeholder": "​",
1084
            "style": "IPY_MODEL_9d286197dabc4fa4bac113f5f38a4b99",
1085
            "value": "modules.json: 100%"
1086
          }
1087
        },
1088
        "98c062c25d9640079bc3e6e1f4470b6e": {
1089
          "model_module": "@jupyter-widgets/controls",
1090
          "model_name": "FloatProgressModel",
1091
          "model_module_version": "1.5.0",
1092
          "state": {
1093
            "_dom_classes": [],
1094
            "_model_module": "@jupyter-widgets/controls",
1095
            "_model_module_version": "1.5.0",
1096
            "_model_name": "FloatProgressModel",
1097
            "_view_count": null,
1098
            "_view_module": "@jupyter-widgets/controls",
1099
            "_view_module_version": "1.5.0",
1100
            "_view_name": "ProgressView",
1101
            "bar_style": "success",
1102
            "description": "",
1103
            "description_tooltip": null,
1104
            "layout": "IPY_MODEL_81d98fb3ed614541a20ea93178307b61",
1105
            "max": 229,
1106
            "min": 0,
1107
            "orientation": "horizontal",
1108
            "style": "IPY_MODEL_1f54fa95ed6b4e2a88ee57abfe888bd0",
1109
            "value": 229
1110
          }
1111
        },
1112
        "9c1bf7c623b14e78859c18bf204563f9": {
1113
          "model_module": "@jupyter-widgets/controls",
1114
          "model_name": "HTMLModel",
1115
          "model_module_version": "1.5.0",
1116
          "state": {
1117
            "_dom_classes": [],
1118
            "_model_module": "@jupyter-widgets/controls",
1119
            "_model_module_version": "1.5.0",
1120
            "_model_name": "HTMLModel",
1121
            "_view_count": null,
1122
            "_view_module": "@jupyter-widgets/controls",
1123
            "_view_module_version": "1.5.0",
1124
            "_view_name": "HTMLView",
1125
            "description": "",
1126
            "description_tooltip": null,
1127
            "layout": "IPY_MODEL_e73c764916aa4294a5c97a3e4c2a617d",
1128
            "placeholder": "​",
1129
            "style": "IPY_MODEL_0de86e9226a84be0823d7ebfa942cf5f",
1130
            "value": " 229/229 [00:00<00:00, 8.66kB/s]"
1131
          }
1132
        },
1133
        "48ae0c0ea7bc4bef8e2c8ee23e479a0b": {
1134
          "model_module": "@jupyter-widgets/base",
1135
          "model_name": "LayoutModel",
1136
          "model_module_version": "1.2.0",
1137
          "state": {
1138
            "_model_module": "@jupyter-widgets/base",
1139
            "_model_module_version": "1.2.0",
1140
            "_model_name": "LayoutModel",
1141
            "_view_count": null,
1142
            "_view_module": "@jupyter-widgets/base",
1143
            "_view_module_version": "1.2.0",
1144
            "_view_name": "LayoutView",
1145
            "align_content": null,
1146
            "align_items": null,
1147
            "align_self": null,
1148
            "border": null,
1149
            "bottom": null,
1150
            "display": null,
1151
            "flex": null,
1152
            "flex_flow": null,
1153
            "grid_area": null,
1154
            "grid_auto_columns": null,
1155
            "grid_auto_flow": null,
1156
            "grid_auto_rows": null,
1157
            "grid_column": null,
1158
            "grid_gap": null,
1159
            "grid_row": null,
1160
            "grid_template_areas": null,
1161
            "grid_template_columns": null,
1162
            "grid_template_rows": null,
1163
            "height": null,
1164
            "justify_content": null,
1165
            "justify_items": null,
1166
            "left": null,
1167
            "margin": null,
1168
            "max_height": null,
1169
            "max_width": null,
1170
            "min_height": null,
1171
            "min_width": null,
1172
            "object_fit": null,
1173
            "object_position": null,
1174
            "order": null,
1175
            "overflow": null,
1176
            "overflow_x": null,
1177
            "overflow_y": null,
1178
            "padding": null,
1179
            "right": null,
1180
            "top": null,
1181
            "visibility": null,
1182
            "width": null
1183
          }
1184
        },
1185
        "e4aea1385f6c4a15b9aa67e3970a656f": {
1186
          "model_module": "@jupyter-widgets/base",
1187
          "model_name": "LayoutModel",
1188
          "model_module_version": "1.2.0",
1189
          "state": {
1190
            "_model_module": "@jupyter-widgets/base",
1191
            "_model_module_version": "1.2.0",
1192
            "_model_name": "LayoutModel",
1193
            "_view_count": null,
1194
            "_view_module": "@jupyter-widgets/base",
1195
            "_view_module_version": "1.2.0",
1196
            "_view_name": "LayoutView",
1197
            "align_content": null,
1198
            "align_items": null,
1199
            "align_self": null,
1200
            "border": null,
1201
            "bottom": null,
1202
            "display": null,
1203
            "flex": null,
1204
            "flex_flow": null,
1205
            "grid_area": null,
1206
            "grid_auto_columns": null,
1207
            "grid_auto_flow": null,
1208
            "grid_auto_rows": null,
1209
            "grid_column": null,
1210
            "grid_gap": null,
1211
            "grid_row": null,
1212
            "grid_template_areas": null,
1213
            "grid_template_columns": null,
1214
            "grid_template_rows": null,
1215
            "height": null,
1216
            "justify_content": null,
1217
            "justify_items": null,
1218
            "left": null,
1219
            "margin": null,
1220
            "max_height": null,
1221
            "max_width": null,
1222
            "min_height": null,
1223
            "min_width": null,
1224
            "object_fit": null,
1225
            "object_position": null,
1226
            "order": null,
1227
            "overflow": null,
1228
            "overflow_x": null,
1229
            "overflow_y": null,
1230
            "padding": null,
1231
            "right": null,
1232
            "top": null,
1233
            "visibility": null,
1234
            "width": null
1235
          }
1236
        },
1237
        "9d286197dabc4fa4bac113f5f38a4b99": {
1238
          "model_module": "@jupyter-widgets/controls",
1239
          "model_name": "DescriptionStyleModel",
1240
          "model_module_version": "1.5.0",
1241
          "state": {
1242
            "_model_module": "@jupyter-widgets/controls",
1243
            "_model_module_version": "1.5.0",
1244
            "_model_name": "DescriptionStyleModel",
1245
            "_view_count": null,
1246
            "_view_module": "@jupyter-widgets/base",
1247
            "_view_module_version": "1.2.0",
1248
            "_view_name": "StyleView",
1249
            "description_width": ""
1250
          }
1251
        },
1252
        "81d98fb3ed614541a20ea93178307b61": {
1253
          "model_module": "@jupyter-widgets/base",
1254
          "model_name": "LayoutModel",
1255
          "model_module_version": "1.2.0",
1256
          "state": {
1257
            "_model_module": "@jupyter-widgets/base",
1258
            "_model_module_version": "1.2.0",
1259
            "_model_name": "LayoutModel",
1260
            "_view_count": null,
1261
            "_view_module": "@jupyter-widgets/base",
1262
            "_view_module_version": "1.2.0",
1263
            "_view_name": "LayoutView",
1264
            "align_content": null,
1265
            "align_items": null,
1266
            "align_self": null,
1267
            "border": null,
1268
            "bottom": null,
1269
            "display": null,
1270
            "flex": null,
1271
            "flex_flow": null,
1272
            "grid_area": null,
1273
            "grid_auto_columns": null,
1274
            "grid_auto_flow": null,
1275
            "grid_auto_rows": null,
1276
            "grid_column": null,
1277
            "grid_gap": null,
1278
            "grid_row": null,
1279
            "grid_template_areas": null,
1280
            "grid_template_columns": null,
1281
            "grid_template_rows": null,
1282
            "height": null,
1283
            "justify_content": null,
1284
            "justify_items": null,
1285
            "left": null,
1286
            "margin": null,
1287
            "max_height": null,
1288
            "max_width": null,
1289
            "min_height": null,
1290
            "min_width": null,
1291
            "object_fit": null,
1292
            "object_position": null,
1293
            "order": null,
1294
            "overflow": null,
1295
            "overflow_x": null,
1296
            "overflow_y": null,
1297
            "padding": null,
1298
            "right": null,
1299
            "top": null,
1300
            "visibility": null,
1301
            "width": null
1302
          }
1303
        },
1304
        "1f54fa95ed6b4e2a88ee57abfe888bd0": {
1305
          "model_module": "@jupyter-widgets/controls",
1306
          "model_name": "ProgressStyleModel",
1307
          "model_module_version": "1.5.0",
1308
          "state": {
1309
            "_model_module": "@jupyter-widgets/controls",
1310
            "_model_module_version": "1.5.0",
1311
            "_model_name": "ProgressStyleModel",
1312
            "_view_count": null,
1313
            "_view_module": "@jupyter-widgets/base",
1314
            "_view_module_version": "1.2.0",
1315
            "_view_name": "StyleView",
1316
            "bar_color": null,
1317
            "description_width": ""
1318
          }
1319
        },
1320
        "e73c764916aa4294a5c97a3e4c2a617d": {
1321
          "model_module": "@jupyter-widgets/base",
1322
          "model_name": "LayoutModel",
1323
          "model_module_version": "1.2.0",
1324
          "state": {
1325
            "_model_module": "@jupyter-widgets/base",
1326
            "_model_module_version": "1.2.0",
1327
            "_model_name": "LayoutModel",
1328
            "_view_count": null,
1329
            "_view_module": "@jupyter-widgets/base",
1330
            "_view_module_version": "1.2.0",
1331
            "_view_name": "LayoutView",
1332
            "align_content": null,
1333
            "align_items": null,
1334
            "align_self": null,
1335
            "border": null,
1336
            "bottom": null,
1337
            "display": null,
1338
            "flex": null,
1339
            "flex_flow": null,
1340
            "grid_area": null,
1341
            "grid_auto_columns": null,
1342
            "grid_auto_flow": null,
1343
            "grid_auto_rows": null,
1344
            "grid_column": null,
1345
            "grid_gap": null,
1346
            "grid_row": null,
1347
            "grid_template_areas": null,
1348
            "grid_template_columns": null,
1349
            "grid_template_rows": null,
1350
            "height": null,
1351
            "justify_content": null,
1352
            "justify_items": null,
1353
            "left": null,
1354
            "margin": null,
1355
            "max_height": null,
1356
            "max_width": null,
1357
            "min_height": null,
1358
            "min_width": null,
1359
            "object_fit": null,
1360
            "object_position": null,
1361
            "order": null,
1362
            "overflow": null,
1363
            "overflow_x": null,
1364
            "overflow_y": null,
1365
            "padding": null,
1366
            "right": null,
1367
            "top": null,
1368
            "visibility": null,
1369
            "width": null
1370
          }
1371
        },
1372
        "0de86e9226a84be0823d7ebfa942cf5f": {
1373
          "model_module": "@jupyter-widgets/controls",
1374
          "model_name": "DescriptionStyleModel",
1375
          "model_module_version": "1.5.0",
1376
          "state": {
1377
            "_model_module": "@jupyter-widgets/controls",
1378
            "_model_module_version": "1.5.0",
1379
            "_model_name": "DescriptionStyleModel",
1380
            "_view_count": null,
1381
            "_view_module": "@jupyter-widgets/base",
1382
            "_view_module_version": "1.2.0",
1383
            "_view_name": "StyleView",
1384
            "description_width": ""
1385
          }
1386
        },
1387
        "30f823aaa04f4fc78ca022339c60bea7": {
1388
          "model_module": "@jupyter-widgets/controls",
1389
          "model_name": "HBoxModel",
1390
          "model_module_version": "1.5.0",
1391
          "state": {
1392
            "_dom_classes": [],
1393
            "_model_module": "@jupyter-widgets/controls",
1394
            "_model_module_version": "1.5.0",
1395
            "_model_name": "HBoxModel",
1396
            "_view_count": null,
1397
            "_view_module": "@jupyter-widgets/controls",
1398
            "_view_module_version": "1.5.0",
1399
            "_view_name": "HBoxView",
1400
            "box_style": "",
1401
            "children": [
1402
              "IPY_MODEL_a6d1096957204d2489827a1899c283bf",
1403
              "IPY_MODEL_8dbd465a74b246bcac26ba85afbe0eb4",
1404
              "IPY_MODEL_d7da5f0bad574c5496df9fe27f19566c"
1405
            ],
1406
            "layout": "IPY_MODEL_c194badee8e34bb69b112917c4e2dc1c"
1407
          }
1408
        },
1409
        "a6d1096957204d2489827a1899c283bf": {
1410
          "model_module": "@jupyter-widgets/controls",
1411
          "model_name": "HTMLModel",
1412
          "model_module_version": "1.5.0",
1413
          "state": {
1414
            "_dom_classes": [],
1415
            "_model_module": "@jupyter-widgets/controls",
1416
            "_model_module_version": "1.5.0",
1417
            "_model_name": "HTMLModel",
1418
            "_view_count": null,
1419
            "_view_module": "@jupyter-widgets/controls",
1420
            "_view_module_version": "1.5.0",
1421
            "_view_name": "HTMLView",
1422
            "description": "",
1423
            "description_tooltip": null,
1424
            "layout": "IPY_MODEL_c6d5e596363e49409fdc4bcad63c2bf0",
1425
            "placeholder": "​",
1426
            "style": "IPY_MODEL_ef9584e37fd849f982450d82f93094b7",
1427
            "value": "config_sentence_transformers.json: 100%"
1428
          }
1429
        },
1430
        "8dbd465a74b246bcac26ba85afbe0eb4": {
1431
          "model_module": "@jupyter-widgets/controls",
1432
          "model_name": "FloatProgressModel",
1433
          "model_module_version": "1.5.0",
1434
          "state": {
1435
            "_dom_classes": [],
1436
            "_model_module": "@jupyter-widgets/controls",
1437
            "_model_module_version": "1.5.0",
1438
            "_model_name": "FloatProgressModel",
1439
            "_view_count": null,
1440
            "_view_module": "@jupyter-widgets/controls",
1441
            "_view_module_version": "1.5.0",
1442
            "_view_name": "ProgressView",
1443
            "bar_style": "success",
1444
            "description": "",
1445
            "description_tooltip": null,
1446
            "layout": "IPY_MODEL_6663981b715d47e79b26f17c6836f0bf",
1447
            "max": 116,
1448
            "min": 0,
1449
            "orientation": "horizontal",
1450
            "style": "IPY_MODEL_2f579637ed3f44828778817e7c83241e",
1451
            "value": 116
1452
          }
1453
        },
1454
        "d7da5f0bad574c5496df9fe27f19566c": {
1455
          "model_module": "@jupyter-widgets/controls",
1456
          "model_name": "HTMLModel",
1457
          "model_module_version": "1.5.0",
1458
          "state": {
1459
            "_dom_classes": [],
1460
            "_model_module": "@jupyter-widgets/controls",
1461
            "_model_module_version": "1.5.0",
1462
            "_model_name": "HTMLModel",
1463
            "_view_count": null,
1464
            "_view_module": "@jupyter-widgets/controls",
1465
            "_view_module_version": "1.5.0",
1466
            "_view_name": "HTMLView",
1467
            "description": "",
1468
            "description_tooltip": null,
1469
            "layout": "IPY_MODEL_476349486a32467c84378337deb484ca",
1470
            "placeholder": "​",
1471
            "style": "IPY_MODEL_5ed000371e164acd9b9227904a8b710f",
1472
            "value": " 116/116 [00:00<00:00, 7.81kB/s]"
1473
          }
1474
        },
1475
        "c194badee8e34bb69b112917c4e2dc1c": {
1476
          "model_module": "@jupyter-widgets/base",
1477
          "model_name": "LayoutModel",
1478
          "model_module_version": "1.2.0",
1479
          "state": {
1480
            "_model_module": "@jupyter-widgets/base",
1481
            "_model_module_version": "1.2.0",
1482
            "_model_name": "LayoutModel",
1483
            "_view_count": null,
1484
            "_view_module": "@jupyter-widgets/base",
1485
            "_view_module_version": "1.2.0",
1486
            "_view_name": "LayoutView",
1487
            "align_content": null,
1488
            "align_items": null,
1489
            "align_self": null,
1490
            "border": null,
1491
            "bottom": null,
1492
            "display": null,
1493
            "flex": null,
1494
            "flex_flow": null,
1495
            "grid_area": null,
1496
            "grid_auto_columns": null,
1497
            "grid_auto_flow": null,
1498
            "grid_auto_rows": null,
1499
            "grid_column": null,
1500
            "grid_gap": null,
1501
            "grid_row": null,
1502
            "grid_template_areas": null,
1503
            "grid_template_columns": null,
1504
            "grid_template_rows": null,
1505
            "height": null,
1506
            "justify_content": null,
1507
            "justify_items": null,
1508
            "left": null,
1509
            "margin": null,
1510
            "max_height": null,
1511
            "max_width": null,
1512
            "min_height": null,
1513
            "min_width": null,
1514
            "object_fit": null,
1515
            "object_position": null,
1516
            "order": null,
1517
            "overflow": null,
1518
            "overflow_x": null,
1519
            "overflow_y": null,
1520
            "padding": null,
1521
            "right": null,
1522
            "top": null,
1523
            "visibility": null,
1524
            "width": null
1525
          }
1526
        },
1527
        "c6d5e596363e49409fdc4bcad63c2bf0": {
1528
          "model_module": "@jupyter-widgets/base",
1529
          "model_name": "LayoutModel",
1530
          "model_module_version": "1.2.0",
1531
          "state": {
1532
            "_model_module": "@jupyter-widgets/base",
1533
            "_model_module_version": "1.2.0",
1534
            "_model_name": "LayoutModel",
1535
            "_view_count": null,
1536
            "_view_module": "@jupyter-widgets/base",
1537
            "_view_module_version": "1.2.0",
1538
            "_view_name": "LayoutView",
1539
            "align_content": null,
1540
            "align_items": null,
1541
            "align_self": null,
1542
            "border": null,
1543
            "bottom": null,
1544
            "display": null,
1545
            "flex": null,
1546
            "flex_flow": null,
1547
            "grid_area": null,
1548
            "grid_auto_columns": null,
1549
            "grid_auto_flow": null,
1550
            "grid_auto_rows": null,
1551
            "grid_column": null,
1552
            "grid_gap": null,
1553
            "grid_row": null,
1554
            "grid_template_areas": null,
1555
            "grid_template_columns": null,
1556
            "grid_template_rows": null,
1557
            "height": null,
1558
            "justify_content": null,
1559
            "justify_items": null,
1560
            "left": null,
1561
            "margin": null,
1562
            "max_height": null,
1563
            "max_width": null,
1564
            "min_height": null,
1565
            "min_width": null,
1566
            "object_fit": null,
1567
            "object_position": null,
1568
            "order": null,
1569
            "overflow": null,
1570
            "overflow_x": null,
1571
            "overflow_y": null,
1572
            "padding": null,
1573
            "right": null,
1574
            "top": null,
1575
            "visibility": null,
1576
            "width": null
1577
          }
1578
        },
1579
        "ef9584e37fd849f982450d82f93094b7": {
1580
          "model_module": "@jupyter-widgets/controls",
1581
          "model_name": "DescriptionStyleModel",
1582
          "model_module_version": "1.5.0",
1583
          "state": {
1584
            "_model_module": "@jupyter-widgets/controls",
1585
            "_model_module_version": "1.5.0",
1586
            "_model_name": "DescriptionStyleModel",
1587
            "_view_count": null,
1588
            "_view_module": "@jupyter-widgets/base",
1589
            "_view_module_version": "1.2.0",
1590
            "_view_name": "StyleView",
1591
            "description_width": ""
1592
          }
1593
        },
1594
        "6663981b715d47e79b26f17c6836f0bf": {
1595
          "model_module": "@jupyter-widgets/base",
1596
          "model_name": "LayoutModel",
1597
          "model_module_version": "1.2.0",
1598
          "state": {
1599
            "_model_module": "@jupyter-widgets/base",
1600
            "_model_module_version": "1.2.0",
1601
            "_model_name": "LayoutModel",
1602
            "_view_count": null,
1603
            "_view_module": "@jupyter-widgets/base",
1604
            "_view_module_version": "1.2.0",
1605
            "_view_name": "LayoutView",
1606
            "align_content": null,
1607
            "align_items": null,
1608
            "align_self": null,
1609
            "border": null,
1610
            "bottom": null,
1611
            "display": null,
1612
            "flex": null,
1613
            "flex_flow": null,
1614
            "grid_area": null,
1615
            "grid_auto_columns": null,
1616
            "grid_auto_flow": null,
1617
            "grid_auto_rows": null,
1618
            "grid_column": null,
1619
            "grid_gap": null,
1620
            "grid_row": null,
1621
            "grid_template_areas": null,
1622
            "grid_template_columns": null,
1623
            "grid_template_rows": null,
1624
            "height": null,
1625
            "justify_content": null,
1626
            "justify_items": null,
1627
            "left": null,
1628
            "margin": null,
1629
            "max_height": null,
1630
            "max_width": null,
1631
            "min_height": null,
1632
            "min_width": null,
1633
            "object_fit": null,
1634
            "object_position": null,
1635
            "order": null,
1636
            "overflow": null,
1637
            "overflow_x": null,
1638
            "overflow_y": null,
1639
            "padding": null,
1640
            "right": null,
1641
            "top": null,
1642
            "visibility": null,
1643
            "width": null
1644
          }
1645
        },
1646
        "2f579637ed3f44828778817e7c83241e": {
1647
          "model_module": "@jupyter-widgets/controls",
1648
          "model_name": "ProgressStyleModel",
1649
          "model_module_version": "1.5.0",
1650
          "state": {
1651
            "_model_module": "@jupyter-widgets/controls",
1652
            "_model_module_version": "1.5.0",
1653
            "_model_name": "ProgressStyleModel",
1654
            "_view_count": null,
1655
            "_view_module": "@jupyter-widgets/base",
1656
            "_view_module_version": "1.2.0",
1657
            "_view_name": "StyleView",
1658
            "bar_color": null,
1659
            "description_width": ""
1660
          }
1661
        },
1662
        "476349486a32467c84378337deb484ca": {
1663
          "model_module": "@jupyter-widgets/base",
1664
          "model_name": "LayoutModel",
1665
          "model_module_version": "1.2.0",
1666
          "state": {
1667
            "_model_module": "@jupyter-widgets/base",
1668
            "_model_module_version": "1.2.0",
1669
            "_model_name": "LayoutModel",
1670
            "_view_count": null,
1671
            "_view_module": "@jupyter-widgets/base",
1672
            "_view_module_version": "1.2.0",
1673
            "_view_name": "LayoutView",
1674
            "align_content": null,
1675
            "align_items": null,
1676
            "align_self": null,
1677
            "border": null,
1678
            "bottom": null,
1679
            "display": null,
1680
            "flex": null,
1681
            "flex_flow": null,
1682
            "grid_area": null,
1683
            "grid_auto_columns": null,
1684
            "grid_auto_flow": null,
1685
            "grid_auto_rows": null,
1686
            "grid_column": null,
1687
            "grid_gap": null,
1688
            "grid_row": null,
1689
            "grid_template_areas": null,
1690
            "grid_template_columns": null,
1691
            "grid_template_rows": null,
1692
            "height": null,
1693
            "justify_content": null,
1694
            "justify_items": null,
1695
            "left": null,
1696
            "margin": null,
1697
            "max_height": null,
1698
            "max_width": null,
1699
            "min_height": null,
1700
            "min_width": null,
1701
            "object_fit": null,
1702
            "object_position": null,
1703
            "order": null,
1704
            "overflow": null,
1705
            "overflow_x": null,
1706
            "overflow_y": null,
1707
            "padding": null,
1708
            "right": null,
1709
            "top": null,
1710
            "visibility": null,
1711
            "width": null
1712
          }
1713
        },
1714
        "5ed000371e164acd9b9227904a8b710f": {
1715
          "model_module": "@jupyter-widgets/controls",
1716
          "model_name": "DescriptionStyleModel",
1717
          "model_module_version": "1.5.0",
1718
          "state": {
1719
            "_model_module": "@jupyter-widgets/controls",
1720
            "_model_module_version": "1.5.0",
1721
            "_model_name": "DescriptionStyleModel",
1722
            "_view_count": null,
1723
            "_view_module": "@jupyter-widgets/base",
1724
            "_view_module_version": "1.2.0",
1725
            "_view_name": "StyleView",
1726
            "description_width": ""
1727
          }
1728
        },
1729
        "5b0ad080573e40919752004106dcd523": {
1730
          "model_module": "@jupyter-widgets/controls",
1731
          "model_name": "HBoxModel",
1732
          "model_module_version": "1.5.0",
1733
          "state": {
1734
            "_dom_classes": [],
1735
            "_model_module": "@jupyter-widgets/controls",
1736
            "_model_module_version": "1.5.0",
1737
            "_model_name": "HBoxModel",
1738
            "_view_count": null,
1739
            "_view_module": "@jupyter-widgets/controls",
1740
            "_view_module_version": "1.5.0",
1741
            "_view_name": "HBoxView",
1742
            "box_style": "",
1743
            "children": [
1744
              "IPY_MODEL_b97b8e872dea42e2859b6e656088ecbd",
1745
              "IPY_MODEL_2ff5b6a518094b0a962f02324052dea8",
1746
              "IPY_MODEL_d2969fb654ba4726bd8550a6635bb866"
1747
            ],
1748
            "layout": "IPY_MODEL_e7219dbd042f4204a879a2f7fdc2d719"
1749
          }
1750
        },
1751
        "b97b8e872dea42e2859b6e656088ecbd": {
1752
          "model_module": "@jupyter-widgets/controls",
1753
          "model_name": "HTMLModel",
1754
          "model_module_version": "1.5.0",
1755
          "state": {
1756
            "_dom_classes": [],
1757
            "_model_module": "@jupyter-widgets/controls",
1758
            "_model_module_version": "1.5.0",
1759
            "_model_name": "HTMLModel",
1760
            "_view_count": null,
1761
            "_view_module": "@jupyter-widgets/controls",
1762
            "_view_module_version": "1.5.0",
1763
            "_view_name": "HTMLView",
1764
            "description": "",
1765
            "description_tooltip": null,
1766
            "layout": "IPY_MODEL_c500018d8d214625b83999ac7670fea1",
1767
            "placeholder": "​",
1768
            "style": "IPY_MODEL_173490c10d384c71ba7d3e72de5db1a6",
1769
            "value": "README.md: 100%"
1770
          }
1771
        },
1772
        "2ff5b6a518094b0a962f02324052dea8": {
1773
          "model_module": "@jupyter-widgets/controls",
1774
          "model_name": "FloatProgressModel",
1775
          "model_module_version": "1.5.0",
1776
          "state": {
1777
            "_dom_classes": [],
1778
            "_model_module": "@jupyter-widgets/controls",
1779
            "_model_module_version": "1.5.0",
1780
            "_model_name": "FloatProgressModel",
1781
            "_view_count": null,
1782
            "_view_module": "@jupyter-widgets/controls",
1783
            "_view_module_version": "1.5.0",
1784
            "_view_name": "ProgressView",
1785
            "bar_style": "success",
1786
            "description": "",
1787
            "description_tooltip": null,
1788
            "layout": "IPY_MODEL_c7acb3353aad4f48aba56ccaa67fc853",
1789
            "max": 8664,
1790
            "min": 0,
1791
            "orientation": "horizontal",
1792
            "style": "IPY_MODEL_bd05a9328cab4a77a5eba6c8b4a61dc1",
1793
            "value": 8664
1794
          }
1795
        },
1796
        "d2969fb654ba4726bd8550a6635bb866": {
1797
          "model_module": "@jupyter-widgets/controls",
1798
          "model_name": "HTMLModel",
1799
          "model_module_version": "1.5.0",
1800
          "state": {
1801
            "_dom_classes": [],
1802
            "_model_module": "@jupyter-widgets/controls",
1803
            "_model_module_version": "1.5.0",
1804
            "_model_name": "HTMLModel",
1805
            "_view_count": null,
1806
            "_view_module": "@jupyter-widgets/controls",
1807
            "_view_module_version": "1.5.0",
1808
            "_view_name": "HTMLView",
1809
            "description": "",
1810
            "description_tooltip": null,
1811
            "layout": "IPY_MODEL_ac0232f1edb44c3f918ed3e4b3d4a17c",
1812
            "placeholder": "​",
1813
            "style": "IPY_MODEL_2eabf5742d0d4b63bcfe782c8dce5a8b",
1814
            "value": " 8.66k/8.66k [00:00<00:00, 622kB/s]"
1815
          }
1816
        },
1817
        "e7219dbd042f4204a879a2f7fdc2d719": {
1818
          "model_module": "@jupyter-widgets/base",
1819
          "model_name": "LayoutModel",
1820
          "model_module_version": "1.2.0",
1821
          "state": {
1822
            "_model_module": "@jupyter-widgets/base",
1823
            "_model_module_version": "1.2.0",
1824
            "_model_name": "LayoutModel",
1825
            "_view_count": null,
1826
            "_view_module": "@jupyter-widgets/base",
1827
            "_view_module_version": "1.2.0",
1828
            "_view_name": "LayoutView",
1829
            "align_content": null,
1830
            "align_items": null,
1831
            "align_self": null,
1832
            "border": null,
1833
            "bottom": null,
1834
            "display": null,
1835
            "flex": null,
1836
            "flex_flow": null,
1837
            "grid_area": null,
1838
            "grid_auto_columns": null,
1839
            "grid_auto_flow": null,
1840
            "grid_auto_rows": null,
1841
            "grid_column": null,
1842
            "grid_gap": null,
1843
            "grid_row": null,
1844
            "grid_template_areas": null,
1845
            "grid_template_columns": null,
1846
            "grid_template_rows": null,
1847
            "height": null,
1848
            "justify_content": null,
1849
            "justify_items": null,
1850
            "left": null,
1851
            "margin": null,
1852
            "max_height": null,
1853
            "max_width": null,
1854
            "min_height": null,
1855
            "min_width": null,
1856
            "object_fit": null,
1857
            "object_position": null,
1858
            "order": null,
1859
            "overflow": null,
1860
            "overflow_x": null,
1861
            "overflow_y": null,
1862
            "padding": null,
1863
            "right": null,
1864
            "top": null,
1865
            "visibility": null,
1866
            "width": null
1867
          }
1868
        },
1869
        "c500018d8d214625b83999ac7670fea1": {
1870
          "model_module": "@jupyter-widgets/base",
1871
          "model_name": "LayoutModel",
1872
          "model_module_version": "1.2.0",
1873
          "state": {
1874
            "_model_module": "@jupyter-widgets/base",
1875
            "_model_module_version": "1.2.0",
1876
            "_model_name": "LayoutModel",
1877
            "_view_count": null,
1878
            "_view_module": "@jupyter-widgets/base",
1879
            "_view_module_version": "1.2.0",
1880
            "_view_name": "LayoutView",
1881
            "align_content": null,
1882
            "align_items": null,
1883
            "align_self": null,
1884
            "border": null,
1885
            "bottom": null,
1886
            "display": null,
1887
            "flex": null,
1888
            "flex_flow": null,
1889
            "grid_area": null,
1890
            "grid_auto_columns": null,
1891
            "grid_auto_flow": null,
1892
            "grid_auto_rows": null,
1893
            "grid_column": null,
1894
            "grid_gap": null,
1895
            "grid_row": null,
1896
            "grid_template_areas": null,
1897
            "grid_template_columns": null,
1898
            "grid_template_rows": null,
1899
            "height": null,
1900
            "justify_content": null,
1901
            "justify_items": null,
1902
            "left": null,
1903
            "margin": null,
1904
            "max_height": null,
1905
            "max_width": null,
1906
            "min_height": null,
1907
            "min_width": null,
1908
            "object_fit": null,
1909
            "object_position": null,
1910
            "order": null,
1911
            "overflow": null,
1912
            "overflow_x": null,
1913
            "overflow_y": null,
1914
            "padding": null,
1915
            "right": null,
1916
            "top": null,
1917
            "visibility": null,
1918
            "width": null
1919
          }
1920
        },
1921
        "173490c10d384c71ba7d3e72de5db1a6": {
1922
          "model_module": "@jupyter-widgets/controls",
1923
          "model_name": "DescriptionStyleModel",
1924
          "model_module_version": "1.5.0",
1925
          "state": {
1926
            "_model_module": "@jupyter-widgets/controls",
1927
            "_model_module_version": "1.5.0",
1928
            "_model_name": "DescriptionStyleModel",
1929
            "_view_count": null,
1930
            "_view_module": "@jupyter-widgets/base",
1931
            "_view_module_version": "1.2.0",
1932
            "_view_name": "StyleView",
1933
            "description_width": ""
1934
          }
1935
        },
1936
        "c7acb3353aad4f48aba56ccaa67fc853": {
1937
          "model_module": "@jupyter-widgets/base",
1938
          "model_name": "LayoutModel",
1939
          "model_module_version": "1.2.0",
1940
          "state": {
1941
            "_model_module": "@jupyter-widgets/base",
1942
            "_model_module_version": "1.2.0",
1943
            "_model_name": "LayoutModel",
1944
            "_view_count": null,
1945
            "_view_module": "@jupyter-widgets/base",
1946
            "_view_module_version": "1.2.0",
1947
            "_view_name": "LayoutView",
1948
            "align_content": null,
1949
            "align_items": null,
1950
            "align_self": null,
1951
            "border": null,
1952
            "bottom": null,
1953
            "display": null,
1954
            "flex": null,
1955
            "flex_flow": null,
1956
            "grid_area": null,
1957
            "grid_auto_columns": null,
1958
            "grid_auto_flow": null,
1959
            "grid_auto_rows": null,
1960
            "grid_column": null,
1961
            "grid_gap": null,
1962
            "grid_row": null,
1963
            "grid_template_areas": null,
1964
            "grid_template_columns": null,
1965
            "grid_template_rows": null,
1966
            "height": null,
1967
            "justify_content": null,
1968
            "justify_items": null,
1969
            "left": null,
1970
            "margin": null,
1971
            "max_height": null,
1972
            "max_width": null,
1973
            "min_height": null,
1974
            "min_width": null,
1975
            "object_fit": null,
1976
            "object_position": null,
1977
            "order": null,
1978
            "overflow": null,
1979
            "overflow_x": null,
1980
            "overflow_y": null,
1981
            "padding": null,
1982
            "right": null,
1983
            "top": null,
1984
            "visibility": null,
1985
            "width": null
1986
          }
1987
        },
1988
        "bd05a9328cab4a77a5eba6c8b4a61dc1": {
1989
          "model_module": "@jupyter-widgets/controls",
1990
          "model_name": "ProgressStyleModel",
1991
          "model_module_version": "1.5.0",
1992
          "state": {
1993
            "_model_module": "@jupyter-widgets/controls",
1994
            "_model_module_version": "1.5.0",
1995
            "_model_name": "ProgressStyleModel",
1996
            "_view_count": null,
1997
            "_view_module": "@jupyter-widgets/base",
1998
            "_view_module_version": "1.2.0",
1999
            "_view_name": "StyleView",
2000
            "bar_color": null,
2001
            "description_width": ""
2002
          }
2003
        },
2004
        "ac0232f1edb44c3f918ed3e4b3d4a17c": {
2005
          "model_module": "@jupyter-widgets/base",
2006
          "model_name": "LayoutModel",
2007
          "model_module_version": "1.2.0",
2008
          "state": {
2009
            "_model_module": "@jupyter-widgets/base",
2010
            "_model_module_version": "1.2.0",
2011
            "_model_name": "LayoutModel",
2012
            "_view_count": null,
2013
            "_view_module": "@jupyter-widgets/base",
2014
            "_view_module_version": "1.2.0",
2015
            "_view_name": "LayoutView",
2016
            "align_content": null,
2017
            "align_items": null,
2018
            "align_self": null,
2019
            "border": null,
2020
            "bottom": null,
2021
            "display": null,
2022
            "flex": null,
2023
            "flex_flow": null,
2024
            "grid_area": null,
2025
            "grid_auto_columns": null,
2026
            "grid_auto_flow": null,
2027
            "grid_auto_rows": null,
2028
            "grid_column": null,
2029
            "grid_gap": null,
2030
            "grid_row": null,
2031
            "grid_template_areas": null,
2032
            "grid_template_columns": null,
2033
            "grid_template_rows": null,
2034
            "height": null,
2035
            "justify_content": null,
2036
            "justify_items": null,
2037
            "left": null,
2038
            "margin": null,
2039
            "max_height": null,
2040
            "max_width": null,
2041
            "min_height": null,
2042
            "min_width": null,
2043
            "object_fit": null,
2044
            "object_position": null,
2045
            "order": null,
2046
            "overflow": null,
2047
            "overflow_x": null,
2048
            "overflow_y": null,
2049
            "padding": null,
2050
            "right": null,
2051
            "top": null,
2052
            "visibility": null,
2053
            "width": null
2054
          }
2055
        },
2056
        "2eabf5742d0d4b63bcfe782c8dce5a8b": {
2057
          "model_module": "@jupyter-widgets/controls",
2058
          "model_name": "DescriptionStyleModel",
2059
          "model_module_version": "1.5.0",
2060
          "state": {
2061
            "_model_module": "@jupyter-widgets/controls",
2062
            "_model_module_version": "1.5.0",
2063
            "_model_name": "DescriptionStyleModel",
2064
            "_view_count": null,
2065
            "_view_module": "@jupyter-widgets/base",
2066
            "_view_module_version": "1.2.0",
2067
            "_view_name": "StyleView",
2068
            "description_width": ""
2069
          }
2070
        },
2071
        "a2768619988240c591a4aa2d6fc8e4b6": {
2072
          "model_module": "@jupyter-widgets/controls",
2073
          "model_name": "HBoxModel",
2074
          "model_module_version": "1.5.0",
2075
          "state": {
2076
            "_dom_classes": [],
2077
            "_model_module": "@jupyter-widgets/controls",
2078
            "_model_module_version": "1.5.0",
2079
            "_model_name": "HBoxModel",
2080
            "_view_count": null,
2081
            "_view_module": "@jupyter-widgets/controls",
2082
            "_view_module_version": "1.5.0",
2083
            "_view_name": "HBoxView",
2084
            "box_style": "",
2085
            "children": [
2086
              "IPY_MODEL_a349a1cdee974e2fbc3797095f92bb51",
2087
              "IPY_MODEL_9159372eac05469fbf21ab56c59c8bb4",
2088
              "IPY_MODEL_272017c143c94037a6fc130def971cde"
2089
            ],
2090
            "layout": "IPY_MODEL_6500be115df542db817f40bfd6c506f1"
2091
          }
2092
        },
2093
        "a349a1cdee974e2fbc3797095f92bb51": {
2094
          "model_module": "@jupyter-widgets/controls",
2095
          "model_name": "HTMLModel",
2096
          "model_module_version": "1.5.0",
2097
          "state": {
2098
            "_dom_classes": [],
2099
            "_model_module": "@jupyter-widgets/controls",
2100
            "_model_module_version": "1.5.0",
2101
            "_model_name": "HTMLModel",
2102
            "_view_count": null,
2103
            "_view_module": "@jupyter-widgets/controls",
2104
            "_view_module_version": "1.5.0",
2105
            "_view_name": "HTMLView",
2106
            "description": "",
2107
            "description_tooltip": null,
2108
            "layout": "IPY_MODEL_340916516ef346319ea009a261bcd40e",
2109
            "placeholder": "​",
2110
            "style": "IPY_MODEL_f072eecea1d84a6cbd7f31d3dd2a9f77",
2111
            "value": "sentence_bert_config.json: 100%"
2112
          }
2113
        },
2114
        "9159372eac05469fbf21ab56c59c8bb4": {
2115
          "model_module": "@jupyter-widgets/controls",
2116
          "model_name": "FloatProgressModel",
2117
          "model_module_version": "1.5.0",
2118
          "state": {
2119
            "_dom_classes": [],
2120
            "_model_module": "@jupyter-widgets/controls",
2121
            "_model_module_version": "1.5.0",
2122
            "_model_name": "FloatProgressModel",
2123
            "_view_count": null,
2124
            "_view_module": "@jupyter-widgets/controls",
2125
            "_view_module_version": "1.5.0",
2126
            "_view_name": "ProgressView",
2127
            "bar_style": "success",
2128
            "description": "",
2129
            "description_tooltip": null,
2130
            "layout": "IPY_MODEL_c458af282949462ba280a34ae94bb1bb",
2131
            "max": 53,
2132
            "min": 0,
2133
            "orientation": "horizontal",
2134
            "style": "IPY_MODEL_a71e6fc0ace548e89354e317eeb76afb",
2135
            "value": 53
2136
          }
2137
        },
2138
        "272017c143c94037a6fc130def971cde": {
2139
          "model_module": "@jupyter-widgets/controls",
2140
          "model_name": "HTMLModel",
2141
          "model_module_version": "1.5.0",
2142
          "state": {
2143
            "_dom_classes": [],
2144
            "_model_module": "@jupyter-widgets/controls",
2145
            "_model_module_version": "1.5.0",
2146
            "_model_name": "HTMLModel",
2147
            "_view_count": null,
2148
            "_view_module": "@jupyter-widgets/controls",
2149
            "_view_module_version": "1.5.0",
2150
            "_view_name": "HTMLView",
2151
            "description": "",
2152
            "description_tooltip": null,
2153
            "layout": "IPY_MODEL_42fe2b9c15b6496cb614fe8caddb8f4a",
2154
            "placeholder": "​",
2155
            "style": "IPY_MODEL_5dc04057ebc244a8bc5111a7e865edfe",
2156
            "value": " 53.0/53.0 [00:00<00:00, 1.65kB/s]"
2157
          }
2158
        },
2159
        "6500be115df542db817f40bfd6c506f1": {
2160
          "model_module": "@jupyter-widgets/base",
2161
          "model_name": "LayoutModel",
2162
          "model_module_version": "1.2.0",
2163
          "state": {
2164
            "_model_module": "@jupyter-widgets/base",
2165
            "_model_module_version": "1.2.0",
2166
            "_model_name": "LayoutModel",
2167
            "_view_count": null,
2168
            "_view_module": "@jupyter-widgets/base",
2169
            "_view_module_version": "1.2.0",
2170
            "_view_name": "LayoutView",
2171
            "align_content": null,
2172
            "align_items": null,
2173
            "align_self": null,
2174
            "border": null,
2175
            "bottom": null,
2176
            "display": null,
2177
            "flex": null,
2178
            "flex_flow": null,
2179
            "grid_area": null,
2180
            "grid_auto_columns": null,
2181
            "grid_auto_flow": null,
2182
            "grid_auto_rows": null,
2183
            "grid_column": null,
2184
            "grid_gap": null,
2185
            "grid_row": null,
2186
            "grid_template_areas": null,
2187
            "grid_template_columns": null,
2188
            "grid_template_rows": null,
2189
            "height": null,
2190
            "justify_content": null,
2191
            "justify_items": null,
2192
            "left": null,
2193
            "margin": null,
2194
            "max_height": null,
2195
            "max_width": null,
2196
            "min_height": null,
2197
            "min_width": null,
2198
            "object_fit": null,
2199
            "object_position": null,
2200
            "order": null,
2201
            "overflow": null,
2202
            "overflow_x": null,
2203
            "overflow_y": null,
2204
            "padding": null,
2205
            "right": null,
2206
            "top": null,
2207
            "visibility": null,
2208
            "width": null
2209
          }
2210
        },
2211
        "340916516ef346319ea009a261bcd40e": {
2212
          "model_module": "@jupyter-widgets/base",
2213
          "model_name": "LayoutModel",
2214
          "model_module_version": "1.2.0",
2215
          "state": {
2216
            "_model_module": "@jupyter-widgets/base",
2217
            "_model_module_version": "1.2.0",
2218
            "_model_name": "LayoutModel",
2219
            "_view_count": null,
2220
            "_view_module": "@jupyter-widgets/base",
2221
            "_view_module_version": "1.2.0",
2222
            "_view_name": "LayoutView",
2223
            "align_content": null,
2224
            "align_items": null,
2225
            "align_self": null,
2226
            "border": null,
2227
            "bottom": null,
2228
            "display": null,
2229
            "flex": null,
2230
            "flex_flow": null,
2231
            "grid_area": null,
2232
            "grid_auto_columns": null,
2233
            "grid_auto_flow": null,
2234
            "grid_auto_rows": null,
2235
            "grid_column": null,
2236
            "grid_gap": null,
2237
            "grid_row": null,
2238
            "grid_template_areas": null,
2239
            "grid_template_columns": null,
2240
            "grid_template_rows": null,
2241
            "height": null,
2242
            "justify_content": null,
2243
            "justify_items": null,
2244
            "left": null,
2245
            "margin": null,
2246
            "max_height": null,
2247
            "max_width": null,
2248
            "min_height": null,
2249
            "min_width": null,
2250
            "object_fit": null,
2251
            "object_position": null,
2252
            "order": null,
2253
            "overflow": null,
2254
            "overflow_x": null,
2255
            "overflow_y": null,
2256
            "padding": null,
2257
            "right": null,
2258
            "top": null,
2259
            "visibility": null,
2260
            "width": null
2261
          }
2262
        },
2263
        "f072eecea1d84a6cbd7f31d3dd2a9f77": {
2264
          "model_module": "@jupyter-widgets/controls",
2265
          "model_name": "DescriptionStyleModel",
2266
          "model_module_version": "1.5.0",
2267
          "state": {
2268
            "_model_module": "@jupyter-widgets/controls",
2269
            "_model_module_version": "1.5.0",
2270
            "_model_name": "DescriptionStyleModel",
2271
            "_view_count": null,
2272
            "_view_module": "@jupyter-widgets/base",
2273
            "_view_module_version": "1.2.0",
2274
            "_view_name": "StyleView",
2275
            "description_width": ""
2276
          }
2277
        },
2278
        "c458af282949462ba280a34ae94bb1bb": {
2279
          "model_module": "@jupyter-widgets/base",
2280
          "model_name": "LayoutModel",
2281
          "model_module_version": "1.2.0",
2282
          "state": {
2283
            "_model_module": "@jupyter-widgets/base",
2284
            "_model_module_version": "1.2.0",
2285
            "_model_name": "LayoutModel",
2286
            "_view_count": null,
2287
            "_view_module": "@jupyter-widgets/base",
2288
            "_view_module_version": "1.2.0",
2289
            "_view_name": "LayoutView",
2290
            "align_content": null,
2291
            "align_items": null,
2292
            "align_self": null,
2293
            "border": null,
2294
            "bottom": null,
2295
            "display": null,
2296
            "flex": null,
2297
            "flex_flow": null,
2298
            "grid_area": null,
2299
            "grid_auto_columns": null,
2300
            "grid_auto_flow": null,
2301
            "grid_auto_rows": null,
2302
            "grid_column": null,
2303
            "grid_gap": null,
2304
            "grid_row": null,
2305
            "grid_template_areas": null,
2306
            "grid_template_columns": null,
2307
            "grid_template_rows": null,
2308
            "height": null,
2309
            "justify_content": null,
2310
            "justify_items": null,
2311
            "left": null,
2312
            "margin": null,
2313
            "max_height": null,
2314
            "max_width": null,
2315
            "min_height": null,
2316
            "min_width": null,
2317
            "object_fit": null,
2318
            "object_position": null,
2319
            "order": null,
2320
            "overflow": null,
2321
            "overflow_x": null,
2322
            "overflow_y": null,
2323
            "padding": null,
2324
            "right": null,
2325
            "top": null,
2326
            "visibility": null,
2327
            "width": null
2328
          }
2329
        },
2330
        "a71e6fc0ace548e89354e317eeb76afb": {
2331
          "model_module": "@jupyter-widgets/controls",
2332
          "model_name": "ProgressStyleModel",
2333
          "model_module_version": "1.5.0",
2334
          "state": {
2335
            "_model_module": "@jupyter-widgets/controls",
2336
            "_model_module_version": "1.5.0",
2337
            "_model_name": "ProgressStyleModel",
2338
            "_view_count": null,
2339
            "_view_module": "@jupyter-widgets/base",
2340
            "_view_module_version": "1.2.0",
2341
            "_view_name": "StyleView",
2342
            "bar_color": null,
2343
            "description_width": ""
2344
          }
2345
        },
2346
        "42fe2b9c15b6496cb614fe8caddb8f4a": {
2347
          "model_module": "@jupyter-widgets/base",
2348
          "model_name": "LayoutModel",
2349
          "model_module_version": "1.2.0",
2350
          "state": {
2351
            "_model_module": "@jupyter-widgets/base",
2352
            "_model_module_version": "1.2.0",
2353
            "_model_name": "LayoutModel",
2354
            "_view_count": null,
2355
            "_view_module": "@jupyter-widgets/base",
2356
            "_view_module_version": "1.2.0",
2357
            "_view_name": "LayoutView",
2358
            "align_content": null,
2359
            "align_items": null,
2360
            "align_self": null,
2361
            "border": null,
2362
            "bottom": null,
2363
            "display": null,
2364
            "flex": null,
2365
            "flex_flow": null,
2366
            "grid_area": null,
2367
            "grid_auto_columns": null,
2368
            "grid_auto_flow": null,
2369
            "grid_auto_rows": null,
2370
            "grid_column": null,
2371
            "grid_gap": null,
2372
            "grid_row": null,
2373
            "grid_template_areas": null,
2374
            "grid_template_columns": null,
2375
            "grid_template_rows": null,
2376
            "height": null,
2377
            "justify_content": null,
2378
            "justify_items": null,
2379
            "left": null,
2380
            "margin": null,
2381
            "max_height": null,
2382
            "max_width": null,
2383
            "min_height": null,
2384
            "min_width": null,
2385
            "object_fit": null,
2386
            "object_position": null,
2387
            "order": null,
2388
            "overflow": null,
2389
            "overflow_x": null,
2390
            "overflow_y": null,
2391
            "padding": null,
2392
            "right": null,
2393
            "top": null,
2394
            "visibility": null,
2395
            "width": null
2396
          }
2397
        },
2398
        "5dc04057ebc244a8bc5111a7e865edfe": {
2399
          "model_module": "@jupyter-widgets/controls",
2400
          "model_name": "DescriptionStyleModel",
2401
          "model_module_version": "1.5.0",
2402
          "state": {
2403
            "_model_module": "@jupyter-widgets/controls",
2404
            "_model_module_version": "1.5.0",
2405
            "_model_name": "DescriptionStyleModel",
2406
            "_view_count": null,
2407
            "_view_module": "@jupyter-widgets/base",
2408
            "_view_module_version": "1.2.0",
2409
            "_view_name": "StyleView",
2410
            "description_width": ""
2411
          }
2412
        },
2413
        "fdb7c19e3e2a4408ac6ed1a1dd69d0e2": {
2414
          "model_module": "@jupyter-widgets/controls",
2415
          "model_name": "HBoxModel",
2416
          "model_module_version": "1.5.0",
2417
          "state": {
2418
            "_dom_classes": [],
2419
            "_model_module": "@jupyter-widgets/controls",
2420
            "_model_module_version": "1.5.0",
2421
            "_model_name": "HBoxModel",
2422
            "_view_count": null,
2423
            "_view_module": "@jupyter-widgets/controls",
2424
            "_view_module_version": "1.5.0",
2425
            "_view_name": "HBoxView",
2426
            "box_style": "",
2427
            "children": [
2428
              "IPY_MODEL_2968eb1ad75f4086a2585f1c27f23c37",
2429
              "IPY_MODEL_6394d8ae393c41f1ba527eb6a1b0771b",
2430
              "IPY_MODEL_38b1c602cb834efe9ea56fd7282e9d6e"
2431
            ],
2432
            "layout": "IPY_MODEL_fe7c4395153e4b23856ac146d2c77325"
2433
          }
2434
        },
2435
        "2968eb1ad75f4086a2585f1c27f23c37": {
2436
          "model_module": "@jupyter-widgets/controls",
2437
          "model_name": "HTMLModel",
2438
          "model_module_version": "1.5.0",
2439
          "state": {
2440
            "_dom_classes": [],
2441
            "_model_module": "@jupyter-widgets/controls",
2442
            "_model_module_version": "1.5.0",
2443
            "_model_name": "HTMLModel",
2444
            "_view_count": null,
2445
            "_view_module": "@jupyter-widgets/controls",
2446
            "_view_module_version": "1.5.0",
2447
            "_view_name": "HTMLView",
2448
            "description": "",
2449
            "description_tooltip": null,
2450
            "layout": "IPY_MODEL_7be68e052eef434281208ba35e720fce",
2451
            "placeholder": "​",
2452
            "style": "IPY_MODEL_e837d9ae9d4b40faaea48903ce478fa7",
2453
            "value": "config.json: 100%"
2454
          }
2455
        },
2456
        "6394d8ae393c41f1ba527eb6a1b0771b": {
2457
          "model_module": "@jupyter-widgets/controls",
2458
          "model_name": "FloatProgressModel",
2459
          "model_module_version": "1.5.0",
2460
          "state": {
2461
            "_dom_classes": [],
2462
            "_model_module": "@jupyter-widgets/controls",
2463
            "_model_module_version": "1.5.0",
2464
            "_model_name": "FloatProgressModel",
2465
            "_view_count": null,
2466
            "_view_module": "@jupyter-widgets/controls",
2467
            "_view_module_version": "1.5.0",
2468
            "_view_name": "ProgressView",
2469
            "bar_style": "success",
2470
            "description": "",
2471
            "description_tooltip": null,
2472
            "layout": "IPY_MODEL_42c15ff5baf049d8b99e986b85b94b70",
2473
            "max": 571,
2474
            "min": 0,
2475
            "orientation": "horizontal",
2476
            "style": "IPY_MODEL_dc57731bb72d4987acc3f3dd05e039d4",
2477
            "value": 571
2478
          }
2479
        },
2480
        "38b1c602cb834efe9ea56fd7282e9d6e": {
2481
          "model_module": "@jupyter-widgets/controls",
2482
          "model_name": "HTMLModel",
2483
          "model_module_version": "1.5.0",
2484
          "state": {
2485
            "_dom_classes": [],
2486
            "_model_module": "@jupyter-widgets/controls",
2487
            "_model_module_version": "1.5.0",
2488
            "_model_name": "HTMLModel",
2489
            "_view_count": null,
2490
            "_view_module": "@jupyter-widgets/controls",
2491
            "_view_module_version": "1.5.0",
2492
            "_view_name": "HTMLView",
2493
            "description": "",
2494
            "description_tooltip": null,
2495
            "layout": "IPY_MODEL_e9474371e64e4e9fb515b7bec8fc8eb9",
2496
            "placeholder": "​",
2497
            "style": "IPY_MODEL_f09e48f4b6454a0e9888ec441b431383",
2498
            "value": " 571/571 [00:00<00:00, 37.6kB/s]"
2499
          }
2500
        },
2501
        "fe7c4395153e4b23856ac146d2c77325": {
2502
          "model_module": "@jupyter-widgets/base",
2503
          "model_name": "LayoutModel",
2504
          "model_module_version": "1.2.0",
2505
          "state": {
2506
            "_model_module": "@jupyter-widgets/base",
2507
            "_model_module_version": "1.2.0",
2508
            "_model_name": "LayoutModel",
2509
            "_view_count": null,
2510
            "_view_module": "@jupyter-widgets/base",
2511
            "_view_module_version": "1.2.0",
2512
            "_view_name": "LayoutView",
2513
            "align_content": null,
2514
            "align_items": null,
2515
            "align_self": null,
2516
            "border": null,
2517
            "bottom": null,
2518
            "display": null,
2519
            "flex": null,
2520
            "flex_flow": null,
2521
            "grid_area": null,
2522
            "grid_auto_columns": null,
2523
            "grid_auto_flow": null,
2524
            "grid_auto_rows": null,
2525
            "grid_column": null,
2526
            "grid_gap": null,
2527
            "grid_row": null,
2528
            "grid_template_areas": null,
2529
            "grid_template_columns": null,
2530
            "grid_template_rows": null,
2531
            "height": null,
2532
            "justify_content": null,
2533
            "justify_items": null,
2534
            "left": null,
2535
            "margin": null,
2536
            "max_height": null,
2537
            "max_width": null,
2538
            "min_height": null,
2539
            "min_width": null,
2540
            "object_fit": null,
2541
            "object_position": null,
2542
            "order": null,
2543
            "overflow": null,
2544
            "overflow_x": null,
2545
            "overflow_y": null,
2546
            "padding": null,
2547
            "right": null,
2548
            "top": null,
2549
            "visibility": null,
2550
            "width": null
2551
          }
2552
        },
2553
        "7be68e052eef434281208ba35e720fce": {
2554
          "model_module": "@jupyter-widgets/base",
2555
          "model_name": "LayoutModel",
2556
          "model_module_version": "1.2.0",
2557
          "state": {
2558
            "_model_module": "@jupyter-widgets/base",
2559
            "_model_module_version": "1.2.0",
2560
            "_model_name": "LayoutModel",
2561
            "_view_count": null,
2562
            "_view_module": "@jupyter-widgets/base",
2563
            "_view_module_version": "1.2.0",
2564
            "_view_name": "LayoutView",
2565
            "align_content": null,
2566
            "align_items": null,
2567
            "align_self": null,
2568
            "border": null,
2569
            "bottom": null,
2570
            "display": null,
2571
            "flex": null,
2572
            "flex_flow": null,
2573
            "grid_area": null,
2574
            "grid_auto_columns": null,
2575
            "grid_auto_flow": null,
2576
            "grid_auto_rows": null,
2577
            "grid_column": null,
2578
            "grid_gap": null,
2579
            "grid_row": null,
2580
            "grid_template_areas": null,
2581
            "grid_template_columns": null,
2582
            "grid_template_rows": null,
2583
            "height": null,
2584
            "justify_content": null,
2585
            "justify_items": null,
2586
            "left": null,
2587
            "margin": null,
2588
            "max_height": null,
2589
            "max_width": null,
2590
            "min_height": null,
2591
            "min_width": null,
2592
            "object_fit": null,
2593
            "object_position": null,
2594
            "order": null,
2595
            "overflow": null,
2596
            "overflow_x": null,
2597
            "overflow_y": null,
2598
            "padding": null,
2599
            "right": null,
2600
            "top": null,
2601
            "visibility": null,
2602
            "width": null
2603
          }
2604
        },
2605
        "e837d9ae9d4b40faaea48903ce478fa7": {
2606
          "model_module": "@jupyter-widgets/controls",
2607
          "model_name": "DescriptionStyleModel",
2608
          "model_module_version": "1.5.0",
2609
          "state": {
2610
            "_model_module": "@jupyter-widgets/controls",
2611
            "_model_module_version": "1.5.0",
2612
            "_model_name": "DescriptionStyleModel",
2613
            "_view_count": null,
2614
            "_view_module": "@jupyter-widgets/base",
2615
            "_view_module_version": "1.2.0",
2616
            "_view_name": "StyleView",
2617
            "description_width": ""
2618
          }
2619
        },
2620
        "42c15ff5baf049d8b99e986b85b94b70": {
2621
          "model_module": "@jupyter-widgets/base",
2622
          "model_name": "LayoutModel",
2623
          "model_module_version": "1.2.0",
2624
          "state": {
2625
            "_model_module": "@jupyter-widgets/base",
2626
            "_model_module_version": "1.2.0",
2627
            "_model_name": "LayoutModel",
2628
            "_view_count": null,
2629
            "_view_module": "@jupyter-widgets/base",
2630
            "_view_module_version": "1.2.0",
2631
            "_view_name": "LayoutView",
2632
            "align_content": null,
2633
            "align_items": null,
2634
            "align_self": null,
2635
            "border": null,
2636
            "bottom": null,
2637
            "display": null,
2638
            "flex": null,
2639
            "flex_flow": null,
2640
            "grid_area": null,
2641
            "grid_auto_columns": null,
2642
            "grid_auto_flow": null,
2643
            "grid_auto_rows": null,
2644
            "grid_column": null,
2645
            "grid_gap": null,
2646
            "grid_row": null,
2647
            "grid_template_areas": null,
2648
            "grid_template_columns": null,
2649
            "grid_template_rows": null,
2650
            "height": null,
2651
            "justify_content": null,
2652
            "justify_items": null,
2653
            "left": null,
2654
            "margin": null,
2655
            "max_height": null,
2656
            "max_width": null,
2657
            "min_height": null,
2658
            "min_width": null,
2659
            "object_fit": null,
2660
            "object_position": null,
2661
            "order": null,
2662
            "overflow": null,
2663
            "overflow_x": null,
2664
            "overflow_y": null,
2665
            "padding": null,
2666
            "right": null,
2667
            "top": null,
2668
            "visibility": null,
2669
            "width": null
2670
          }
2671
        },
2672
        "dc57731bb72d4987acc3f3dd05e039d4": {
2673
          "model_module": "@jupyter-widgets/controls",
2674
          "model_name": "ProgressStyleModel",
2675
          "model_module_version": "1.5.0",
2676
          "state": {
2677
            "_model_module": "@jupyter-widgets/controls",
2678
            "_model_module_version": "1.5.0",
2679
            "_model_name": "ProgressStyleModel",
2680
            "_view_count": null,
2681
            "_view_module": "@jupyter-widgets/base",
2682
            "_view_module_version": "1.2.0",
2683
            "_view_name": "StyleView",
2684
            "bar_color": null,
2685
            "description_width": ""
2686
          }
2687
        },
2688
        "e9474371e64e4e9fb515b7bec8fc8eb9": {
2689
          "model_module": "@jupyter-widgets/base",
2690
          "model_name": "LayoutModel",
2691
          "model_module_version": "1.2.0",
2692
          "state": {
2693
            "_model_module": "@jupyter-widgets/base",
2694
            "_model_module_version": "1.2.0",
2695
            "_model_name": "LayoutModel",
2696
            "_view_count": null,
2697
            "_view_module": "@jupyter-widgets/base",
2698
            "_view_module_version": "1.2.0",
2699
            "_view_name": "LayoutView",
2700
            "align_content": null,
2701
            "align_items": null,
2702
            "align_self": null,
2703
            "border": null,
2704
            "bottom": null,
2705
            "display": null,
2706
            "flex": null,
2707
            "flex_flow": null,
2708
            "grid_area": null,
2709
            "grid_auto_columns": null,
2710
            "grid_auto_flow": null,
2711
            "grid_auto_rows": null,
2712
            "grid_column": null,
2713
            "grid_gap": null,
2714
            "grid_row": null,
2715
            "grid_template_areas": null,
2716
            "grid_template_columns": null,
2717
            "grid_template_rows": null,
2718
            "height": null,
2719
            "justify_content": null,
2720
            "justify_items": null,
2721
            "left": null,
2722
            "margin": null,
2723
            "max_height": null,
2724
            "max_width": null,
2725
            "min_height": null,
2726
            "min_width": null,
2727
            "object_fit": null,
2728
            "object_position": null,
2729
            "order": null,
2730
            "overflow": null,
2731
            "overflow_x": null,
2732
            "overflow_y": null,
2733
            "padding": null,
2734
            "right": null,
2735
            "top": null,
2736
            "visibility": null,
2737
            "width": null
2738
          }
2739
        },
2740
        "f09e48f4b6454a0e9888ec441b431383": {
2741
          "model_module": "@jupyter-widgets/controls",
2742
          "model_name": "DescriptionStyleModel",
2743
          "model_module_version": "1.5.0",
2744
          "state": {
2745
            "_model_module": "@jupyter-widgets/controls",
2746
            "_model_module_version": "1.5.0",
2747
            "_model_name": "DescriptionStyleModel",
2748
            "_view_count": null,
2749
            "_view_module": "@jupyter-widgets/base",
2750
            "_view_module_version": "1.2.0",
2751
            "_view_name": "StyleView",
2752
            "description_width": ""
2753
          }
2754
        },
2755
        "a9f74674fc7b42aab231ba01aa112636": {
2756
          "model_module": "@jupyter-widgets/controls",
2757
          "model_name": "HBoxModel",
2758
          "model_module_version": "1.5.0",
2759
          "state": {
2760
            "_dom_classes": [],
2761
            "_model_module": "@jupyter-widgets/controls",
2762
            "_model_module_version": "1.5.0",
2763
            "_model_name": "HBoxModel",
2764
            "_view_count": null,
2765
            "_view_module": "@jupyter-widgets/controls",
2766
            "_view_module_version": "1.5.0",
2767
            "_view_name": "HBoxView",
2768
            "box_style": "",
2769
            "children": [
2770
              "IPY_MODEL_80e52255636e465092841acea1ac3c6d",
2771
              "IPY_MODEL_7299414939a342b0866323fb5839fd95",
2772
              "IPY_MODEL_3a244064929a4d2585d144a13e2e23a8"
2773
            ],
2774
            "layout": "IPY_MODEL_1ec2d38b7b93475e907b55dec890b880"
2775
          }
2776
        },
2777
        "80e52255636e465092841acea1ac3c6d": {
2778
          "model_module": "@jupyter-widgets/controls",
2779
          "model_name": "HTMLModel",
2780
          "model_module_version": "1.5.0",
2781
          "state": {
2782
            "_dom_classes": [],
2783
            "_model_module": "@jupyter-widgets/controls",
2784
            "_model_module_version": "1.5.0",
2785
            "_model_name": "HTMLModel",
2786
            "_view_count": null,
2787
            "_view_module": "@jupyter-widgets/controls",
2788
            "_view_module_version": "1.5.0",
2789
            "_view_name": "HTMLView",
2790
            "description": "",
2791
            "description_tooltip": null,
2792
            "layout": "IPY_MODEL_0afab8e898b84b9d83540a1ada688d6a",
2793
            "placeholder": "​",
2794
            "style": "IPY_MODEL_2f362b90e7664d9b8a9955be8379a75e",
2795
            "value": "pytorch_model.bin: 100%"
2796
          }
2797
        },
2798
        "7299414939a342b0866323fb5839fd95": {
2799
          "model_module": "@jupyter-widgets/controls",
2800
          "model_name": "FloatProgressModel",
2801
          "model_module_version": "1.5.0",
2802
          "state": {
2803
            "_dom_classes": [],
2804
            "_model_module": "@jupyter-widgets/controls",
2805
            "_model_module_version": "1.5.0",
2806
            "_model_name": "FloatProgressModel",
2807
            "_view_count": null,
2808
            "_view_module": "@jupyter-widgets/controls",
2809
            "_view_module_version": "1.5.0",
2810
            "_view_name": "ProgressView",
2811
            "bar_style": "success",
2812
            "description": "",
2813
            "description_tooltip": null,
2814
            "layout": "IPY_MODEL_d7092315286c4594a80a759a3565f6e5",
2815
            "max": 438011953,
2816
            "min": 0,
2817
            "orientation": "horizontal",
2818
            "style": "IPY_MODEL_1a56fb0eaff348d6aae4e8c78411c87a",
2819
            "value": 438011953
2820
          }
2821
        },
2822
        "3a244064929a4d2585d144a13e2e23a8": {
2823
          "model_module": "@jupyter-widgets/controls",
2824
          "model_name": "HTMLModel",
2825
          "model_module_version": "1.5.0",
2826
          "state": {
2827
            "_dom_classes": [],
2828
            "_model_module": "@jupyter-widgets/controls",
2829
            "_model_module_version": "1.5.0",
2830
            "_model_name": "HTMLModel",
2831
            "_view_count": null,
2832
            "_view_module": "@jupyter-widgets/controls",
2833
            "_view_module_version": "1.5.0",
2834
            "_view_name": "HTMLView",
2835
            "description": "",
2836
            "description_tooltip": null,
2837
            "layout": "IPY_MODEL_1d2ff096c8914f4c8b7d288ad9d2cf82",
2838
            "placeholder": "​",
2839
            "style": "IPY_MODEL_9eee8522ddac481ba405e6fdee8b1659",
2840
            "value": " 438M/438M [00:03<00:00, 140MB/s]"
2841
          }
2842
        },
2843
        "1ec2d38b7b93475e907b55dec890b880": {
2844
          "model_module": "@jupyter-widgets/base",
2845
          "model_name": "LayoutModel",
2846
          "model_module_version": "1.2.0",
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
        "0afab8e898b84b9d83540a1ada688d6a": {
2896
          "model_module": "@jupyter-widgets/base",
2897
          "model_name": "LayoutModel",
2898
          "model_module_version": "1.2.0",
2899
          "state": {
2900
            "_model_module": "@jupyter-widgets/base",
2901
            "_model_module_version": "1.2.0",
2902
            "_model_name": "LayoutModel",
2903
            "_view_count": null,
2904
            "_view_module": "@jupyter-widgets/base",
2905
            "_view_module_version": "1.2.0",
2906
            "_view_name": "LayoutView",
2907
            "align_content": null,
2908
            "align_items": null,
2909
            "align_self": null,
2910
            "border": null,
2911
            "bottom": null,
2912
            "display": null,
2913
            "flex": null,
2914
            "flex_flow": null,
2915
            "grid_area": null,
2916
            "grid_auto_columns": null,
2917
            "grid_auto_flow": null,
2918
            "grid_auto_rows": null,
2919
            "grid_column": null,
2920
            "grid_gap": null,
2921
            "grid_row": null,
2922
            "grid_template_areas": null,
2923
            "grid_template_columns": null,
2924
            "grid_template_rows": null,
2925
            "height": null,
2926
            "justify_content": null,
2927
            "justify_items": null,
2928
            "left": null,
2929
            "margin": null,
2930
            "max_height": null,
2931
            "max_width": null,
2932
            "min_height": null,
2933
            "min_width": null,
2934
            "object_fit": null,
2935
            "object_position": null,
2936
            "order": null,
2937
            "overflow": null,
2938
            "overflow_x": null,
2939
            "overflow_y": null,
2940
            "padding": null,
2941
            "right": null,
2942
            "top": null,
2943
            "visibility": null,
2944
            "width": null
2945
          }
2946
        },
2947
        "2f362b90e7664d9b8a9955be8379a75e": {
2948
          "model_module": "@jupyter-widgets/controls",
2949
          "model_name": "DescriptionStyleModel",
2950
          "model_module_version": "1.5.0",
2951
          "state": {
2952
            "_model_module": "@jupyter-widgets/controls",
2953
            "_model_module_version": "1.5.0",
2954
            "_model_name": "DescriptionStyleModel",
2955
            "_view_count": null,
2956
            "_view_module": "@jupyter-widgets/base",
2957
            "_view_module_version": "1.2.0",
2958
            "_view_name": "StyleView",
2959
            "description_width": ""
2960
          }
2961
        },
2962
        "d7092315286c4594a80a759a3565f6e5": {
2963
          "model_module": "@jupyter-widgets/base",
2964
          "model_name": "LayoutModel",
2965
          "model_module_version": "1.2.0",
2966
          "state": {
2967
            "_model_module": "@jupyter-widgets/base",
2968
            "_model_module_version": "1.2.0",
2969
            "_model_name": "LayoutModel",
2970
            "_view_count": null,
2971
            "_view_module": "@jupyter-widgets/base",
2972
            "_view_module_version": "1.2.0",
2973
            "_view_name": "LayoutView",
2974
            "align_content": null,
2975
            "align_items": null,
2976
            "align_self": null,
2977
            "border": null,
2978
            "bottom": null,
2979
            "display": null,
2980
            "flex": null,
2981
            "flex_flow": null,
2982
            "grid_area": null,
2983
            "grid_auto_columns": null,
2984
            "grid_auto_flow": null,
2985
            "grid_auto_rows": null,
2986
            "grid_column": null,
2987
            "grid_gap": null,
2988
            "grid_row": null,
2989
            "grid_template_areas": null,
2990
            "grid_template_columns": null,
2991
            "grid_template_rows": null,
2992
            "height": null,
2993
            "justify_content": null,
2994
            "justify_items": null,
2995
            "left": null,
2996
            "margin": null,
2997
            "max_height": null,
2998
            "max_width": null,
2999
            "min_height": null,
3000
            "min_width": null,
3001
            "object_fit": null,
3002
            "object_position": null,
3003
            "order": null,
3004
            "overflow": null,
3005
            "overflow_x": null,
3006
            "overflow_y": null,
3007
            "padding": null,
3008
            "right": null,
3009
            "top": null,
3010
            "visibility": null,
3011
            "width": null
3012
          }
3013
        },
3014
        "1a56fb0eaff348d6aae4e8c78411c87a": {
3015
          "model_module": "@jupyter-widgets/controls",
3016
          "model_name": "ProgressStyleModel",
3017
          "model_module_version": "1.5.0",
3018
          "state": {
3019
            "_model_module": "@jupyter-widgets/controls",
3020
            "_model_module_version": "1.5.0",
3021
            "_model_name": "ProgressStyleModel",
3022
            "_view_count": null,
3023
            "_view_module": "@jupyter-widgets/base",
3024
            "_view_module_version": "1.2.0",
3025
            "_view_name": "StyleView",
3026
            "bar_color": null,
3027
            "description_width": ""
3028
          }
3029
        },
3030
        "1d2ff096c8914f4c8b7d288ad9d2cf82": {
3031
          "model_module": "@jupyter-widgets/base",
3032
          "model_name": "LayoutModel",
3033
          "model_module_version": "1.2.0",
3034
          "state": {
3035
            "_model_module": "@jupyter-widgets/base",
3036
            "_model_module_version": "1.2.0",
3037
            "_model_name": "LayoutModel",
3038
            "_view_count": null,
3039
            "_view_module": "@jupyter-widgets/base",
3040
            "_view_module_version": "1.2.0",
3041
            "_view_name": "LayoutView",
3042
            "align_content": null,
3043
            "align_items": null,
3044
            "align_self": null,
3045
            "border": null,
3046
            "bottom": null,
3047
            "display": null,
3048
            "flex": null,
3049
            "flex_flow": null,
3050
            "grid_area": null,
3051
            "grid_auto_columns": null,
3052
            "grid_auto_flow": null,
3053
            "grid_auto_rows": null,
3054
            "grid_column": null,
3055
            "grid_gap": null,
3056
            "grid_row": null,
3057
            "grid_template_areas": null,
3058
            "grid_template_columns": null,
3059
            "grid_template_rows": null,
3060
            "height": null,
3061
            "justify_content": null,
3062
            "justify_items": null,
3063
            "left": null,
3064
            "margin": null,
3065
            "max_height": null,
3066
            "max_width": null,
3067
            "min_height": null,
3068
            "min_width": null,
3069
            "object_fit": null,
3070
            "object_position": null,
3071
            "order": null,
3072
            "overflow": null,
3073
            "overflow_x": null,
3074
            "overflow_y": null,
3075
            "padding": null,
3076
            "right": null,
3077
            "top": null,
3078
            "visibility": null,
3079
            "width": null
3080
          }
3081
        },
3082
        "9eee8522ddac481ba405e6fdee8b1659": {
3083
          "model_module": "@jupyter-widgets/controls",
3084
          "model_name": "DescriptionStyleModel",
3085
          "model_module_version": "1.5.0",
3086
          "state": {
3087
            "_model_module": "@jupyter-widgets/controls",
3088
            "_model_module_version": "1.5.0",
3089
            "_model_name": "DescriptionStyleModel",
3090
            "_view_count": null,
3091
            "_view_module": "@jupyter-widgets/base",
3092
            "_view_module_version": "1.2.0",
3093
            "_view_name": "StyleView",
3094
            "description_width": ""
3095
          }
3096
        },
3097
        "b95eac15198143c0a559320d8ba233e4": {
3098
          "model_module": "@jupyter-widgets/controls",
3099
          "model_name": "HBoxModel",
3100
          "model_module_version": "1.5.0",
3101
          "state": {
3102
            "_dom_classes": [],
3103
            "_model_module": "@jupyter-widgets/controls",
3104
            "_model_module_version": "1.5.0",
3105
            "_model_name": "HBoxModel",
3106
            "_view_count": null,
3107
            "_view_module": "@jupyter-widgets/controls",
3108
            "_view_module_version": "1.5.0",
3109
            "_view_name": "HBoxView",
3110
            "box_style": "",
3111
            "children": [
3112
              "IPY_MODEL_e91527a684ce4d168caa0f3050db562c",
3113
              "IPY_MODEL_53abd273abf34b479e933904330a5ae5",
3114
              "IPY_MODEL_367e1751248d42759858963e2b194fea"
3115
            ],
3116
            "layout": "IPY_MODEL_6c7b70dfdcc445028390e9ca9b887d3f"
3117
          }
3118
        },
3119
        "e91527a684ce4d168caa0f3050db562c": {
3120
          "model_module": "@jupyter-widgets/controls",
3121
          "model_name": "HTMLModel",
3122
          "model_module_version": "1.5.0",
3123
          "state": {
3124
            "_dom_classes": [],
3125
            "_model_module": "@jupyter-widgets/controls",
3126
            "_model_module_version": "1.5.0",
3127
            "_model_name": "HTMLModel",
3128
            "_view_count": null,
3129
            "_view_module": "@jupyter-widgets/controls",
3130
            "_view_module_version": "1.5.0",
3131
            "_view_name": "HTMLView",
3132
            "description": "",
3133
            "description_tooltip": null,
3134
            "layout": "IPY_MODEL_cd69d8d2e4a5435ea5f74b6d07dc937f",
3135
            "placeholder": "​",
3136
            "style": "IPY_MODEL_1afaf3142d174edfa2a82f232c49e6ff",
3137
            "value": "tokenizer_config.json: 100%"
3138
          }
3139
        },
3140
        "53abd273abf34b479e933904330a5ae5": {
3141
          "model_module": "@jupyter-widgets/controls",
3142
          "model_name": "FloatProgressModel",
3143
          "model_module_version": "1.5.0",
3144
          "state": {
3145
            "_dom_classes": [],
3146
            "_model_module": "@jupyter-widgets/controls",
3147
            "_model_module_version": "1.5.0",
3148
            "_model_name": "FloatProgressModel",
3149
            "_view_count": null,
3150
            "_view_module": "@jupyter-widgets/controls",
3151
            "_view_module_version": "1.5.0",
3152
            "_view_name": "ProgressView",
3153
            "bar_style": "success",
3154
            "description": "",
3155
            "description_tooltip": null,
3156
            "layout": "IPY_MODEL_d0d1db284c8447e28e98d2fd3b897971",
3157
            "max": 363,
3158
            "min": 0,
3159
            "orientation": "horizontal",
3160
            "style": "IPY_MODEL_442495d7acab427e971dd2e352c6f543",
3161
            "value": 363
3162
          }
3163
        },
3164
        "367e1751248d42759858963e2b194fea": {
3165
          "model_module": "@jupyter-widgets/controls",
3166
          "model_name": "HTMLModel",
3167
          "model_module_version": "1.5.0",
3168
          "state": {
3169
            "_dom_classes": [],
3170
            "_model_module": "@jupyter-widgets/controls",
3171
            "_model_module_version": "1.5.0",
3172
            "_model_name": "HTMLModel",
3173
            "_view_count": null,
3174
            "_view_module": "@jupyter-widgets/controls",
3175
            "_view_module_version": "1.5.0",
3176
            "_view_name": "HTMLView",
3177
            "description": "",
3178
            "description_tooltip": null,
3179
            "layout": "IPY_MODEL_2bdbab35557740d79e2f8f61df1998c3",
3180
            "placeholder": "​",
3181
            "style": "IPY_MODEL_c2ad5ff1b6a94539955ac093fe0494d4",
3182
            "value": " 363/363 [00:00<00:00, 25.7kB/s]"
3183
          }
3184
        },
3185
        "6c7b70dfdcc445028390e9ca9b887d3f": {
3186
          "model_module": "@jupyter-widgets/base",
3187
          "model_name": "LayoutModel",
3188
          "model_module_version": "1.2.0",
3189
          "state": {
3190
            "_model_module": "@jupyter-widgets/base",
3191
            "_model_module_version": "1.2.0",
3192
            "_model_name": "LayoutModel",
3193
            "_view_count": null,
3194
            "_view_module": "@jupyter-widgets/base",
3195
            "_view_module_version": "1.2.0",
3196
            "_view_name": "LayoutView",
3197
            "align_content": null,
3198
            "align_items": null,
3199
            "align_self": null,
3200
            "border": null,
3201
            "bottom": null,
3202
            "display": null,
3203
            "flex": null,
3204
            "flex_flow": null,
3205
            "grid_area": null,
3206
            "grid_auto_columns": null,
3207
            "grid_auto_flow": null,
3208
            "grid_auto_rows": null,
3209
            "grid_column": null,
3210
            "grid_gap": null,
3211
            "grid_row": null,
3212
            "grid_template_areas": null,
3213
            "grid_template_columns": null,
3214
            "grid_template_rows": null,
3215
            "height": null,
3216
            "justify_content": null,
3217
            "justify_items": null,
3218
            "left": null,
3219
            "margin": null,
3220
            "max_height": null,
3221
            "max_width": null,
3222
            "min_height": null,
3223
            "min_width": null,
3224
            "object_fit": null,
3225
            "object_position": null,
3226
            "order": null,
3227
            "overflow": null,
3228
            "overflow_x": null,
3229
            "overflow_y": null,
3230
            "padding": null,
3231
            "right": null,
3232
            "top": null,
3233
            "visibility": null,
3234
            "width": null
3235
          }
3236
        },
3237
        "cd69d8d2e4a5435ea5f74b6d07dc937f": {
3238
          "model_module": "@jupyter-widgets/base",
3239
          "model_name": "LayoutModel",
3240
          "model_module_version": "1.2.0",
3241
          "state": {
3242
            "_model_module": "@jupyter-widgets/base",
3243
            "_model_module_version": "1.2.0",
3244
            "_model_name": "LayoutModel",
3245
            "_view_count": null,
3246
            "_view_module": "@jupyter-widgets/base",
3247
            "_view_module_version": "1.2.0",
3248
            "_view_name": "LayoutView",
3249
            "align_content": null,
3250
            "align_items": null,
3251
            "align_self": null,
3252
            "border": null,
3253
            "bottom": null,
3254
            "display": null,
3255
            "flex": null,
3256
            "flex_flow": null,
3257
            "grid_area": null,
3258
            "grid_auto_columns": null,
3259
            "grid_auto_flow": null,
3260
            "grid_auto_rows": null,
3261
            "grid_column": null,
3262
            "grid_gap": null,
3263
            "grid_row": null,
3264
            "grid_template_areas": null,
3265
            "grid_template_columns": null,
3266
            "grid_template_rows": null,
3267
            "height": null,
3268
            "justify_content": null,
3269
            "justify_items": null,
3270
            "left": null,
3271
            "margin": null,
3272
            "max_height": null,
3273
            "max_width": null,
3274
            "min_height": null,
3275
            "min_width": null,
3276
            "object_fit": null,
3277
            "object_position": null,
3278
            "order": null,
3279
            "overflow": null,
3280
            "overflow_x": null,
3281
            "overflow_y": null,
3282
            "padding": null,
3283
            "right": null,
3284
            "top": null,
3285
            "visibility": null,
3286
            "width": null
3287
          }
3288
        },
3289
        "1afaf3142d174edfa2a82f232c49e6ff": {
3290
          "model_module": "@jupyter-widgets/controls",
3291
          "model_name": "DescriptionStyleModel",
3292
          "model_module_version": "1.5.0",
3293
          "state": {
3294
            "_model_module": "@jupyter-widgets/controls",
3295
            "_model_module_version": "1.5.0",
3296
            "_model_name": "DescriptionStyleModel",
3297
            "_view_count": null,
3298
            "_view_module": "@jupyter-widgets/base",
3299
            "_view_module_version": "1.2.0",
3300
            "_view_name": "StyleView",
3301
            "description_width": ""
3302
          }
3303
        },
3304
        "d0d1db284c8447e28e98d2fd3b897971": {
3305
          "model_module": "@jupyter-widgets/base",
3306
          "model_name": "LayoutModel",
3307
          "model_module_version": "1.2.0",
3308
          "state": {
3309
            "_model_module": "@jupyter-widgets/base",
3310
            "_model_module_version": "1.2.0",
3311
            "_model_name": "LayoutModel",
3312
            "_view_count": null,
3313
            "_view_module": "@jupyter-widgets/base",
3314
            "_view_module_version": "1.2.0",
3315
            "_view_name": "LayoutView",
3316
            "align_content": null,
3317
            "align_items": null,
3318
            "align_self": null,
3319
            "border": null,
3320
            "bottom": null,
3321
            "display": null,
3322
            "flex": null,
3323
            "flex_flow": null,
3324
            "grid_area": null,
3325
            "grid_auto_columns": null,
3326
            "grid_auto_flow": null,
3327
            "grid_auto_rows": null,
3328
            "grid_column": null,
3329
            "grid_gap": null,
3330
            "grid_row": null,
3331
            "grid_template_areas": null,
3332
            "grid_template_columns": null,
3333
            "grid_template_rows": null,
3334
            "height": null,
3335
            "justify_content": null,
3336
            "justify_items": null,
3337
            "left": null,
3338
            "margin": null,
3339
            "max_height": null,
3340
            "max_width": null,
3341
            "min_height": null,
3342
            "min_width": null,
3343
            "object_fit": null,
3344
            "object_position": null,
3345
            "order": null,
3346
            "overflow": null,
3347
            "overflow_x": null,
3348
            "overflow_y": null,
3349
            "padding": null,
3350
            "right": null,
3351
            "top": null,
3352
            "visibility": null,
3353
            "width": null
3354
          }
3355
        },
3356
        "442495d7acab427e971dd2e352c6f543": {
3357
          "model_module": "@jupyter-widgets/controls",
3358
          "model_name": "ProgressStyleModel",
3359
          "model_module_version": "1.5.0",
3360
          "state": {
3361
            "_model_module": "@jupyter-widgets/controls",
3362
            "_model_module_version": "1.5.0",
3363
            "_model_name": "ProgressStyleModel",
3364
            "_view_count": null,
3365
            "_view_module": "@jupyter-widgets/base",
3366
            "_view_module_version": "1.2.0",
3367
            "_view_name": "StyleView",
3368
            "bar_color": null,
3369
            "description_width": ""
3370
          }
3371
        },
3372
        "2bdbab35557740d79e2f8f61df1998c3": {
3373
          "model_module": "@jupyter-widgets/base",
3374
          "model_name": "LayoutModel",
3375
          "model_module_version": "1.2.0",
3376
          "state": {
3377
            "_model_module": "@jupyter-widgets/base",
3378
            "_model_module_version": "1.2.0",
3379
            "_model_name": "LayoutModel",
3380
            "_view_count": null,
3381
            "_view_module": "@jupyter-widgets/base",
3382
            "_view_module_version": "1.2.0",
3383
            "_view_name": "LayoutView",
3384
            "align_content": null,
3385
            "align_items": null,
3386
            "align_self": null,
3387
            "border": null,
3388
            "bottom": null,
3389
            "display": null,
3390
            "flex": null,
3391
            "flex_flow": null,
3392
            "grid_area": null,
3393
            "grid_auto_columns": null,
3394
            "grid_auto_flow": null,
3395
            "grid_auto_rows": null,
3396
            "grid_column": null,
3397
            "grid_gap": null,
3398
            "grid_row": null,
3399
            "grid_template_areas": null,
3400
            "grid_template_columns": null,
3401
            "grid_template_rows": null,
3402
            "height": null,
3403
            "justify_content": null,
3404
            "justify_items": null,
3405
            "left": null,
3406
            "margin": null,
3407
            "max_height": null,
3408
            "max_width": null,
3409
            "min_height": null,
3410
            "min_width": null,
3411
            "object_fit": null,
3412
            "object_position": null,
3413
            "order": null,
3414
            "overflow": null,
3415
            "overflow_x": null,
3416
            "overflow_y": null,
3417
            "padding": null,
3418
            "right": null,
3419
            "top": null,
3420
            "visibility": null,
3421
            "width": null
3422
          }
3423
        },
3424
        "c2ad5ff1b6a94539955ac093fe0494d4": {
3425
          "model_module": "@jupyter-widgets/controls",
3426
          "model_name": "DescriptionStyleModel",
3427
          "model_module_version": "1.5.0",
3428
          "state": {
3429
            "_model_module": "@jupyter-widgets/controls",
3430
            "_model_module_version": "1.5.0",
3431
            "_model_name": "DescriptionStyleModel",
3432
            "_view_count": null,
3433
            "_view_module": "@jupyter-widgets/base",
3434
            "_view_module_version": "1.2.0",
3435
            "_view_name": "StyleView",
3436
            "description_width": ""
3437
          }
3438
        },
3439
        "0a5717f7492c4749a7bf9f5bf7c87181": {
3440
          "model_module": "@jupyter-widgets/controls",
3441
          "model_name": "HBoxModel",
3442
          "model_module_version": "1.5.0",
3443
          "state": {
3444
            "_dom_classes": [],
3445
            "_model_module": "@jupyter-widgets/controls",
3446
            "_model_module_version": "1.5.0",
3447
            "_model_name": "HBoxModel",
3448
            "_view_count": null,
3449
            "_view_module": "@jupyter-widgets/controls",
3450
            "_view_module_version": "1.5.0",
3451
            "_view_name": "HBoxView",
3452
            "box_style": "",
3453
            "children": [
3454
              "IPY_MODEL_be52701f8fc34c679d0d3c4622f38195",
3455
              "IPY_MODEL_8ce3ffff5c6d4079932e1308fa8344de",
3456
              "IPY_MODEL_5dca16ddb9bc4364813e7f32be7b0f59"
3457
            ],
3458
            "layout": "IPY_MODEL_3995ecaa239e44b8be25a0cd61ce6fd1"
3459
          }
3460
        },
3461
        "be52701f8fc34c679d0d3c4622f38195": {
3462
          "model_module": "@jupyter-widgets/controls",
3463
          "model_name": "HTMLModel",
3464
          "model_module_version": "1.5.0",
3465
          "state": {
3466
            "_dom_classes": [],
3467
            "_model_module": "@jupyter-widgets/controls",
3468
            "_model_module_version": "1.5.0",
3469
            "_model_name": "HTMLModel",
3470
            "_view_count": null,
3471
            "_view_module": "@jupyter-widgets/controls",
3472
            "_view_module_version": "1.5.0",
3473
            "_view_name": "HTMLView",
3474
            "description": "",
3475
            "description_tooltip": null,
3476
            "layout": "IPY_MODEL_538cb1aef566490a98f014aac7ba6383",
3477
            "placeholder": "​",
3478
            "style": "IPY_MODEL_9de915e695c844369f7e4bcf896d5925",
3479
            "value": "vocab.txt: 100%"
3480
          }
3481
        },
3482
        "8ce3ffff5c6d4079932e1308fa8344de": {
3483
          "model_module": "@jupyter-widgets/controls",
3484
          "model_name": "FloatProgressModel",
3485
          "model_module_version": "1.5.0",
3486
          "state": {
3487
            "_dom_classes": [],
3488
            "_model_module": "@jupyter-widgets/controls",
3489
            "_model_module_version": "1.5.0",
3490
            "_model_name": "FloatProgressModel",
3491
            "_view_count": null,
3492
            "_view_module": "@jupyter-widgets/controls",
3493
            "_view_module_version": "1.5.0",
3494
            "_view_name": "ProgressView",
3495
            "bar_style": "success",
3496
            "description": "",
3497
            "description_tooltip": null,
3498
            "layout": "IPY_MODEL_3e066eaeeb7646c3a8476031dd63f75a",
3499
            "max": 231536,
3500
            "min": 0,
3501
            "orientation": "horizontal",
3502
            "style": "IPY_MODEL_8a87b26aad0e4d9eab7ca56407ddb2bb",
3503
            "value": 231536
3504
          }
3505
        },
3506
        "5dca16ddb9bc4364813e7f32be7b0f59": {
3507
          "model_module": "@jupyter-widgets/controls",
3508
          "model_name": "HTMLModel",
3509
          "model_module_version": "1.5.0",
3510
          "state": {
3511
            "_dom_classes": [],
3512
            "_model_module": "@jupyter-widgets/controls",
3513
            "_model_module_version": "1.5.0",
3514
            "_model_name": "HTMLModel",
3515
            "_view_count": null,
3516
            "_view_module": "@jupyter-widgets/controls",
3517
            "_view_module_version": "1.5.0",
3518
            "_view_name": "HTMLView",
3519
            "description": "",
3520
            "description_tooltip": null,
3521
            "layout": "IPY_MODEL_1e8f67d9a3af4ef7b8d6a6f088b0ff12",
3522
            "placeholder": "​",
3523
            "style": "IPY_MODEL_5271f73417c54cd48e8a24eb706be77a",
3524
            "value": " 232k/232k [00:00<00:00, 8.96MB/s]"
3525
          }
3526
        },
3527
        "3995ecaa239e44b8be25a0cd61ce6fd1": {
3528
          "model_module": "@jupyter-widgets/base",
3529
          "model_name": "LayoutModel",
3530
          "model_module_version": "1.2.0",
3531
          "state": {
3532
            "_model_module": "@jupyter-widgets/base",
3533
            "_model_module_version": "1.2.0",
3534
            "_model_name": "LayoutModel",
3535
            "_view_count": null,
3536
            "_view_module": "@jupyter-widgets/base",
3537
            "_view_module_version": "1.2.0",
3538
            "_view_name": "LayoutView",
3539
            "align_content": null,
3540
            "align_items": null,
3541
            "align_self": null,
3542
            "border": null,
3543
            "bottom": null,
3544
            "display": null,
3545
            "flex": null,
3546
            "flex_flow": null,
3547
            "grid_area": null,
3548
            "grid_auto_columns": null,
3549
            "grid_auto_flow": null,
3550
            "grid_auto_rows": null,
3551
            "grid_column": null,
3552
            "grid_gap": null,
3553
            "grid_row": null,
3554
            "grid_template_areas": null,
3555
            "grid_template_columns": null,
3556
            "grid_template_rows": null,
3557
            "height": null,
3558
            "justify_content": null,
3559
            "justify_items": null,
3560
            "left": null,
3561
            "margin": null,
3562
            "max_height": null,
3563
            "max_width": null,
3564
            "min_height": null,
3565
            "min_width": null,
3566
            "object_fit": null,
3567
            "object_position": null,
3568
            "order": null,
3569
            "overflow": null,
3570
            "overflow_x": null,
3571
            "overflow_y": null,
3572
            "padding": null,
3573
            "right": null,
3574
            "top": null,
3575
            "visibility": null,
3576
            "width": null
3577
          }
3578
        },
3579
        "538cb1aef566490a98f014aac7ba6383": {
3580
          "model_module": "@jupyter-widgets/base",
3581
          "model_name": "LayoutModel",
3582
          "model_module_version": "1.2.0",
3583
          "state": {
3584
            "_model_module": "@jupyter-widgets/base",
3585
            "_model_module_version": "1.2.0",
3586
            "_model_name": "LayoutModel",
3587
            "_view_count": null,
3588
            "_view_module": "@jupyter-widgets/base",
3589
            "_view_module_version": "1.2.0",
3590
            "_view_name": "LayoutView",
3591
            "align_content": null,
3592
            "align_items": null,
3593
            "align_self": null,
3594
            "border": null,
3595
            "bottom": null,
3596
            "display": null,
3597
            "flex": null,
3598
            "flex_flow": null,
3599
            "grid_area": null,
3600
            "grid_auto_columns": null,
3601
            "grid_auto_flow": null,
3602
            "grid_auto_rows": null,
3603
            "grid_column": null,
3604
            "grid_gap": null,
3605
            "grid_row": null,
3606
            "grid_template_areas": null,
3607
            "grid_template_columns": null,
3608
            "grid_template_rows": null,
3609
            "height": null,
3610
            "justify_content": null,
3611
            "justify_items": null,
3612
            "left": null,
3613
            "margin": null,
3614
            "max_height": null,
3615
            "max_width": null,
3616
            "min_height": null,
3617
            "min_width": null,
3618
            "object_fit": null,
3619
            "object_position": null,
3620
            "order": null,
3621
            "overflow": null,
3622
            "overflow_x": null,
3623
            "overflow_y": null,
3624
            "padding": null,
3625
            "right": null,
3626
            "top": null,
3627
            "visibility": null,
3628
            "width": null
3629
          }
3630
        },
3631
        "9de915e695c844369f7e4bcf896d5925": {
3632
          "model_module": "@jupyter-widgets/controls",
3633
          "model_name": "DescriptionStyleModel",
3634
          "model_module_version": "1.5.0",
3635
          "state": {
3636
            "_model_module": "@jupyter-widgets/controls",
3637
            "_model_module_version": "1.5.0",
3638
            "_model_name": "DescriptionStyleModel",
3639
            "_view_count": null,
3640
            "_view_module": "@jupyter-widgets/base",
3641
            "_view_module_version": "1.2.0",
3642
            "_view_name": "StyleView",
3643
            "description_width": ""
3644
          }
3645
        },
3646
        "3e066eaeeb7646c3a8476031dd63f75a": {
3647
          "model_module": "@jupyter-widgets/base",
3648
          "model_name": "LayoutModel",
3649
          "model_module_version": "1.2.0",
3650
          "state": {
3651
            "_model_module": "@jupyter-widgets/base",
3652
            "_model_module_version": "1.2.0",
3653
            "_model_name": "LayoutModel",
3654
            "_view_count": null,
3655
            "_view_module": "@jupyter-widgets/base",
3656
            "_view_module_version": "1.2.0",
3657
            "_view_name": "LayoutView",
3658
            "align_content": null,
3659
            "align_items": null,
3660
            "align_self": null,
3661
            "border": null,
3662
            "bottom": null,
3663
            "display": null,
3664
            "flex": null,
3665
            "flex_flow": null,
3666
            "grid_area": null,
3667
            "grid_auto_columns": null,
3668
            "grid_auto_flow": null,
3669
            "grid_auto_rows": null,
3670
            "grid_column": null,
3671
            "grid_gap": null,
3672
            "grid_row": null,
3673
            "grid_template_areas": null,
3674
            "grid_template_columns": null,
3675
            "grid_template_rows": null,
3676
            "height": null,
3677
            "justify_content": null,
3678
            "justify_items": null,
3679
            "left": null,
3680
            "margin": null,
3681
            "max_height": null,
3682
            "max_width": null,
3683
            "min_height": null,
3684
            "min_width": null,
3685
            "object_fit": null,
3686
            "object_position": null,
3687
            "order": null,
3688
            "overflow": null,
3689
            "overflow_x": null,
3690
            "overflow_y": null,
3691
            "padding": null,
3692
            "right": null,
3693
            "top": null,
3694
            "visibility": null,
3695
            "width": null
3696
          }
3697
        },
3698
        "8a87b26aad0e4d9eab7ca56407ddb2bb": {
3699
          "model_module": "@jupyter-widgets/controls",
3700
          "model_name": "ProgressStyleModel",
3701
          "model_module_version": "1.5.0",
3702
          "state": {
3703
            "_model_module": "@jupyter-widgets/controls",
3704
            "_model_module_version": "1.5.0",
3705
            "_model_name": "ProgressStyleModel",
3706
            "_view_count": null,
3707
            "_view_module": "@jupyter-widgets/base",
3708
            "_view_module_version": "1.2.0",
3709
            "_view_name": "StyleView",
3710
            "bar_color": null,
3711
            "description_width": ""
3712
          }
3713
        },
3714
        "1e8f67d9a3af4ef7b8d6a6f088b0ff12": {
3715
          "model_module": "@jupyter-widgets/base",
3716
          "model_name": "LayoutModel",
3717
          "model_module_version": "1.2.0",
3718
          "state": {
3719
            "_model_module": "@jupyter-widgets/base",
3720
            "_model_module_version": "1.2.0",
3721
            "_model_name": "LayoutModel",
3722
            "_view_count": null,
3723
            "_view_module": "@jupyter-widgets/base",
3724
            "_view_module_version": "1.2.0",
3725
            "_view_name": "LayoutView",
3726
            "align_content": null,
3727
            "align_items": null,
3728
            "align_self": null,
3729
            "border": null,
3730
            "bottom": null,
3731
            "display": null,
3732
            "flex": null,
3733
            "flex_flow": null,
3734
            "grid_area": null,
3735
            "grid_auto_columns": null,
3736
            "grid_auto_flow": null,
3737
            "grid_auto_rows": null,
3738
            "grid_column": null,
3739
            "grid_gap": null,
3740
            "grid_row": null,
3741
            "grid_template_areas": null,
3742
            "grid_template_columns": null,
3743
            "grid_template_rows": null,
3744
            "height": null,
3745
            "justify_content": null,
3746
            "justify_items": null,
3747
            "left": null,
3748
            "margin": null,
3749
            "max_height": null,
3750
            "max_width": null,
3751
            "min_height": null,
3752
            "min_width": null,
3753
            "object_fit": null,
3754
            "object_position": null,
3755
            "order": null,
3756
            "overflow": null,
3757
            "overflow_x": null,
3758
            "overflow_y": null,
3759
            "padding": null,
3760
            "right": null,
3761
            "top": null,
3762
            "visibility": null,
3763
            "width": null
3764
          }
3765
        },
3766
        "5271f73417c54cd48e8a24eb706be77a": {
3767
          "model_module": "@jupyter-widgets/controls",
3768
          "model_name": "DescriptionStyleModel",
3769
          "model_module_version": "1.5.0",
3770
          "state": {
3771
            "_model_module": "@jupyter-widgets/controls",
3772
            "_model_module_version": "1.5.0",
3773
            "_model_name": "DescriptionStyleModel",
3774
            "_view_count": null,
3775
            "_view_module": "@jupyter-widgets/base",
3776
            "_view_module_version": "1.2.0",
3777
            "_view_name": "StyleView",
3778
            "description_width": ""
3779
          }
3780
        },
3781
        "bf5a8dcb41694fd6a27ed94c5e132ff5": {
3782
          "model_module": "@jupyter-widgets/controls",
3783
          "model_name": "HBoxModel",
3784
          "model_module_version": "1.5.0",
3785
          "state": {
3786
            "_dom_classes": [],
3787
            "_model_module": "@jupyter-widgets/controls",
3788
            "_model_module_version": "1.5.0",
3789
            "_model_name": "HBoxModel",
3790
            "_view_count": null,
3791
            "_view_module": "@jupyter-widgets/controls",
3792
            "_view_module_version": "1.5.0",
3793
            "_view_name": "HBoxView",
3794
            "box_style": "",
3795
            "children": [
3796
              "IPY_MODEL_6c47c607a9424b6ab7fb34e4686f64f2",
3797
              "IPY_MODEL_c0fc7a8491e341df897fef53b84d511b",
3798
              "IPY_MODEL_404d64211cd9483889c3f83c380c234f"
3799
            ],
3800
            "layout": "IPY_MODEL_f9c7e678853b40f58e146852b4e79671"
3801
          }
3802
        },
3803
        "6c47c607a9424b6ab7fb34e4686f64f2": {
3804
          "model_module": "@jupyter-widgets/controls",
3805
          "model_name": "HTMLModel",
3806
          "model_module_version": "1.5.0",
3807
          "state": {
3808
            "_dom_classes": [],
3809
            "_model_module": "@jupyter-widgets/controls",
3810
            "_model_module_version": "1.5.0",
3811
            "_model_name": "HTMLModel",
3812
            "_view_count": null,
3813
            "_view_module": "@jupyter-widgets/controls",
3814
            "_view_module_version": "1.5.0",
3815
            "_view_name": "HTMLView",
3816
            "description": "",
3817
            "description_tooltip": null,
3818
            "layout": "IPY_MODEL_8c47ca2297e04c0ab93171977212d54a",
3819
            "placeholder": "​",
3820
            "style": "IPY_MODEL_d831ae801e784cffb576b3c7bcb7d798",
3821
            "value": "tokenizer.json: 100%"
3822
          }
3823
        },
3824
        "c0fc7a8491e341df897fef53b84d511b": {
3825
          "model_module": "@jupyter-widgets/controls",
3826
          "model_name": "FloatProgressModel",
3827
          "model_module_version": "1.5.0",
3828
          "state": {
3829
            "_dom_classes": [],
3830
            "_model_module": "@jupyter-widgets/controls",
3831
            "_model_module_version": "1.5.0",
3832
            "_model_name": "FloatProgressModel",
3833
            "_view_count": null,
3834
            "_view_module": "@jupyter-widgets/controls",
3835
            "_view_module_version": "1.5.0",
3836
            "_view_name": "ProgressView",
3837
            "bar_style": "success",
3838
            "description": "",
3839
            "description_tooltip": null,
3840
            "layout": "IPY_MODEL_d548c868f465484ea1e5ac4a0742458f",
3841
            "max": 466021,
3842
            "min": 0,
3843
            "orientation": "horizontal",
3844
            "style": "IPY_MODEL_333e0415c4c546bdb3ae72bcbdbfc724",
3845
            "value": 466021
3846
          }
3847
        },
3848
        "404d64211cd9483889c3f83c380c234f": {
3849
          "model_module": "@jupyter-widgets/controls",
3850
          "model_name": "HTMLModel",
3851
          "model_module_version": "1.5.0",
3852
          "state": {
3853
            "_dom_classes": [],
3854
            "_model_module": "@jupyter-widgets/controls",
3855
            "_model_module_version": "1.5.0",
3856
            "_model_name": "HTMLModel",
3857
            "_view_count": null,
3858
            "_view_module": "@jupyter-widgets/controls",
3859
            "_view_module_version": "1.5.0",
3860
            "_view_name": "HTMLView",
3861
            "description": "",
3862
            "description_tooltip": null,
3863
            "layout": "IPY_MODEL_15d48e9d248c43edbdc831e2336d0714",
3864
            "placeholder": "​",
3865
            "style": "IPY_MODEL_3b28bb7163ec41759c0d1a26a226bb92",
3866
            "value": " 466k/466k [00:00<00:00, 10.4MB/s]"
3867
          }
3868
        },
3869
        "f9c7e678853b40f58e146852b4e79671": {
3870
          "model_module": "@jupyter-widgets/base",
3871
          "model_name": "LayoutModel",
3872
          "model_module_version": "1.2.0",
3873
          "state": {
3874
            "_model_module": "@jupyter-widgets/base",
3875
            "_model_module_version": "1.2.0",
3876
            "_model_name": "LayoutModel",
3877
            "_view_count": null,
3878
            "_view_module": "@jupyter-widgets/base",
3879
            "_view_module_version": "1.2.0",
3880
            "_view_name": "LayoutView",
3881
            "align_content": null,
3882
            "align_items": null,
3883
            "align_self": null,
3884
            "border": null,
3885
            "bottom": null,
3886
            "display": null,
3887
            "flex": null,
3888
            "flex_flow": null,
3889
            "grid_area": null,
3890
            "grid_auto_columns": null,
3891
            "grid_auto_flow": null,
3892
            "grid_auto_rows": null,
3893
            "grid_column": null,
3894
            "grid_gap": null,
3895
            "grid_row": null,
3896
            "grid_template_areas": null,
3897
            "grid_template_columns": null,
3898
            "grid_template_rows": null,
3899
            "height": null,
3900
            "justify_content": null,
3901
            "justify_items": null,
3902
            "left": null,
3903
            "margin": null,
3904
            "max_height": null,
3905
            "max_width": null,
3906
            "min_height": null,
3907
            "min_width": null,
3908
            "object_fit": null,
3909
            "object_position": null,
3910
            "order": null,
3911
            "overflow": null,
3912
            "overflow_x": null,
3913
            "overflow_y": null,
3914
            "padding": null,
3915
            "right": null,
3916
            "top": null,
3917
            "visibility": null,
3918
            "width": null
3919
          }
3920
        },
3921
        "8c47ca2297e04c0ab93171977212d54a": {
3922
          "model_module": "@jupyter-widgets/base",
3923
          "model_name": "LayoutModel",
3924
          "model_module_version": "1.2.0",
3925
          "state": {
3926
            "_model_module": "@jupyter-widgets/base",
3927
            "_model_module_version": "1.2.0",
3928
            "_model_name": "LayoutModel",
3929
            "_view_count": null,
3930
            "_view_module": "@jupyter-widgets/base",
3931
            "_view_module_version": "1.2.0",
3932
            "_view_name": "LayoutView",
3933
            "align_content": null,
3934
            "align_items": null,
3935
            "align_self": null,
3936
            "border": null,
3937
            "bottom": null,
3938
            "display": null,
3939
            "flex": null,
3940
            "flex_flow": null,
3941
            "grid_area": null,
3942
            "grid_auto_columns": null,
3943
            "grid_auto_flow": null,
3944
            "grid_auto_rows": null,
3945
            "grid_column": null,
3946
            "grid_gap": null,
3947
            "grid_row": null,
3948
            "grid_template_areas": null,
3949
            "grid_template_columns": null,
3950
            "grid_template_rows": null,
3951
            "height": null,
3952
            "justify_content": null,
3953
            "justify_items": null,
3954
            "left": null,
3955
            "margin": null,
3956
            "max_height": null,
3957
            "max_width": null,
3958
            "min_height": null,
3959
            "min_width": null,
3960
            "object_fit": null,
3961
            "object_position": null,
3962
            "order": null,
3963
            "overflow": null,
3964
            "overflow_x": null,
3965
            "overflow_y": null,
3966
            "padding": null,
3967
            "right": null,
3968
            "top": null,
3969
            "visibility": null,
3970
            "width": null
3971
          }
3972
        },
3973
        "d831ae801e784cffb576b3c7bcb7d798": {
3974
          "model_module": "@jupyter-widgets/controls",
3975
          "model_name": "DescriptionStyleModel",
3976
          "model_module_version": "1.5.0",
3977
          "state": {
3978
            "_model_module": "@jupyter-widgets/controls",
3979
            "_model_module_version": "1.5.0",
3980
            "_model_name": "DescriptionStyleModel",
3981
            "_view_count": null,
3982
            "_view_module": "@jupyter-widgets/base",
3983
            "_view_module_version": "1.2.0",
3984
            "_view_name": "StyleView",
3985
            "description_width": ""
3986
          }
3987
        },
3988
        "d548c868f465484ea1e5ac4a0742458f": {
3989
          "model_module": "@jupyter-widgets/base",
3990
          "model_name": "LayoutModel",
3991
          "model_module_version": "1.2.0",
3992
          "state": {
3993
            "_model_module": "@jupyter-widgets/base",
3994
            "_model_module_version": "1.2.0",
3995
            "_model_name": "LayoutModel",
3996
            "_view_count": null,
3997
            "_view_module": "@jupyter-widgets/base",
3998
            "_view_module_version": "1.2.0",
3999
            "_view_name": "LayoutView",
4000
            "align_content": null,
4001
            "align_items": null,
4002
            "align_self": null,
4003
            "border": null,
4004
            "bottom": null,
4005
            "display": null,
4006
            "flex": null,
4007
            "flex_flow": null,
4008
            "grid_area": null,
4009
            "grid_auto_columns": null,
4010
            "grid_auto_flow": null,
4011
            "grid_auto_rows": null,
4012
            "grid_column": null,
4013
            "grid_gap": null,
4014
            "grid_row": null,
4015
            "grid_template_areas": null,
4016
            "grid_template_columns": null,
4017
            "grid_template_rows": null,
4018
            "height": null,
4019
            "justify_content": null,
4020
            "justify_items": null,
4021
            "left": null,
4022
            "margin": null,
4023
            "max_height": null,
4024
            "max_width": null,
4025
            "min_height": null,
4026
            "min_width": null,
4027
            "object_fit": null,
4028
            "object_position": null,
4029
            "order": null,
4030
            "overflow": null,
4031
            "overflow_x": null,
4032
            "overflow_y": null,
4033
            "padding": null,
4034
            "right": null,
4035
            "top": null,
4036
            "visibility": null,
4037
            "width": null
4038
          }
4039
        },
4040
        "333e0415c4c546bdb3ae72bcbdbfc724": {
4041
          "model_module": "@jupyter-widgets/controls",
4042
          "model_name": "ProgressStyleModel",
4043
          "model_module_version": "1.5.0",
4044
          "state": {
4045
            "_model_module": "@jupyter-widgets/controls",
4046
            "_model_module_version": "1.5.0",
4047
            "_model_name": "ProgressStyleModel",
4048
            "_view_count": null,
4049
            "_view_module": "@jupyter-widgets/base",
4050
            "_view_module_version": "1.2.0",
4051
            "_view_name": "StyleView",
4052
            "bar_color": null,
4053
            "description_width": ""
4054
          }
4055
        },
4056
        "15d48e9d248c43edbdc831e2336d0714": {
4057
          "model_module": "@jupyter-widgets/base",
4058
          "model_name": "LayoutModel",
4059
          "model_module_version": "1.2.0",
4060
          "state": {
4061
            "_model_module": "@jupyter-widgets/base",
4062
            "_model_module_version": "1.2.0",
4063
            "_model_name": "LayoutModel",
4064
            "_view_count": null,
4065
            "_view_module": "@jupyter-widgets/base",
4066
            "_view_module_version": "1.2.0",
4067
            "_view_name": "LayoutView",
4068
            "align_content": null,
4069
            "align_items": null,
4070
            "align_self": null,
4071
            "border": null,
4072
            "bottom": null,
4073
            "display": null,
4074
            "flex": null,
4075
            "flex_flow": null,
4076
            "grid_area": null,
4077
            "grid_auto_columns": null,
4078
            "grid_auto_flow": null,
4079
            "grid_auto_rows": null,
4080
            "grid_column": null,
4081
            "grid_gap": null,
4082
            "grid_row": null,
4083
            "grid_template_areas": null,
4084
            "grid_template_columns": null,
4085
            "grid_template_rows": null,
4086
            "height": null,
4087
            "justify_content": null,
4088
            "justify_items": null,
4089
            "left": null,
4090
            "margin": null,
4091
            "max_height": null,
4092
            "max_width": null,
4093
            "min_height": null,
4094
            "min_width": null,
4095
            "object_fit": null,
4096
            "object_position": null,
4097
            "order": null,
4098
            "overflow": null,
4099
            "overflow_x": null,
4100
            "overflow_y": null,
4101
            "padding": null,
4102
            "right": null,
4103
            "top": null,
4104
            "visibility": null,
4105
            "width": null
4106
          }
4107
        },
4108
        "3b28bb7163ec41759c0d1a26a226bb92": {
4109
          "model_module": "@jupyter-widgets/controls",
4110
          "model_name": "DescriptionStyleModel",
4111
          "model_module_version": "1.5.0",
4112
          "state": {
4113
            "_model_module": "@jupyter-widgets/controls",
4114
            "_model_module_version": "1.5.0",
4115
            "_model_name": "DescriptionStyleModel",
4116
            "_view_count": null,
4117
            "_view_module": "@jupyter-widgets/base",
4118
            "_view_module_version": "1.2.0",
4119
            "_view_name": "StyleView",
4120
            "description_width": ""
4121
          }
4122
        },
4123
        "dbd79d2df046429bb10cbd9b52b4e5c3": {
4124
          "model_module": "@jupyter-widgets/controls",
4125
          "model_name": "HBoxModel",
4126
          "model_module_version": "1.5.0",
4127
          "state": {
4128
            "_dom_classes": [],
4129
            "_model_module": "@jupyter-widgets/controls",
4130
            "_model_module_version": "1.5.0",
4131
            "_model_name": "HBoxModel",
4132
            "_view_count": null,
4133
            "_view_module": "@jupyter-widgets/controls",
4134
            "_view_module_version": "1.5.0",
4135
            "_view_name": "HBoxView",
4136
            "box_style": "",
4137
            "children": [
4138
              "IPY_MODEL_ef995ef6d51a483088f8d0c531f9320c",
4139
              "IPY_MODEL_691c37c5a2e94731870e29282b6692cf",
4140
              "IPY_MODEL_d2c27767c42544eeaf506e3fac948117"
4141
            ],
4142
            "layout": "IPY_MODEL_55cf502615b446ce8489fdbe095e7154"
4143
          }
4144
        },
4145
        "ef995ef6d51a483088f8d0c531f9320c": {
4146
          "model_module": "@jupyter-widgets/controls",
4147
          "model_name": "HTMLModel",
4148
          "model_module_version": "1.5.0",
4149
          "state": {
4150
            "_dom_classes": [],
4151
            "_model_module": "@jupyter-widgets/controls",
4152
            "_model_module_version": "1.5.0",
4153
            "_model_name": "HTMLModel",
4154
            "_view_count": null,
4155
            "_view_module": "@jupyter-widgets/controls",
4156
            "_view_module_version": "1.5.0",
4157
            "_view_name": "HTMLView",
4158
            "description": "",
4159
            "description_tooltip": null,
4160
            "layout": "IPY_MODEL_0365c35f5cc648a29d0724ebc08cf161",
4161
            "placeholder": "​",
4162
            "style": "IPY_MODEL_9aeb652733c44f5e8a053fe51c8cbe33",
4163
            "value": "special_tokens_map.json: 100%"
4164
          }
4165
        },
4166
        "691c37c5a2e94731870e29282b6692cf": {
4167
          "model_module": "@jupyter-widgets/controls",
4168
          "model_name": "FloatProgressModel",
4169
          "model_module_version": "1.5.0",
4170
          "state": {
4171
            "_dom_classes": [],
4172
            "_model_module": "@jupyter-widgets/controls",
4173
            "_model_module_version": "1.5.0",
4174
            "_model_name": "FloatProgressModel",
4175
            "_view_count": null,
4176
            "_view_module": "@jupyter-widgets/controls",
4177
            "_view_module_version": "1.5.0",
4178
            "_view_name": "ProgressView",
4179
            "bar_style": "success",
4180
            "description": "",
4181
            "description_tooltip": null,
4182
            "layout": "IPY_MODEL_3ed01a521a864fdda62c6948566938cf",
4183
            "max": 239,
4184
            "min": 0,
4185
            "orientation": "horizontal",
4186
            "style": "IPY_MODEL_535b7879a0aa4c2b8e8225df19b3dd44",
4187
            "value": 239
4188
          }
4189
        },
4190
        "d2c27767c42544eeaf506e3fac948117": {
4191
          "model_module": "@jupyter-widgets/controls",
4192
          "model_name": "HTMLModel",
4193
          "model_module_version": "1.5.0",
4194
          "state": {
4195
            "_dom_classes": [],
4196
            "_model_module": "@jupyter-widgets/controls",
4197
            "_model_module_version": "1.5.0",
4198
            "_model_name": "HTMLModel",
4199
            "_view_count": null,
4200
            "_view_module": "@jupyter-widgets/controls",
4201
            "_view_module_version": "1.5.0",
4202
            "_view_name": "HTMLView",
4203
            "description": "",
4204
            "description_tooltip": null,
4205
            "layout": "IPY_MODEL_914faf0be1874608a4f08226e16b791c",
4206
            "placeholder": "​",
4207
            "style": "IPY_MODEL_3fade2d6146d4c53b317fa8ac775964b",
4208
            "value": " 239/239 [00:00<00:00, 15.9kB/s]"
4209
          }
4210
        },
4211
        "55cf502615b446ce8489fdbe095e7154": {
4212
          "model_module": "@jupyter-widgets/base",
4213
          "model_name": "LayoutModel",
4214
          "model_module_version": "1.2.0",
4215
          "state": {
4216
            "_model_module": "@jupyter-widgets/base",
4217
            "_model_module_version": "1.2.0",
4218
            "_model_name": "LayoutModel",
4219
            "_view_count": null,
4220
            "_view_module": "@jupyter-widgets/base",
4221
            "_view_module_version": "1.2.0",
4222
            "_view_name": "LayoutView",
4223
            "align_content": null,
4224
            "align_items": null,
4225
            "align_self": null,
4226
            "border": null,
4227
            "bottom": null,
4228
            "display": null,
4229
            "flex": null,
4230
            "flex_flow": null,
4231
            "grid_area": null,
4232
            "grid_auto_columns": null,
4233
            "grid_auto_flow": null,
4234
            "grid_auto_rows": null,
4235
            "grid_column": null,
4236
            "grid_gap": null,
4237
            "grid_row": null,
4238
            "grid_template_areas": null,
4239
            "grid_template_columns": null,
4240
            "grid_template_rows": null,
4241
            "height": null,
4242
            "justify_content": null,
4243
            "justify_items": null,
4244
            "left": null,
4245
            "margin": null,
4246
            "max_height": null,
4247
            "max_width": null,
4248
            "min_height": null,
4249
            "min_width": null,
4250
            "object_fit": null,
4251
            "object_position": null,
4252
            "order": null,
4253
            "overflow": null,
4254
            "overflow_x": null,
4255
            "overflow_y": null,
4256
            "padding": null,
4257
            "right": null,
4258
            "top": null,
4259
            "visibility": null,
4260
            "width": null
4261
          }
4262
        },
4263
        "0365c35f5cc648a29d0724ebc08cf161": {
4264
          "model_module": "@jupyter-widgets/base",
4265
          "model_name": "LayoutModel",
4266
          "model_module_version": "1.2.0",
4267
          "state": {
4268
            "_model_module": "@jupyter-widgets/base",
4269
            "_model_module_version": "1.2.0",
4270
            "_model_name": "LayoutModel",
4271
            "_view_count": null,
4272
            "_view_module": "@jupyter-widgets/base",
4273
            "_view_module_version": "1.2.0",
4274
            "_view_name": "LayoutView",
4275
            "align_content": null,
4276
            "align_items": null,
4277
            "align_self": null,
4278
            "border": null,
4279
            "bottom": null,
4280
            "display": null,
4281
            "flex": null,
4282
            "flex_flow": null,
4283
            "grid_area": null,
4284
            "grid_auto_columns": null,
4285
            "grid_auto_flow": null,
4286
            "grid_auto_rows": null,
4287
            "grid_column": null,
4288
            "grid_gap": null,
4289
            "grid_row": null,
4290
            "grid_template_areas": null,
4291
            "grid_template_columns": null,
4292
            "grid_template_rows": null,
4293
            "height": null,
4294
            "justify_content": null,
4295
            "justify_items": null,
4296
            "left": null,
4297
            "margin": null,
4298
            "max_height": null,
4299
            "max_width": null,
4300
            "min_height": null,
4301
            "min_width": null,
4302
            "object_fit": null,
4303
            "object_position": null,
4304
            "order": null,
4305
            "overflow": null,
4306
            "overflow_x": null,
4307
            "overflow_y": null,
4308
            "padding": null,
4309
            "right": null,
4310
            "top": null,
4311
            "visibility": null,
4312
            "width": null
4313
          }
4314
        },
4315
        "9aeb652733c44f5e8a053fe51c8cbe33": {
4316
          "model_module": "@jupyter-widgets/controls",
4317
          "model_name": "DescriptionStyleModel",
4318
          "model_module_version": "1.5.0",
4319
          "state": {
4320
            "_model_module": "@jupyter-widgets/controls",
4321
            "_model_module_version": "1.5.0",
4322
            "_model_name": "DescriptionStyleModel",
4323
            "_view_count": null,
4324
            "_view_module": "@jupyter-widgets/base",
4325
            "_view_module_version": "1.2.0",
4326
            "_view_name": "StyleView",
4327
            "description_width": ""
4328
          }
4329
        },
4330
        "3ed01a521a864fdda62c6948566938cf": {
4331
          "model_module": "@jupyter-widgets/base",
4332
          "model_name": "LayoutModel",
4333
          "model_module_version": "1.2.0",
4334
          "state": {
4335
            "_model_module": "@jupyter-widgets/base",
4336
            "_model_module_version": "1.2.0",
4337
            "_model_name": "LayoutModel",
4338
            "_view_count": null,
4339
            "_view_module": "@jupyter-widgets/base",
4340
            "_view_module_version": "1.2.0",
4341
            "_view_name": "LayoutView",
4342
            "align_content": null,
4343
            "align_items": null,
4344
            "align_self": null,
4345
            "border": null,
4346
            "bottom": null,
4347
            "display": null,
4348
            "flex": null,
4349
            "flex_flow": null,
4350
            "grid_area": null,
4351
            "grid_auto_columns": null,
4352
            "grid_auto_flow": null,
4353
            "grid_auto_rows": null,
4354
            "grid_column": null,
4355
            "grid_gap": null,
4356
            "grid_row": null,
4357
            "grid_template_areas": null,
4358
            "grid_template_columns": null,
4359
            "grid_template_rows": null,
4360
            "height": null,
4361
            "justify_content": null,
4362
            "justify_items": null,
4363
            "left": null,
4364
            "margin": null,
4365
            "max_height": null,
4366
            "max_width": null,
4367
            "min_height": null,
4368
            "min_width": null,
4369
            "object_fit": null,
4370
            "object_position": null,
4371
            "order": null,
4372
            "overflow": null,
4373
            "overflow_x": null,
4374
            "overflow_y": null,
4375
            "padding": null,
4376
            "right": null,
4377
            "top": null,
4378
            "visibility": null,
4379
            "width": null
4380
          }
4381
        },
4382
        "535b7879a0aa4c2b8e8225df19b3dd44": {
4383
          "model_module": "@jupyter-widgets/controls",
4384
          "model_name": "ProgressStyleModel",
4385
          "model_module_version": "1.5.0",
4386
          "state": {
4387
            "_model_module": "@jupyter-widgets/controls",
4388
            "_model_module_version": "1.5.0",
4389
            "_model_name": "ProgressStyleModel",
4390
            "_view_count": null,
4391
            "_view_module": "@jupyter-widgets/base",
4392
            "_view_module_version": "1.2.0",
4393
            "_view_name": "StyleView",
4394
            "bar_color": null,
4395
            "description_width": ""
4396
          }
4397
        },
4398
        "914faf0be1874608a4f08226e16b791c": {
4399
          "model_module": "@jupyter-widgets/base",
4400
          "model_name": "LayoutModel",
4401
          "model_module_version": "1.2.0",
4402
          "state": {
4403
            "_model_module": "@jupyter-widgets/base",
4404
            "_model_module_version": "1.2.0",
4405
            "_model_name": "LayoutModel",
4406
            "_view_count": null,
4407
            "_view_module": "@jupyter-widgets/base",
4408
            "_view_module_version": "1.2.0",
4409
            "_view_name": "LayoutView",
4410
            "align_content": null,
4411
            "align_items": null,
4412
            "align_self": null,
4413
            "border": null,
4414
            "bottom": null,
4415
            "display": null,
4416
            "flex": null,
4417
            "flex_flow": null,
4418
            "grid_area": null,
4419
            "grid_auto_columns": null,
4420
            "grid_auto_flow": null,
4421
            "grid_auto_rows": null,
4422
            "grid_column": null,
4423
            "grid_gap": null,
4424
            "grid_row": null,
4425
            "grid_template_areas": null,
4426
            "grid_template_columns": null,
4427
            "grid_template_rows": null,
4428
            "height": null,
4429
            "justify_content": null,
4430
            "justify_items": null,
4431
            "left": null,
4432
            "margin": null,
4433
            "max_height": null,
4434
            "max_width": null,
4435
            "min_height": null,
4436
            "min_width": null,
4437
            "object_fit": null,
4438
            "object_position": null,
4439
            "order": null,
4440
            "overflow": null,
4441
            "overflow_x": null,
4442
            "overflow_y": null,
4443
            "padding": null,
4444
            "right": null,
4445
            "top": null,
4446
            "visibility": null,
4447
            "width": null
4448
          }
4449
        },
4450
        "3fade2d6146d4c53b317fa8ac775964b": {
4451
          "model_module": "@jupyter-widgets/controls",
4452
          "model_name": "DescriptionStyleModel",
4453
          "model_module_version": "1.5.0",
4454
          "state": {
4455
            "_model_module": "@jupyter-widgets/controls",
4456
            "_model_module_version": "1.5.0",
4457
            "_model_name": "DescriptionStyleModel",
4458
            "_view_count": null,
4459
            "_view_module": "@jupyter-widgets/base",
4460
            "_view_module_version": "1.2.0",
4461
            "_view_name": "StyleView",
4462
            "description_width": ""
4463
          }
4464
        },
4465
        "d2c569dd2a9b4287ab4af93dad846998": {
4466
          "model_module": "@jupyter-widgets/controls",
4467
          "model_name": "HBoxModel",
4468
          "model_module_version": "1.5.0",
4469
          "state": {
4470
            "_dom_classes": [],
4471
            "_model_module": "@jupyter-widgets/controls",
4472
            "_model_module_version": "1.5.0",
4473
            "_model_name": "HBoxModel",
4474
            "_view_count": null,
4475
            "_view_module": "@jupyter-widgets/controls",
4476
            "_view_module_version": "1.5.0",
4477
            "_view_name": "HBoxView",
4478
            "box_style": "",
4479
            "children": [
4480
              "IPY_MODEL_9c914ef6d771447eb333008f3ddd7820",
4481
              "IPY_MODEL_ec94b5573faf4500af9517edeb587604",
4482
              "IPY_MODEL_2a5097b774ab418d86b5cf6a4c199ef2"
4483
            ],
4484
            "layout": "IPY_MODEL_27650d786afd4623a41e3f64bfe443b5"
4485
          }
4486
        },
4487
        "9c914ef6d771447eb333008f3ddd7820": {
4488
          "model_module": "@jupyter-widgets/controls",
4489
          "model_name": "HTMLModel",
4490
          "model_module_version": "1.5.0",
4491
          "state": {
4492
            "_dom_classes": [],
4493
            "_model_module": "@jupyter-widgets/controls",
4494
            "_model_module_version": "1.5.0",
4495
            "_model_name": "HTMLModel",
4496
            "_view_count": null,
4497
            "_view_module": "@jupyter-widgets/controls",
4498
            "_view_module_version": "1.5.0",
4499
            "_view_name": "HTMLView",
4500
            "description": "",
4501
            "description_tooltip": null,
4502
            "layout": "IPY_MODEL_42a68650e1de4857885a2b86840d8f31",
4503
            "placeholder": "​",
4504
            "style": "IPY_MODEL_c9f57a1f81834292a5039cb4343ed7b9",
4505
            "value": "1_Pooling/config.json: 100%"
4506
          }
4507
        },
4508
        "ec94b5573faf4500af9517edeb587604": {
4509
          "model_module": "@jupyter-widgets/controls",
4510
          "model_name": "FloatProgressModel",
4511
          "model_module_version": "1.5.0",
4512
          "state": {
4513
            "_dom_classes": [],
4514
            "_model_module": "@jupyter-widgets/controls",
4515
            "_model_module_version": "1.5.0",
4516
            "_model_name": "FloatProgressModel",
4517
            "_view_count": null,
4518
            "_view_module": "@jupyter-widgets/controls",
4519
            "_view_module_version": "1.5.0",
4520
            "_view_name": "ProgressView",
4521
            "bar_style": "success",
4522
            "description": "",
4523
            "description_tooltip": null,
4524
            "layout": "IPY_MODEL_12a6e44c9f30411c90bcadcd196b53c5",
4525
            "max": 190,
4526
            "min": 0,
4527
            "orientation": "horizontal",
4528
            "style": "IPY_MODEL_f67969304ab44df6a909d9e848c23fac",
4529
            "value": 190
4530
          }
4531
        },
4532
        "2a5097b774ab418d86b5cf6a4c199ef2": {
4533
          "model_module": "@jupyter-widgets/controls",
4534
          "model_name": "HTMLModel",
4535
          "model_module_version": "1.5.0",
4536
          "state": {
4537
            "_dom_classes": [],
4538
            "_model_module": "@jupyter-widgets/controls",
4539
            "_model_module_version": "1.5.0",
4540
            "_model_name": "HTMLModel",
4541
            "_view_count": null,
4542
            "_view_module": "@jupyter-widgets/controls",
4543
            "_view_module_version": "1.5.0",
4544
            "_view_name": "HTMLView",
4545
            "description": "",
4546
            "description_tooltip": null,
4547
            "layout": "IPY_MODEL_4fa6ef81b6264518b92cbd20ce7914bc",
4548
            "placeholder": "​",
4549
            "style": "IPY_MODEL_80bddc5382e24172bdf36fe63f6ef8bd",
4550
            "value": " 190/190 [00:00<00:00, 12.0kB/s]"
4551
          }
4552
        },
4553
        "27650d786afd4623a41e3f64bfe443b5": {
4554
          "model_module": "@jupyter-widgets/base",
4555
          "model_name": "LayoutModel",
4556
          "model_module_version": "1.2.0",
4557
          "state": {
4558
            "_model_module": "@jupyter-widgets/base",
4559
            "_model_module_version": "1.2.0",
4560
            "_model_name": "LayoutModel",
4561
            "_view_count": null,
4562
            "_view_module": "@jupyter-widgets/base",
4563
            "_view_module_version": "1.2.0",
4564
            "_view_name": "LayoutView",
4565
            "align_content": null,
4566
            "align_items": null,
4567
            "align_self": null,
4568
            "border": null,
4569
            "bottom": null,
4570
            "display": null,
4571
            "flex": null,
4572
            "flex_flow": null,
4573
            "grid_area": null,
4574
            "grid_auto_columns": null,
4575
            "grid_auto_flow": null,
4576
            "grid_auto_rows": null,
4577
            "grid_column": null,
4578
            "grid_gap": null,
4579
            "grid_row": null,
4580
            "grid_template_areas": null,
4581
            "grid_template_columns": null,
4582
            "grid_template_rows": null,
4583
            "height": null,
4584
            "justify_content": null,
4585
            "justify_items": null,
4586
            "left": null,
4587
            "margin": null,
4588
            "max_height": null,
4589
            "max_width": null,
4590
            "min_height": null,
4591
            "min_width": null,
4592
            "object_fit": null,
4593
            "object_position": null,
4594
            "order": null,
4595
            "overflow": null,
4596
            "overflow_x": null,
4597
            "overflow_y": null,
4598
            "padding": null,
4599
            "right": null,
4600
            "top": null,
4601
            "visibility": null,
4602
            "width": null
4603
          }
4604
        },
4605
        "42a68650e1de4857885a2b86840d8f31": {
4606
          "model_module": "@jupyter-widgets/base",
4607
          "model_name": "LayoutModel",
4608
          "model_module_version": "1.2.0",
4609
          "state": {
4610
            "_model_module": "@jupyter-widgets/base",
4611
            "_model_module_version": "1.2.0",
4612
            "_model_name": "LayoutModel",
4613
            "_view_count": null,
4614
            "_view_module": "@jupyter-widgets/base",
4615
            "_view_module_version": "1.2.0",
4616
            "_view_name": "LayoutView",
4617
            "align_content": null,
4618
            "align_items": null,
4619
            "align_self": null,
4620
            "border": null,
4621
            "bottom": null,
4622
            "display": null,
4623
            "flex": null,
4624
            "flex_flow": null,
4625
            "grid_area": null,
4626
            "grid_auto_columns": null,
4627
            "grid_auto_flow": null,
4628
            "grid_auto_rows": null,
4629
            "grid_column": null,
4630
            "grid_gap": null,
4631
            "grid_row": null,
4632
            "grid_template_areas": null,
4633
            "grid_template_columns": null,
4634
            "grid_template_rows": null,
4635
            "height": null,
4636
            "justify_content": null,
4637
            "justify_items": null,
4638
            "left": null,
4639
            "margin": null,
4640
            "max_height": null,
4641
            "max_width": null,
4642
            "min_height": null,
4643
            "min_width": null,
4644
            "object_fit": null,
4645
            "object_position": null,
4646
            "order": null,
4647
            "overflow": null,
4648
            "overflow_x": null,
4649
            "overflow_y": null,
4650
            "padding": null,
4651
            "right": null,
4652
            "top": null,
4653
            "visibility": null,
4654
            "width": null
4655
          }
4656
        },
4657
        "c9f57a1f81834292a5039cb4343ed7b9": {
4658
          "model_module": "@jupyter-widgets/controls",
4659
          "model_name": "DescriptionStyleModel",
4660
          "model_module_version": "1.5.0",
4661
          "state": {
4662
            "_model_module": "@jupyter-widgets/controls",
4663
            "_model_module_version": "1.5.0",
4664
            "_model_name": "DescriptionStyleModel",
4665
            "_view_count": null,
4666
            "_view_module": "@jupyter-widgets/base",
4667
            "_view_module_version": "1.2.0",
4668
            "_view_name": "StyleView",
4669
            "description_width": ""
4670
          }
4671
        },
4672
        "12a6e44c9f30411c90bcadcd196b53c5": {
4673
          "model_module": "@jupyter-widgets/base",
4674
          "model_name": "LayoutModel",
4675
          "model_module_version": "1.2.0",
4676
          "state": {
4677
            "_model_module": "@jupyter-widgets/base",
4678
            "_model_module_version": "1.2.0",
4679
            "_model_name": "LayoutModel",
4680
            "_view_count": null,
4681
            "_view_module": "@jupyter-widgets/base",
4682
            "_view_module_version": "1.2.0",
4683
            "_view_name": "LayoutView",
4684
            "align_content": null,
4685
            "align_items": null,
4686
            "align_self": null,
4687
            "border": null,
4688
            "bottom": null,
4689
            "display": null,
4690
            "flex": null,
4691
            "flex_flow": null,
4692
            "grid_area": null,
4693
            "grid_auto_columns": null,
4694
            "grid_auto_flow": null,
4695
            "grid_auto_rows": null,
4696
            "grid_column": null,
4697
            "grid_gap": null,
4698
            "grid_row": null,
4699
            "grid_template_areas": null,
4700
            "grid_template_columns": null,
4701
            "grid_template_rows": null,
4702
            "height": null,
4703
            "justify_content": null,
4704
            "justify_items": null,
4705
            "left": null,
4706
            "margin": null,
4707
            "max_height": null,
4708
            "max_width": null,
4709
            "min_height": null,
4710
            "min_width": null,
4711
            "object_fit": null,
4712
            "object_position": null,
4713
            "order": null,
4714
            "overflow": null,
4715
            "overflow_x": null,
4716
            "overflow_y": null,
4717
            "padding": null,
4718
            "right": null,
4719
            "top": null,
4720
            "visibility": null,
4721
            "width": null
4722
          }
4723
        },
4724
        "f67969304ab44df6a909d9e848c23fac": {
4725
          "model_module": "@jupyter-widgets/controls",
4726
          "model_name": "ProgressStyleModel",
4727
          "model_module_version": "1.5.0",
4728
          "state": {
4729
            "_model_module": "@jupyter-widgets/controls",
4730
            "_model_module_version": "1.5.0",
4731
            "_model_name": "ProgressStyleModel",
4732
            "_view_count": null,
4733
            "_view_module": "@jupyter-widgets/base",
4734
            "_view_module_version": "1.2.0",
4735
            "_view_name": "StyleView",
4736
            "bar_color": null,
4737
            "description_width": ""
4738
          }
4739
        },
4740
        "4fa6ef81b6264518b92cbd20ce7914bc": {
4741
          "model_module": "@jupyter-widgets/base",
4742
          "model_name": "LayoutModel",
4743
          "model_module_version": "1.2.0",
4744
          "state": {
4745
            "_model_module": "@jupyter-widgets/base",
4746
            "_model_module_version": "1.2.0",
4747
            "_model_name": "LayoutModel",
4748
            "_view_count": null,
4749
            "_view_module": "@jupyter-widgets/base",
4750
            "_view_module_version": "1.2.0",
4751
            "_view_name": "LayoutView",
4752
            "align_content": null,
4753
            "align_items": null,
4754
            "align_self": null,
4755
            "border": null,
4756
            "bottom": null,
4757
            "display": null,
4758
            "flex": null,
4759
            "flex_flow": null,
4760
            "grid_area": null,
4761
            "grid_auto_columns": null,
4762
            "grid_auto_flow": null,
4763
            "grid_auto_rows": null,
4764
            "grid_column": null,
4765
            "grid_gap": null,
4766
            "grid_row": null,
4767
            "grid_template_areas": null,
4768
            "grid_template_columns": null,
4769
            "grid_template_rows": null,
4770
            "height": null,
4771
            "justify_content": null,
4772
            "justify_items": null,
4773
            "left": null,
4774
            "margin": null,
4775
            "max_height": null,
4776
            "max_width": null,
4777
            "min_height": null,
4778
            "min_width": null,
4779
            "object_fit": null,
4780
            "object_position": null,
4781
            "order": null,
4782
            "overflow": null,
4783
            "overflow_x": null,
4784
            "overflow_y": null,
4785
            "padding": null,
4786
            "right": null,
4787
            "top": null,
4788
            "visibility": null,
4789
            "width": null
4790
          }
4791
        },
4792
        "80bddc5382e24172bdf36fe63f6ef8bd": {
4793
          "model_module": "@jupyter-widgets/controls",
4794
          "model_name": "DescriptionStyleModel",
4795
          "model_module_version": "1.5.0",
4796
          "state": {
4797
            "_model_module": "@jupyter-widgets/controls",
4798
            "_model_module_version": "1.5.0",
4799
            "_model_name": "DescriptionStyleModel",
4800
            "_view_count": null,
4801
            "_view_module": "@jupyter-widgets/base",
4802
            "_view_module_version": "1.2.0",
4803
            "_view_name": "StyleView",
4804
            "description_width": ""
4805
          }
4806
        },
4807
        "31e2d766917c4e6fa927e6605e6e1b88": {
4808
          "model_module": "@jupyter-widgets/controls",
4809
          "model_name": "HBoxModel",
4810
          "model_module_version": "1.5.0",
4811
          "state": {
4812
            "_dom_classes": [],
4813
            "_model_module": "@jupyter-widgets/controls",
4814
            "_model_module_version": "1.5.0",
4815
            "_model_name": "HBoxModel",
4816
            "_view_count": null,
4817
            "_view_module": "@jupyter-widgets/controls",
4818
            "_view_module_version": "1.5.0",
4819
            "_view_name": "HBoxView",
4820
            "box_style": "",
4821
            "children": [
4822
              "IPY_MODEL_b378a4791244423ba9f4aca488fde80e",
4823
              "IPY_MODEL_a5e0a8e548de4e58ae8fa332436ce642",
4824
              "IPY_MODEL_a2a1dd38787d4a4180ddf47e10812752"
4825
            ],
4826
            "layout": "IPY_MODEL_b5ca8173c24344e484397293966483c5"
4827
          }
4828
        },
4829
        "b378a4791244423ba9f4aca488fde80e": {
4830
          "model_module": "@jupyter-widgets/controls",
4831
          "model_name": "HTMLModel",
4832
          "model_module_version": "1.5.0",
4833
          "state": {
4834
            "_dom_classes": [],
4835
            "_model_module": "@jupyter-widgets/controls",
4836
            "_model_module_version": "1.5.0",
4837
            "_model_name": "HTMLModel",
4838
            "_view_count": null,
4839
            "_view_module": "@jupyter-widgets/controls",
4840
            "_view_module_version": "1.5.0",
4841
            "_view_name": "HTMLView",
4842
            "description": "",
4843
            "description_tooltip": null,
4844
            "layout": "IPY_MODEL_59dba6c06ad0464e82b769570b345e85",
4845
            "placeholder": "​",
4846
            "style": "IPY_MODEL_2ed5ae8c80e3459faa8019d5bfe7f186",
4847
            "value": "Batches: 100%"
4848
          }
4849
        },
4850
        "a5e0a8e548de4e58ae8fa332436ce642": {
4851
          "model_module": "@jupyter-widgets/controls",
4852
          "model_name": "FloatProgressModel",
4853
          "model_module_version": "1.5.0",
4854
          "state": {
4855
            "_dom_classes": [],
4856
            "_model_module": "@jupyter-widgets/controls",
4857
            "_model_module_version": "1.5.0",
4858
            "_model_name": "FloatProgressModel",
4859
            "_view_count": null,
4860
            "_view_module": "@jupyter-widgets/controls",
4861
            "_view_module_version": "1.5.0",
4862
            "_view_name": "ProgressView",
4863
            "bar_style": "success",
4864
            "description": "",
4865
            "description_tooltip": null,
4866
            "layout": "IPY_MODEL_9e64f90d02ba4c82aa5cd8db038608c6",
4867
            "max": 5,
4868
            "min": 0,
4869
            "orientation": "horizontal",
4870
            "style": "IPY_MODEL_77724c1bbe9c46789ae6332bd6952308",
4871
            "value": 5
4872
          }
4873
        },
4874
        "a2a1dd38787d4a4180ddf47e10812752": {
4875
          "model_module": "@jupyter-widgets/controls",
4876
          "model_name": "HTMLModel",
4877
          "model_module_version": "1.5.0",
4878
          "state": {
4879
            "_dom_classes": [],
4880
            "_model_module": "@jupyter-widgets/controls",
4881
            "_model_module_version": "1.5.0",
4882
            "_model_name": "HTMLModel",
4883
            "_view_count": null,
4884
            "_view_module": "@jupyter-widgets/controls",
4885
            "_view_module_version": "1.5.0",
4886
            "_view_name": "HTMLView",
4887
            "description": "",
4888
            "description_tooltip": null,
4889
            "layout": "IPY_MODEL_1f8fd46400e7410687e7191b840e4177",
4890
            "placeholder": "​",
4891
            "style": "IPY_MODEL_e77013b0620a4d2d8ddc8346d7d702ef",
4892
            "value": " 5/5 [03:39<00:00, 33.51s/it]"
4893
          }
4894
        },
4895
        "b5ca8173c24344e484397293966483c5": {
4896
          "model_module": "@jupyter-widgets/base",
4897
          "model_name": "LayoutModel",
4898
          "model_module_version": "1.2.0",
4899
          "state": {
4900
            "_model_module": "@jupyter-widgets/base",
4901
            "_model_module_version": "1.2.0",
4902
            "_model_name": "LayoutModel",
4903
            "_view_count": null,
4904
            "_view_module": "@jupyter-widgets/base",
4905
            "_view_module_version": "1.2.0",
4906
            "_view_name": "LayoutView",
4907
            "align_content": null,
4908
            "align_items": null,
4909
            "align_self": null,
4910
            "border": null,
4911
            "bottom": null,
4912
            "display": null,
4913
            "flex": null,
4914
            "flex_flow": null,
4915
            "grid_area": null,
4916
            "grid_auto_columns": null,
4917
            "grid_auto_flow": null,
4918
            "grid_auto_rows": null,
4919
            "grid_column": null,
4920
            "grid_gap": null,
4921
            "grid_row": null,
4922
            "grid_template_areas": null,
4923
            "grid_template_columns": null,
4924
            "grid_template_rows": null,
4925
            "height": null,
4926
            "justify_content": null,
4927
            "justify_items": null,
4928
            "left": null,
4929
            "margin": null,
4930
            "max_height": null,
4931
            "max_width": null,
4932
            "min_height": null,
4933
            "min_width": null,
4934
            "object_fit": null,
4935
            "object_position": null,
4936
            "order": null,
4937
            "overflow": null,
4938
            "overflow_x": null,
4939
            "overflow_y": null,
4940
            "padding": null,
4941
            "right": null,
4942
            "top": null,
4943
            "visibility": null,
4944
            "width": null
4945
          }
4946
        },
4947
        "59dba6c06ad0464e82b769570b345e85": {
4948
          "model_module": "@jupyter-widgets/base",
4949
          "model_name": "LayoutModel",
4950
          "model_module_version": "1.2.0",
4951
          "state": {
4952
            "_model_module": "@jupyter-widgets/base",
4953
            "_model_module_version": "1.2.0",
4954
            "_model_name": "LayoutModel",
4955
            "_view_count": null,
4956
            "_view_module": "@jupyter-widgets/base",
4957
            "_view_module_version": "1.2.0",
4958
            "_view_name": "LayoutView",
4959
            "align_content": null,
4960
            "align_items": null,
4961
            "align_self": null,
4962
            "border": null,
4963
            "bottom": null,
4964
            "display": null,
4965
            "flex": null,
4966
            "flex_flow": null,
4967
            "grid_area": null,
4968
            "grid_auto_columns": null,
4969
            "grid_auto_flow": null,
4970
            "grid_auto_rows": null,
4971
            "grid_column": null,
4972
            "grid_gap": null,
4973
            "grid_row": null,
4974
            "grid_template_areas": null,
4975
            "grid_template_columns": null,
4976
            "grid_template_rows": null,
4977
            "height": null,
4978
            "justify_content": null,
4979
            "justify_items": null,
4980
            "left": null,
4981
            "margin": null,
4982
            "max_height": null,
4983
            "max_width": null,
4984
            "min_height": null,
4985
            "min_width": null,
4986
            "object_fit": null,
4987
            "object_position": null,
4988
            "order": null,
4989
            "overflow": null,
4990
            "overflow_x": null,
4991
            "overflow_y": null,
4992
            "padding": null,
4993
            "right": null,
4994
            "top": null,
4995
            "visibility": null,
4996
            "width": null
4997
          }
4998
        },
4999
        "2ed5ae8c80e3459faa8019d5bfe7f186": {
5000
          "model_module": "@jupyter-widgets/controls",
5001
          "model_name": "DescriptionStyleModel",
5002
          "model_module_version": "1.5.0",
5003
          "state": {
5004
            "_model_module": "@jupyter-widgets/controls",
5005
            "_model_module_version": "1.5.0",
5006
            "_model_name": "DescriptionStyleModel",
5007
            "_view_count": null,
5008
            "_view_module": "@jupyter-widgets/base",
5009
            "_view_module_version": "1.2.0",
5010
            "_view_name": "StyleView",
5011
            "description_width": ""
5012
          }
5013
        },
5014
        "9e64f90d02ba4c82aa5cd8db038608c6": {
5015
          "model_module": "@jupyter-widgets/base",
5016
          "model_name": "LayoutModel",
5017
          "model_module_version": "1.2.0",
5018
          "state": {
5019
            "_model_module": "@jupyter-widgets/base",
5020
            "_model_module_version": "1.2.0",
5021
            "_model_name": "LayoutModel",
5022
            "_view_count": null,
5023
            "_view_module": "@jupyter-widgets/base",
5024
            "_view_module_version": "1.2.0",
5025
            "_view_name": "LayoutView",
5026
            "align_content": null,
5027
            "align_items": null,
5028
            "align_self": null,
5029
            "border": null,
5030
            "bottom": null,
5031
            "display": null,
5032
            "flex": null,
5033
            "flex_flow": null,
5034
            "grid_area": null,
5035
            "grid_auto_columns": null,
5036
            "grid_auto_flow": null,
5037
            "grid_auto_rows": null,
5038
            "grid_column": null,
5039
            "grid_gap": null,
5040
            "grid_row": null,
5041
            "grid_template_areas": null,
5042
            "grid_template_columns": null,
5043
            "grid_template_rows": null,
5044
            "height": null,
5045
            "justify_content": null,
5046
            "justify_items": null,
5047
            "left": null,
5048
            "margin": null,
5049
            "max_height": null,
5050
            "max_width": null,
5051
            "min_height": null,
5052
            "min_width": null,
5053
            "object_fit": null,
5054
            "object_position": null,
5055
            "order": null,
5056
            "overflow": null,
5057
            "overflow_x": null,
5058
            "overflow_y": null,
5059
            "padding": null,
5060
            "right": null,
5061
            "top": null,
5062
            "visibility": null,
5063
            "width": null
5064
          }
5065
        },
5066
        "77724c1bbe9c46789ae6332bd6952308": {
5067
          "model_module": "@jupyter-widgets/controls",
5068
          "model_name": "ProgressStyleModel",
5069
          "model_module_version": "1.5.0",
5070
          "state": {
5071
            "_model_module": "@jupyter-widgets/controls",
5072
            "_model_module_version": "1.5.0",
5073
            "_model_name": "ProgressStyleModel",
5074
            "_view_count": null,
5075
            "_view_module": "@jupyter-widgets/base",
5076
            "_view_module_version": "1.2.0",
5077
            "_view_name": "StyleView",
5078
            "bar_color": null,
5079
            "description_width": ""
5080
          }
5081
        },
5082
        "1f8fd46400e7410687e7191b840e4177": {
5083
          "model_module": "@jupyter-widgets/base",
5084
          "model_name": "LayoutModel",
5085
          "model_module_version": "1.2.0",
5086
          "state": {
5087
            "_model_module": "@jupyter-widgets/base",
5088
            "_model_module_version": "1.2.0",
5089
            "_model_name": "LayoutModel",
5090
            "_view_count": null,
5091
            "_view_module": "@jupyter-widgets/base",
5092
            "_view_module_version": "1.2.0",
5093
            "_view_name": "LayoutView",
5094
            "align_content": null,
5095
            "align_items": null,
5096
            "align_self": null,
5097
            "border": null,
5098
            "bottom": null,
5099
            "display": null,
5100
            "flex": null,
5101
            "flex_flow": null,
5102
            "grid_area": null,
5103
            "grid_auto_columns": null,
5104
            "grid_auto_flow": null,
5105
            "grid_auto_rows": null,
5106
            "grid_column": null,
5107
            "grid_gap": null,
5108
            "grid_row": null,
5109
            "grid_template_areas": null,
5110
            "grid_template_columns": null,
5111
            "grid_template_rows": null,
5112
            "height": null,
5113
            "justify_content": null,
5114
            "justify_items": null,
5115
            "left": null,
5116
            "margin": null,
5117
            "max_height": null,
5118
            "max_width": null,
5119
            "min_height": null,
5120
            "min_width": null,
5121
            "object_fit": null,
5122
            "object_position": null,
5123
            "order": null,
5124
            "overflow": null,
5125
            "overflow_x": null,
5126
            "overflow_y": null,
5127
            "padding": null,
5128
            "right": null,
5129
            "top": null,
5130
            "visibility": null,
5131
            "width": null
5132
          }
5133
        },
5134
        "e77013b0620a4d2d8ddc8346d7d702ef": {
5135
          "model_module": "@jupyter-widgets/controls",
5136
          "model_name": "DescriptionStyleModel",
5137
          "model_module_version": "1.5.0",
5138
          "state": {
5139
            "_model_module": "@jupyter-widgets/controls",
5140
            "_model_module_version": "1.5.0",
5141
            "_model_name": "DescriptionStyleModel",
5142
            "_view_count": null,
5143
            "_view_module": "@jupyter-widgets/base",
5144
            "_view_module_version": "1.2.0",
5145
            "_view_name": "StyleView",
5146
            "description_width": ""
5147
          }
5148
        }
5149
      }
5150
    }
5151
  },
5152
  "cells": [
5153
    {
5154
      "cell_type": "markdown",
5155
      "source": [
5156
        " ## Tutorial: Build an Extractive QA Pipeline\n",
5157
        "\n",
5158
        "- **Level**: Beginner\n",
5159
        "- **Time to complete**: 15 minutes\n",
5160
        "- **Components Used**: [`ExtractiveReader`](https://docs.haystack.deepset.ai/v2.0/docs/extractivereader), [`InMemoryDocumentStore`](https://docs.haystack.deepset.ai/v2.0/docs/inmemorydocumentstore), [`InMemoryEmbeddingRetriever`](https://docs.haystack.deepset.ai/v2.0/docs/inmemoryembeddingretriever), [`DocumentWriter`](https://docs.haystack.deepset.ai/v2.0/docs/documentwriter), [`SentenceTransformersDocumentEmbedder`](https://docs.haystack.deepset.ai/v2.0/docs/sentencetransformersdocumentembedder), [`SentenceTransformersTextEmbedder`](https://docs.haystack.deepset.ai/v2.0/docs/sentencetransformerstextembedder)\n",
5161
        "- **Goal**: After completing this tutorial, you'll have learned how to build a Haystack pipeline that uses an extractive model to display where the answer to your query is.\n",
5162
        "\n",
5163
        "> This tutorial uses Haystack 2.0 Beta. To learn more, read the [ Haystack 2.0 Beta announcement](https://haystack.deepset.ai/blog/introducing-haystack-2-beta-and-advent) or see [Haystack 2.0 Documentation](https://docs.haystack.deepset.ai/v2.0/docs).\n",
5164
        "\n"
5165
      ],
5166
      "metadata": {
5167
        "id": "2ErVy6A2NisJ"
5168
      }
5169
    },
5170
    {
5171
      "cell_type": "markdown",
5172
      "source": [
5173
        "## Overview\n",
5174
        "\n",
5175
        "What is extractive question answering? So glad you asked! The short answer is that extractive models pull verbatim answers out of text. It's good for use cases where accuracy is paramount, and you need to know exactly where in the text that the answer came from. If you want additional context, here's [a deep dive on extractive versus generative language models](https://haystack.deepset.ai/blog/generative-vs-extractive-models).\n",
5176
        "\n",
5177
        "In this tutorial you'll create a Haystack pipeline that extracts answers to questions, based on the provided documents.\n",
5178
        "\n",
5179
        "To get data into the extractive pipeline, you'll also build an indexing pipeline to ingest the [Wikipedia pages of Seven Wonders of the Ancient World dataset](https://en.wikipedia.org/wiki/Wonders_of_the_World)."
5180
      ],
5181
      "metadata": {
5182
        "id": "uClfTB7jN6g-"
5183
      }
5184
    },
5185
    {
5186
      "cell_type": "markdown",
5187
      "source": [
5188
        "## Preparing the Colab Environment\n",
5189
        "\n",
5190
        "- [Enable GPU Runtime in Colab](https://docs.haystack.deepset.ai/docs/enabling-gpu-acceleration#enabling-the-gpu-in-colab)\n",
5191
        "- [Set logging level to INFO](https://docs.haystack.deepset.ai/docs/log-level)"
5192
      ],
5193
      "metadata": {
5194
        "id": "eF_hnatJUEHq"
5195
      }
5196
    },
5197
    {
5198
      "cell_type": "markdown",
5199
      "source": [
5200
        "#Installation\n"
5201
      ],
5202
      "metadata": {
5203
        "id": "zQnSZtyyUJVF"
5204
      }
5205
    },
5206
    {
5207
      "cell_type": "code",
5208
      "execution_count": null,
5209
      "metadata": {
5210
        "id": "rwgpwV4eHVoo"
5211
      },
5212
      "outputs": [],
5213
      "source": [
5214
        "!pip install haystack-ai accelerate sentence-transformers datasets"
5215
      ]
5216
    },
5217
    {
5218
      "cell_type": "markdown",
5219
      "source": [
5220
        "Knowing you’re using this tutorial helps us decide where to invest our efforts to build a better product but you can always opt out by commenting the following line. See [Telemetry](https://docs.haystack.deepset.ai/docs/telemetry) for more details."
5221
      ],
5222
      "metadata": {
5223
        "id": "bo6LztWXURaA"
5224
      }
5225
    },
5226
    {
5227
      "cell_type": "code",
5228
      "source": [
5229
        "from haystack.telemetry import tutorial_running\n",
5230
        "\n",
5231
        "tutorial_running(34)"
5232
      ],
5233
      "metadata": {
5234
        "id": "y_btxLmYUUM9"
5235
      },
5236
      "execution_count": null,
5237
      "outputs": []
5238
    },
5239
    {
5240
      "cell_type": "markdown",
5241
      "source": [
5242
        "## Load data into the `DocumentStore`"
5243
      ],
5244
      "metadata": {
5245
        "id": "U8I641xobh_w"
5246
      }
5247
    },
5248
    {
5249
      "cell_type": "markdown",
5250
      "source": [
5251
        "Before you can use this data in the extractive pipeline, you'll use an indexing pipeline to fetch it, process it, and load it into the document store.\n",
5252
        "\n",
5253
        "\n",
5254
        "The data has already been cleaned and preprocessed, so turning it into Haystack `Documents` is fairly straightfoward.\n",
5255
        "\n",
5256
        "Using an `InMemoryDocumentStore` here keeps things simple. However, this general approach would work with [any document store that Haystack 2.0 supports](https://docs.haystack.deepset.ai/v2.0/docs/document-store).\n",
5257
        "\n",
5258
        "The `SentenceTransformersDocumentEmbedder` transforms each `Document` into a vector. Here we've used [`sentence-transformers/multi-qa-mpnet-base-dot-v1`](https://huggingface.co/sentence-transformers/multi-qa-mpnet-base-dot-v1). You can substitute any embedding model you like, as long as you use the same one in your extractive pipeline.\n",
5259
        "\n",
5260
        "Lastly, the `DocumentWriter` writes the vectorized documents to the `DocumentStore`.\n"
5261
      ],
5262
      "metadata": {
5263
        "id": "b2HaHlBrSvLa"
5264
      }
5265
    },
5266
    {
5267
      "cell_type": "code",
5268
      "source": [
5269
        "from datasets import load_dataset\n",
5270
        "from haystack import Document\n",
5271
        "from haystack import Pipeline\n",
5272
        "from haystack.document_stores.in_memory import InMemoryDocumentStore\n",
5273
        "from haystack.components.retrievers.in_memory import InMemoryEmbeddingRetriever\n",
5274
        "from haystack.components.readers import ExtractiveReader\n",
5275
        "from haystack.components.embedders import SentenceTransformersDocumentEmbedder\n",
5276
        "from haystack.components.writers import DocumentWriter\n",
5277
        "\n",
5278
        "\n",
5279
        "dataset = load_dataset(\"bilgeyucel/seven-wonders\", split=\"train\")\n",
5280
        "\n",
5281
        "documents = [Document(content=doc[\"content\"], meta=doc[\"meta\"]) for doc in dataset]\n",
5282
        "\n",
5283
        "model = \"sentence-transformers/multi-qa-mpnet-base-dot-v1\"\n",
5284
        "\n",
5285
        "document_store = InMemoryDocumentStore()\n",
5286
        "\n",
5287
        "indexing_pipeline = Pipeline()\n",
5288
        "\n",
5289
        "indexing_pipeline.add_component(instance=SentenceTransformersDocumentEmbedder(model=model), name=\"embedder\")\n",
5290
        "indexing_pipeline.add_component(instance=DocumentWriter(document_store=document_store), name=\"writer\")\n",
5291
        "indexing_pipeline.connect(\"embedder.documents\", \"writer.documents\")\n",
5292
        "\n",
5293
        "indexing_pipeline.run({\n",
5294
        "    \"documents\": documents\n",
5295
        "})\n"
5296
      ],
5297
      "metadata": {
5298
        "colab": {
5299
          "base_uri": "https://localhost:8080/",
5300
          "height": 638,
5301
          "referenced_widgets": [
5302
            "7003e95fe7594baa9dcf3b78001dae8c",
5303
            "475b3edb1c8946c4963a36940ef409f2",
5304
            "30d45a7d15334dda8554c4de497dc266",
5305
            "3f9fd21272334981a8ed63e89f2415ec",
5306
            "99a3f8d980294094a1304fe769da9cf3",
5307
            "adce05857f4e4f8097af93187c183dcb",
5308
            "a9c67d9a3d854287812f645eaa406436",
5309
            "f476084c8a1b44f9a465a13e8a32fcfe",
5310
            "7b2d68d73e09466cb58a6ccbe099c75f",
5311
            "9ab932c6b3554e67bb75e905ec08f22b",
5312
            "0202224cea944f43b8a35ef77499c249",
5313
            "f0128d87740d449eb7e5efcc3045f44e",
5314
            "7e46c39662474a7cbb4861e7d6cce0d2",
5315
            "f82ebf66ad3140b68a39faf607a7ae05",
5316
            "224cc6a051cb454e918b14082032c7ed",
5317
            "5d71632d7d114cf3b52de382d701e5e3",
5318
            "d7a1628ac76b4dfe806ba2168deecd9a",
5319
            "8b5d0d408c7e46e89e2dc8120a1199e4",
5320
            "76ea41afbf6d464cb5d1d64801bbf56b",
5321
            "d592cc3aab6b424eb84241535ebb2022",
5322
            "f9d7d8c70d62422bb6ff5ba0456aa55b",
5323
            "979d095d9f084bb39b44177390ea7900",
5324
            "518a021bc14546388ffc719adaa45c18",
5325
            "5c115b3e3dd1404c83c2014ff4808044",
5326
            "b2afa0fe92054d879b05735dfb21c44e",
5327
            "a87486487eec43fdab9d6ddee6d140d2",
5328
            "d52f4f25e582419a93ce0ea34fa56841",
5329
            "bce92bccc0854b77945e624b188da8b1",
5330
            "b3f9f63d5d3a4352be01235084c5bdd7",
5331
            "71f0f3f109a8420faf5c0a8ada76e290",
5332
            "42c58991151c4f2c987e10764cd133ce",
5333
            "175af232479e442088c5a5f845ef002c",
5334
            "50c70417ea1646e6a656e2a1f576659e",
5335
            "0ca27757f7c64134931aef12165f4d74",
5336
            "f0202e19e1864023814eecdebda87193",
5337
            "98c062c25d9640079bc3e6e1f4470b6e",
5338
            "9c1bf7c623b14e78859c18bf204563f9",
5339
            "48ae0c0ea7bc4bef8e2c8ee23e479a0b",
5340
            "e4aea1385f6c4a15b9aa67e3970a656f",
5341
            "9d286197dabc4fa4bac113f5f38a4b99",
5342
            "81d98fb3ed614541a20ea93178307b61",
5343
            "1f54fa95ed6b4e2a88ee57abfe888bd0",
5344
            "e73c764916aa4294a5c97a3e4c2a617d",
5345
            "0de86e9226a84be0823d7ebfa942cf5f",
5346
            "30f823aaa04f4fc78ca022339c60bea7",
5347
            "a6d1096957204d2489827a1899c283bf",
5348
            "8dbd465a74b246bcac26ba85afbe0eb4",
5349
            "d7da5f0bad574c5496df9fe27f19566c",
5350
            "c194badee8e34bb69b112917c4e2dc1c",
5351
            "c6d5e596363e49409fdc4bcad63c2bf0",
5352
            "ef9584e37fd849f982450d82f93094b7",
5353
            "6663981b715d47e79b26f17c6836f0bf",
5354
            "2f579637ed3f44828778817e7c83241e",
5355
            "476349486a32467c84378337deb484ca",
5356
            "5ed000371e164acd9b9227904a8b710f",
5357
            "5b0ad080573e40919752004106dcd523",
5358
            "b97b8e872dea42e2859b6e656088ecbd",
5359
            "2ff5b6a518094b0a962f02324052dea8",
5360
            "d2969fb654ba4726bd8550a6635bb866",
5361
            "e7219dbd042f4204a879a2f7fdc2d719",
5362
            "c500018d8d214625b83999ac7670fea1",
5363
            "173490c10d384c71ba7d3e72de5db1a6",
5364
            "c7acb3353aad4f48aba56ccaa67fc853",
5365
            "bd05a9328cab4a77a5eba6c8b4a61dc1",
5366
            "ac0232f1edb44c3f918ed3e4b3d4a17c",
5367
            "2eabf5742d0d4b63bcfe782c8dce5a8b",
5368
            "a2768619988240c591a4aa2d6fc8e4b6",
5369
            "a349a1cdee974e2fbc3797095f92bb51",
5370
            "9159372eac05469fbf21ab56c59c8bb4",
5371
            "272017c143c94037a6fc130def971cde",
5372
            "6500be115df542db817f40bfd6c506f1",
5373
            "340916516ef346319ea009a261bcd40e",
5374
            "f072eecea1d84a6cbd7f31d3dd2a9f77",
5375
            "c458af282949462ba280a34ae94bb1bb",
5376
            "a71e6fc0ace548e89354e317eeb76afb",
5377
            "42fe2b9c15b6496cb614fe8caddb8f4a",
5378
            "5dc04057ebc244a8bc5111a7e865edfe",
5379
            "fdb7c19e3e2a4408ac6ed1a1dd69d0e2",
5380
            "2968eb1ad75f4086a2585f1c27f23c37",
5381
            "6394d8ae393c41f1ba527eb6a1b0771b",
5382
            "38b1c602cb834efe9ea56fd7282e9d6e",
5383
            "fe7c4395153e4b23856ac146d2c77325",
5384
            "7be68e052eef434281208ba35e720fce",
5385
            "e837d9ae9d4b40faaea48903ce478fa7",
5386
            "42c15ff5baf049d8b99e986b85b94b70",
5387
            "dc57731bb72d4987acc3f3dd05e039d4",
5388
            "e9474371e64e4e9fb515b7bec8fc8eb9",
5389
            "f09e48f4b6454a0e9888ec441b431383",
5390
            "a9f74674fc7b42aab231ba01aa112636",
5391
            "80e52255636e465092841acea1ac3c6d",
5392
            "7299414939a342b0866323fb5839fd95",
5393
            "3a244064929a4d2585d144a13e2e23a8",
5394
            "1ec2d38b7b93475e907b55dec890b880",
5395
            "0afab8e898b84b9d83540a1ada688d6a",
5396
            "2f362b90e7664d9b8a9955be8379a75e",
5397
            "d7092315286c4594a80a759a3565f6e5",
5398
            "1a56fb0eaff348d6aae4e8c78411c87a",
5399
            "1d2ff096c8914f4c8b7d288ad9d2cf82",
5400
            "9eee8522ddac481ba405e6fdee8b1659",
5401
            "b95eac15198143c0a559320d8ba233e4",
5402
            "e91527a684ce4d168caa0f3050db562c",
5403
            "53abd273abf34b479e933904330a5ae5",
5404
            "367e1751248d42759858963e2b194fea",
5405
            "6c7b70dfdcc445028390e9ca9b887d3f",
5406
            "cd69d8d2e4a5435ea5f74b6d07dc937f",
5407
            "1afaf3142d174edfa2a82f232c49e6ff",
5408
            "d0d1db284c8447e28e98d2fd3b897971",
5409
            "442495d7acab427e971dd2e352c6f543",
5410
            "2bdbab35557740d79e2f8f61df1998c3",
5411
            "c2ad5ff1b6a94539955ac093fe0494d4",
5412
            "0a5717f7492c4749a7bf9f5bf7c87181",
5413
            "be52701f8fc34c679d0d3c4622f38195",
5414
            "8ce3ffff5c6d4079932e1308fa8344de",
5415
            "5dca16ddb9bc4364813e7f32be7b0f59",
5416
            "3995ecaa239e44b8be25a0cd61ce6fd1",
5417
            "538cb1aef566490a98f014aac7ba6383",
5418
            "9de915e695c844369f7e4bcf896d5925",
5419
            "3e066eaeeb7646c3a8476031dd63f75a",
5420
            "8a87b26aad0e4d9eab7ca56407ddb2bb",
5421
            "1e8f67d9a3af4ef7b8d6a6f088b0ff12",
5422
            "5271f73417c54cd48e8a24eb706be77a",
5423
            "bf5a8dcb41694fd6a27ed94c5e132ff5",
5424
            "6c47c607a9424b6ab7fb34e4686f64f2",
5425
            "c0fc7a8491e341df897fef53b84d511b",
5426
            "404d64211cd9483889c3f83c380c234f",
5427
            "f9c7e678853b40f58e146852b4e79671",
5428
            "8c47ca2297e04c0ab93171977212d54a",
5429
            "d831ae801e784cffb576b3c7bcb7d798",
5430
            "d548c868f465484ea1e5ac4a0742458f",
5431
            "333e0415c4c546bdb3ae72bcbdbfc724",
5432
            "15d48e9d248c43edbdc831e2336d0714",
5433
            "3b28bb7163ec41759c0d1a26a226bb92",
5434
            "dbd79d2df046429bb10cbd9b52b4e5c3",
5435
            "ef995ef6d51a483088f8d0c531f9320c",
5436
            "691c37c5a2e94731870e29282b6692cf",
5437
            "d2c27767c42544eeaf506e3fac948117",
5438
            "55cf502615b446ce8489fdbe095e7154",
5439
            "0365c35f5cc648a29d0724ebc08cf161",
5440
            "9aeb652733c44f5e8a053fe51c8cbe33",
5441
            "3ed01a521a864fdda62c6948566938cf",
5442
            "535b7879a0aa4c2b8e8225df19b3dd44",
5443
            "914faf0be1874608a4f08226e16b791c",
5444
            "3fade2d6146d4c53b317fa8ac775964b",
5445
            "d2c569dd2a9b4287ab4af93dad846998",
5446
            "9c914ef6d771447eb333008f3ddd7820",
5447
            "ec94b5573faf4500af9517edeb587604",
5448
            "2a5097b774ab418d86b5cf6a4c199ef2",
5449
            "27650d786afd4623a41e3f64bfe443b5",
5450
            "42a68650e1de4857885a2b86840d8f31",
5451
            "c9f57a1f81834292a5039cb4343ed7b9",
5452
            "12a6e44c9f30411c90bcadcd196b53c5",
5453
            "f67969304ab44df6a909d9e848c23fac",
5454
            "4fa6ef81b6264518b92cbd20ce7914bc",
5455
            "80bddc5382e24172bdf36fe63f6ef8bd",
5456
            "31e2d766917c4e6fa927e6605e6e1b88",
5457
            "b378a4791244423ba9f4aca488fde80e",
5458
            "a5e0a8e548de4e58ae8fa332436ce642",
5459
            "a2a1dd38787d4a4180ddf47e10812752",
5460
            "b5ca8173c24344e484397293966483c5",
5461
            "59dba6c06ad0464e82b769570b345e85",
5462
            "2ed5ae8c80e3459faa8019d5bfe7f186",
5463
            "9e64f90d02ba4c82aa5cd8db038608c6",
5464
            "77724c1bbe9c46789ae6332bd6952308",
5465
            "1f8fd46400e7410687e7191b840e4177",
5466
            "e77013b0620a4d2d8ddc8346d7d702ef"
5467
          ]
5468
        },
5469
        "id": "ttuq7kLtaV5b",
5470
        "outputId": "01877b76-f083-4a94-a90e-6717bcecc3d3"
5471
      },
5472
      "execution_count": null,
5473
      "outputs": [
5474
        {
5475
          "output_type": "stream",
5476
          "name": "stderr",
5477
          "text": [
5478
            "/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_token.py:88: UserWarning: \n",
5479
            "The secret `HF_TOKEN` does not exist in your Colab secrets.\n",
5480
            "To authenticate with the Hugging Face Hub, create a token in your settings tab (https://huggingface.co/settings/tokens), set it as secret in your Google Colab and restart your session.\n",
5481
            "You will be able to reuse this secret in all of your notebooks.\n",
5482
            "Please note that authentication is recommended but still optional to access public models or datasets.\n",
5483
            "  warnings.warn(\n"
5484
          ]
5485
        },
5486
        {
5487
          "output_type": "display_data",
5488
          "data": {
5489
            "text/plain": [
5490
              "Downloading readme:   0%|          | 0.00/46.0 [00:00<?, ?B/s]"
5491
            ],
5492
            "application/vnd.jupyter.widget-view+json": {
5493
              "version_major": 2,
5494
              "version_minor": 0,
5495
              "model_id": "7003e95fe7594baa9dcf3b78001dae8c"
5496
            }
5497
          },
5498
          "metadata": {}
5499
        },
5500
        {
5501
          "output_type": "display_data",
5502
          "data": {
5503
            "text/plain": [
5504
              "Downloading data:   0%|          | 0.00/119k [00:00<?, ?B/s]"
5505
            ],
5506
            "application/vnd.jupyter.widget-view+json": {
5507
              "version_major": 2,
5508
              "version_minor": 0,
5509
              "model_id": "f0128d87740d449eb7e5efcc3045f44e"
5510
            }
5511
          },
5512
          "metadata": {}
5513
        },
5514
        {
5515
          "output_type": "display_data",
5516
          "data": {
5517
            "text/plain": [
5518
              "Generating train split: 0 examples [00:00, ? examples/s]"
5519
            ],
5520
            "application/vnd.jupyter.widget-view+json": {
5521
              "version_major": 2,
5522
              "version_minor": 0,
5523
              "model_id": "518a021bc14546388ffc719adaa45c18"
5524
            }
5525
          },
5526
          "metadata": {}
5527
        },
5528
        {
5529
          "output_type": "display_data",
5530
          "data": {
5531
            "text/plain": [
5532
              "modules.json:   0%|          | 0.00/229 [00:00<?, ?B/s]"
5533
            ],
5534
            "application/vnd.jupyter.widget-view+json": {
5535
              "version_major": 2,
5536
              "version_minor": 0,
5537
              "model_id": "0ca27757f7c64134931aef12165f4d74"
5538
            }
5539
          },
5540
          "metadata": {}
5541
        },
5542
        {
5543
          "output_type": "display_data",
5544
          "data": {
5545
            "text/plain": [
5546
              "config_sentence_transformers.json:   0%|          | 0.00/116 [00:00<?, ?B/s]"
5547
            ],
5548
            "application/vnd.jupyter.widget-view+json": {
5549
              "version_major": 2,
5550
              "version_minor": 0,
5551
              "model_id": "30f823aaa04f4fc78ca022339c60bea7"
5552
            }
5553
          },
5554
          "metadata": {}
5555
        },
5556
        {
5557
          "output_type": "display_data",
5558
          "data": {
5559
            "text/plain": [
5560
              "README.md:   0%|          | 0.00/8.66k [00:00<?, ?B/s]"
5561
            ],
5562
            "application/vnd.jupyter.widget-view+json": {
5563
              "version_major": 2,
5564
              "version_minor": 0,
5565
              "model_id": "5b0ad080573e40919752004106dcd523"
5566
            }
5567
          },
5568
          "metadata": {}
5569
        },
5570
        {
5571
          "output_type": "display_data",
5572
          "data": {
5573
            "text/plain": [
5574
              "sentence_bert_config.json:   0%|          | 0.00/53.0 [00:00<?, ?B/s]"
5575
            ],
5576
            "application/vnd.jupyter.widget-view+json": {
5577
              "version_major": 2,
5578
              "version_minor": 0,
5579
              "model_id": "a2768619988240c591a4aa2d6fc8e4b6"
5580
            }
5581
          },
5582
          "metadata": {}
5583
        },
5584
        {
5585
          "output_type": "display_data",
5586
          "data": {
5587
            "text/plain": [
5588
              "config.json:   0%|          | 0.00/571 [00:00<?, ?B/s]"
5589
            ],
5590
            "application/vnd.jupyter.widget-view+json": {
5591
              "version_major": 2,
5592
              "version_minor": 0,
5593
              "model_id": "fdb7c19e3e2a4408ac6ed1a1dd69d0e2"
5594
            }
5595
          },
5596
          "metadata": {}
5597
        },
5598
        {
5599
          "output_type": "display_data",
5600
          "data": {
5601
            "text/plain": [
5602
              "pytorch_model.bin:   0%|          | 0.00/438M [00:00<?, ?B/s]"
5603
            ],
5604
            "application/vnd.jupyter.widget-view+json": {
5605
              "version_major": 2,
5606
              "version_minor": 0,
5607
              "model_id": "a9f74674fc7b42aab231ba01aa112636"
5608
            }
5609
          },
5610
          "metadata": {}
5611
        },
5612
        {
5613
          "output_type": "display_data",
5614
          "data": {
5615
            "text/plain": [
5616
              "tokenizer_config.json:   0%|          | 0.00/363 [00:00<?, ?B/s]"
5617
            ],
5618
            "application/vnd.jupyter.widget-view+json": {
5619
              "version_major": 2,
5620
              "version_minor": 0,
5621
              "model_id": "b95eac15198143c0a559320d8ba233e4"
5622
            }
5623
          },
5624
          "metadata": {}
5625
        },
5626
        {
5627
          "output_type": "display_data",
5628
          "data": {
5629
            "text/plain": [
5630
              "vocab.txt:   0%|          | 0.00/232k [00:00<?, ?B/s]"
5631
            ],
5632
            "application/vnd.jupyter.widget-view+json": {
5633
              "version_major": 2,
5634
              "version_minor": 0,
5635
              "model_id": "0a5717f7492c4749a7bf9f5bf7c87181"
5636
            }
5637
          },
5638
          "metadata": {}
5639
        },
5640
        {
5641
          "output_type": "display_data",
5642
          "data": {
5643
            "text/plain": [
5644
              "tokenizer.json:   0%|          | 0.00/466k [00:00<?, ?B/s]"
5645
            ],
5646
            "application/vnd.jupyter.widget-view+json": {
5647
              "version_major": 2,
5648
              "version_minor": 0,
5649
              "model_id": "bf5a8dcb41694fd6a27ed94c5e132ff5"
5650
            }
5651
          },
5652
          "metadata": {}
5653
        },
5654
        {
5655
          "output_type": "display_data",
5656
          "data": {
5657
            "text/plain": [
5658
              "special_tokens_map.json:   0%|          | 0.00/239 [00:00<?, ?B/s]"
5659
            ],
5660
            "application/vnd.jupyter.widget-view+json": {
5661
              "version_major": 2,
5662
              "version_minor": 0,
5663
              "model_id": "dbd79d2df046429bb10cbd9b52b4e5c3"
5664
            }
5665
          },
5666
          "metadata": {}
5667
        },
5668
        {
5669
          "output_type": "display_data",
5670
          "data": {
5671
            "text/plain": [
5672
              "1_Pooling/config.json:   0%|          | 0.00/190 [00:00<?, ?B/s]"
5673
            ],
5674
            "application/vnd.jupyter.widget-view+json": {
5675
              "version_major": 2,
5676
              "version_minor": 0,
5677
              "model_id": "d2c569dd2a9b4287ab4af93dad846998"
5678
            }
5679
          },
5680
          "metadata": {}
5681
        },
5682
        {
5683
          "output_type": "display_data",
5684
          "data": {
5685
            "text/plain": [
5686
              "Batches:   0%|          | 0/5 [00:00<?, ?it/s]"
5687
            ],
5688
            "application/vnd.jupyter.widget-view+json": {
5689
              "version_major": 2,
5690
              "version_minor": 0,
5691
              "model_id": "31e2d766917c4e6fa927e6605e6e1b88"
5692
            }
5693
          },
5694
          "metadata": {}
5695
        },
5696
        {
5697
          "output_type": "execute_result",
5698
          "data": {
5699
            "text/plain": [
5700
              "{'writer': {'documents_written': 151}}"
5701
            ]
5702
          },
5703
          "metadata": {},
5704
          "execution_count": 5
5705
        }
5706
      ]
5707
    },
5708
    {
5709
      "cell_type": "markdown",
5710
      "source": [
5711
        "## Build an Extractive QA Pipeline\n",
5712
        "\n",
5713
        "Your extractive QA pipeline will consist of three components: an embedder, retriever, and reader.\n",
5714
        "\n",
5715
        "- The `SentenceTransformersTextEmbedder` turns a query into a vector, usaing the same embedding model defined above.\n",
5716
        "\n",
5717
        "- Vector search allows the retriever to efficiently return relevant documents from the document store. Retrievers are tightly coupled with document stores; thus, you'll use an `InMemoryEmbeddingRetriever`to go with the `InMemoryDocumentStore`.\n",
5718
        "\n",
5719
        "- The `ExtractiveReader` returns answers to that query, as well as their location in the source document, and a confidence score.\n"
5720
      ],
5721
      "metadata": {
5722
        "id": "r5CL5VXaVQqE"
5723
      }
5724
    },
5725
    {
5726
      "cell_type": "code",
5727
      "source": [
5728
        "\n",
5729
        "from haystack.components.retrievers.in_memory import InMemoryEmbeddingRetriever\n",
5730
        "from haystack.components.readers import ExtractiveReader\n",
5731
        "from haystack.components.embedders import SentenceTransformersTextEmbedder\n",
5732
        "\n",
5733
        "\n",
5734
        "retriever = InMemoryEmbeddingRetriever(document_store=document_store)\n",
5735
        "reader = ExtractiveReader()\n",
5736
        "reader.warm_up()\n",
5737
        "\n",
5738
        "extractive_qa_pipeline = Pipeline()\n",
5739
        "\n",
5740
        "extractive_qa_pipeline.add_component(instance=SentenceTransformersTextEmbedder(model=model), name=\"embedder\")\n",
5741
        "extractive_qa_pipeline.add_component(instance=retriever, name=\"retriever\")\n",
5742
        "extractive_qa_pipeline.add_component(instance=reader, name=\"reader\")\n",
5743
        "\n",
5744
        "extractive_qa_pipeline.connect(\"embedder.embedding\", \"retriever.query_embedding\")\n",
5745
        "extractive_qa_pipeline.connect(\"retriever.documents\", \"reader.documents\")"
5746
      ],
5747
      "metadata": {
5748
        "id": "xZGGv8yaHZtV"
5749
      },
5750
      "execution_count": null,
5751
      "outputs": []
5752
    },
5753
    {
5754
      "cell_type": "markdown",
5755
      "source": [
5756
        "Try extracting some answers."
5757
      ],
5758
      "metadata": {
5759
        "id": "Yxi6IYXPZMFw"
5760
      }
5761
    },
5762
    {
5763
      "cell_type": "code",
5764
      "source": [
5765
        "query = \"Who was Pliny the Elder?\"\n",
5766
        "extractive_qa_pipeline.run(data={\"embedder\": {\"text\": query}, \"retriever\": {\"top_k\": 3},\n",
5767
        "                                   \"reader\": {\"query\": query, \"top_k\": 2}})"
5768
      ],
5769
      "metadata": {
5770
        "id": "mvG3XJOtZR79"
5771
      },
5772
      "execution_count": null,
5773
      "outputs": []
5774
    },
5775
    {
5776
      "cell_type": "markdown",
5777
      "source": [
5778
        "## `ExtractiveReader`: a closer look\n",
5779
        "\n",
5780
        "Here's an example answer:\n",
5781
        "```python\n",
5782
        "[ExtractedAnswer(query='Who was Pliny the Elder?', score=0.8306006193161011, data='Roman writer', document=Document(id=bb2c5f3d2e2e2bf28d599c7b686ab47ba10fbc13c07279e612d8632af81e5d71, content: 'The Roman writer Pliny the Elder, writing in the first century AD, argued that the Great Pyramid had...', meta: {'url': 'https://en.wikipedia.org/wiki/Great_Pyramid_of_Giza', '_split_id': 16}\n",
5783
        "```\n",
5784
        "\n",
5785
        "The confidence score ranges from 0 to 1. Higher scores mean the model has more confidence in the answer's relevance.\n",
5786
        "\n",
5787
        "The Reader sorts the answers based on their probability scores, with higher probability listed first. You can limit the number of answers the Reader returns in the optional `top_k` parameter.\n",
5788
        "\n",
5789
        "By default, the Reader sets a `no_answer=True` parameter. This param returns an `ExtractedAnswer` with no text, and the probability that none of the returned answers are correct.\n",
5790
        "\n",
5791
        "```python\n",
5792
        "ExtractedAnswer(query='Who was Pliny the Elder?', score=0.04606167031102615, data=None, document=None, context=None, document_offset=None, context_offset=None, meta={})]}}\n",
5793
        "```\n",
5794
        "\n",
5795
        "`.0.04606167031102615` means the model is fairly confident the provided answers are correct in this case. You can disable this behavio and return only answers by setting the `no_answer` param to `False` when initializing your `ExtractiveReader`.\n"
5796
      ],
5797
      "metadata": {
5798
        "id": "GOKWgMDCWGRd"
5799
      }
5800
    },
5801
    {
5802
      "cell_type": "markdown",
5803
      "source": [
5804
        "## Wrapping it up\n",
5805
        "\n",
5806
        "If you've been following along, now you know how to build an extractive question answering pipeline with Haystack 2.0. 🎉 Thanks for reading!\n",
5807
        "\n",
5808
        "\n",
5809
        "If you liked this tutorial, there's more to learn about Haystack 2.0:\n",
5810
        "- [Classifying Documents & Queries by Language](https://haystack.deepset.ai/tutorials/32_classifying_documents_and_queries_by_language)\n",
5811
        "-  [Generating Structured Output with Loop-Based Auto-Correction](https://haystack.deepset.ai/tutorials/28_structured_output_with_loop)\n",
5812
        "- [Preprocessing Different File Types](https://haystack.deepset.ai/tutorials/30_file_type_preprocessing_index_pipeline)\n",
5813
        "\n",
5814
        "To stay up to date on the latest Haystack developments, you can [sign up for our newsletter](https://landing.deepset.ai/haystack-community-updates?utm_campaign=developer-relations&utm_source=extractive_qa_tutorial)."
5815
      ],
5816
      "metadata": {
5817
        "id": "e8EQJuGVY_GG"
5818
      }
5819
    }
5820
  ]
5821
}

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

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

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

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