mafzaal commited on
Commit
9af2075
·
1 Parent(s): 5778d87

Created using Colab

Browse files
py-src/notebooks/07_Fine_Tune_Embeddings.ipynb CHANGED
@@ -487,7 +487,7 @@
487
  "metadata": {
488
  "colab": {
489
  "base_uri": "https://localhost:8080/",
490
- "height": 144,
491
  "referenced_widgets": [
492
  "a7ed0c77b9cc4f32b07d6edaf0592b02",
493
  "0829ecf5010c44f785364b7e6e080605",
@@ -506,7 +506,7 @@
506
  "outputId": "82eeab06-1af3-4edd-f4ec-d126d0ecd87e"
507
  },
508
  "id": "NbvRv4pzjriO",
509
- "execution_count": null,
510
  "outputs": [
511
  {
512
  "output_type": "display_data",
@@ -539,8 +539,8 @@
539
  "\n",
540
  " <div>\n",
541
  " \n",
542
- " <progress value='581' max='3300' style='width:300px; height:20px; vertical-align: middle;'></progress>\n",
543
- " [ 581/3300 02:29 < 11:42, 3.87 it/s, Epoch 17.58/100]\n",
544
  " </div>\n",
545
  " <table border=\"1\" class=\"dataframe\">\n",
546
  " <thead>\n",
@@ -554,6 +554,26 @@
554
  " <td>500</td>\n",
555
  " <td>11.443300</td>\n",
556
  " </tr>\n",
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
557
  " </tbody>\n",
558
  "</table><p>"
559
  ]
@@ -562,6 +582,61 @@
562
  }
563
  ]
564
  },
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
565
  {
566
  "cell_type": "code",
567
  "source": [
@@ -4695,6 +4770,609 @@
4695
  "_view_name": "StyleView",
4696
  "description_width": ""
4697
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4698
  }
4699
  }
4700
  }
 
487
  "metadata": {
488
  "colab": {
489
  "base_uri": "https://localhost:8080/",
490
+ "height": 301,
491
  "referenced_widgets": [
492
  "a7ed0c77b9cc4f32b07d6edaf0592b02",
493
  "0829ecf5010c44f785364b7e6e080605",
 
506
  "outputId": "82eeab06-1af3-4edd-f4ec-d126d0ecd87e"
507
  },
508
  "id": "NbvRv4pzjriO",
509
+ "execution_count": 28,
510
  "outputs": [
511
  {
512
  "output_type": "display_data",
 
539
  "\n",
540
  " <div>\n",
541
  " \n",
542
+ " <progress value='3300' max='3300' style='width:300px; height:20px; vertical-align: middle;'></progress>\n",
543
+ " [3300/3300 14:05, Epoch 100/100]\n",
544
  " </div>\n",
545
  " <table border=\"1\" class=\"dataframe\">\n",
546
  " <thead>\n",
 
554
  " <td>500</td>\n",
555
  " <td>11.443300</td>\n",
556
  " </tr>\n",
557
+ " <tr>\n",
558
+ " <td>1000</td>\n",
559
+ " <td>11.408800</td>\n",
560
+ " </tr>\n",
561
+ " <tr>\n",
562
+ " <td>1500</td>\n",
563
+ " <td>11.409400</td>\n",
564
+ " </tr>\n",
565
+ " <tr>\n",
566
+ " <td>2000</td>\n",
567
+ " <td>11.398200</td>\n",
568
+ " </tr>\n",
569
+ " <tr>\n",
570
+ " <td>2500</td>\n",
571
+ " <td>11.398700</td>\n",
572
+ " </tr>\n",
573
+ " <tr>\n",
574
+ " <td>3000</td>\n",
575
+ " <td>11.394600</td>\n",
576
+ " </tr>\n",
577
  " </tbody>\n",
578
  "</table><p>"
579
  ]
 
582
  }
583
  ]
584
  },
585
+ {
586
+ "cell_type": "code",
587
+ "source": [
588
+ "from huggingface_hub import notebook_login\n",
589
+ "notebook_login()"
590
+ ],
591
+ "metadata": {
592
+ "id": "ec3m8FxZpmDC",
593
+ "outputId": "a1dc5e58-486b-48f0-a994-d445f9e2aadc",
594
+ "colab": {
595
+ "base_uri": "https://localhost:8080/",
596
+ "height": 17,
597
+ "referenced_widgets": [
598
+ "fd13548006ae4945ac5466f271485d01",
599
+ "b21f37896b0443ccb807ac1baa447c42",
600
+ "44fca9e32f364e5f9dc49adf714b3f55",
601
+ "9d1650c9e63e4286be9a5646ed0dc11b",
602
+ "642df745ee7d475db85af5a2b50fbfc6",
603
+ "3f43ce0be9f145a194f7bc25a4baa30c",
604
+ "6221df434ba347f6a4f1b583e949d589",
605
+ "319175349c774c518e4738d10973e3db",
606
+ "424ee9bddc31425dbf38de4d25560b51",
607
+ "3c1524991ecd47d7bcf9363a2d69e90a",
608
+ "4cd8fe0fa9f74a05a4eba8f0597b5226",
609
+ "38212eb492ef4194b0fe5dba420ebcaa",
610
+ "c4a9d2a520bf4bb2b02a8dac3c172d0b",
611
+ "eef784d80c08454799e71185dd5c8c92",
612
+ "a44929c6198c4d7b959869cd9fc8324b",
613
+ "469f2c30105946129e0c7943f8d555cc",
614
+ "32451e32d1494bc3921c61d09ade5985",
615
+ "39c09a380d5b40a186e996b0b8e0e662",
616
+ "b63c3935fb1a4309a34a8055f1644baa",
617
+ "aba64e63a35e49b1b4c39d5204ac9980"
618
+ ]
619
+ }
620
+ },
621
+ "id": "ec3m8FxZpmDC",
622
+ "execution_count": 30,
623
+ "outputs": [
624
+ {
625
+ "output_type": "display_data",
626
+ "data": {
627
+ "text/plain": [
628
+ "VBox(children=(HTML(value='<center> <img\\nsrc=https://huggingface.co/front/assets/huggingface_logo-noborder.sv…"
629
+ ],
630
+ "application/vnd.jupyter.widget-view+json": {
631
+ "version_major": 2,
632
+ "version_minor": 0,
633
+ "model_id": "fd13548006ae4945ac5466f271485d01"
634
+ }
635
+ },
636
+ "metadata": {}
637
+ }
638
+ ]
639
+ },
640
  {
641
  "cell_type": "code",
642
  "source": [
 
4770
  "_view_name": "StyleView",
4771
  "description_width": ""
4772
  }
4773
+ },
4774
+ "fd13548006ae4945ac5466f271485d01": {
4775
+ "model_module": "@jupyter-widgets/controls",
4776
+ "model_name": "VBoxModel",
4777
+ "model_module_version": "1.5.0",
4778
+ "state": {
4779
+ "_dom_classes": [],
4780
+ "_model_module": "@jupyter-widgets/controls",
4781
+ "_model_module_version": "1.5.0",
4782
+ "_model_name": "VBoxModel",
4783
+ "_view_count": null,
4784
+ "_view_module": "@jupyter-widgets/controls",
4785
+ "_view_module_version": "1.5.0",
4786
+ "_view_name": "VBoxView",
4787
+ "box_style": "",
4788
+ "children": [],
4789
+ "layout": "IPY_MODEL_6221df434ba347f6a4f1b583e949d589"
4790
+ }
4791
+ },
4792
+ "b21f37896b0443ccb807ac1baa447c42": {
4793
+ "model_module": "@jupyter-widgets/controls",
4794
+ "model_name": "HTMLModel",
4795
+ "model_module_version": "1.5.0",
4796
+ "state": {
4797
+ "_dom_classes": [],
4798
+ "_model_module": "@jupyter-widgets/controls",
4799
+ "_model_module_version": "1.5.0",
4800
+ "_model_name": "HTMLModel",
4801
+ "_view_count": null,
4802
+ "_view_module": "@jupyter-widgets/controls",
4803
+ "_view_module_version": "1.5.0",
4804
+ "_view_name": "HTMLView",
4805
+ "description": "",
4806
+ "description_tooltip": null,
4807
+ "layout": "IPY_MODEL_319175349c774c518e4738d10973e3db",
4808
+ "placeholder": "​",
4809
+ "style": "IPY_MODEL_424ee9bddc31425dbf38de4d25560b51",
4810
+ "value": "<center> <img\nsrc=https://huggingface.co/front/assets/huggingface_logo-noborder.svg\nalt='Hugging Face'> <br> Copy a token from <a\nhref=\"https://huggingface.co/settings/tokens\" target=\"_blank\">your Hugging Face\ntokens page</a> and paste it below. <br> Immediately click login after copying\nyour token or it might be stored in plain text in this notebook file. </center>"
4811
+ }
4812
+ },
4813
+ "44fca9e32f364e5f9dc49adf714b3f55": {
4814
+ "model_module": "@jupyter-widgets/controls",
4815
+ "model_name": "PasswordModel",
4816
+ "model_module_version": "1.5.0",
4817
+ "state": {
4818
+ "_dom_classes": [],
4819
+ "_model_module": "@jupyter-widgets/controls",
4820
+ "_model_module_version": "1.5.0",
4821
+ "_model_name": "PasswordModel",
4822
+ "_view_count": null,
4823
+ "_view_module": "@jupyter-widgets/controls",
4824
+ "_view_module_version": "1.5.0",
4825
+ "_view_name": "PasswordView",
4826
+ "continuous_update": true,
4827
+ "description": "Token:",
4828
+ "description_tooltip": null,
4829
+ "disabled": false,
4830
+ "layout": "IPY_MODEL_3c1524991ecd47d7bcf9363a2d69e90a",
4831
+ "placeholder": "​",
4832
+ "style": "IPY_MODEL_4cd8fe0fa9f74a05a4eba8f0597b5226",
4833
+ "value": ""
4834
+ }
4835
+ },
4836
+ "9d1650c9e63e4286be9a5646ed0dc11b": {
4837
+ "model_module": "@jupyter-widgets/controls",
4838
+ "model_name": "CheckboxModel",
4839
+ "model_module_version": "1.5.0",
4840
+ "state": {
4841
+ "_dom_classes": [],
4842
+ "_model_module": "@jupyter-widgets/controls",
4843
+ "_model_module_version": "1.5.0",
4844
+ "_model_name": "CheckboxModel",
4845
+ "_view_count": null,
4846
+ "_view_module": "@jupyter-widgets/controls",
4847
+ "_view_module_version": "1.5.0",
4848
+ "_view_name": "CheckboxView",
4849
+ "description": "Add token as git credential?",
4850
+ "description_tooltip": null,
4851
+ "disabled": false,
4852
+ "indent": true,
4853
+ "layout": "IPY_MODEL_38212eb492ef4194b0fe5dba420ebcaa",
4854
+ "style": "IPY_MODEL_c4a9d2a520bf4bb2b02a8dac3c172d0b",
4855
+ "value": true
4856
+ }
4857
+ },
4858
+ "642df745ee7d475db85af5a2b50fbfc6": {
4859
+ "model_module": "@jupyter-widgets/controls",
4860
+ "model_name": "ButtonModel",
4861
+ "model_module_version": "1.5.0",
4862
+ "state": {
4863
+ "_dom_classes": [],
4864
+ "_model_module": "@jupyter-widgets/controls",
4865
+ "_model_module_version": "1.5.0",
4866
+ "_model_name": "ButtonModel",
4867
+ "_view_count": null,
4868
+ "_view_module": "@jupyter-widgets/controls",
4869
+ "_view_module_version": "1.5.0",
4870
+ "_view_name": "ButtonView",
4871
+ "button_style": "",
4872
+ "description": "Login",
4873
+ "disabled": false,
4874
+ "icon": "",
4875
+ "layout": "IPY_MODEL_eef784d80c08454799e71185dd5c8c92",
4876
+ "style": "IPY_MODEL_a44929c6198c4d7b959869cd9fc8324b",
4877
+ "tooltip": ""
4878
+ }
4879
+ },
4880
+ "3f43ce0be9f145a194f7bc25a4baa30c": {
4881
+ "model_module": "@jupyter-widgets/controls",
4882
+ "model_name": "HTMLModel",
4883
+ "model_module_version": "1.5.0",
4884
+ "state": {
4885
+ "_dom_classes": [],
4886
+ "_model_module": "@jupyter-widgets/controls",
4887
+ "_model_module_version": "1.5.0",
4888
+ "_model_name": "HTMLModel",
4889
+ "_view_count": null,
4890
+ "_view_module": "@jupyter-widgets/controls",
4891
+ "_view_module_version": "1.5.0",
4892
+ "_view_name": "HTMLView",
4893
+ "description": "",
4894
+ "description_tooltip": null,
4895
+ "layout": "IPY_MODEL_469f2c30105946129e0c7943f8d555cc",
4896
+ "placeholder": "​",
4897
+ "style": "IPY_MODEL_32451e32d1494bc3921c61d09ade5985",
4898
+ "value": "\n<b>Pro Tip:</b> If you don't already have one, you can create a dedicated\n'notebooks' token with 'write' access, that you can then easily reuse for all\nnotebooks. </center>"
4899
+ }
4900
+ },
4901
+ "6221df434ba347f6a4f1b583e949d589": {
4902
+ "model_module": "@jupyter-widgets/base",
4903
+ "model_name": "LayoutModel",
4904
+ "model_module_version": "1.2.0",
4905
+ "state": {
4906
+ "_model_module": "@jupyter-widgets/base",
4907
+ "_model_module_version": "1.2.0",
4908
+ "_model_name": "LayoutModel",
4909
+ "_view_count": null,
4910
+ "_view_module": "@jupyter-widgets/base",
4911
+ "_view_module_version": "1.2.0",
4912
+ "_view_name": "LayoutView",
4913
+ "align_content": null,
4914
+ "align_items": "center",
4915
+ "align_self": null,
4916
+ "border": null,
4917
+ "bottom": null,
4918
+ "display": "flex",
4919
+ "flex": null,
4920
+ "flex_flow": "column",
4921
+ "grid_area": null,
4922
+ "grid_auto_columns": null,
4923
+ "grid_auto_flow": null,
4924
+ "grid_auto_rows": null,
4925
+ "grid_column": null,
4926
+ "grid_gap": null,
4927
+ "grid_row": null,
4928
+ "grid_template_areas": null,
4929
+ "grid_template_columns": null,
4930
+ "grid_template_rows": null,
4931
+ "height": null,
4932
+ "justify_content": null,
4933
+ "justify_items": null,
4934
+ "left": null,
4935
+ "margin": null,
4936
+ "max_height": null,
4937
+ "max_width": null,
4938
+ "min_height": null,
4939
+ "min_width": null,
4940
+ "object_fit": null,
4941
+ "object_position": null,
4942
+ "order": null,
4943
+ "overflow": null,
4944
+ "overflow_x": null,
4945
+ "overflow_y": null,
4946
+ "padding": null,
4947
+ "right": null,
4948
+ "top": null,
4949
+ "visibility": null,
4950
+ "width": "50%"
4951
+ }
4952
+ },
4953
+ "319175349c774c518e4738d10973e3db": {
4954
+ "model_module": "@jupyter-widgets/base",
4955
+ "model_name": "LayoutModel",
4956
+ "model_module_version": "1.2.0",
4957
+ "state": {
4958
+ "_model_module": "@jupyter-widgets/base",
4959
+ "_model_module_version": "1.2.0",
4960
+ "_model_name": "LayoutModel",
4961
+ "_view_count": null,
4962
+ "_view_module": "@jupyter-widgets/base",
4963
+ "_view_module_version": "1.2.0",
4964
+ "_view_name": "LayoutView",
4965
+ "align_content": null,
4966
+ "align_items": null,
4967
+ "align_self": null,
4968
+ "border": null,
4969
+ "bottom": null,
4970
+ "display": null,
4971
+ "flex": null,
4972
+ "flex_flow": null,
4973
+ "grid_area": null,
4974
+ "grid_auto_columns": null,
4975
+ "grid_auto_flow": null,
4976
+ "grid_auto_rows": null,
4977
+ "grid_column": null,
4978
+ "grid_gap": null,
4979
+ "grid_row": null,
4980
+ "grid_template_areas": null,
4981
+ "grid_template_columns": null,
4982
+ "grid_template_rows": null,
4983
+ "height": null,
4984
+ "justify_content": null,
4985
+ "justify_items": null,
4986
+ "left": null,
4987
+ "margin": null,
4988
+ "max_height": null,
4989
+ "max_width": null,
4990
+ "min_height": null,
4991
+ "min_width": null,
4992
+ "object_fit": null,
4993
+ "object_position": null,
4994
+ "order": null,
4995
+ "overflow": null,
4996
+ "overflow_x": null,
4997
+ "overflow_y": null,
4998
+ "padding": null,
4999
+ "right": null,
5000
+ "top": null,
5001
+ "visibility": null,
5002
+ "width": null
5003
+ }
5004
+ },
5005
+ "424ee9bddc31425dbf38de4d25560b51": {
5006
+ "model_module": "@jupyter-widgets/controls",
5007
+ "model_name": "DescriptionStyleModel",
5008
+ "model_module_version": "1.5.0",
5009
+ "state": {
5010
+ "_model_module": "@jupyter-widgets/controls",
5011
+ "_model_module_version": "1.5.0",
5012
+ "_model_name": "DescriptionStyleModel",
5013
+ "_view_count": null,
5014
+ "_view_module": "@jupyter-widgets/base",
5015
+ "_view_module_version": "1.2.0",
5016
+ "_view_name": "StyleView",
5017
+ "description_width": ""
5018
+ }
5019
+ },
5020
+ "3c1524991ecd47d7bcf9363a2d69e90a": {
5021
+ "model_module": "@jupyter-widgets/base",
5022
+ "model_name": "LayoutModel",
5023
+ "model_module_version": "1.2.0",
5024
+ "state": {
5025
+ "_model_module": "@jupyter-widgets/base",
5026
+ "_model_module_version": "1.2.0",
5027
+ "_model_name": "LayoutModel",
5028
+ "_view_count": null,
5029
+ "_view_module": "@jupyter-widgets/base",
5030
+ "_view_module_version": "1.2.0",
5031
+ "_view_name": "LayoutView",
5032
+ "align_content": null,
5033
+ "align_items": null,
5034
+ "align_self": null,
5035
+ "border": null,
5036
+ "bottom": null,
5037
+ "display": null,
5038
+ "flex": null,
5039
+ "flex_flow": null,
5040
+ "grid_area": null,
5041
+ "grid_auto_columns": null,
5042
+ "grid_auto_flow": null,
5043
+ "grid_auto_rows": null,
5044
+ "grid_column": null,
5045
+ "grid_gap": null,
5046
+ "grid_row": null,
5047
+ "grid_template_areas": null,
5048
+ "grid_template_columns": null,
5049
+ "grid_template_rows": null,
5050
+ "height": null,
5051
+ "justify_content": null,
5052
+ "justify_items": null,
5053
+ "left": null,
5054
+ "margin": null,
5055
+ "max_height": null,
5056
+ "max_width": null,
5057
+ "min_height": null,
5058
+ "min_width": null,
5059
+ "object_fit": null,
5060
+ "object_position": null,
5061
+ "order": null,
5062
+ "overflow": null,
5063
+ "overflow_x": null,
5064
+ "overflow_y": null,
5065
+ "padding": null,
5066
+ "right": null,
5067
+ "top": null,
5068
+ "visibility": null,
5069
+ "width": null
5070
+ }
5071
+ },
5072
+ "4cd8fe0fa9f74a05a4eba8f0597b5226": {
5073
+ "model_module": "@jupyter-widgets/controls",
5074
+ "model_name": "DescriptionStyleModel",
5075
+ "model_module_version": "1.5.0",
5076
+ "state": {
5077
+ "_model_module": "@jupyter-widgets/controls",
5078
+ "_model_module_version": "1.5.0",
5079
+ "_model_name": "DescriptionStyleModel",
5080
+ "_view_count": null,
5081
+ "_view_module": "@jupyter-widgets/base",
5082
+ "_view_module_version": "1.2.0",
5083
+ "_view_name": "StyleView",
5084
+ "description_width": ""
5085
+ }
5086
+ },
5087
+ "38212eb492ef4194b0fe5dba420ebcaa": {
5088
+ "model_module": "@jupyter-widgets/base",
5089
+ "model_name": "LayoutModel",
5090
+ "model_module_version": "1.2.0",
5091
+ "state": {
5092
+ "_model_module": "@jupyter-widgets/base",
5093
+ "_model_module_version": "1.2.0",
5094
+ "_model_name": "LayoutModel",
5095
+ "_view_count": null,
5096
+ "_view_module": "@jupyter-widgets/base",
5097
+ "_view_module_version": "1.2.0",
5098
+ "_view_name": "LayoutView",
5099
+ "align_content": null,
5100
+ "align_items": null,
5101
+ "align_self": null,
5102
+ "border": null,
5103
+ "bottom": null,
5104
+ "display": null,
5105
+ "flex": null,
5106
+ "flex_flow": null,
5107
+ "grid_area": null,
5108
+ "grid_auto_columns": null,
5109
+ "grid_auto_flow": null,
5110
+ "grid_auto_rows": null,
5111
+ "grid_column": null,
5112
+ "grid_gap": null,
5113
+ "grid_row": null,
5114
+ "grid_template_areas": null,
5115
+ "grid_template_columns": null,
5116
+ "grid_template_rows": null,
5117
+ "height": null,
5118
+ "justify_content": null,
5119
+ "justify_items": null,
5120
+ "left": null,
5121
+ "margin": null,
5122
+ "max_height": null,
5123
+ "max_width": null,
5124
+ "min_height": null,
5125
+ "min_width": null,
5126
+ "object_fit": null,
5127
+ "object_position": null,
5128
+ "order": null,
5129
+ "overflow": null,
5130
+ "overflow_x": null,
5131
+ "overflow_y": null,
5132
+ "padding": null,
5133
+ "right": null,
5134
+ "top": null,
5135
+ "visibility": null,
5136
+ "width": null
5137
+ }
5138
+ },
5139
+ "c4a9d2a520bf4bb2b02a8dac3c172d0b": {
5140
+ "model_module": "@jupyter-widgets/controls",
5141
+ "model_name": "DescriptionStyleModel",
5142
+ "model_module_version": "1.5.0",
5143
+ "state": {
5144
+ "_model_module": "@jupyter-widgets/controls",
5145
+ "_model_module_version": "1.5.0",
5146
+ "_model_name": "DescriptionStyleModel",
5147
+ "_view_count": null,
5148
+ "_view_module": "@jupyter-widgets/base",
5149
+ "_view_module_version": "1.2.0",
5150
+ "_view_name": "StyleView",
5151
+ "description_width": ""
5152
+ }
5153
+ },
5154
+ "eef784d80c08454799e71185dd5c8c92": {
5155
+ "model_module": "@jupyter-widgets/base",
5156
+ "model_name": "LayoutModel",
5157
+ "model_module_version": "1.2.0",
5158
+ "state": {
5159
+ "_model_module": "@jupyter-widgets/base",
5160
+ "_model_module_version": "1.2.0",
5161
+ "_model_name": "LayoutModel",
5162
+ "_view_count": null,
5163
+ "_view_module": "@jupyter-widgets/base",
5164
+ "_view_module_version": "1.2.0",
5165
+ "_view_name": "LayoutView",
5166
+ "align_content": null,
5167
+ "align_items": null,
5168
+ "align_self": null,
5169
+ "border": null,
5170
+ "bottom": null,
5171
+ "display": null,
5172
+ "flex": null,
5173
+ "flex_flow": null,
5174
+ "grid_area": null,
5175
+ "grid_auto_columns": null,
5176
+ "grid_auto_flow": null,
5177
+ "grid_auto_rows": null,
5178
+ "grid_column": null,
5179
+ "grid_gap": null,
5180
+ "grid_row": null,
5181
+ "grid_template_areas": null,
5182
+ "grid_template_columns": null,
5183
+ "grid_template_rows": null,
5184
+ "height": null,
5185
+ "justify_content": null,
5186
+ "justify_items": null,
5187
+ "left": null,
5188
+ "margin": null,
5189
+ "max_height": null,
5190
+ "max_width": null,
5191
+ "min_height": null,
5192
+ "min_width": null,
5193
+ "object_fit": null,
5194
+ "object_position": null,
5195
+ "order": null,
5196
+ "overflow": null,
5197
+ "overflow_x": null,
5198
+ "overflow_y": null,
5199
+ "padding": null,
5200
+ "right": null,
5201
+ "top": null,
5202
+ "visibility": null,
5203
+ "width": null
5204
+ }
5205
+ },
5206
+ "a44929c6198c4d7b959869cd9fc8324b": {
5207
+ "model_module": "@jupyter-widgets/controls",
5208
+ "model_name": "ButtonStyleModel",
5209
+ "model_module_version": "1.5.0",
5210
+ "state": {
5211
+ "_model_module": "@jupyter-widgets/controls",
5212
+ "_model_module_version": "1.5.0",
5213
+ "_model_name": "ButtonStyleModel",
5214
+ "_view_count": null,
5215
+ "_view_module": "@jupyter-widgets/base",
5216
+ "_view_module_version": "1.2.0",
5217
+ "_view_name": "StyleView",
5218
+ "button_color": null,
5219
+ "font_weight": ""
5220
+ }
5221
+ },
5222
+ "469f2c30105946129e0c7943f8d555cc": {
5223
+ "model_module": "@jupyter-widgets/base",
5224
+ "model_name": "LayoutModel",
5225
+ "model_module_version": "1.2.0",
5226
+ "state": {
5227
+ "_model_module": "@jupyter-widgets/base",
5228
+ "_model_module_version": "1.2.0",
5229
+ "_model_name": "LayoutModel",
5230
+ "_view_count": null,
5231
+ "_view_module": "@jupyter-widgets/base",
5232
+ "_view_module_version": "1.2.0",
5233
+ "_view_name": "LayoutView",
5234
+ "align_content": null,
5235
+ "align_items": null,
5236
+ "align_self": null,
5237
+ "border": null,
5238
+ "bottom": null,
5239
+ "display": null,
5240
+ "flex": null,
5241
+ "flex_flow": null,
5242
+ "grid_area": null,
5243
+ "grid_auto_columns": null,
5244
+ "grid_auto_flow": null,
5245
+ "grid_auto_rows": null,
5246
+ "grid_column": null,
5247
+ "grid_gap": null,
5248
+ "grid_row": null,
5249
+ "grid_template_areas": null,
5250
+ "grid_template_columns": null,
5251
+ "grid_template_rows": null,
5252
+ "height": null,
5253
+ "justify_content": null,
5254
+ "justify_items": null,
5255
+ "left": null,
5256
+ "margin": null,
5257
+ "max_height": null,
5258
+ "max_width": null,
5259
+ "min_height": null,
5260
+ "min_width": null,
5261
+ "object_fit": null,
5262
+ "object_position": null,
5263
+ "order": null,
5264
+ "overflow": null,
5265
+ "overflow_x": null,
5266
+ "overflow_y": null,
5267
+ "padding": null,
5268
+ "right": null,
5269
+ "top": null,
5270
+ "visibility": null,
5271
+ "width": null
5272
+ }
5273
+ },
5274
+ "32451e32d1494bc3921c61d09ade5985": {
5275
+ "model_module": "@jupyter-widgets/controls",
5276
+ "model_name": "DescriptionStyleModel",
5277
+ "model_module_version": "1.5.0",
5278
+ "state": {
5279
+ "_model_module": "@jupyter-widgets/controls",
5280
+ "_model_module_version": "1.5.0",
5281
+ "_model_name": "DescriptionStyleModel",
5282
+ "_view_count": null,
5283
+ "_view_module": "@jupyter-widgets/base",
5284
+ "_view_module_version": "1.2.0",
5285
+ "_view_name": "StyleView",
5286
+ "description_width": ""
5287
+ }
5288
+ },
5289
+ "39c09a380d5b40a186e996b0b8e0e662": {
5290
+ "model_module": "@jupyter-widgets/controls",
5291
+ "model_name": "LabelModel",
5292
+ "model_module_version": "1.5.0",
5293
+ "state": {
5294
+ "_dom_classes": [],
5295
+ "_model_module": "@jupyter-widgets/controls",
5296
+ "_model_module_version": "1.5.0",
5297
+ "_model_name": "LabelModel",
5298
+ "_view_count": null,
5299
+ "_view_module": "@jupyter-widgets/controls",
5300
+ "_view_module_version": "1.5.0",
5301
+ "_view_name": "LabelView",
5302
+ "description": "",
5303
+ "description_tooltip": null,
5304
+ "layout": "IPY_MODEL_b63c3935fb1a4309a34a8055f1644baa",
5305
+ "placeholder": "​",
5306
+ "style": "IPY_MODEL_aba64e63a35e49b1b4c39d5204ac9980",
5307
+ "value": "Connecting..."
5308
+ }
5309
+ },
5310
+ "b63c3935fb1a4309a34a8055f1644baa": {
5311
+ "model_module": "@jupyter-widgets/base",
5312
+ "model_name": "LayoutModel",
5313
+ "model_module_version": "1.2.0",
5314
+ "state": {
5315
+ "_model_module": "@jupyter-widgets/base",
5316
+ "_model_module_version": "1.2.0",
5317
+ "_model_name": "LayoutModel",
5318
+ "_view_count": null,
5319
+ "_view_module": "@jupyter-widgets/base",
5320
+ "_view_module_version": "1.2.0",
5321
+ "_view_name": "LayoutView",
5322
+ "align_content": null,
5323
+ "align_items": null,
5324
+ "align_self": null,
5325
+ "border": null,
5326
+ "bottom": null,
5327
+ "display": null,
5328
+ "flex": null,
5329
+ "flex_flow": null,
5330
+ "grid_area": null,
5331
+ "grid_auto_columns": null,
5332
+ "grid_auto_flow": null,
5333
+ "grid_auto_rows": null,
5334
+ "grid_column": null,
5335
+ "grid_gap": null,
5336
+ "grid_row": null,
5337
+ "grid_template_areas": null,
5338
+ "grid_template_columns": null,
5339
+ "grid_template_rows": null,
5340
+ "height": null,
5341
+ "justify_content": null,
5342
+ "justify_items": null,
5343
+ "left": null,
5344
+ "margin": null,
5345
+ "max_height": null,
5346
+ "max_width": null,
5347
+ "min_height": null,
5348
+ "min_width": null,
5349
+ "object_fit": null,
5350
+ "object_position": null,
5351
+ "order": null,
5352
+ "overflow": null,
5353
+ "overflow_x": null,
5354
+ "overflow_y": null,
5355
+ "padding": null,
5356
+ "right": null,
5357
+ "top": null,
5358
+ "visibility": null,
5359
+ "width": null
5360
+ }
5361
+ },
5362
+ "aba64e63a35e49b1b4c39d5204ac9980": {
5363
+ "model_module": "@jupyter-widgets/controls",
5364
+ "model_name": "DescriptionStyleModel",
5365
+ "model_module_version": "1.5.0",
5366
+ "state": {
5367
+ "_model_module": "@jupyter-widgets/controls",
5368
+ "_model_module_version": "1.5.0",
5369
+ "_model_name": "DescriptionStyleModel",
5370
+ "_view_count": null,
5371
+ "_view_module": "@jupyter-widgets/base",
5372
+ "_view_module_version": "1.2.0",
5373
+ "_view_name": "StyleView",
5374
+ "description_width": ""
5375
+ }
5376
  }
5377
  }
5378
  }