{"cells":[{"cell_type":"markdown","metadata":{"id":"tkZFagfLQul7"},"source":["# Tutorial on Annotating for Education Language Data\n","\n","Welcome to this tutorial on using [`edu-convokit`](https://github.com/rosewang2008/edu-convokit) for annotating your education language data!\n","Annotation is a critical step in understanding your data, and it is important to do it right & consistently across datasets.\n","`edu-convokit` is designed to help you do just that.\n","\n","Annotation is useful because:\n","- It creates descriptive statistics about your data, which can help you understand the data.\n","- It quantifies the language used by your students and educators, which can help you understand the language.\n","- It measures the interaction between the student and the educator, which can help you understand the interaction.\n","\n","`edu-convokit` is designed to support these purposes.\n","\n","## π Learning Objectives\n","\n","In this tutorial, you will learn how to use `Annotator` to annotate your data. Some of the annotations we'll cover include:\n","- Section Link π Talk Time: We will annotate the amount of time the student and educator talk.\n","- Section Link π Student Reasoning: We will annotate use of reasoning in the student's speech.\n","- Section Link π Teacher Focusing Questions: We will annotate the use of focusing questions by the educator.\n","- Section Link π Conversational Uptake: We will annotate instances of high conversational uptake by the educator.\n","\n","For other annotations, please refer to the [documentation](https://edu-convokit.readthedocs.io/en/latest/) for more information.\n","If you want to add your own annotations, please make a pull request to the [repo](https://github.com/rosewang2008/edu-convokit/).\n","\n","Without further ado, let's get started!"]},{"cell_type":"markdown","metadata":{"id":"3F8CtV9cQul9"},"source":["## Installation\n","\n","First, install `edu-convokit`:"]},{"cell_type":"code","execution_count":null,"metadata":{"colab":{"base_uri":"https://localhost:8080/"},"executionInfo":{"elapsed":26511,"status":"ok","timestamp":1703932069788,"user":{"displayName":"Rose Wang","userId":"08647070137360066467"},"user_tz":480},"id":"ErJys4_TQul9","outputId":"da1f1783-49a1-4d70-bf05-ca97a8e3f48c"},"outputs":[{"name":"stdout","output_type":"stream","text":["Collecting git+https://github.com/rosewang2008/edu-convokit.git\n"," Cloning https://github.com/rosewang2008/edu-convokit.git to /tmp/pip-req-build-s81zucpt\n"," Running command git clone --filter=blob:none --quiet https://github.com/rosewang2008/edu-convokit.git /tmp/pip-req-build-s81zucpt\n"," Resolved https://github.com/rosewang2008/edu-convokit.git to commit 8eb087b51abfa36a7031bf1de4e3dc40d8848186\n"," Preparing metadata (setup.py) ... \u001b[?25l\u001b[?25hdone\n","Requirement already satisfied: tqdm in /usr/local/lib/python3.10/dist-packages (from edu-convokit==0.0.1) (4.66.1)\n","Requirement already satisfied: numpy in /usr/local/lib/python3.10/dist-packages (from edu-convokit==0.0.1) (1.23.5)\n","Requirement already satisfied: scipy in /usr/local/lib/python3.10/dist-packages (from edu-convokit==0.0.1) (1.11.4)\n","Requirement already satisfied: nltk in /usr/local/lib/python3.10/dist-packages (from edu-convokit==0.0.1) (3.8.1)\n","Requirement already satisfied: torch in /usr/local/lib/python3.10/dist-packages (from edu-convokit==0.0.1) (2.1.0+cu121)\n","Requirement already satisfied: transformers in /usr/local/lib/python3.10/dist-packages (from edu-convokit==0.0.1) (4.35.2)\n","Collecting clean-text (from edu-convokit==0.0.1)\n"," Downloading clean_text-0.6.0-py3-none-any.whl (11 kB)\n","Requirement already satisfied: openpyxl in /usr/local/lib/python3.10/dist-packages (from edu-convokit==0.0.1) (3.1.2)\n","Requirement already satisfied: spacy in /usr/local/lib/python3.10/dist-packages (from edu-convokit==0.0.1) (3.6.1)\n","Requirement already satisfied: gensim in /usr/local/lib/python3.10/dist-packages (from edu-convokit==0.0.1) (4.3.2)\n","Collecting num2words==0.5.10 (from edu-convokit==0.0.1)\n"," Downloading num2words-0.5.10-py3-none-any.whl (101 kB)\n","\u001b[2K \u001b[90mββββββββββββββββββββββββββββββββββββββββ\u001b[0m \u001b[32m101.6/101.6 kB\u001b[0m \u001b[31m1.9 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n","\u001b[?25hRequirement already satisfied: scikit-learn in /usr/local/lib/python3.10/dist-packages (from edu-convokit==0.0.1) (1.2.2)\n","Requirement already satisfied: matplotlib in /usr/local/lib/python3.10/dist-packages (from edu-convokit==0.0.1) (3.7.1)\n","Requirement already satisfied: seaborn in /usr/local/lib/python3.10/dist-packages (from edu-convokit==0.0.1) (0.12.2)\n","Requirement already satisfied: pandas in /usr/local/lib/python3.10/dist-packages (from edu-convokit==0.0.1) (1.5.3)\n","Collecting docopt>=0.6.2 (from num2words==0.5.10->edu-convokit==0.0.1)\n"," Downloading docopt-0.6.2.tar.gz (25 kB)\n"," Preparing metadata (setup.py) ... \u001b[?25l\u001b[?25hdone\n","Collecting emoji<2.0.0,>=1.0.0 (from clean-text->edu-convokit==0.0.1)\n"," Downloading emoji-1.7.0.tar.gz (175 kB)\n","\u001b[2K \u001b[90mββββββββββββββββββββββββββββββββββββββββ\u001b[0m \u001b[32m175.4/175.4 kB\u001b[0m \u001b[31m6.5 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n","\u001b[?25h Preparing metadata (setup.py) ... \u001b[?25l\u001b[?25hdone\n","Collecting ftfy<7.0,>=6.0 (from clean-text->edu-convokit==0.0.1)\n"," Downloading ftfy-6.1.3-py3-none-any.whl (53 kB)\n","\u001b[2K \u001b[90mββββββββββββββββββββββββββββββββββββββββ\u001b[0m \u001b[32m53.4/53.4 kB\u001b[0m \u001b[31m4.0 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n","\u001b[?25hRequirement already satisfied: smart-open>=1.8.1 in /usr/local/lib/python3.10/dist-packages (from gensim->edu-convokit==0.0.1) (6.4.0)\n","Requirement already satisfied: contourpy>=1.0.1 in /usr/local/lib/python3.10/dist-packages (from matplotlib->edu-convokit==0.0.1) (1.2.0)\n","Requirement already satisfied: cycler>=0.10 in /usr/local/lib/python3.10/dist-packages (from matplotlib->edu-convokit==0.0.1) (0.12.1)\n","Requirement already satisfied: fonttools>=4.22.0 in /usr/local/lib/python3.10/dist-packages (from matplotlib->edu-convokit==0.0.1) (4.46.0)\n","Requirement already satisfied: kiwisolver>=1.0.1 in /usr/local/lib/python3.10/dist-packages (from matplotlib->edu-convokit==0.0.1) (1.4.5)\n","Requirement already satisfied: packaging>=20.0 in /usr/local/lib/python3.10/dist-packages (from matplotlib->edu-convokit==0.0.1) (23.2)\n","Requirement already satisfied: pillow>=6.2.0 in /usr/local/lib/python3.10/dist-packages (from matplotlib->edu-convokit==0.0.1) (9.4.0)\n","Requirement already satisfied: pyparsing>=2.3.1 in /usr/local/lib/python3.10/dist-packages (from matplotlib->edu-convokit==0.0.1) (3.1.1)\n","Requirement already satisfied: python-dateutil>=2.7 in /usr/local/lib/python3.10/dist-packages (from matplotlib->edu-convokit==0.0.1) (2.8.2)\n","Requirement already satisfied: click in /usr/local/lib/python3.10/dist-packages (from nltk->edu-convokit==0.0.1) (8.1.7)\n","Requirement already satisfied: joblib in /usr/local/lib/python3.10/dist-packages (from nltk->edu-convokit==0.0.1) (1.3.2)\n","Requirement already satisfied: regex>=2021.8.3 in /usr/local/lib/python3.10/dist-packages (from nltk->edu-convokit==0.0.1) (2023.6.3)\n","Requirement already satisfied: et-xmlfile in /usr/local/lib/python3.10/dist-packages (from openpyxl->edu-convokit==0.0.1) (1.1.0)\n","Requirement already satisfied: pytz>=2020.1 in /usr/local/lib/python3.10/dist-packages (from pandas->edu-convokit==0.0.1) (2023.3.post1)\n","Requirement already satisfied: threadpoolctl>=2.0.0 in /usr/local/lib/python3.10/dist-packages (from scikit-learn->edu-convokit==0.0.1) (3.2.0)\n","Requirement already satisfied: spacy-legacy<3.1.0,>=3.0.11 in /usr/local/lib/python3.10/dist-packages (from spacy->edu-convokit==0.0.1) (3.0.12)\n","Requirement already satisfied: spacy-loggers<2.0.0,>=1.0.0 in /usr/local/lib/python3.10/dist-packages (from spacy->edu-convokit==0.0.1) (1.0.5)\n","Requirement already satisfied: murmurhash<1.1.0,>=0.28.0 in /usr/local/lib/python3.10/dist-packages (from spacy->edu-convokit==0.0.1) (1.0.10)\n","Requirement already satisfied: cymem<2.1.0,>=2.0.2 in /usr/local/lib/python3.10/dist-packages (from spacy->edu-convokit==0.0.1) (2.0.8)\n","Requirement already satisfied: preshed<3.1.0,>=3.0.2 in /usr/local/lib/python3.10/dist-packages (from spacy->edu-convokit==0.0.1) (3.0.9)\n","Requirement already satisfied: thinc<8.2.0,>=8.1.8 in /usr/local/lib/python3.10/dist-packages (from spacy->edu-convokit==0.0.1) (8.1.12)\n","Requirement already satisfied: wasabi<1.2.0,>=0.9.1 in /usr/local/lib/python3.10/dist-packages (from spacy->edu-convokit==0.0.1) (1.1.2)\n","Requirement already satisfied: srsly<3.0.0,>=2.4.3 in /usr/local/lib/python3.10/dist-packages (from spacy->edu-convokit==0.0.1) (2.4.8)\n","Requirement already satisfied: catalogue<2.1.0,>=2.0.6 in /usr/local/lib/python3.10/dist-packages (from spacy->edu-convokit==0.0.1) (2.0.10)\n","Requirement already satisfied: typer<0.10.0,>=0.3.0 in /usr/local/lib/python3.10/dist-packages (from spacy->edu-convokit==0.0.1) (0.9.0)\n","Requirement already satisfied: pathy>=0.10.0 in /usr/local/lib/python3.10/dist-packages (from spacy->edu-convokit==0.0.1) (0.10.3)\n","Requirement already satisfied: requests<3.0.0,>=2.13.0 in /usr/local/lib/python3.10/dist-packages (from spacy->edu-convokit==0.0.1) (2.31.0)\n","Requirement already satisfied: pydantic!=1.8,!=1.8.1,<3.0.0,>=1.7.4 in /usr/local/lib/python3.10/dist-packages (from spacy->edu-convokit==0.0.1) (1.10.13)\n","Requirement already satisfied: jinja2 in /usr/local/lib/python3.10/dist-packages (from spacy->edu-convokit==0.0.1) (3.1.2)\n","Requirement already satisfied: setuptools in /usr/local/lib/python3.10/dist-packages (from spacy->edu-convokit==0.0.1) (67.7.2)\n","Requirement already satisfied: langcodes<4.0.0,>=3.2.0 in /usr/local/lib/python3.10/dist-packages (from spacy->edu-convokit==0.0.1) (3.3.0)\n","Requirement already satisfied: filelock in /usr/local/lib/python3.10/dist-packages (from torch->edu-convokit==0.0.1) (3.13.1)\n","Requirement already satisfied: typing-extensions in /usr/local/lib/python3.10/dist-packages (from torch->edu-convokit==0.0.1) (4.5.0)\n","Requirement already satisfied: sympy in /usr/local/lib/python3.10/dist-packages (from torch->edu-convokit==0.0.1) (1.12)\n","Requirement already satisfied: networkx in /usr/local/lib/python3.10/dist-packages (from torch->edu-convokit==0.0.1) (3.2.1)\n","Requirement already satisfied: fsspec in /usr/local/lib/python3.10/dist-packages (from torch->edu-convokit==0.0.1) (2023.6.0)\n","Requirement already satisfied: triton==2.1.0 in /usr/local/lib/python3.10/dist-packages (from torch->edu-convokit==0.0.1) (2.1.0)\n","Requirement already satisfied: huggingface-hub<1.0,>=0.16.4 in /usr/local/lib/python3.10/dist-packages (from transformers->edu-convokit==0.0.1) (0.19.4)\n","Requirement already satisfied: pyyaml>=5.1 in /usr/local/lib/python3.10/dist-packages (from transformers->edu-convokit==0.0.1) (6.0.1)\n","Requirement already satisfied: tokenizers<0.19,>=0.14 in /usr/local/lib/python3.10/dist-packages (from transformers->edu-convokit==0.0.1) (0.15.0)\n","Requirement already satisfied: safetensors>=0.3.1 in /usr/local/lib/python3.10/dist-packages (from transformers->edu-convokit==0.0.1) (0.4.1)\n","Requirement already satisfied: wcwidth<0.3.0,>=0.2.12 in /usr/local/lib/python3.10/dist-packages (from ftfy<7.0,>=6.0->clean-text->edu-convokit==0.0.1) (0.2.12)\n","Requirement already satisfied: six>=1.5 in /usr/local/lib/python3.10/dist-packages (from python-dateutil>=2.7->matplotlib->edu-convokit==0.0.1) (1.16.0)\n","Requirement already satisfied: charset-normalizer<4,>=2 in /usr/local/lib/python3.10/dist-packages (from requests<3.0.0,>=2.13.0->spacy->edu-convokit==0.0.1) (3.3.2)\n","Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.10/dist-packages (from requests<3.0.0,>=2.13.0->spacy->edu-convokit==0.0.1) (3.6)\n","Requirement already satisfied: urllib3<3,>=1.21.1 in /usr/local/lib/python3.10/dist-packages (from requests<3.0.0,>=2.13.0->spacy->edu-convokit==0.0.1) (2.0.7)\n","Requirement already satisfied: certifi>=2017.4.17 in /usr/local/lib/python3.10/dist-packages (from requests<3.0.0,>=2.13.0->spacy->edu-convokit==0.0.1) (2023.11.17)\n","Requirement already satisfied: blis<0.8.0,>=0.7.8 in /usr/local/lib/python3.10/dist-packages (from thinc<8.2.0,>=8.1.8->spacy->edu-convokit==0.0.1) (0.7.11)\n","Requirement already satisfied: confection<1.0.0,>=0.0.1 in /usr/local/lib/python3.10/dist-packages (from thinc<8.2.0,>=8.1.8->spacy->edu-convokit==0.0.1) (0.1.4)\n","Requirement already satisfied: MarkupSafe>=2.0 in /usr/local/lib/python3.10/dist-packages (from jinja2->spacy->edu-convokit==0.0.1) (2.1.3)\n","Requirement already satisfied: mpmath>=0.19 in /usr/local/lib/python3.10/dist-packages (from sympy->torch->edu-convokit==0.0.1) (1.3.0)\n","Building wheels for collected packages: edu-convokit, docopt, emoji\n"," Building wheel for edu-convokit (setup.py) ... \u001b[?25l\u001b[?25hdone\n"," Created wheel for edu-convokit: filename=edu_convokit-0.0.1-py3-none-any.whl size=24897 sha256=75b716d442ceadb81276002313317e704cbbe06fb62edd60a030a7b046e9640e\n"," Stored in directory: /tmp/pip-ephem-wheel-cache-jx3bvie0/wheels/29/43/ec/d2472df0eb2af8f1e7d67d0710a4b3eb93fe983b15f8d7b841\n"," Building wheel for docopt (setup.py) ... \u001b[?25l\u001b[?25hdone\n"," Created wheel for docopt: filename=docopt-0.6.2-py2.py3-none-any.whl size=13706 sha256=ced3a42c8c907ca91870ff912e53bf52cf37f098a8c290821ce4318edfdb98e9\n"," Stored in directory: /root/.cache/pip/wheels/fc/ab/d4/5da2067ac95b36618c629a5f93f809425700506f72c9732fac\n"," Building wheel for emoji (setup.py) ... \u001b[?25l\u001b[?25hdone\n"," Created wheel for emoji: filename=emoji-1.7.0-py3-none-any.whl size=171033 sha256=3c0f7527379333472f637243ab34d271bb000da7d4ef44284076515a8f8b647e\n"," Stored in directory: /root/.cache/pip/wheels/31/8a/8c/315c9e5d7773f74b33d5ed33f075b49c6eaeb7cedbb86e2cf8\n","Successfully built edu-convokit docopt emoji\n","Installing collected packages: emoji, docopt, num2words, ftfy, clean-text, edu-convokit\n","Successfully installed clean-text-0.6.0 docopt-0.6.2 edu-convokit-0.0.1 emoji-1.7.0 ftfy-6.1.3 num2words-0.5.10\n"]}],"source":["!pip install git+https://github.com/rosewang2008/edu-convokit.git"]},{"cell_type":"code","execution_count":null,"metadata":{"colab":{"base_uri":"https://localhost:8080/"},"executionInfo":{"elapsed":19417,"status":"ok","timestamp":1703932089199,"user":{"displayName":"Rose Wang","userId":"08647070137360066467"},"user_tz":480},"id":"Ow3SgJIzQul-","outputId":"e8277eb9-9e86-4570-9817-bb50e5d1a8cb"},"outputs":[{"name":"stderr","output_type":"stream","text":["WARNING:root:Since the GPL-licensed package `unidecode` is not installed, using Python's `unicodedata` package which yields worse results.\n"]}],"source":["from edu_convokit.annotation import Annotator\n","\n","# We're going to standardize the text with TextPreprocessor.\n","# In this tutorial, we're going to assume you're familiar with TextPreprocessor.\n","# For the tutorial on TextPreprocessor, see: https://colab.research.google.com/drive/1a-EwYwkNYHSNcNThNTXe6DNpsis0bpQK\n","from edu_convokit.preprocessors import TextPreprocessor\n","\n","# For helping us flexibly load data\n","from edu_convokit import utils"]},{"cell_type":"markdown","metadata":{"id":"GJh0MxIsQul-"},"source":["## π Data\n","\n","Let's load the data we'll be working with. We're going to be using a transcript from the [TalkMoves dataset](https://github.com/SumnerLab/TalkMoves).\n","\n","We're also going to use `TextPreprocessor` to anonymize and pre-process the data. This is optional, but recommended.\n","\n","For the tutorial on `TextPreprocessor`, please refer to [this tutorial](https://colab.research.google.com/drive/1a-EwYwkNYHSNcNThNTXe6DNpsis0bpQK). Here, we're going to assume you're familiar with `TextPreprocessor`."]},{"cell_type":"code","execution_count":null,"metadata":{"colab":{"base_uri":"https://localhost:8080/","height":397},"executionInfo":{"elapsed":1138,"status":"ok","timestamp":1703932179178,"user":{"displayName":"Rose Wang","userId":"08647070137360066467"},"user_tz":480},"id":"YuXBRDplQul-","outputId":"84c669ed-a4b6-4232-eb79-3b36fc7e4215"},"outputs":[{"name":"stdout","output_type":"stream","text":["--2023-12-30 10:29:37-- https://raw.githubusercontent.com/rosewang2008/edu-convokit/master/data/talkmoves/Boats%20and%20Fish%202_Grade%204.xlsx\n","Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 185.199.108.133, 185.199.111.133, 185.199.109.133, ...\n","Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|185.199.108.133|:443... connected.\n","HTTP request sent, awaiting response... 200 OK\n","Length: 10528 (10K) [application/octet-stream]\n","Saving to: βBoats and Fish 2_Grade 4.xlsxβ\n","\n","Boats and Fish 2_Gr 100%[===================>] 10.28K --.-KB/s in 0.001s \n","\n","2023-12-30 10:29:38 (14.2 MB/s) - βBoats and Fish 2_Grade 4.xlsxβ saved [10528/10528]\n","\n"]},{"data":{"text/html":["\n","
\n","
\n","\n","
\n"," \n"," \n"," | \n"," Sentence | \n"," Speaker | \n","
\n"," \n"," \n"," \n"," | 0 | \n"," I'm wondering which is bigger, one half or two... | \n"," T | \n","
\n"," \n"," | 1 | \n"," Try the purples. Get three purples. It doesnβt... | \n"," [STUDENT_0] | \n","
\n"," \n"," | 2 | \n"," What was it? Two thirds? | \n"," [STUDENT_1] | \n","
\n"," \n"," | 3 | \n"," It would be like brown or something like that. | \n"," [STUDENT_0] | \n","
\n"," \n"," | 4 | \n"," Ok | \n"," [STUDENT_1] | \n","
\n"," \n","
\n","
\n","
\n","
\n"],"text/plain":[" Sentence Speaker\n","0 I'm wondering which is bigger, one half or two... T\n","1 Try the purples. Get three purples. It doesnβt... [STUDENT_0]\n","2 What was it? Two thirds? [STUDENT_1]\n","3 It would be like brown or something like that. [STUDENT_0]\n","4 Ok [STUDENT_1]"]},"execution_count":3,"metadata":{},"output_type":"execute_result"}],"source":["!wget \"https://raw.githubusercontent.com/rosewang2008/edu-convokit/master/data/talkmoves/Boats and Fish 2_Grade 4.xlsx\"\n","\n","data_fname = \"Boats and Fish 2_Grade 4.xlsx\"\n","df = utils.load_data(data_fname) # Handles loading data from different file types including: .csv, .xlsx, .json\n","\n","# We're going to first standardize the text with TextPreprocessor as done from our last tutorial: anonymize and merge utterances from the same speaker\n","processor = TextPreprocessor()\n","TEXT_COLUMN = \"Sentence\"\n","SPEAKER_COLUMN = \"Speaker\"\n","known_names = [\"David\", \"Meredith\", \"Beth\"]\n","known_replacement_names = [f\"[STUDENT_{i}]\" for i in range(len(known_names))]\n","\n","# Anonymize text\n","df = processor.anonymize_known_names(\n"," df=df,\n"," text_column=TEXT_COLUMN,\n"," names=known_names,\n"," replacement_names=known_replacement_names,\n"," target_text_column=TEXT_COLUMN\n",")\n","\n","# Anonymize speakers\n","df = processor.anonymize_known_names(\n"," df=df,\n"," text_column=SPEAKER_COLUMN,\n"," target_text_column=SPEAKER_COLUMN,\n"," names=known_names,\n"," replacement_names=known_replacement_names\n",")\n","\n","# Merge utterances\n","df = processor.merge_utterances_from_same_speaker(\n"," df=df,\n"," text_column=TEXT_COLUMN,\n"," speaker_column=SPEAKER_COLUMN,\n"," target_text_column=TEXT_COLUMN\n",")\n","\n","# Show\n","df.head()"]},{"cell_type":"markdown","metadata":{"id":"22vG_XAqQul-"},"source":["## π Annotating Talk Time\n","\n","Let's start by annotating the amount of time the student and educator talk.\n","We will define talk time as the number of words in `TEXT_COLUMN`.\n","However, if you have metadata about the length of the audio, you can also use that to annotate talk time.\n","Please refer to the [documentation](https://edu-convokit.readthedocs.io/en/latest/) for more information."]},{"cell_type":"code","execution_count":null,"metadata":{"colab":{"base_uri":"https://localhost:8080/","height":206},"executionInfo":{"elapsed":281,"status":"ok","timestamp":1703932184452,"user":{"displayName":"Rose Wang","userId":"08647070137360066467"},"user_tz":480},"id":"e4TNhPfSQul-","outputId":"a9c3a44b-8571-4bf5-cbc0-0be9c74833ca"},"outputs":[{"data":{"text/html":["\n"," \n","
\n","\n","
\n"," \n"," \n"," | \n"," Sentence | \n"," Speaker | \n"," talktime | \n","
\n"," \n"," \n"," \n"," | 0 | \n"," I'm wondering which is bigger, one half or two... | \n"," T | \n"," 54 | \n","
\n"," \n"," | 1 | \n"," Try the purples. Get three purples. It doesnβt... | \n"," [STUDENT_0] | \n"," 12 | \n","
\n"," \n"," | 2 | \n"," What was it? Two thirds? | \n"," [STUDENT_1] | \n"," 5 | \n","
\n"," \n"," | 3 | \n"," It would be like brown or something like that. | \n"," [STUDENT_0] | \n"," 9 | \n","
\n"," \n"," | 4 | \n"," Ok | \n"," [STUDENT_1] | \n"," 1 | \n","
\n"," \n","
\n","
\n","
\n","
\n"],"text/plain":[" Sentence Speaker talktime\n","0 I'm wondering which is bigger, one half or two... T 54\n","1 Try the purples. Get three purples. It doesnβt... [STUDENT_0] 12\n","2 What was it? Two thirds? [STUDENT_1] 5\n","3 It would be like brown or something like that. [STUDENT_0] 9\n","4 Ok [STUDENT_1] 1"]},"execution_count":4,"metadata":{},"output_type":"execute_result"}],"source":["annotator = Annotator()\n","\n","# The talktime values will be populated in this column\n","TALK_TIME_COLUMN = \"talktime\"\n","\n","df = annotator.get_talktime(\n"," df=df,\n"," text_column=TEXT_COLUMN,\n"," analysis_unit=\"words\",\n"," output_column=TALK_TIME_COLUMN\n",")\n","\n","df.head()"]},{"cell_type":"markdown","metadata":{"id":"IhrfyJVJQul-"},"source":["π We can see with a single function call, we've added our first annotation -- `talktime` -- to our data!\n","\n","All the other annotations work in a similar way. Let's continue!"]},{"cell_type":"markdown","metadata":{"id":"CRCqQlZjQul-"},"source":["## π Annotating Student Reasoning\n","\n","Next, let's annotate the student's reasoning.\n","Under the hood, we're using a model trained on student's math reasoning from [prior work](https://github.com/ddemszky/classroom-transcript-analysis).\n","So...\n","\n","π‘ Note:\n","- This model is trained on math reasoning, so it may not work well on other subjects.\n","- This model will run slow on CPU, so we recommend using a GPU. If you have a GPU, this library will automatically use it.\n","- This model is trained on _student_ utterances. `edu-convokit` has a simple way to only annotate student utterances, which we'll see below.\n"]},{"cell_type":"code","execution_count":null,"metadata":{"colab":{"base_uri":"https://localhost:8080/","height":400,"referenced_widgets":["b498c129c0e44dff81191cc677cb9aa8","65b4483312c44f00ab70e1da216bd2b2","a1f36fc2fb364873aebb933943d147ff","bb0378211ba5450c90958820777491c8","c40c55b78e9245e68d1368efd2116b55","6297e6ceff8e42fcbe39eb8c2442aad7","621b899ab7904e1eb1b90bb8ab56bcf5","ab2c6f60eb7f468eb1acb40902adb01a","f38caab569ea40b593a79bdb0ff9c01b","9025e414ce274dd69d9d63bee970479b","b7bb0d6c8ae84f39b2b2336c9e7caf39","93b4cf1453b34c899fe2f49084b580a0","01638eb1127f4d6eacc0376d0a88b306","f04988b571234ea59702b12f090856e4","b5ee3f1c61e14eddb13bc0f500898c76","23af1474081f4e4fb04ca78fdd4c999e","cc7a2fc33e704c93a89a3833c2325212","e72d8293f91242dd905d16db75a8f861","0df67a54af9c454cb15b3bcb678f83f2","2cacb213ca0a4e86b5bc9ded5859651d","e659ac12ac4843df87a9e4c031d865d7","8a85e58a32cb4c4d8d8fa35d53775da2","9d57e99d888a44afb0e5cc20e435e152","ac0f91a4e0ef4a1ea6d9e71e4380a0b4","48b80bb0d53f42f8ac42cd5c7f7e9e44","59f49da854f44be0a8ff1ed35c8b565b","c171a76161f0423a9d1e49bbb5a2518d","0f6b499a447241d98cc68371f6b1e3be","6db7b439727f4be6af017421b6327307","907f3a585f2f44fa915e7522bce75aa6","fe4192f5366843bc9e61080c3873b567","9ccfbfb1ffcb4a41a51e2b4b09582cea","307e7a54861743c6aac2beac39f9bd20","72468ac03d5742a4ac92bc87eeda45f2","ba93e5464871467f98153e0d2109b201","45c76ab2cbba48719bc7ed65892b8241","ebb6c044743e4f03a6c67e3831f75190","d05726ae49d646a5b3c261c0a4563aaa","09ead46f1b0a43bda66b55d17b5fed6f","22df55bbc0ea40c6b822f9968d357b28","ab7f9724e5944d9090631b430feb6718","fe01285359134618aada2ca8b5b2b027","c6f087be78f246028707f2c206c880e1","c8b15823ffd3486a8c26f70812df92d1","80c3d98985564c63a0e865fc35237bed","84c3e028066544edb4072f1b751f4199","45a1a278d80244aba54bae287165295a","f0bd2f00d42245bc98c0d6afeb4cacfb","9e67c4447efa473bbe9b16099367d14e","1054c4f96f0c4d02b227b89688d6e219","07dd9ef8633143efaf919e09cd63188c","19fad3225a7d4a0fb72b08418dc67f01","4360e2343dec464b9d0ac4b27843759e","6a56e72a1a284b078220b67fbf5a77af","42bd78b0bc7245ff9468deba2211303f"]},"executionInfo":{"elapsed":35372,"status":"ok","timestamp":1703932221823,"user":{"displayName":"Rose Wang","userId":"08647070137360066467"},"user_tz":480},"id":"aHNmmI_CQul-","outputId":"87846a85-eefe-43b7-987c-aca447013bf8"},"outputs":[{"name":"stderr","output_type":"stream","text":["WARNING:root:Note: This model was trained on student reasoning, so it should be used on student utterances.\n"," For more details on the model, see https://arxiv.org/pdf/2211.11772.pdf\n"]},{"data":{"application/vnd.jupyter.widget-view+json":{"model_id":"b498c129c0e44dff81191cc677cb9aa8","version_major":2,"version_minor":0},"text/plain":["tokenizer_config.json: 0%| | 0.00/429 [00:00, ?B/s]"]},"metadata":{},"output_type":"display_data"},{"data":{"application/vnd.jupyter.widget-view+json":{"model_id":"93b4cf1453b34c899fe2f49084b580a0","version_major":2,"version_minor":0},"text/plain":["vocab.txt: 0%| | 0.00/238k [00:00, ?B/s]"]},"metadata":{},"output_type":"display_data"},{"data":{"application/vnd.jupyter.widget-view+json":{"model_id":"9d57e99d888a44afb0e5cc20e435e152","version_major":2,"version_minor":0},"text/plain":["special_tokens_map.json: 0%| | 0.00/124 [00:00, ?B/s]"]},"metadata":{},"output_type":"display_data"},{"data":{"application/vnd.jupyter.widget-view+json":{"model_id":"72468ac03d5742a4ac92bc87eeda45f2","version_major":2,"version_minor":0},"text/plain":["config.json: 0%| | 0.00/778 [00:00, ?B/s]"]},"metadata":{},"output_type":"display_data"},{"data":{"application/vnd.jupyter.widget-view+json":{"model_id":"80c3d98985564c63a0e865fc35237bed","version_major":2,"version_minor":0},"text/plain":["pytorch_model.bin: 0%| | 0.00/438M [00:00, ?B/s]"]},"metadata":{},"output_type":"display_data"},{"data":{"text/html":["\n"," \n","
\n","\n","
\n"," \n"," \n"," | \n"," Sentence | \n"," Speaker | \n"," talktime | \n"," student_reasoning | \n","
\n"," \n"," \n"," \n"," | 0 | \n"," I'm wondering which is bigger, one half or two... | \n"," T | \n"," 54 | \n"," NaN | \n","
\n"," \n"," | 1 | \n"," Try the purples. Get three purples. It doesnβt... | \n"," [STUDENT_0] | \n"," 12 | \n"," 0.0 | \n","
\n"," \n"," | 2 | \n"," What was it? Two thirds? | \n"," [STUDENT_1] | \n"," 5 | \n"," NaN | \n","
\n"," \n"," | 3 | \n"," It would be like brown or something like that. | \n"," [STUDENT_0] | \n"," 9 | \n"," 0.0 | \n","
\n"," \n"," | 4 | \n"," Ok | \n"," [STUDENT_1] | \n"," 1 | \n"," NaN | \n","
\n"," \n","
\n","
\n","
\n","
\n"],"text/plain":[" Sentence Speaker talktime \\\n","0 I'm wondering which is bigger, one half or two... T 54 \n","1 Try the purples. Get three purples. It doesnβt... [STUDENT_0] 12 \n","2 What was it? Two thirds? [STUDENT_1] 5 \n","3 It would be like brown or something like that. [STUDENT_0] 9 \n","4 Ok [STUDENT_1] 1 \n","\n"," student_reasoning \n","0 NaN \n","1 0.0 \n","2 NaN \n","3 0.0 \n","4 NaN "]},"execution_count":5,"metadata":{},"output_type":"execute_result"}],"source":["# The reasoning annotations will be populated in this column\n","STUDENT_REASONING_COLUMN = \"student_reasoning\"\n","\n","df = annotator.get_student_reasoning(\n"," df=df,\n"," speaker_column=SPEAKER_COLUMN,\n"," text_column=TEXT_COLUMN,\n"," output_column=STUDENT_REASONING_COLUMN,\n"," # Since this model is only trained on _student_ utterances,\n"," # we can explicitly pass in the speaker names associated to students.\n"," # It will only annotate utterances from these speakers.\n"," speaker_value=known_replacement_names,\n",")\n","\n","df.head()"]},{"cell_type":"markdown","metadata":{"id":"PG8J_g_iQul-"},"source":["π Great! We've added our second annotation -- `student_reasoning` -- to our data!\n","\n","π‘ Note:\n","- `student_reasoning` is NaN for the educator's utterances as desired.\n","- Otherwise, for the students, `student_reasoning` is either 1.0 or 0.0. 1.0 means the model thinks the student is using reasoning, and 0.0 means the model thinks the student is not using reasoning.\n","\n","π‘ Are you wondering whether there's an easy way to **view examples** of the student's reasoning?\n","\n","`edu-convokit` has a simple way to do this with our `Analyzer`s. This will be covered in the tutorial on `Analyzer`s: [link](https://colab.research.google.com/drive/1xfrq5Ka3FZH7t9l87u4sa_oMlmMvuTfe).\n","For now, let's continue annotating!\n"]},{"cell_type":"markdown","metadata":{"id":"jTx57LEWQul-"},"source":["## π Annotating Teacher Focusing Questions\n","\n","Let's annotate the educator's use of focusing questions.\n","Under the hood, we're using a model trained on focusing questions in math classrooms from [prior work](https://github.com/sterlingalic/funneling-focusing).\n","So...\n","\n","π‘ Note:\n","- This model is trained on math classroom data, so it may not work well on other subjects.\n","- This model will run slow on CPU, so we recommend using a GPU. If you have a GPU, this library will automatically use it.\n","- This model is trained on _teacher_ utterances. `edu-convokit` has a simple way to only annotate teacher utterances which is similar to the one we saw above for student utterances."]},{"cell_type":"code","execution_count":null,"metadata":{"colab":{"base_uri":"https://localhost:8080/","height":400,"referenced_widgets":["ba517f6122364672b315aa24a2634661","2d77343195954f7ebeed13c96bef129f","a5c805ee43ef409497d77176166b733e","7e0fa7d7425f497fb4bffa179aa58f42","507061a7fce8407395df923b3835a459","a9502a1f190549c4b153c6fff8ffba52","b0d3068009d64075b8b5933554e23f51","e09d85fad1ec4a5895de00cb27460bfd","3271f0583be64fbaa6e1763e8ba5a8e9","2f84e834e9804d14b85b14ce99b0f1d9","65365d4c95ca4534adb67c3641089e9c","baaaff9d41a64a63aab3812f21bc1a75","a7b3fa02c488432bb5abf6accea1a1a0","c52643ecdfb643c4a8a3ccebbbe6aba6","cd1440cd012247038c48473083354872","e95c83bac2864b45b5055221ccd3fce1","8b20866690fb4c7891cd0ff5a39ae75a","e673e3f41a75402e857135cd1d9487f6","644aff0ba7e840da8be9cb12ef9d065d","ff03f47ff7174bc2a026001e8f14e98c","6b5cc4a88c3245b3885097b118bde164","03efb2afce3f49a18af1d7aa47dd5cd9","83481c4e1e5b476e96c63df634866e57","22326af4c10a497ab5e523c58b2deae8","38961b46b75e44b1b33f76072007cd24","6d572c05837c4fc8bee3ce64a5bbe5e1","6d252ef949884fc29207c80f6d27b346","a6d5de84bc5b438ca3a80143e0548569","8d947a3e32e6451e98a9748dc0412a06","efbfe6f1498d4f23aec3a28c038a9ceb","2a513a04efed495ba91634390bc5a23a","7b6a03d0832342478974e7dd6eb9ba93","9408971f972043f7937cde0a6434ec72","54b34d286b774fd6bbaeddbbd80cb205","d46cc2d8bd554bc3a07371d7adb7a8b3","fca29d97559645bf8662202895ec194a","95d1c637afa3438dba8dc62f05c8418c","39cce37df81d48bfbd61c4e2695771e3","38395c616fe240978c50e840bdf6fdc6","40243b24bff04db3b527506f6176840a","9fd09b82c0994b9db3ca79f16462144a","32e3719b4b1b46fb98b49923d143e95e","dbca212ddc0647858ba9d7547aa9de08","4a9eeef234684b709d3aa549ecc7fd0e","7a36e29432764cf3a0f2e7805a988f7b","d4a0d8491bbb4951a3c7a5121ab63134","f91dabe95efb48ea86664cef13f9e023","1b15cfd57d7c484c84ffdda41914cbaa","6a95104da66b44ea91664af379ff721f","f09a537483ae46dabe047e2d8bc54863","219cdc6a2b614e5fac57585d7292b037","0ad7dc9fffe74600969e05a108e54a74","5a859cd96be3482d88c2d73fc13909f8","fd752ede9296422c9ca049549e0e323c","1f3f0f09eb964921a3df59099dc98c14"]},"executionInfo":{"elapsed":31356,"status":"ok","timestamp":1703932257256,"user":{"displayName":"Rose Wang","userId":"08647070137360066467"},"user_tz":480},"id":"TGeIj2g1Qul-","outputId":"bbaff2a7-c67b-49e6-f89e-1b9155f1ccba"},"outputs":[{"name":"stderr","output_type":"stream","text":["WARNING:root:Note: This model was trained on teacher focusing questions, so it should be used on teacher utterances.\n"," For more details on the model, see https://aclanthology.org/2022.bea-1.27.pdf\n"]},{"data":{"application/vnd.jupyter.widget-view+json":{"model_id":"ba517f6122364672b315aa24a2634661","version_major":2,"version_minor":0},"text/plain":["tokenizer_config.json: 0%| | 0.00/443 [00:00, ?B/s]"]},"metadata":{},"output_type":"display_data"},{"data":{"application/vnd.jupyter.widget-view+json":{"model_id":"baaaff9d41a64a63aab3812f21bc1a75","version_major":2,"version_minor":0},"text/plain":["vocab.txt: 0%| | 0.00/238k [00:00, ?B/s]"]},"metadata":{},"output_type":"display_data"},{"data":{"application/vnd.jupyter.widget-view+json":{"model_id":"83481c4e1e5b476e96c63df634866e57","version_major":2,"version_minor":0},"text/plain":["special_tokens_map.json: 0%| | 0.00/124 [00:00, ?B/s]"]},"metadata":{},"output_type":"display_data"},{"data":{"application/vnd.jupyter.widget-view+json":{"model_id":"54b34d286b774fd6bbaeddbbd80cb205","version_major":2,"version_minor":0},"text/plain":["config.json: 0%| | 0.00/770 [00:00, ?B/s]"]},"metadata":{},"output_type":"display_data"},{"data":{"application/vnd.jupyter.widget-view+json":{"model_id":"7a36e29432764cf3a0f2e7805a988f7b","version_major":2,"version_minor":0},"text/plain":["pytorch_model.bin: 0%| | 0.00/438M [00:00, ?B/s]"]},"metadata":{},"output_type":"display_data"},{"data":{"text/html":["\n"," \n","
\n","\n","
\n"," \n"," \n"," | \n"," Sentence | \n"," Speaker | \n"," talktime | \n"," student_reasoning | \n"," focusing_questions | \n","
\n"," \n"," \n"," \n"," | 0 | \n"," I'm wondering which is bigger, one half or two... | \n"," T | \n"," 54 | \n"," NaN | \n"," 0.0 | \n","
\n"," \n"," | 1 | \n"," Try the purples. Get three purples. It doesnβt... | \n"," [STUDENT_0] | \n"," 12 | \n"," 0.0 | \n"," NaN | \n","
\n"," \n"," | 2 | \n"," What was it? Two thirds? | \n"," [STUDENT_1] | \n"," 5 | \n"," NaN | \n"," NaN | \n","
\n"," \n"," | 3 | \n"," It would be like brown or something like that. | \n"," [STUDENT_0] | \n"," 9 | \n"," 0.0 | \n"," NaN | \n","
\n"," \n"," | 4 | \n"," Ok | \n"," [STUDENT_1] | \n"," 1 | \n"," NaN | \n"," NaN | \n","
\n"," \n","
\n","
\n","
\n","
\n"],"text/plain":[" Sentence Speaker talktime \\\n","0 I'm wondering which is bigger, one half or two... T 54 \n","1 Try the purples. Get three purples. It doesnβt... [STUDENT_0] 12 \n","2 What was it? Two thirds? [STUDENT_1] 5 \n","3 It would be like brown or something like that. [STUDENT_0] 9 \n","4 Ok [STUDENT_1] 1 \n","\n"," student_reasoning focusing_questions \n","0 NaN 0.0 \n","1 0.0 NaN \n","2 NaN NaN \n","3 0.0 NaN \n","4 NaN NaN "]},"execution_count":6,"metadata":{},"output_type":"execute_result"}],"source":["# The focusing questions annotation will be populated in this column\n","FOCUSING_QUESTIONS_COLUMN = \"focusing_questions\"\n","\n","df = annotator.get_focusing_questions(\n"," df=df,\n"," speaker_column=SPEAKER_COLUMN,\n"," text_column=TEXT_COLUMN,\n"," output_column=FOCUSING_QUESTIONS_COLUMN,\n"," # Since this model is only trained on _teacher_ utterances,\n"," # we can explicitly pass in the speaker names associated to the teacher.\n"," speaker_value=['T']\n",")\n","\n","df.head()"]},{"cell_type":"markdown","metadata":{"id":"8XK4ZHg7Qul_"},"source":["π Great! We've added our third annotation -- `focusing_questions` -- to our data!\n","\n","π‘ Note:\n","- `focusing_questions` is NaN for the student utterances.\n","- Similar to before, `focusing_questions` is either 1.0 or 0.0. 1.0 means the model thinks the educator is using a focusing question, and 0.0 means the model thinks the educator is not using a focusing question."]},{"cell_type":"markdown","metadata":{"id":"jpXVgdFIQul_"},"source":["## π Annotating Conversational Uptake\n","\n","Let's annotate the educator's conversational uptake of the student.\n","Under the hood, we're using a model trained from [prior work](https://github.com/ddemszky/conversational-uptake).\n","It measures whether the educator builds on the contribution of the student's utterance.\n","\n","So...\n","\n","π‘ Note:\n","- This model will run slow on CPU, so we recommend using a GPU. If you have a GPU, this library will automatically use it.\n","- This model is trained on teacher utterances following student utterances. `edu-convokit` has a simple way to only annotate these teacher utterances which is similar to the function calls we saw before.\n"]},{"cell_type":"code","execution_count":null,"metadata":{"colab":{"base_uri":"https://localhost:8080/","height":281,"referenced_widgets":["f391db4cd84b4824b3aefbbdf9e89e49","fa2b3523edc643e6aacf294a3d17f975","662c005df3044164a86879c1285d4634","7efaabb625b84523942d7a6a158a5397","d9ca2ffd1d864148b32bba97809225eb","5195985e5fd84185b9bf74b73fe00ae6","2bdf27bb6f58409a8e1a348cb6bb87dc","e399e03dafd44fafa07fbeee05040e29","7ea0910eb50549feb0f1ec2684c5c62e","1c48e61ba92b411eb86b344475caa67b","2fd336f3e5f74626822462f63a144a7b","2e1ac0e3114e4bc89fa3c8b5cd681d34","56dcda8f819f4d1cbb73498328fc29da","1e4d7d8fa2ad40f7bcd734cac4d8f918","7b46e3d597624645aa95dab93a62b11b","669f9ea5fbc44b1a90f4f23371d3a3f4","43e8669e08e44c49975c903995e4c7b2","73042b370e354153a06dec2c1da989cc","95df46cf71cb4b1abb952e37db5d9b81","04ec5f5de26046f9837d6897afb46e71","e0917120f96c40a3aae53517a6a34453","228d988379ee4f39bbf7de8f238a21d8","d0b3cf8f953e44b4bf991851573c9b75","42cf702d413b476f9874634a8e64fdcb","1fae955ff2524bc5ab83a527c071676a","beb1f5caa1f748caa03c9a50d5fa2e99","3062fd004213433883961df72d959129","6adc65375461463aa77f5be0cff206c0","a128d671d27d46369e13bb291f69d3f9","cb1aebe61e014b148c72f43f257a4a37","3cf50235ec1743fea0ac8de5861d9e1a","83c6982d84ba4800934862113ab8ba4e","99369c4a7d2446c09fb14093d164b406","1ed87af90d734a4796fda6085eb08a97","46b39d17e33f4d9eb8dc47be95846eeb","afe2a61fed624fe2843a59abb7b69aef","2e976ac6861246d7880857a666adb63f","706d65d6c6cd41b595ccf3e83a94bdff","b4032d0fe796450e8697364194d98b88","d4f7903534834d808d34b164f745afe1","8261daed1a184be2a08ab47e04e61bbf","7bbfdde00b394382a0e13bec21dcadd0","26cc55ab692d45759376cef9898a8b07","e5df7a663d624bca8443e4e040fdd64b","5a0a99b11b694fc5bd2bdc6ef6bf4909","682c28862a624dcb99ab3b35851fe3e6","92389dcacedf48fd8df564784d4c5abb","62d4f80d9a6b45679174ae52fa0fa555","9782ae0213f74183b049c2b05e82083c","360f9e67f367423c8bf74433d92005c8","efab379638bf49aba3b9dc2a6310f36d","b7bca0c9dd3d4c3ca17d0709d69bde13","62a081bfde68472fb25fddb1856345c3","ae77ee3b6149496f9e9063e85711ca15","fa53aa83f8544f9191a539957b3805ff","d36ff1170f4b46b59622718e36197b31","6515923aefa042feac0318dc66111874","a31d2cd3f39643f78fb4c75a9e9e8448","386f24a73da44170aac2690ce4a0123a","1f5cf0cb2d624e2db4f4e0d7dcfd0586","f49d48cf1c6a497aa66c5adff086bbea","15afa9db892345269f84b1f30e8f032a","be10389831194348b7a4ef1922b4c048","0bf259e1b0ba47a592723bd4b4f0cf96","901de4a180df447a977b4f655a70318d","5f7730b6dfd8459f9a7b883ff9821970"]},"executionInfo":{"elapsed":32460,"status":"ok","timestamp":1703932294276,"user":{"displayName":"Rose Wang","userId":"08647070137360066467"},"user_tz":480},"id":"UbGtELCFQul_","outputId":"1d4a27f0-dce6-4cb6-d3cd-f36f118574ef"},"outputs":[{"name":"stderr","output_type":"stream","text":["WARNING:root:Note: This model was trained on teacher's uptake of student's utterances. So, speaker1 should be the student and speaker2 should be the teacher.\n"," For more details on the model, see https://arxiv.org/pdf/2106.03873.pdf\n","WARNING:root:Note: It's recommended that you merge utterances from the same speaker before running this model. You can do that with edu_convokit.text_preprocessing.merge_utterances_from_same_speaker.\n"]},{"data":{"application/vnd.jupyter.widget-view+json":{"model_id":"f391db4cd84b4824b3aefbbdf9e89e49","version_major":2,"version_minor":0},"text/plain":["tokenizer_config.json: 0%| | 0.00/28.0 [00:00, ?B/s]"]},"metadata":{},"output_type":"display_data"},{"data":{"application/vnd.jupyter.widget-view+json":{"model_id":"2e1ac0e3114e4bc89fa3c8b5cd681d34","version_major":2,"version_minor":0},"text/plain":["vocab.txt: 0%| | 0.00/232k [00:00, ?B/s]"]},"metadata":{},"output_type":"display_data"},{"data":{"application/vnd.jupyter.widget-view+json":{"model_id":"d0b3cf8f953e44b4bf991851573c9b75","version_major":2,"version_minor":0},"text/plain":["tokenizer.json: 0%| | 0.00/466k [00:00, ?B/s]"]},"metadata":{},"output_type":"display_data"},{"data":{"application/vnd.jupyter.widget-view+json":{"model_id":"1ed87af90d734a4796fda6085eb08a97","version_major":2,"version_minor":0},"text/plain":["config.json: 0%| | 0.00/570 [00:00, ?B/s]"]},"metadata":{},"output_type":"display_data"},{"data":{"application/vnd.jupyter.widget-view+json":{"model_id":"5a0a99b11b694fc5bd2bdc6ef6bf4909","version_major":2,"version_minor":0},"text/plain":["config.json: 0%| | 0.00/585 [00:00, ?B/s]"]},"metadata":{},"output_type":"display_data"},{"data":{"application/vnd.jupyter.widget-view+json":{"model_id":"d36ff1170f4b46b59622718e36197b31","version_major":2,"version_minor":0},"text/plain":["pytorch_model.bin: 0%| | 0.00/438M [00:00, ?B/s]"]},"metadata":{},"output_type":"display_data"}],"source":["UPTAKE_COLUMN = \"uptake\"\n","\n","df = annotator.get_uptake(\n"," df=df,\n"," speaker_column=SPEAKER_COLUMN,\n"," text_column=TEXT_COLUMN,\n"," output_column=UPTAKE_COLUMN,\n"," # We want to specify the first speaker to be the students.\n"," speaker1=known_replacement_names,\n"," # We want to specify the second speaker to be the teacher\n"," speaker2='T'\n",")"]},{"cell_type":"code","execution_count":null,"metadata":{"colab":{"base_uri":"https://localhost:8080/","height":676},"executionInfo":{"elapsed":7,"status":"ok","timestamp":1703932294276,"user":{"displayName":"Rose Wang","userId":"08647070137360066467"},"user_tz":480},"id":"mXouFjUSQul_","outputId":"c801f89a-b8ba-452d-9031-58063ddeb390"},"outputs":[{"data":{"text/html":["\n"," \n","
\n","\n","
\n"," \n"," \n"," | \n"," Sentence | \n"," Speaker | \n"," talktime | \n"," student_reasoning | \n"," focusing_questions | \n"," uptake | \n","
\n"," \n"," \n"," \n"," | 0 | \n"," I'm wondering which is bigger, one half or two... | \n"," T | \n"," 54 | \n"," NaN | \n"," 0.0 | \n"," NaN | \n","
\n"," \n"," | 1 | \n"," Try the purples. Get three purples. It doesnβt... | \n"," [STUDENT_0] | \n"," 12 | \n"," 0.0 | \n"," NaN | \n"," NaN | \n","
\n"," \n"," | 2 | \n"," What was it? Two thirds? | \n"," [STUDENT_1] | \n"," 5 | \n"," NaN | \n"," NaN | \n"," NaN | \n","
\n"," \n"," | 3 | \n"," It would be like brown or something like that. | \n"," [STUDENT_0] | \n"," 9 | \n"," 0.0 | \n"," NaN | \n"," NaN | \n","
\n"," \n"," | 4 | \n"," Ok | \n"," [STUDENT_1] | \n"," 1 | \n"," NaN | \n"," NaN | \n"," NaN | \n","
\n"," \n"," | 5 | \n"," Weβre not doing the one third, weβre doing two... | \n"," [STUDENT_0] | \n"," 14 | \n"," 0.0 | \n"," NaN | \n"," NaN | \n","
\n"," \n"," | 6 | \n"," First weβve got to find out what a third of it... | \n"," [STUDENT_1] | \n"," 18 | \n"," 0.0 | \n"," NaN | \n"," NaN | \n","
\n"," \n"," | 7 | \n"," One third? | \n"," [STUDENT_0] | \n"," 2 | \n"," NaN | \n"," NaN | \n"," NaN | \n","
\n"," \n"," | 8 | \n"," Whatβs third of an orange? Letβs start a diffe... | \n"," [STUDENT_1] | \n"," 21 | \n"," 0.0 | \n"," NaN | \n"," NaN | \n","
\n"," \n"," | 9 | \n"," Alright, yeah, I was thinking of that way before | \n"," [STUDENT_0] | \n"," 9 | \n"," 0.0 | \n"," NaN | \n"," NaN | \n","
\n"," \n"," | 10 | \n"," And you can take the take the red, and the lig... | \n"," [STUDENT_1] | \n"," 35 | \n"," 0.0 | \n"," NaN | \n"," NaN | \n","
\n"," \n"," | 11 | \n"," She asked, which is bigger, one half or two th... | \n"," [STUDENT_0] | \n"," 10 | \n"," 0.0 | \n"," NaN | \n"," NaN | \n","
\n"," \n"," | 12 | \n"," One half or two thirds? Now take six of the ones | \n"," [STUDENT_1] | \n"," 11 | \n"," 0.0 | \n"," NaN | \n"," NaN | \n","
\n"," \n"," | 13 | \n"," Yeah, I know, and put βem up to there, and tha... | \n"," [STUDENT_0] | \n"," 30 | \n"," 0.0 | \n"," NaN | \n"," NaN | \n","
\n"," \n"," | 14 | \n"," Now take six of the ones Which is bigger? | \n"," T | \n"," 9 | \n"," NaN | \n"," 0.0 | \n"," 1.0 | \n","
\n"," \n"," | 15 | \n"," One half | \n"," [STUDENT_2] | \n"," 2 | \n"," NaN | \n"," NaN | \n"," NaN | \n","
\n"," \n"," | 16 | \n"," I think one half is... | \n"," [STUDENT_0] | \n"," 5 | \n"," NaN | \n"," NaN | \n"," NaN | \n","
\n"," \n"," | 17 | \n"," Yes, [STUDENT_0] and [STUDENT_1]? | \n"," T | \n"," 4 | \n"," NaN | \n"," 0.0 | \n"," 0.0 | \n","
\n"," \n"," | 18 | \n"," What do you have? | \n"," [STUDENT_0] | \n"," 4 | \n"," NaN | \n"," NaN | \n"," NaN | \n","
\n"," \n"," | 19 | \n"," Well | \n"," [STUDENT_1] and [STUDENT_0] | \n"," 1 | \n"," NaN | \n"," NaN | \n"," NaN | \n","
\n"," \n","
\n","
\n","
\n","
\n"],"text/plain":[" Sentence \\\n","0 I'm wondering which is bigger, one half or two... \n","1 Try the purples. Get three purples. It doesnβt... \n","2 What was it? Two thirds? \n","3 It would be like brown or something like that. \n","4 Ok \n","5 Weβre not doing the one third, weβre doing two... \n","6 First weβve got to find out what a third of it... \n","7 One third? \n","8 Whatβs third of an orange? Letβs start a diffe... \n","9 Alright, yeah, I was thinking of that way before \n","10 And you can take the take the red, and the lig... \n","11 She asked, which is bigger, one half or two th... \n","12 One half or two thirds? Now take six of the ones \n","13 Yeah, I know, and put βem up to there, and tha... \n","14 Now take six of the ones Which is bigger? \n","15 One half \n","16 I think one half is... \n","17 Yes, [STUDENT_0] and [STUDENT_1]? \n","18 What do you have? \n","19 Well \n","\n"," Speaker talktime student_reasoning \\\n","0 T 54 NaN \n","1 [STUDENT_0] 12 0.0 \n","2 [STUDENT_1] 5 NaN \n","3 [STUDENT_0] 9 0.0 \n","4 [STUDENT_1] 1 NaN \n","5 [STUDENT_0] 14 0.0 \n","6 [STUDENT_1] 18 0.0 \n","7 [STUDENT_0] 2 NaN \n","8 [STUDENT_1] 21 0.0 \n","9 [STUDENT_0] 9 0.0 \n","10 [STUDENT_1] 35 0.0 \n","11 [STUDENT_0] 10 0.0 \n","12 [STUDENT_1] 11 0.0 \n","13 [STUDENT_0] 30 0.0 \n","14 T 9 NaN \n","15 [STUDENT_2] 2 NaN \n","16 [STUDENT_0] 5 NaN \n","17 T 4 NaN \n","18 [STUDENT_0] 4 NaN \n","19 [STUDENT_1] and [STUDENT_0] 1 NaN \n","\n"," focusing_questions uptake \n","0 0.0 NaN \n","1 NaN NaN \n","2 NaN NaN \n","3 NaN NaN \n","4 NaN NaN \n","5 NaN NaN \n","6 NaN NaN \n","7 NaN NaN \n","8 NaN NaN \n","9 NaN NaN \n","10 NaN NaN \n","11 NaN NaN \n","12 NaN NaN \n","13 NaN NaN \n","14 0.0 1.0 \n","15 NaN NaN \n","16 NaN NaN \n","17 0.0 0.0 \n","18 NaN NaN \n","19 NaN NaN "]},"execution_count":8,"metadata":{},"output_type":"execute_result"}],"source":["df.head(20)"]},{"cell_type":"markdown","metadata":{"id":"YdSyylvvQul_"},"source":["π Great, we finished our last annotation of the tutorial!\n","\n","With these annotations, we can now do some analysis on our data.\n","\n","We can save our annotated data to a file which we'll use in the next tutorial on `Analyzer`s: [link](TODO).\n"]},{"cell_type":"code","execution_count":null,"metadata":{"id":"1zspJNWjQul_"},"outputs":[],"source":["df.to_csv(\"annotated_data.csv\", index=False)"]},{"cell_type":"markdown","metadata":{"id":"Pp_W7hJXQul_"},"source":["## π Conclusion and Where to Go From Here\n","\n","In this tutorial, we learned how to use `Annotator` to annotate our data. With one simple function call, we were able to annotate:\n","- Talk Time\n","- Student Reasoning\n","- Teacher Focusing Questions\n","- Conversational Uptake\n","\n","What are some natural next steps?\n","- You can annotate with other features. Please refer to the [documentation](https://edu-convokit.readthedocs.io/en/latest/) for an exhaustive list of features. Or, you can add your own features by making a pull request to the [repo](https://github.com/rosewang2008/edu-convokit).\n","- You can analyze your data with [`edu-convokit`'s `Analyzer`](https://colab.research.google.com/drive/1xfrq5Ka3FZH7t9l87u4sa_oMlmMvuTfe).\n","- For a tutorial on `Analyzer`, please refer to [this tutorial](https://colab.research.google.com/drive/1xfrq5Ka3FZH7t9l87u4sa_oMlmMvuTfe).\n","- For the documentation on `Analyzer`, please refer to [this documentation](https://edu-convokit.readthedocs.io/en/latest/analyzer.html).\n","\n","If you have any questions, please feel free to reach out to us on [`edu-convokit`'s GitHub](https://github.com/rosewang2008/edu-convokit).\n","\n","π Happy exploring your data with `edu-convokit`!"]},{"cell_type":"code","execution_count":null,"metadata":{"id":"XV4_KzKFpdJv"},"outputs":[],"source":[]}],"metadata":{"colab":{"provenance":[]},"kernelspec":{"display_name":"Python 3","language":"python","name":"python3"},"language_info":{"codemirror_mode":{"name":"ipython","version":3},"file_extension":".py","mimetype":"text/x-python","name":"python","nbconvert_exporter":"python","pygments_lexer":"ipython3","version":"3.11.5"},"widgets":{"application/vnd.jupyter.widget-state+json":{"01638eb1127f4d6eacc0376d0a88b306":{"model_module":"@jupyter-widgets/controls","model_module_version":"1.5.0","model_name":"HTMLModel","state":{"_dom_classes":[],"_model_module":"@jupyter-widgets/controls","_model_module_version":"1.5.0","_model_name":"HTMLModel","_view_count":null,"_view_module":"@jupyter-widgets/controls","_view_module_version":"1.5.0","_view_name":"HTMLView","description":"","description_tooltip":null,"layout":"IPY_MODEL_cc7a2fc33e704c93a89a3833c2325212","placeholder":"β","style":"IPY_MODEL_e72d8293f91242dd905d16db75a8f861","value":"vocab.txt: 100%"}},"03efb2afce3f49a18af1d7aa47dd5cd9":{"model_module":"@jupyter-widgets/controls","model_module_version":"1.5.0","model_name":"DescriptionStyleModel","state":{"_model_module":"@jupyter-widgets/controls","_model_module_version":"1.5.0","_model_name":"DescriptionStyleModel","_view_count":null,"_view_module":"@jupyter-widgets/base","_view_module_version":"1.2.0","_view_name":"StyleView","description_width":""}},"04ec5f5de26046f9837d6897afb46e71":{"model_module":"@jupyter-widgets/controls","model_module_version":"1.5.0","model_name":"ProgressStyleModel","state":{"_model_module":"@jupyter-widgets/controls","_model_module_version":"1.5.0","_model_name":"ProgressStyleModel","_view_count":null,"_view_module":"@jupyter-widgets/base","_view_module_version":"1.2.0","_view_name":"StyleView","bar_color":null,"description_width":""}},"07dd9ef8633143efaf919e09cd63188c":{"model_module":"@jupyter-widgets/controls","model_module_version":"1.5.0","model_name":"DescriptionStyleModel","state":{"_model_module":"@jupyter-widgets/controls","_model_module_version":"1.5.0","_model_name":"DescriptionStyleModel","_view_count":null,"_view_module":"@jupyter-widgets/base","_view_module_version":"1.2.0","_view_name":"StyleView","description_width":""}},"09ead46f1b0a43bda66b55d17b5fed6f":{"model_module":"@jupyter-widgets/base","model_module_version":"1.2.0","model_name":"LayoutModel","state":{"_model_module":"@jupyter-widgets/base","_model_module_version":"1.2.0","_model_name":"LayoutModel","_view_count":null,"_view_module":"@jupyter-widgets/base","_view_module_version":"1.2.0","_view_name":"LayoutView","align_content":null,"align_items":null,"align_self":null,"border":null,"bottom":null,"display":null,"flex":null,"flex_flow":null,"grid_area":null,"grid_auto_columns":null,"grid_auto_flow":null,"grid_auto_rows":null,"grid_column":null,"grid_gap":null,"grid_row":null,"grid_template_areas":null,"grid_template_columns":null,"grid_template_rows":null,"height":null,"justify_content":null,"justify_items":null,"left":null,"margin":null,"max_height":null,"max_width":null,"min_height":null,"min_width":null,"object_fit":null,"object_position":null,"order":null,"overflow":null,"overflow_x":null,"overflow_y":null,"padding":null,"right":null,"top":null,"visibility":null,"width":null}},"0ad7dc9fffe74600969e05a108e54a74":{"model_module":"@jupyter-widgets/base","model_module_version":"1.2.0","model_name":"LayoutModel","state":{"_model_module":"@jupyter-widgets/base","_model_module_version":"1.2.0","_model_name":"LayoutModel","_view_count":null,"_view_module":"@jupyter-widgets/base","_view_module_version":"1.2.0","_view_name":"LayoutView","align_content":null,"align_items":null,"align_self":null,"border":null,"bottom":null,"display":null,"flex":null,"flex_flow":null,"grid_area":null,"grid_auto_columns":null,"grid_auto_flow":null,"grid_auto_rows":null,"grid_column":null,"grid_gap":null,"grid_row":null,"grid_template_areas":null,"grid_template_columns":null,"grid_template_rows":null,"height":null,"justify_content":null,"justify_items":null,"left":null,"margin":null,"max_height":null,"max_width":null,"min_height":null,"min_width":null,"object_fit":null,"object_position":null,"order":null,"overflow":null,"overflow_x":null,"overflow_y":null,"padding":null,"right":null,"top":null,"visibility":null,"width":null}},"0bf259e1b0ba47a592723bd4b4f0cf96":{"model_module":"@jupyter-widgets/controls","model_module_version":"1.5.0","model_name":"ProgressStyleModel","state":{"_model_module":"@jupyter-widgets/controls","_model_module_version":"1.5.0","_model_name":"ProgressStyleModel","_view_count":null,"_view_module":"@jupyter-widgets/base","_view_module_version":"1.2.0","_view_name":"StyleView","bar_color":null,"description_width":""}},"0df67a54af9c454cb15b3bcb678f83f2":{"model_module":"@jupyter-widgets/base","model_module_version":"1.2.0","model_name":"LayoutModel","state":{"_model_module":"@jupyter-widgets/base","_model_module_version":"1.2.0","_model_name":"LayoutModel","_view_count":null,"_view_module":"@jupyter-widgets/base","_view_module_version":"1.2.0","_view_name":"LayoutView","align_content":null,"align_items":null,"align_self":null,"border":null,"bottom":null,"display":null,"flex":null,"flex_flow":null,"grid_area":null,"grid_auto_columns":null,"grid_auto_flow":null,"grid_auto_rows":null,"grid_column":null,"grid_gap":null,"grid_row":null,"grid_template_areas":null,"grid_template_columns":null,"grid_template_rows":null,"height":null,"justify_content":null,"justify_items":null,"left":null,"margin":null,"max_height":null,"max_width":null,"min_height":null,"min_width":null,"object_fit":null,"object_position":null,"order":null,"overflow":null,"overflow_x":null,"overflow_y":null,"padding":null,"right":null,"top":null,"visibility":null,"width":null}},"0f6b499a447241d98cc68371f6b1e3be":{"model_module":"@jupyter-widgets/base","model_module_version":"1.2.0","model_name":"LayoutModel","state":{"_model_module":"@jupyter-widgets/base","_model_module_version":"1.2.0","_model_name":"LayoutModel","_view_count":null,"_view_module":"@jupyter-widgets/base","_view_module_version":"1.2.0","_view_name":"LayoutView","align_content":null,"align_items":null,"align_self":null,"border":null,"bottom":null,"display":null,"flex":null,"flex_flow":null,"grid_area":null,"grid_auto_columns":null,"grid_auto_flow":null,"grid_auto_rows":null,"grid_column":null,"grid_gap":null,"grid_row":null,"grid_template_areas":null,"grid_template_columns":null,"grid_template_rows":null,"height":null,"justify_content":null,"justify_items":null,"left":null,"margin":null,"max_height":null,"max_width":null,"min_height":null,"min_width":null,"object_fit":null,"object_position":null,"order":null,"overflow":null,"overflow_x":null,"overflow_y":null,"padding":null,"right":null,"top":null,"visibility":null,"width":null}},"1054c4f96f0c4d02b227b89688d6e219":{"model_module":"@jupyter-widgets/base","model_module_version":"1.2.0","model_name":"LayoutModel","state":{"_model_module":"@jupyter-widgets/base","_model_module_version":"1.2.0","_model_name":"LayoutModel","_view_count":null,"_view_module":"@jupyter-widgets/base","_view_module_version":"1.2.0","_view_name":"LayoutView","align_content":null,"align_items":null,"align_self":null,"border":null,"bottom":null,"display":null,"flex":null,"flex_flow":null,"grid_area":null,"grid_auto_columns":null,"grid_auto_flow":null,"grid_auto_rows":null,"grid_column":null,"grid_gap":null,"grid_row":null,"grid_template_areas":null,"grid_template_columns":null,"grid_template_rows":null,"height":null,"justify_content":null,"justify_items":null,"left":null,"margin":null,"max_height":null,"max_width":null,"min_height":null,"min_width":null,"object_fit":null,"object_position":null,"order":null,"overflow":null,"overflow_x":null,"overflow_y":null,"padding":null,"right":null,"top":null,"visibility":null,"width":null}},"15afa9db892345269f84b1f30e8f032a":{"model_module":"@jupyter-widgets/controls","model_module_version":"1.5.0","model_name":"DescriptionStyleModel","state":{"_model_module":"@jupyter-widgets/controls","_model_module_version":"1.5.0","_model_name":"DescriptionStyleModel","_view_count":null,"_view_module":"@jupyter-widgets/base","_view_module_version":"1.2.0","_view_name":"StyleView","description_width":""}},"19fad3225a7d4a0fb72b08418dc67f01":{"model_module":"@jupyter-widgets/base","model_module_version":"1.2.0","model_name":"LayoutModel","state":{"_model_module":"@jupyter-widgets/base","_model_module_version":"1.2.0","_model_name":"LayoutModel","_view_count":null,"_view_module":"@jupyter-widgets/base","_view_module_version":"1.2.0","_view_name":"LayoutView","align_content":null,"align_items":null,"align_self":null,"border":null,"bottom":null,"display":null,"flex":null,"flex_flow":null,"grid_area":null,"grid_auto_columns":null,"grid_auto_flow":null,"grid_auto_rows":null,"grid_column":null,"grid_gap":null,"grid_row":null,"grid_template_areas":null,"grid_template_columns":null,"grid_template_rows":null,"height":null,"justify_content":null,"justify_items":null,"left":null,"margin":null,"max_height":null,"max_width":null,"min_height":null,"min_width":null,"object_fit":null,"object_position":null,"order":null,"overflow":null,"overflow_x":null,"overflow_y":null,"padding":null,"right":null,"top":null,"visibility":null,"width":null}},"1b15cfd57d7c484c84ffdda41914cbaa":{"model_module":"@jupyter-widgets/controls","model_module_version":"1.5.0","model_name":"HTMLModel","state":{"_dom_classes":[],"_model_module":"@jupyter-widgets/controls","_model_module_version":"1.5.0","_model_name":"HTMLModel","_view_count":null,"_view_module":"@jupyter-widgets/controls","_view_module_version":"1.5.0","_view_name":"HTMLView","description":"","description_tooltip":null,"layout":"IPY_MODEL_fd752ede9296422c9ca049549e0e323c","placeholder":"β","style":"IPY_MODEL_1f3f0f09eb964921a3df59099dc98c14","value":" 438M/438M [00:22<00:00, 21.0MB/s]"}},"1c48e61ba92b411eb86b344475caa67b":{"model_module":"@jupyter-widgets/base","model_module_version":"1.2.0","model_name":"LayoutModel","state":{"_model_module":"@jupyter-widgets/base","_model_module_version":"1.2.0","_model_name":"LayoutModel","_view_count":null,"_view_module":"@jupyter-widgets/base","_view_module_version":"1.2.0","_view_name":"LayoutView","align_content":null,"align_items":null,"align_self":null,"border":null,"bottom":null,"display":null,"flex":null,"flex_flow":null,"grid_area":null,"grid_auto_columns":null,"grid_auto_flow":null,"grid_auto_rows":null,"grid_column":null,"grid_gap":null,"grid_row":null,"grid_template_areas":null,"grid_template_columns":null,"grid_template_rows":null,"height":null,"justify_content":null,"justify_items":null,"left":null,"margin":null,"max_height":null,"max_width":null,"min_height":null,"min_width":null,"object_fit":null,"object_position":null,"order":null,"overflow":null,"overflow_x":null,"overflow_y":null,"padding":null,"right":null,"top":null,"visibility":null,"width":null}},"1e4d7d8fa2ad40f7bcd734cac4d8f918":{"model_module":"@jupyter-widgets/controls","model_module_version":"1.5.0","model_name":"FloatProgressModel","state":{"_dom_classes":[],"_model_module":"@jupyter-widgets/controls","_model_module_version":"1.5.0","_model_name":"FloatProgressModel","_view_count":null,"_view_module":"@jupyter-widgets/controls","_view_module_version":"1.5.0","_view_name":"ProgressView","bar_style":"success","description":"","description_tooltip":null,"layout":"IPY_MODEL_95df46cf71cb4b1abb952e37db5d9b81","max":231508,"min":0,"orientation":"horizontal","style":"IPY_MODEL_04ec5f5de26046f9837d6897afb46e71","value":231508}},"1ed87af90d734a4796fda6085eb08a97":{"model_module":"@jupyter-widgets/controls","model_module_version":"1.5.0","model_name":"HBoxModel","state":{"_dom_classes":[],"_model_module":"@jupyter-widgets/controls","_model_module_version":"1.5.0","_model_name":"HBoxModel","_view_count":null,"_view_module":"@jupyter-widgets/controls","_view_module_version":"1.5.0","_view_name":"HBoxView","box_style":"","children":["IPY_MODEL_46b39d17e33f4d9eb8dc47be95846eeb","IPY_MODEL_afe2a61fed624fe2843a59abb7b69aef","IPY_MODEL_2e976ac6861246d7880857a666adb63f"],"layout":"IPY_MODEL_706d65d6c6cd41b595ccf3e83a94bdff"}},"1f3f0f09eb964921a3df59099dc98c14":{"model_module":"@jupyter-widgets/controls","model_module_version":"1.5.0","model_name":"DescriptionStyleModel","state":{"_model_module":"@jupyter-widgets/controls","_model_module_version":"1.5.0","_model_name":"DescriptionStyleModel","_view_count":null,"_view_module":"@jupyter-widgets/base","_view_module_version":"1.2.0","_view_name":"StyleView","description_width":""}},"1f5cf0cb2d624e2db4f4e0d7dcfd0586":{"model_module":"@jupyter-widgets/base","model_module_version":"1.2.0","model_name":"LayoutModel","state":{"_model_module":"@jupyter-widgets/base","_model_module_version":"1.2.0","_model_name":"LayoutModel","_view_count":null,"_view_module":"@jupyter-widgets/base","_view_module_version":"1.2.0","_view_name":"LayoutView","align_content":null,"align_items":null,"align_self":null,"border":null,"bottom":null,"display":null,"flex":null,"flex_flow":null,"grid_area":null,"grid_auto_columns":null,"grid_auto_flow":null,"grid_auto_rows":null,"grid_column":null,"grid_gap":null,"grid_row":null,"grid_template_areas":null,"grid_template_columns":null,"grid_template_rows":null,"height":null,"justify_content":null,"justify_items":null,"left":null,"margin":null,"max_height":null,"max_width":null,"min_height":null,"min_width":null,"object_fit":null,"object_position":null,"order":null,"overflow":null,"overflow_x":null,"overflow_y":null,"padding":null,"right":null,"top":null,"visibility":null,"width":null}},"1fae955ff2524bc5ab83a527c071676a":{"model_module":"@jupyter-widgets/controls","model_module_version":"1.5.0","model_name":"FloatProgressModel","state":{"_dom_classes":[],"_model_module":"@jupyter-widgets/controls","_model_module_version":"1.5.0","_model_name":"FloatProgressModel","_view_count":null,"_view_module":"@jupyter-widgets/controls","_view_module_version":"1.5.0","_view_name":"ProgressView","bar_style":"success","description":"","description_tooltip":null,"layout":"IPY_MODEL_cb1aebe61e014b148c72f43f257a4a37","max":466062,"min":0,"orientation":"horizontal","style":"IPY_MODEL_3cf50235ec1743fea0ac8de5861d9e1a","value":466062}},"219cdc6a2b614e5fac57585d7292b037":{"model_module":"@jupyter-widgets/controls","model_module_version":"1.5.0","model_name":"DescriptionStyleModel","state":{"_model_module":"@jupyter-widgets/controls","_model_module_version":"1.5.0","_model_name":"DescriptionStyleModel","_view_count":null,"_view_module":"@jupyter-widgets/base","_view_module_version":"1.2.0","_view_name":"StyleView","description_width":""}},"22326af4c10a497ab5e523c58b2deae8":{"model_module":"@jupyter-widgets/controls","model_module_version":"1.5.0","model_name":"HTMLModel","state":{"_dom_classes":[],"_model_module":"@jupyter-widgets/controls","_model_module_version":"1.5.0","_model_name":"HTMLModel","_view_count":null,"_view_module":"@jupyter-widgets/controls","_view_module_version":"1.5.0","_view_name":"HTMLView","description":"","description_tooltip":null,"layout":"IPY_MODEL_a6d5de84bc5b438ca3a80143e0548569","placeholder":"β","style":"IPY_MODEL_8d947a3e32e6451e98a9748dc0412a06","value":"special_tokens_map.json: 100%"}},"228d988379ee4f39bbf7de8f238a21d8":{"model_module":"@jupyter-widgets/controls","model_module_version":"1.5.0","model_name":"DescriptionStyleModel","state":{"_model_module":"@jupyter-widgets/controls","_model_module_version":"1.5.0","_model_name":"DescriptionStyleModel","_view_count":null,"_view_module":"@jupyter-widgets/base","_view_module_version":"1.2.0","_view_name":"StyleView","description_width":""}},"22df55bbc0ea40c6b822f9968d357b28":{"model_module":"@jupyter-widgets/controls","model_module_version":"1.5.0","model_name":"DescriptionStyleModel","state":{"_model_module":"@jupyter-widgets/controls","_model_module_version":"1.5.0","_model_name":"DescriptionStyleModel","_view_count":null,"_view_module":"@jupyter-widgets/base","_view_module_version":"1.2.0","_view_name":"StyleView","description_width":""}},"23af1474081f4e4fb04ca78fdd4c999e":{"model_module":"@jupyter-widgets/base","model_module_version":"1.2.0","model_name":"LayoutModel","state":{"_model_module":"@jupyter-widgets/base","_model_module_version":"1.2.0","_model_name":"LayoutModel","_view_count":null,"_view_module":"@jupyter-widgets/base","_view_module_version":"1.2.0","_view_name":"LayoutView","align_content":null,"align_items":null,"align_self":null,"border":null,"bottom":null,"display":null,"flex":null,"flex_flow":null,"grid_area":null,"grid_auto_columns":null,"grid_auto_flow":null,"grid_auto_rows":null,"grid_column":null,"grid_gap":null,"grid_row":null,"grid_template_areas":null,"grid_template_columns":null,"grid_template_rows":null,"height":null,"justify_content":null,"justify_items":null,"left":null,"margin":null,"max_height":null,"max_width":null,"min_height":null,"min_width":null,"object_fit":null,"object_position":null,"order":null,"overflow":null,"overflow_x":null,"overflow_y":null,"padding":null,"right":null,"top":null,"visibility":null,"width":null}},"26cc55ab692d45759376cef9898a8b07":{"model_module":"@jupyter-widgets/base","model_module_version":"1.2.0","model_name":"LayoutModel","state":{"_model_module":"@jupyter-widgets/base","_model_module_version":"1.2.0","_model_name":"LayoutModel","_view_count":null,"_view_module":"@jupyter-widgets/base","_view_module_version":"1.2.0","_view_name":"LayoutView","align_content":null,"align_items":null,"align_self":null,"border":null,"bottom":null,"display":null,"flex":null,"flex_flow":null,"grid_area":null,"grid_auto_columns":null,"grid_auto_flow":null,"grid_auto_rows":null,"grid_column":null,"grid_gap":null,"grid_row":null,"grid_template_areas":null,"grid_template_columns":null,"grid_template_rows":null,"height":null,"justify_content":null,"justify_items":null,"left":null,"margin":null,"max_height":null,"max_width":null,"min_height":null,"min_width":null,"object_fit":null,"object_position":null,"order":null,"overflow":null,"overflow_x":null,"overflow_y":null,"padding":null,"right":null,"top":null,"visibility":null,"width":null}},"2a513a04efed495ba91634390bc5a23a":{"model_module":"@jupyter-widgets/controls","model_module_version":"1.5.0","model_name":"ProgressStyleModel","state":{"_model_module":"@jupyter-widgets/controls","_model_module_version":"1.5.0","_model_name":"ProgressStyleModel","_view_count":null,"_view_module":"@jupyter-widgets/base","_view_module_version":"1.2.0","_view_name":"StyleView","bar_color":null,"description_width":""}},"2bdf27bb6f58409a8e1a348cb6bb87dc":{"model_module":"@jupyter-widgets/controls","model_module_version":"1.5.0","model_name":"DescriptionStyleModel","state":{"_model_module":"@jupyter-widgets/controls","_model_module_version":"1.5.0","_model_name":"DescriptionStyleModel","_view_count":null,"_view_module":"@jupyter-widgets/base","_view_module_version":"1.2.0","_view_name":"StyleView","description_width":""}},"2cacb213ca0a4e86b5bc9ded5859651d":{"model_module":"@jupyter-widgets/controls","model_module_version":"1.5.0","model_name":"ProgressStyleModel","state":{"_model_module":"@jupyter-widgets/controls","_model_module_version":"1.5.0","_model_name":"ProgressStyleModel","_view_count":null,"_view_module":"@jupyter-widgets/base","_view_module_version":"1.2.0","_view_name":"StyleView","bar_color":null,"description_width":""}},"2d77343195954f7ebeed13c96bef129f":{"model_module":"@jupyter-widgets/controls","model_module_version":"1.5.0","model_name":"HTMLModel","state":{"_dom_classes":[],"_model_module":"@jupyter-widgets/controls","_model_module_version":"1.5.0","_model_name":"HTMLModel","_view_count":null,"_view_module":"@jupyter-widgets/controls","_view_module_version":"1.5.0","_view_name":"HTMLView","description":"","description_tooltip":null,"layout":"IPY_MODEL_a9502a1f190549c4b153c6fff8ffba52","placeholder":"β","style":"IPY_MODEL_b0d3068009d64075b8b5933554e23f51","value":"tokenizer_config.json: 100%"}},"2e1ac0e3114e4bc89fa3c8b5cd681d34":{"model_module":"@jupyter-widgets/controls","model_module_version":"1.5.0","model_name":"HBoxModel","state":{"_dom_classes":[],"_model_module":"@jupyter-widgets/controls","_model_module_version":"1.5.0","_model_name":"HBoxModel","_view_count":null,"_view_module":"@jupyter-widgets/controls","_view_module_version":"1.5.0","_view_name":"HBoxView","box_style":"","children":["IPY_MODEL_56dcda8f819f4d1cbb73498328fc29da","IPY_MODEL_1e4d7d8fa2ad40f7bcd734cac4d8f918","IPY_MODEL_7b46e3d597624645aa95dab93a62b11b"],"layout":"IPY_MODEL_669f9ea5fbc44b1a90f4f23371d3a3f4"}},"2e976ac6861246d7880857a666adb63f":{"model_module":"@jupyter-widgets/controls","model_module_version":"1.5.0","model_name":"HTMLModel","state":{"_dom_classes":[],"_model_module":"@jupyter-widgets/controls","_model_module_version":"1.5.0","_model_name":"HTMLModel","_view_count":null,"_view_module":"@jupyter-widgets/controls","_view_module_version":"1.5.0","_view_name":"HTMLView","description":"","description_tooltip":null,"layout":"IPY_MODEL_26cc55ab692d45759376cef9898a8b07","placeholder":"β","style":"IPY_MODEL_e5df7a663d624bca8443e4e040fdd64b","value":" 570/570 [00:00<00:00, 33.6kB/s]"}},"2f84e834e9804d14b85b14ce99b0f1d9":{"model_module":"@jupyter-widgets/base","model_module_version":"1.2.0","model_name":"LayoutModel","state":{"_model_module":"@jupyter-widgets/base","_model_module_version":"1.2.0","_model_name":"LayoutModel","_view_count":null,"_view_module":"@jupyter-widgets/base","_view_module_version":"1.2.0","_view_name":"LayoutView","align_content":null,"align_items":null,"align_self":null,"border":null,"bottom":null,"display":null,"flex":null,"flex_flow":null,"grid_area":null,"grid_auto_columns":null,"grid_auto_flow":null,"grid_auto_rows":null,"grid_column":null,"grid_gap":null,"grid_row":null,"grid_template_areas":null,"grid_template_columns":null,"grid_template_rows":null,"height":null,"justify_content":null,"justify_items":null,"left":null,"margin":null,"max_height":null,"max_width":null,"min_height":null,"min_width":null,"object_fit":null,"object_position":null,"order":null,"overflow":null,"overflow_x":null,"overflow_y":null,"padding":null,"right":null,"top":null,"visibility":null,"width":null}},"2fd336f3e5f74626822462f63a144a7b":{"model_module":"@jupyter-widgets/controls","model_module_version":"1.5.0","model_name":"DescriptionStyleModel","state":{"_model_module":"@jupyter-widgets/controls","_model_module_version":"1.5.0","_model_name":"DescriptionStyleModel","_view_count":null,"_view_module":"@jupyter-widgets/base","_view_module_version":"1.2.0","_view_name":"StyleView","description_width":""}},"3062fd004213433883961df72d959129":{"model_module":"@jupyter-widgets/base","model_module_version":"1.2.0","model_name":"LayoutModel","state":{"_model_module":"@jupyter-widgets/base","_model_module_version":"1.2.0","_model_name":"LayoutModel","_view_count":null,"_view_module":"@jupyter-widgets/base","_view_module_version":"1.2.0","_view_name":"LayoutView","align_content":null,"align_items":null,"align_self":null,"border":null,"bottom":null,"display":null,"flex":null,"flex_flow":null,"grid_area":null,"grid_auto_columns":null,"grid_auto_flow":null,"grid_auto_rows":null,"grid_column":null,"grid_gap":null,"grid_row":null,"grid_template_areas":null,"grid_template_columns":null,"grid_template_rows":null,"height":null,"justify_content":null,"justify_items":null,"left":null,"margin":null,"max_height":null,"max_width":null,"min_height":null,"min_width":null,"object_fit":null,"object_position":null,"order":null,"overflow":null,"overflow_x":null,"overflow_y":null,"padding":null,"right":null,"top":null,"visibility":null,"width":null}},"307e7a54861743c6aac2beac39f9bd20":{"model_module":"@jupyter-widgets/controls","model_module_version":"1.5.0","model_name":"DescriptionStyleModel","state":{"_model_module":"@jupyter-widgets/controls","_model_module_version":"1.5.0","_model_name":"DescriptionStyleModel","_view_count":null,"_view_module":"@jupyter-widgets/base","_view_module_version":"1.2.0","_view_name":"StyleView","description_width":""}},"3271f0583be64fbaa6e1763e8ba5a8e9":{"model_module":"@jupyter-widgets/controls","model_module_version":"1.5.0","model_name":"ProgressStyleModel","state":{"_model_module":"@jupyter-widgets/controls","_model_module_version":"1.5.0","_model_name":"ProgressStyleModel","_view_count":null,"_view_module":"@jupyter-widgets/base","_view_module_version":"1.2.0","_view_name":"StyleView","bar_color":null,"description_width":""}},"32e3719b4b1b46fb98b49923d143e95e":{"model_module":"@jupyter-widgets/controls","model_module_version":"1.5.0","model_name":"ProgressStyleModel","state":{"_model_module":"@jupyter-widgets/controls","_model_module_version":"1.5.0","_model_name":"ProgressStyleModel","_view_count":null,"_view_module":"@jupyter-widgets/base","_view_module_version":"1.2.0","_view_name":"StyleView","bar_color":null,"description_width":""}},"360f9e67f367423c8bf74433d92005c8":{"model_module":"@jupyter-widgets/base","model_module_version":"1.2.0","model_name":"LayoutModel","state":{"_model_module":"@jupyter-widgets/base","_model_module_version":"1.2.0","_model_name":"LayoutModel","_view_count":null,"_view_module":"@jupyter-widgets/base","_view_module_version":"1.2.0","_view_name":"LayoutView","align_content":null,"align_items":null,"align_self":null,"border":null,"bottom":null,"display":null,"flex":null,"flex_flow":null,"grid_area":null,"grid_auto_columns":null,"grid_auto_flow":null,"grid_auto_rows":null,"grid_column":null,"grid_gap":null,"grid_row":null,"grid_template_areas":null,"grid_template_columns":null,"grid_template_rows":null,"height":null,"justify_content":null,"justify_items":null,"left":null,"margin":null,"max_height":null,"max_width":null,"min_height":null,"min_width":null,"object_fit":null,"object_position":null,"order":null,"overflow":null,"overflow_x":null,"overflow_y":null,"padding":null,"right":null,"top":null,"visibility":null,"width":null}},"38395c616fe240978c50e840bdf6fdc6":{"model_module":"@jupyter-widgets/base","model_module_version":"1.2.0","model_name":"LayoutModel","state":{"_model_module":"@jupyter-widgets/base","_model_module_version":"1.2.0","_model_name":"LayoutModel","_view_count":null,"_view_module":"@jupyter-widgets/base","_view_module_version":"1.2.0","_view_name":"LayoutView","align_content":null,"align_items":null,"align_self":null,"border":null,"bottom":null,"display":null,"flex":null,"flex_flow":null,"grid_area":null,"grid_auto_columns":null,"grid_auto_flow":null,"grid_auto_rows":null,"grid_column":null,"grid_gap":null,"grid_row":null,"grid_template_areas":null,"grid_template_columns":null,"grid_template_rows":null,"height":null,"justify_content":null,"justify_items":null,"left":null,"margin":null,"max_height":null,"max_width":null,"min_height":null,"min_width":null,"object_fit":null,"object_position":null,"order":null,"overflow":null,"overflow_x":null,"overflow_y":null,"padding":null,"right":null,"top":null,"visibility":null,"width":null}},"386f24a73da44170aac2690ce4a0123a":{"model_module":"@jupyter-widgets/controls","model_module_version":"1.5.0","model_name":"HTMLModel","state":{"_dom_classes":[],"_model_module":"@jupyter-widgets/controls","_model_module_version":"1.5.0","_model_name":"HTMLModel","_view_count":null,"_view_module":"@jupyter-widgets/controls","_view_module_version":"1.5.0","_view_name":"HTMLView","description":"","description_tooltip":null,"layout":"IPY_MODEL_901de4a180df447a977b4f655a70318d","placeholder":"β","style":"IPY_MODEL_5f7730b6dfd8459f9a7b883ff9821970","value":" 438M/438M [00:23<00:00, 18.4MB/s]"}},"38961b46b75e44b1b33f76072007cd24":{"model_module":"@jupyter-widgets/controls","model_module_version":"1.5.0","model_name":"FloatProgressModel","state":{"_dom_classes":[],"_model_module":"@jupyter-widgets/controls","_model_module_version":"1.5.0","_model_name":"FloatProgressModel","_view_count":null,"_view_module":"@jupyter-widgets/controls","_view_module_version":"1.5.0","_view_name":"ProgressView","bar_style":"success","description":"","description_tooltip":null,"layout":"IPY_MODEL_efbfe6f1498d4f23aec3a28c038a9ceb","max":124,"min":0,"orientation":"horizontal","style":"IPY_MODEL_2a513a04efed495ba91634390bc5a23a","value":124}},"39cce37df81d48bfbd61c4e2695771e3":{"model_module":"@jupyter-widgets/base","model_module_version":"1.2.0","model_name":"LayoutModel","state":{"_model_module":"@jupyter-widgets/base","_model_module_version":"1.2.0","_model_name":"LayoutModel","_view_count":null,"_view_module":"@jupyter-widgets/base","_view_module_version":"1.2.0","_view_name":"LayoutView","align_content":null,"align_items":null,"align_self":null,"border":null,"bottom":null,"display":null,"flex":null,"flex_flow":null,"grid_area":null,"grid_auto_columns":null,"grid_auto_flow":null,"grid_auto_rows":null,"grid_column":null,"grid_gap":null,"grid_row":null,"grid_template_areas":null,"grid_template_columns":null,"grid_template_rows":null,"height":null,"justify_content":null,"justify_items":null,"left":null,"margin":null,"max_height":null,"max_width":null,"min_height":null,"min_width":null,"object_fit":null,"object_position":null,"order":null,"overflow":null,"overflow_x":null,"overflow_y":null,"padding":null,"right":null,"top":null,"visibility":null,"width":null}},"3cf50235ec1743fea0ac8de5861d9e1a":{"model_module":"@jupyter-widgets/controls","model_module_version":"1.5.0","model_name":"ProgressStyleModel","state":{"_model_module":"@jupyter-widgets/controls","_model_module_version":"1.5.0","_model_name":"ProgressStyleModel","_view_count":null,"_view_module":"@jupyter-widgets/base","_view_module_version":"1.2.0","_view_name":"StyleView","bar_color":null,"description_width":""}},"40243b24bff04db3b527506f6176840a":{"model_module":"@jupyter-widgets/controls","model_module_version":"1.5.0","model_name":"DescriptionStyleModel","state":{"_model_module":"@jupyter-widgets/controls","_model_module_version":"1.5.0","_model_name":"DescriptionStyleModel","_view_count":null,"_view_module":"@jupyter-widgets/base","_view_module_version":"1.2.0","_view_name":"StyleView","description_width":""}},"42bd78b0bc7245ff9468deba2211303f":{"model_module":"@jupyter-widgets/controls","model_module_version":"1.5.0","model_name":"DescriptionStyleModel","state":{"_model_module":"@jupyter-widgets/controls","_model_module_version":"1.5.0","_model_name":"DescriptionStyleModel","_view_count":null,"_view_module":"@jupyter-widgets/base","_view_module_version":"1.2.0","_view_name":"StyleView","description_width":""}},"42cf702d413b476f9874634a8e64fdcb":{"model_module":"@jupyter-widgets/controls","model_module_version":"1.5.0","model_name":"HTMLModel","state":{"_dom_classes":[],"_model_module":"@jupyter-widgets/controls","_model_module_version":"1.5.0","_model_name":"HTMLModel","_view_count":null,"_view_module":"@jupyter-widgets/controls","_view_module_version":"1.5.0","_view_name":"HTMLView","description":"","description_tooltip":null,"layout":"IPY_MODEL_6adc65375461463aa77f5be0cff206c0","placeholder":"β","style":"IPY_MODEL_a128d671d27d46369e13bb291f69d3f9","value":"tokenizer.json: 100%"}},"4360e2343dec464b9d0ac4b27843759e":{"model_module":"@jupyter-widgets/controls","model_module_version":"1.5.0","model_name":"ProgressStyleModel","state":{"_model_module":"@jupyter-widgets/controls","_model_module_version":"1.5.0","_model_name":"ProgressStyleModel","_view_count":null,"_view_module":"@jupyter-widgets/base","_view_module_version":"1.2.0","_view_name":"StyleView","bar_color":null,"description_width":""}},"43e8669e08e44c49975c903995e4c7b2":{"model_module":"@jupyter-widgets/base","model_module_version":"1.2.0","model_name":"LayoutModel","state":{"_model_module":"@jupyter-widgets/base","_model_module_version":"1.2.0","_model_name":"LayoutModel","_view_count":null,"_view_module":"@jupyter-widgets/base","_view_module_version":"1.2.0","_view_name":"LayoutView","align_content":null,"align_items":null,"align_self":null,"border":null,"bottom":null,"display":null,"flex":null,"flex_flow":null,"grid_area":null,"grid_auto_columns":null,"grid_auto_flow":null,"grid_auto_rows":null,"grid_column":null,"grid_gap":null,"grid_row":null,"grid_template_areas":null,"grid_template_columns":null,"grid_template_rows":null,"height":null,"justify_content":null,"justify_items":null,"left":null,"margin":null,"max_height":null,"max_width":null,"min_height":null,"min_width":null,"object_fit":null,"object_position":null,"order":null,"overflow":null,"overflow_x":null,"overflow_y":null,"padding":null,"right":null,"top":null,"visibility":null,"width":null}},"45a1a278d80244aba54bae287165295a":{"model_module":"@jupyter-widgets/controls","model_module_version":"1.5.0","model_name":"FloatProgressModel","state":{"_dom_classes":[],"_model_module":"@jupyter-widgets/controls","_model_module_version":"1.5.0","_model_name":"FloatProgressModel","_view_count":null,"_view_module":"@jupyter-widgets/controls","_view_module_version":"1.5.0","_view_name":"ProgressView","bar_style":"success","description":"","description_tooltip":null,"layout":"IPY_MODEL_19fad3225a7d4a0fb72b08418dc67f01","max":438007925,"min":0,"orientation":"horizontal","style":"IPY_MODEL_4360e2343dec464b9d0ac4b27843759e","value":438007925}},"45c76ab2cbba48719bc7ed65892b8241":{"model_module":"@jupyter-widgets/controls","model_module_version":"1.5.0","model_name":"FloatProgressModel","state":{"_dom_classes":[],"_model_module":"@jupyter-widgets/controls","_model_module_version":"1.5.0","_model_name":"FloatProgressModel","_view_count":null,"_view_module":"@jupyter-widgets/controls","_view_module_version":"1.5.0","_view_name":"ProgressView","bar_style":"success","description":"","description_tooltip":null,"layout":"IPY_MODEL_ab7f9724e5944d9090631b430feb6718","max":778,"min":0,"orientation":"horizontal","style":"IPY_MODEL_fe01285359134618aada2ca8b5b2b027","value":778}},"46b39d17e33f4d9eb8dc47be95846eeb":{"model_module":"@jupyter-widgets/controls","model_module_version":"1.5.0","model_name":"HTMLModel","state":{"_dom_classes":[],"_model_module":"@jupyter-widgets/controls","_model_module_version":"1.5.0","_model_name":"HTMLModel","_view_count":null,"_view_module":"@jupyter-widgets/controls","_view_module_version":"1.5.0","_view_name":"HTMLView","description":"","description_tooltip":null,"layout":"IPY_MODEL_b4032d0fe796450e8697364194d98b88","placeholder":"β","style":"IPY_MODEL_d4f7903534834d808d34b164f745afe1","value":"config.json: 100%"}},"48b80bb0d53f42f8ac42cd5c7f7e9e44":{"model_module":"@jupyter-widgets/controls","model_module_version":"1.5.0","model_name":"FloatProgressModel","state":{"_dom_classes":[],"_model_module":"@jupyter-widgets/controls","_model_module_version":"1.5.0","_model_name":"FloatProgressModel","_view_count":null,"_view_module":"@jupyter-widgets/controls","_view_module_version":"1.5.0","_view_name":"ProgressView","bar_style":"success","description":"","description_tooltip":null,"layout":"IPY_MODEL_907f3a585f2f44fa915e7522bce75aa6","max":124,"min":0,"orientation":"horizontal","style":"IPY_MODEL_fe4192f5366843bc9e61080c3873b567","value":124}},"4a9eeef234684b709d3aa549ecc7fd0e":{"model_module":"@jupyter-widgets/controls","model_module_version":"1.5.0","model_name":"DescriptionStyleModel","state":{"_model_module":"@jupyter-widgets/controls","_model_module_version":"1.5.0","_model_name":"DescriptionStyleModel","_view_count":null,"_view_module":"@jupyter-widgets/base","_view_module_version":"1.2.0","_view_name":"StyleView","description_width":""}},"507061a7fce8407395df923b3835a459":{"model_module":"@jupyter-widgets/base","model_module_version":"1.2.0","model_name":"LayoutModel","state":{"_model_module":"@jupyter-widgets/base","_model_module_version":"1.2.0","_model_name":"LayoutModel","_view_count":null,"_view_module":"@jupyter-widgets/base","_view_module_version":"1.2.0","_view_name":"LayoutView","align_content":null,"align_items":null,"align_self":null,"border":null,"bottom":null,"display":null,"flex":null,"flex_flow":null,"grid_area":null,"grid_auto_columns":null,"grid_auto_flow":null,"grid_auto_rows":null,"grid_column":null,"grid_gap":null,"grid_row":null,"grid_template_areas":null,"grid_template_columns":null,"grid_template_rows":null,"height":null,"justify_content":null,"justify_items":null,"left":null,"margin":null,"max_height":null,"max_width":null,"min_height":null,"min_width":null,"object_fit":null,"object_position":null,"order":null,"overflow":null,"overflow_x":null,"overflow_y":null,"padding":null,"right":null,"top":null,"visibility":null,"width":null}},"5195985e5fd84185b9bf74b73fe00ae6":{"model_module":"@jupyter-widgets/base","model_module_version":"1.2.0","model_name":"LayoutModel","state":{"_model_module":"@jupyter-widgets/base","_model_module_version":"1.2.0","_model_name":"LayoutModel","_view_count":null,"_view_module":"@jupyter-widgets/base","_view_module_version":"1.2.0","_view_name":"LayoutView","align_content":null,"align_items":null,"align_self":null,"border":null,"bottom":null,"display":null,"flex":null,"flex_flow":null,"grid_area":null,"grid_auto_columns":null,"grid_auto_flow":null,"grid_auto_rows":null,"grid_column":null,"grid_gap":null,"grid_row":null,"grid_template_areas":null,"grid_template_columns":null,"grid_template_rows":null,"height":null,"justify_content":null,"justify_items":null,"left":null,"margin":null,"max_height":null,"max_width":null,"min_height":null,"min_width":null,"object_fit":null,"object_position":null,"order":null,"overflow":null,"overflow_x":null,"overflow_y":null,"padding":null,"right":null,"top":null,"visibility":null,"width":null}},"54b34d286b774fd6bbaeddbbd80cb205":{"model_module":"@jupyter-widgets/controls","model_module_version":"1.5.0","model_name":"HBoxModel","state":{"_dom_classes":[],"_model_module":"@jupyter-widgets/controls","_model_module_version":"1.5.0","_model_name":"HBoxModel","_view_count":null,"_view_module":"@jupyter-widgets/controls","_view_module_version":"1.5.0","_view_name":"HBoxView","box_style":"","children":["IPY_MODEL_d46cc2d8bd554bc3a07371d7adb7a8b3","IPY_MODEL_fca29d97559645bf8662202895ec194a","IPY_MODEL_95d1c637afa3438dba8dc62f05c8418c"],"layout":"IPY_MODEL_39cce37df81d48bfbd61c4e2695771e3"}},"56dcda8f819f4d1cbb73498328fc29da":{"model_module":"@jupyter-widgets/controls","model_module_version":"1.5.0","model_name":"HTMLModel","state":{"_dom_classes":[],"_model_module":"@jupyter-widgets/controls","_model_module_version":"1.5.0","_model_name":"HTMLModel","_view_count":null,"_view_module":"@jupyter-widgets/controls","_view_module_version":"1.5.0","_view_name":"HTMLView","description":"","description_tooltip":null,"layout":"IPY_MODEL_43e8669e08e44c49975c903995e4c7b2","placeholder":"β","style":"IPY_MODEL_73042b370e354153a06dec2c1da989cc","value":"vocab.txt: 100%"}},"59f49da854f44be0a8ff1ed35c8b565b":{"model_module":"@jupyter-widgets/controls","model_module_version":"1.5.0","model_name":"HTMLModel","state":{"_dom_classes":[],"_model_module":"@jupyter-widgets/controls","_model_module_version":"1.5.0","_model_name":"HTMLModel","_view_count":null,"_view_module":"@jupyter-widgets/controls","_view_module_version":"1.5.0","_view_name":"HTMLView","description":"","description_tooltip":null,"layout":"IPY_MODEL_9ccfbfb1ffcb4a41a51e2b4b09582cea","placeholder":"β","style":"IPY_MODEL_307e7a54861743c6aac2beac39f9bd20","value":" 124/124 [00:00<00:00, 4.23kB/s]"}},"5a0a99b11b694fc5bd2bdc6ef6bf4909":{"model_module":"@jupyter-widgets/controls","model_module_version":"1.5.0","model_name":"HBoxModel","state":{"_dom_classes":[],"_model_module":"@jupyter-widgets/controls","_model_module_version":"1.5.0","_model_name":"HBoxModel","_view_count":null,"_view_module":"@jupyter-widgets/controls","_view_module_version":"1.5.0","_view_name":"HBoxView","box_style":"","children":["IPY_MODEL_682c28862a624dcb99ab3b35851fe3e6","IPY_MODEL_92389dcacedf48fd8df564784d4c5abb","IPY_MODEL_62d4f80d9a6b45679174ae52fa0fa555"],"layout":"IPY_MODEL_9782ae0213f74183b049c2b05e82083c"}},"5a859cd96be3482d88c2d73fc13909f8":{"model_module":"@jupyter-widgets/controls","model_module_version":"1.5.0","model_name":"ProgressStyleModel","state":{"_model_module":"@jupyter-widgets/controls","_model_module_version":"1.5.0","_model_name":"ProgressStyleModel","_view_count":null,"_view_module":"@jupyter-widgets/base","_view_module_version":"1.2.0","_view_name":"StyleView","bar_color":null,"description_width":""}},"5f7730b6dfd8459f9a7b883ff9821970":{"model_module":"@jupyter-widgets/controls","model_module_version":"1.5.0","model_name":"DescriptionStyleModel","state":{"_model_module":"@jupyter-widgets/controls","_model_module_version":"1.5.0","_model_name":"DescriptionStyleModel","_view_count":null,"_view_module":"@jupyter-widgets/base","_view_module_version":"1.2.0","_view_name":"StyleView","description_width":""}},"621b899ab7904e1eb1b90bb8ab56bcf5":{"model_module":"@jupyter-widgets/controls","model_module_version":"1.5.0","model_name":"DescriptionStyleModel","state":{"_model_module":"@jupyter-widgets/controls","_model_module_version":"1.5.0","_model_name":"DescriptionStyleModel","_view_count":null,"_view_module":"@jupyter-widgets/base","_view_module_version":"1.2.0","_view_name":"StyleView","description_width":""}},"6297e6ceff8e42fcbe39eb8c2442aad7":{"model_module":"@jupyter-widgets/base","model_module_version":"1.2.0","model_name":"LayoutModel","state":{"_model_module":"@jupyter-widgets/base","_model_module_version":"1.2.0","_model_name":"LayoutModel","_view_count":null,"_view_module":"@jupyter-widgets/base","_view_module_version":"1.2.0","_view_name":"LayoutView","align_content":null,"align_items":null,"align_self":null,"border":null,"bottom":null,"display":null,"flex":null,"flex_flow":null,"grid_area":null,"grid_auto_columns":null,"grid_auto_flow":null,"grid_auto_rows":null,"grid_column":null,"grid_gap":null,"grid_row":null,"grid_template_areas":null,"grid_template_columns":null,"grid_template_rows":null,"height":null,"justify_content":null,"justify_items":null,"left":null,"margin":null,"max_height":null,"max_width":null,"min_height":null,"min_width":null,"object_fit":null,"object_position":null,"order":null,"overflow":null,"overflow_x":null,"overflow_y":null,"padding":null,"right":null,"top":null,"visibility":null,"width":null}},"62a081bfde68472fb25fddb1856345c3":{"model_module":"@jupyter-widgets/controls","model_module_version":"1.5.0","model_name":"ProgressStyleModel","state":{"_model_module":"@jupyter-widgets/controls","_model_module_version":"1.5.0","_model_name":"ProgressStyleModel","_view_count":null,"_view_module":"@jupyter-widgets/base","_view_module_version":"1.2.0","_view_name":"StyleView","bar_color":null,"description_width":""}},"62d4f80d9a6b45679174ae52fa0fa555":{"model_module":"@jupyter-widgets/controls","model_module_version":"1.5.0","model_name":"HTMLModel","state":{"_dom_classes":[],"_model_module":"@jupyter-widgets/controls","_model_module_version":"1.5.0","_model_name":"HTMLModel","_view_count":null,"_view_module":"@jupyter-widgets/controls","_view_module_version":"1.5.0","_view_name":"HTMLView","description":"","description_tooltip":null,"layout":"IPY_MODEL_ae77ee3b6149496f9e9063e85711ca15","placeholder":"β","style":"IPY_MODEL_fa53aa83f8544f9191a539957b3805ff","value":" 585/585 [00:00<00:00, 27.9kB/s]"}},"644aff0ba7e840da8be9cb12ef9d065d":{"model_module":"@jupyter-widgets/base","model_module_version":"1.2.0","model_name":"LayoutModel","state":{"_model_module":"@jupyter-widgets/base","_model_module_version":"1.2.0","_model_name":"LayoutModel","_view_count":null,"_view_module":"@jupyter-widgets/base","_view_module_version":"1.2.0","_view_name":"LayoutView","align_content":null,"align_items":null,"align_self":null,"border":null,"bottom":null,"display":null,"flex":null,"flex_flow":null,"grid_area":null,"grid_auto_columns":null,"grid_auto_flow":null,"grid_auto_rows":null,"grid_column":null,"grid_gap":null,"grid_row":null,"grid_template_areas":null,"grid_template_columns":null,"grid_template_rows":null,"height":null,"justify_content":null,"justify_items":null,"left":null,"margin":null,"max_height":null,"max_width":null,"min_height":null,"min_width":null,"object_fit":null,"object_position":null,"order":null,"overflow":null,"overflow_x":null,"overflow_y":null,"padding":null,"right":null,"top":null,"visibility":null,"width":null}},"6515923aefa042feac0318dc66111874":{"model_module":"@jupyter-widgets/controls","model_module_version":"1.5.0","model_name":"HTMLModel","state":{"_dom_classes":[],"_model_module":"@jupyter-widgets/controls","_model_module_version":"1.5.0","_model_name":"HTMLModel","_view_count":null,"_view_module":"@jupyter-widgets/controls","_view_module_version":"1.5.0","_view_name":"HTMLView","description":"","description_tooltip":null,"layout":"IPY_MODEL_f49d48cf1c6a497aa66c5adff086bbea","placeholder":"β","style":"IPY_MODEL_15afa9db892345269f84b1f30e8f032a","value":"pytorch_model.bin: 100%"}},"65365d4c95ca4534adb67c3641089e9c":{"model_module":"@jupyter-widgets/controls","model_module_version":"1.5.0","model_name":"DescriptionStyleModel","state":{"_model_module":"@jupyter-widgets/controls","_model_module_version":"1.5.0","_model_name":"DescriptionStyleModel","_view_count":null,"_view_module":"@jupyter-widgets/base","_view_module_version":"1.2.0","_view_name":"StyleView","description_width":""}},"65b4483312c44f00ab70e1da216bd2b2":{"model_module":"@jupyter-widgets/controls","model_module_version":"1.5.0","model_name":"HTMLModel","state":{"_dom_classes":[],"_model_module":"@jupyter-widgets/controls","_model_module_version":"1.5.0","_model_name":"HTMLModel","_view_count":null,"_view_module":"@jupyter-widgets/controls","_view_module_version":"1.5.0","_view_name":"HTMLView","description":"","description_tooltip":null,"layout":"IPY_MODEL_6297e6ceff8e42fcbe39eb8c2442aad7","placeholder":"β","style":"IPY_MODEL_621b899ab7904e1eb1b90bb8ab56bcf5","value":"tokenizer_config.json: 100%"}},"662c005df3044164a86879c1285d4634":{"model_module":"@jupyter-widgets/controls","model_module_version":"1.5.0","model_name":"FloatProgressModel","state":{"_dom_classes":[],"_model_module":"@jupyter-widgets/controls","_model_module_version":"1.5.0","_model_name":"FloatProgressModel","_view_count":null,"_view_module":"@jupyter-widgets/controls","_view_module_version":"1.5.0","_view_name":"ProgressView","bar_style":"success","description":"","description_tooltip":null,"layout":"IPY_MODEL_e399e03dafd44fafa07fbeee05040e29","max":28,"min":0,"orientation":"horizontal","style":"IPY_MODEL_7ea0910eb50549feb0f1ec2684c5c62e","value":28}},"669f9ea5fbc44b1a90f4f23371d3a3f4":{"model_module":"@jupyter-widgets/base","model_module_version":"1.2.0","model_name":"LayoutModel","state":{"_model_module":"@jupyter-widgets/base","_model_module_version":"1.2.0","_model_name":"LayoutModel","_view_count":null,"_view_module":"@jupyter-widgets/base","_view_module_version":"1.2.0","_view_name":"LayoutView","align_content":null,"align_items":null,"align_self":null,"border":null,"bottom":null,"display":null,"flex":null,"flex_flow":null,"grid_area":null,"grid_auto_columns":null,"grid_auto_flow":null,"grid_auto_rows":null,"grid_column":null,"grid_gap":null,"grid_row":null,"grid_template_areas":null,"grid_template_columns":null,"grid_template_rows":null,"height":null,"justify_content":null,"justify_items":null,"left":null,"margin":null,"max_height":null,"max_width":null,"min_height":null,"min_width":null,"object_fit":null,"object_position":null,"order":null,"overflow":null,"overflow_x":null,"overflow_y":null,"padding":null,"right":null,"top":null,"visibility":null,"width":null}},"682c28862a624dcb99ab3b35851fe3e6":{"model_module":"@jupyter-widgets/controls","model_module_version":"1.5.0","model_name":"HTMLModel","state":{"_dom_classes":[],"_model_module":"@jupyter-widgets/controls","_model_module_version":"1.5.0","_model_name":"HTMLModel","_view_count":null,"_view_module":"@jupyter-widgets/controls","_view_module_version":"1.5.0","_view_name":"HTMLView","description":"","description_tooltip":null,"layout":"IPY_MODEL_360f9e67f367423c8bf74433d92005c8","placeholder":"β","style":"IPY_MODEL_efab379638bf49aba3b9dc2a6310f36d","value":"config.json: 100%"}},"6a56e72a1a284b078220b67fbf5a77af":{"model_module":"@jupyter-widgets/base","model_module_version":"1.2.0","model_name":"LayoutModel","state":{"_model_module":"@jupyter-widgets/base","_model_module_version":"1.2.0","_model_name":"LayoutModel","_view_count":null,"_view_module":"@jupyter-widgets/base","_view_module_version":"1.2.0","_view_name":"LayoutView","align_content":null,"align_items":null,"align_self":null,"border":null,"bottom":null,"display":null,"flex":null,"flex_flow":null,"grid_area":null,"grid_auto_columns":null,"grid_auto_flow":null,"grid_auto_rows":null,"grid_column":null,"grid_gap":null,"grid_row":null,"grid_template_areas":null,"grid_template_columns":null,"grid_template_rows":null,"height":null,"justify_content":null,"justify_items":null,"left":null,"margin":null,"max_height":null,"max_width":null,"min_height":null,"min_width":null,"object_fit":null,"object_position":null,"order":null,"overflow":null,"overflow_x":null,"overflow_y":null,"padding":null,"right":null,"top":null,"visibility":null,"width":null}},"6a95104da66b44ea91664af379ff721f":{"model_module":"@jupyter-widgets/base","model_module_version":"1.2.0","model_name":"LayoutModel","state":{"_model_module":"@jupyter-widgets/base","_model_module_version":"1.2.0","_model_name":"LayoutModel","_view_count":null,"_view_module":"@jupyter-widgets/base","_view_module_version":"1.2.0","_view_name":"LayoutView","align_content":null,"align_items":null,"align_self":null,"border":null,"bottom":null,"display":null,"flex":null,"flex_flow":null,"grid_area":null,"grid_auto_columns":null,"grid_auto_flow":null,"grid_auto_rows":null,"grid_column":null,"grid_gap":null,"grid_row":null,"grid_template_areas":null,"grid_template_columns":null,"grid_template_rows":null,"height":null,"justify_content":null,"justify_items":null,"left":null,"margin":null,"max_height":null,"max_width":null,"min_height":null,"min_width":null,"object_fit":null,"object_position":null,"order":null,"overflow":null,"overflow_x":null,"overflow_y":null,"padding":null,"right":null,"top":null,"visibility":null,"width":null}},"6adc65375461463aa77f5be0cff206c0":{"model_module":"@jupyter-widgets/base","model_module_version":"1.2.0","model_name":"LayoutModel","state":{"_model_module":"@jupyter-widgets/base","_model_module_version":"1.2.0","_model_name":"LayoutModel","_view_count":null,"_view_module":"@jupyter-widgets/base","_view_module_version":"1.2.0","_view_name":"LayoutView","align_content":null,"align_items":null,"align_self":null,"border":null,"bottom":null,"display":null,"flex":null,"flex_flow":null,"grid_area":null,"grid_auto_columns":null,"grid_auto_flow":null,"grid_auto_rows":null,"grid_column":null,"grid_gap":null,"grid_row":null,"grid_template_areas":null,"grid_template_columns":null,"grid_template_rows":null,"height":null,"justify_content":null,"justify_items":null,"left":null,"margin":null,"max_height":null,"max_width":null,"min_height":null,"min_width":null,"object_fit":null,"object_position":null,"order":null,"overflow":null,"overflow_x":null,"overflow_y":null,"padding":null,"right":null,"top":null,"visibility":null,"width":null}},"6b5cc4a88c3245b3885097b118bde164":{"model_module":"@jupyter-widgets/base","model_module_version":"1.2.0","model_name":"LayoutModel","state":{"_model_module":"@jupyter-widgets/base","_model_module_version":"1.2.0","_model_name":"LayoutModel","_view_count":null,"_view_module":"@jupyter-widgets/base","_view_module_version":"1.2.0","_view_name":"LayoutView","align_content":null,"align_items":null,"align_self":null,"border":null,"bottom":null,"display":null,"flex":null,"flex_flow":null,"grid_area":null,"grid_auto_columns":null,"grid_auto_flow":null,"grid_auto_rows":null,"grid_column":null,"grid_gap":null,"grid_row":null,"grid_template_areas":null,"grid_template_columns":null,"grid_template_rows":null,"height":null,"justify_content":null,"justify_items":null,"left":null,"margin":null,"max_height":null,"max_width":null,"min_height":null,"min_width":null,"object_fit":null,"object_position":null,"order":null,"overflow":null,"overflow_x":null,"overflow_y":null,"padding":null,"right":null,"top":null,"visibility":null,"width":null}},"6d252ef949884fc29207c80f6d27b346":{"model_module":"@jupyter-widgets/base","model_module_version":"1.2.0","model_name":"LayoutModel","state":{"_model_module":"@jupyter-widgets/base","_model_module_version":"1.2.0","_model_name":"LayoutModel","_view_count":null,"_view_module":"@jupyter-widgets/base","_view_module_version":"1.2.0","_view_name":"LayoutView","align_content":null,"align_items":null,"align_self":null,"border":null,"bottom":null,"display":null,"flex":null,"flex_flow":null,"grid_area":null,"grid_auto_columns":null,"grid_auto_flow":null,"grid_auto_rows":null,"grid_column":null,"grid_gap":null,"grid_row":null,"grid_template_areas":null,"grid_template_columns":null,"grid_template_rows":null,"height":null,"justify_content":null,"justify_items":null,"left":null,"margin":null,"max_height":null,"max_width":null,"min_height":null,"min_width":null,"object_fit":null,"object_position":null,"order":null,"overflow":null,"overflow_x":null,"overflow_y":null,"padding":null,"right":null,"top":null,"visibility":null,"width":null}},"6d572c05837c4fc8bee3ce64a5bbe5e1":{"model_module":"@jupyter-widgets/controls","model_module_version":"1.5.0","model_name":"HTMLModel","state":{"_dom_classes":[],"_model_module":"@jupyter-widgets/controls","_model_module_version":"1.5.0","_model_name":"HTMLModel","_view_count":null,"_view_module":"@jupyter-widgets/controls","_view_module_version":"1.5.0","_view_name":"HTMLView","description":"","description_tooltip":null,"layout":"IPY_MODEL_7b6a03d0832342478974e7dd6eb9ba93","placeholder":"β","style":"IPY_MODEL_9408971f972043f7937cde0a6434ec72","value":" 124/124 [00:00<00:00, 7.20kB/s]"}},"6db7b439727f4be6af017421b6327307":{"model_module":"@jupyter-widgets/controls","model_module_version":"1.5.0","model_name":"DescriptionStyleModel","state":{"_model_module":"@jupyter-widgets/controls","_model_module_version":"1.5.0","_model_name":"DescriptionStyleModel","_view_count":null,"_view_module":"@jupyter-widgets/base","_view_module_version":"1.2.0","_view_name":"StyleView","description_width":""}},"706d65d6c6cd41b595ccf3e83a94bdff":{"model_module":"@jupyter-widgets/base","model_module_version":"1.2.0","model_name":"LayoutModel","state":{"_model_module":"@jupyter-widgets/base","_model_module_version":"1.2.0","_model_name":"LayoutModel","_view_count":null,"_view_module":"@jupyter-widgets/base","_view_module_version":"1.2.0","_view_name":"LayoutView","align_content":null,"align_items":null,"align_self":null,"border":null,"bottom":null,"display":null,"flex":null,"flex_flow":null,"grid_area":null,"grid_auto_columns":null,"grid_auto_flow":null,"grid_auto_rows":null,"grid_column":null,"grid_gap":null,"grid_row":null,"grid_template_areas":null,"grid_template_columns":null,"grid_template_rows":null,"height":null,"justify_content":null,"justify_items":null,"left":null,"margin":null,"max_height":null,"max_width":null,"min_height":null,"min_width":null,"object_fit":null,"object_position":null,"order":null,"overflow":null,"overflow_x":null,"overflow_y":null,"padding":null,"right":null,"top":null,"visibility":null,"width":null}},"72468ac03d5742a4ac92bc87eeda45f2":{"model_module":"@jupyter-widgets/controls","model_module_version":"1.5.0","model_name":"HBoxModel","state":{"_dom_classes":[],"_model_module":"@jupyter-widgets/controls","_model_module_version":"1.5.0","_model_name":"HBoxModel","_view_count":null,"_view_module":"@jupyter-widgets/controls","_view_module_version":"1.5.0","_view_name":"HBoxView","box_style":"","children":["IPY_MODEL_ba93e5464871467f98153e0d2109b201","IPY_MODEL_45c76ab2cbba48719bc7ed65892b8241","IPY_MODEL_ebb6c044743e4f03a6c67e3831f75190"],"layout":"IPY_MODEL_d05726ae49d646a5b3c261c0a4563aaa"}},"73042b370e354153a06dec2c1da989cc":{"model_module":"@jupyter-widgets/controls","model_module_version":"1.5.0","model_name":"DescriptionStyleModel","state":{"_model_module":"@jupyter-widgets/controls","_model_module_version":"1.5.0","_model_name":"DescriptionStyleModel","_view_count":null,"_view_module":"@jupyter-widgets/base","_view_module_version":"1.2.0","_view_name":"StyleView","description_width":""}},"7a36e29432764cf3a0f2e7805a988f7b":{"model_module":"@jupyter-widgets/controls","model_module_version":"1.5.0","model_name":"HBoxModel","state":{"_dom_classes":[],"_model_module":"@jupyter-widgets/controls","_model_module_version":"1.5.0","_model_name":"HBoxModel","_view_count":null,"_view_module":"@jupyter-widgets/controls","_view_module_version":"1.5.0","_view_name":"HBoxView","box_style":"","children":["IPY_MODEL_d4a0d8491bbb4951a3c7a5121ab63134","IPY_MODEL_f91dabe95efb48ea86664cef13f9e023","IPY_MODEL_1b15cfd57d7c484c84ffdda41914cbaa"],"layout":"IPY_MODEL_6a95104da66b44ea91664af379ff721f"}},"7b46e3d597624645aa95dab93a62b11b":{"model_module":"@jupyter-widgets/controls","model_module_version":"1.5.0","model_name":"HTMLModel","state":{"_dom_classes":[],"_model_module":"@jupyter-widgets/controls","_model_module_version":"1.5.0","_model_name":"HTMLModel","_view_count":null,"_view_module":"@jupyter-widgets/controls","_view_module_version":"1.5.0","_view_name":"HTMLView","description":"","description_tooltip":null,"layout":"IPY_MODEL_e0917120f96c40a3aae53517a6a34453","placeholder":"β","style":"IPY_MODEL_228d988379ee4f39bbf7de8f238a21d8","value":" 232k/232k [00:00<00:00, 596kB/s]"}},"7b6a03d0832342478974e7dd6eb9ba93":{"model_module":"@jupyter-widgets/base","model_module_version":"1.2.0","model_name":"LayoutModel","state":{"_model_module":"@jupyter-widgets/base","_model_module_version":"1.2.0","_model_name":"LayoutModel","_view_count":null,"_view_module":"@jupyter-widgets/base","_view_module_version":"1.2.0","_view_name":"LayoutView","align_content":null,"align_items":null,"align_self":null,"border":null,"bottom":null,"display":null,"flex":null,"flex_flow":null,"grid_area":null,"grid_auto_columns":null,"grid_auto_flow":null,"grid_auto_rows":null,"grid_column":null,"grid_gap":null,"grid_row":null,"grid_template_areas":null,"grid_template_columns":null,"grid_template_rows":null,"height":null,"justify_content":null,"justify_items":null,"left":null,"margin":null,"max_height":null,"max_width":null,"min_height":null,"min_width":null,"object_fit":null,"object_position":null,"order":null,"overflow":null,"overflow_x":null,"overflow_y":null,"padding":null,"right":null,"top":null,"visibility":null,"width":null}},"7bbfdde00b394382a0e13bec21dcadd0":{"model_module":"@jupyter-widgets/controls","model_module_version":"1.5.0","model_name":"ProgressStyleModel","state":{"_model_module":"@jupyter-widgets/controls","_model_module_version":"1.5.0","_model_name":"ProgressStyleModel","_view_count":null,"_view_module":"@jupyter-widgets/base","_view_module_version":"1.2.0","_view_name":"StyleView","bar_color":null,"description_width":""}},"7e0fa7d7425f497fb4bffa179aa58f42":{"model_module":"@jupyter-widgets/controls","model_module_version":"1.5.0","model_name":"HTMLModel","state":{"_dom_classes":[],"_model_module":"@jupyter-widgets/controls","_model_module_version":"1.5.0","_model_name":"HTMLModel","_view_count":null,"_view_module":"@jupyter-widgets/controls","_view_module_version":"1.5.0","_view_name":"HTMLView","description":"","description_tooltip":null,"layout":"IPY_MODEL_2f84e834e9804d14b85b14ce99b0f1d9","placeholder":"β","style":"IPY_MODEL_65365d4c95ca4534adb67c3641089e9c","value":" 443/443 [00:00<00:00, 16.9kB/s]"}},"7ea0910eb50549feb0f1ec2684c5c62e":{"model_module":"@jupyter-widgets/controls","model_module_version":"1.5.0","model_name":"ProgressStyleModel","state":{"_model_module":"@jupyter-widgets/controls","_model_module_version":"1.5.0","_model_name":"ProgressStyleModel","_view_count":null,"_view_module":"@jupyter-widgets/base","_view_module_version":"1.2.0","_view_name":"StyleView","bar_color":null,"description_width":""}},"7efaabb625b84523942d7a6a158a5397":{"model_module":"@jupyter-widgets/controls","model_module_version":"1.5.0","model_name":"HTMLModel","state":{"_dom_classes":[],"_model_module":"@jupyter-widgets/controls","_model_module_version":"1.5.0","_model_name":"HTMLModel","_view_count":null,"_view_module":"@jupyter-widgets/controls","_view_module_version":"1.5.0","_view_name":"HTMLView","description":"","description_tooltip":null,"layout":"IPY_MODEL_1c48e61ba92b411eb86b344475caa67b","placeholder":"β","style":"IPY_MODEL_2fd336f3e5f74626822462f63a144a7b","value":" 28.0/28.0 [00:00<00:00, 861B/s]"}},"80c3d98985564c63a0e865fc35237bed":{"model_module":"@jupyter-widgets/controls","model_module_version":"1.5.0","model_name":"HBoxModel","state":{"_dom_classes":[],"_model_module":"@jupyter-widgets/controls","_model_module_version":"1.5.0","_model_name":"HBoxModel","_view_count":null,"_view_module":"@jupyter-widgets/controls","_view_module_version":"1.5.0","_view_name":"HBoxView","box_style":"","children":["IPY_MODEL_84c3e028066544edb4072f1b751f4199","IPY_MODEL_45a1a278d80244aba54bae287165295a","IPY_MODEL_f0bd2f00d42245bc98c0d6afeb4cacfb"],"layout":"IPY_MODEL_9e67c4447efa473bbe9b16099367d14e"}},"8261daed1a184be2a08ab47e04e61bbf":{"model_module":"@jupyter-widgets/base","model_module_version":"1.2.0","model_name":"LayoutModel","state":{"_model_module":"@jupyter-widgets/base","_model_module_version":"1.2.0","_model_name":"LayoutModel","_view_count":null,"_view_module":"@jupyter-widgets/base","_view_module_version":"1.2.0","_view_name":"LayoutView","align_content":null,"align_items":null,"align_self":null,"border":null,"bottom":null,"display":null,"flex":null,"flex_flow":null,"grid_area":null,"grid_auto_columns":null,"grid_auto_flow":null,"grid_auto_rows":null,"grid_column":null,"grid_gap":null,"grid_row":null,"grid_template_areas":null,"grid_template_columns":null,"grid_template_rows":null,"height":null,"justify_content":null,"justify_items":null,"left":null,"margin":null,"max_height":null,"max_width":null,"min_height":null,"min_width":null,"object_fit":null,"object_position":null,"order":null,"overflow":null,"overflow_x":null,"overflow_y":null,"padding":null,"right":null,"top":null,"visibility":null,"width":null}},"83481c4e1e5b476e96c63df634866e57":{"model_module":"@jupyter-widgets/controls","model_module_version":"1.5.0","model_name":"HBoxModel","state":{"_dom_classes":[],"_model_module":"@jupyter-widgets/controls","_model_module_version":"1.5.0","_model_name":"HBoxModel","_view_count":null,"_view_module":"@jupyter-widgets/controls","_view_module_version":"1.5.0","_view_name":"HBoxView","box_style":"","children":["IPY_MODEL_22326af4c10a497ab5e523c58b2deae8","IPY_MODEL_38961b46b75e44b1b33f76072007cd24","IPY_MODEL_6d572c05837c4fc8bee3ce64a5bbe5e1"],"layout":"IPY_MODEL_6d252ef949884fc29207c80f6d27b346"}},"83c6982d84ba4800934862113ab8ba4e":{"model_module":"@jupyter-widgets/base","model_module_version":"1.2.0","model_name":"LayoutModel","state":{"_model_module":"@jupyter-widgets/base","_model_module_version":"1.2.0","_model_name":"LayoutModel","_view_count":null,"_view_module":"@jupyter-widgets/base","_view_module_version":"1.2.0","_view_name":"LayoutView","align_content":null,"align_items":null,"align_self":null,"border":null,"bottom":null,"display":null,"flex":null,"flex_flow":null,"grid_area":null,"grid_auto_columns":null,"grid_auto_flow":null,"grid_auto_rows":null,"grid_column":null,"grid_gap":null,"grid_row":null,"grid_template_areas":null,"grid_template_columns":null,"grid_template_rows":null,"height":null,"justify_content":null,"justify_items":null,"left":null,"margin":null,"max_height":null,"max_width":null,"min_height":null,"min_width":null,"object_fit":null,"object_position":null,"order":null,"overflow":null,"overflow_x":null,"overflow_y":null,"padding":null,"right":null,"top":null,"visibility":null,"width":null}},"84c3e028066544edb4072f1b751f4199":{"model_module":"@jupyter-widgets/controls","model_module_version":"1.5.0","model_name":"HTMLModel","state":{"_dom_classes":[],"_model_module":"@jupyter-widgets/controls","_model_module_version":"1.5.0","_model_name":"HTMLModel","_view_count":null,"_view_module":"@jupyter-widgets/controls","_view_module_version":"1.5.0","_view_name":"HTMLView","description":"","description_tooltip":null,"layout":"IPY_MODEL_1054c4f96f0c4d02b227b89688d6e219","placeholder":"β","style":"IPY_MODEL_07dd9ef8633143efaf919e09cd63188c","value":"pytorch_model.bin: 100%"}},"8a85e58a32cb4c4d8d8fa35d53775da2":{"model_module":"@jupyter-widgets/controls","model_module_version":"1.5.0","model_name":"DescriptionStyleModel","state":{"_model_module":"@jupyter-widgets/controls","_model_module_version":"1.5.0","_model_name":"DescriptionStyleModel","_view_count":null,"_view_module":"@jupyter-widgets/base","_view_module_version":"1.2.0","_view_name":"StyleView","description_width":""}},"8b20866690fb4c7891cd0ff5a39ae75a":{"model_module":"@jupyter-widgets/base","model_module_version":"1.2.0","model_name":"LayoutModel","state":{"_model_module":"@jupyter-widgets/base","_model_module_version":"1.2.0","_model_name":"LayoutModel","_view_count":null,"_view_module":"@jupyter-widgets/base","_view_module_version":"1.2.0","_view_name":"LayoutView","align_content":null,"align_items":null,"align_self":null,"border":null,"bottom":null,"display":null,"flex":null,"flex_flow":null,"grid_area":null,"grid_auto_columns":null,"grid_auto_flow":null,"grid_auto_rows":null,"grid_column":null,"grid_gap":null,"grid_row":null,"grid_template_areas":null,"grid_template_columns":null,"grid_template_rows":null,"height":null,"justify_content":null,"justify_items":null,"left":null,"margin":null,"max_height":null,"max_width":null,"min_height":null,"min_width":null,"object_fit":null,"object_position":null,"order":null,"overflow":null,"overflow_x":null,"overflow_y":null,"padding":null,"right":null,"top":null,"visibility":null,"width":null}},"8d947a3e32e6451e98a9748dc0412a06":{"model_module":"@jupyter-widgets/controls","model_module_version":"1.5.0","model_name":"DescriptionStyleModel","state":{"_model_module":"@jupyter-widgets/controls","_model_module_version":"1.5.0","_model_name":"DescriptionStyleModel","_view_count":null,"_view_module":"@jupyter-widgets/base","_view_module_version":"1.2.0","_view_name":"StyleView","description_width":""}},"901de4a180df447a977b4f655a70318d":{"model_module":"@jupyter-widgets/base","model_module_version":"1.2.0","model_name":"LayoutModel","state":{"_model_module":"@jupyter-widgets/base","_model_module_version":"1.2.0","_model_name":"LayoutModel","_view_count":null,"_view_module":"@jupyter-widgets/base","_view_module_version":"1.2.0","_view_name":"LayoutView","align_content":null,"align_items":null,"align_self":null,"border":null,"bottom":null,"display":null,"flex":null,"flex_flow":null,"grid_area":null,"grid_auto_columns":null,"grid_auto_flow":null,"grid_auto_rows":null,"grid_column":null,"grid_gap":null,"grid_row":null,"grid_template_areas":null,"grid_template_columns":null,"grid_template_rows":null,"height":null,"justify_content":null,"justify_items":null,"left":null,"margin":null,"max_height":null,"max_width":null,"min_height":null,"min_width":null,"object_fit":null,"object_position":null,"order":null,"overflow":null,"overflow_x":null,"overflow_y":null,"padding":null,"right":null,"top":null,"visibility":null,"width":null}},"9025e414ce274dd69d9d63bee970479b":{"model_module":"@jupyter-widgets/base","model_module_version":"1.2.0","model_name":"LayoutModel","state":{"_model_module":"@jupyter-widgets/base","_model_module_version":"1.2.0","_model_name":"LayoutModel","_view_count":null,"_view_module":"@jupyter-widgets/base","_view_module_version":"1.2.0","_view_name":"LayoutView","align_content":null,"align_items":null,"align_self":null,"border":null,"bottom":null,"display":null,"flex":null,"flex_flow":null,"grid_area":null,"grid_auto_columns":null,"grid_auto_flow":null,"grid_auto_rows":null,"grid_column":null,"grid_gap":null,"grid_row":null,"grid_template_areas":null,"grid_template_columns":null,"grid_template_rows":null,"height":null,"justify_content":null,"justify_items":null,"left":null,"margin":null,"max_height":null,"max_width":null,"min_height":null,"min_width":null,"object_fit":null,"object_position":null,"order":null,"overflow":null,"overflow_x":null,"overflow_y":null,"padding":null,"right":null,"top":null,"visibility":null,"width":null}},"907f3a585f2f44fa915e7522bce75aa6":{"model_module":"@jupyter-widgets/base","model_module_version":"1.2.0","model_name":"LayoutModel","state":{"_model_module":"@jupyter-widgets/base","_model_module_version":"1.2.0","_model_name":"LayoutModel","_view_count":null,"_view_module":"@jupyter-widgets/base","_view_module_version":"1.2.0","_view_name":"LayoutView","align_content":null,"align_items":null,"align_self":null,"border":null,"bottom":null,"display":null,"flex":null,"flex_flow":null,"grid_area":null,"grid_auto_columns":null,"grid_auto_flow":null,"grid_auto_rows":null,"grid_column":null,"grid_gap":null,"grid_row":null,"grid_template_areas":null,"grid_template_columns":null,"grid_template_rows":null,"height":null,"justify_content":null,"justify_items":null,"left":null,"margin":null,"max_height":null,"max_width":null,"min_height":null,"min_width":null,"object_fit":null,"object_position":null,"order":null,"overflow":null,"overflow_x":null,"overflow_y":null,"padding":null,"right":null,"top":null,"visibility":null,"width":null}},"92389dcacedf48fd8df564784d4c5abb":{"model_module":"@jupyter-widgets/controls","model_module_version":"1.5.0","model_name":"FloatProgressModel","state":{"_dom_classes":[],"_model_module":"@jupyter-widgets/controls","_model_module_version":"1.5.0","_model_name":"FloatProgressModel","_view_count":null,"_view_module":"@jupyter-widgets/controls","_view_module_version":"1.5.0","_view_name":"ProgressView","bar_style":"success","description":"","description_tooltip":null,"layout":"IPY_MODEL_b7bca0c9dd3d4c3ca17d0709d69bde13","max":585,"min":0,"orientation":"horizontal","style":"IPY_MODEL_62a081bfde68472fb25fddb1856345c3","value":585}},"93b4cf1453b34c899fe2f49084b580a0":{"model_module":"@jupyter-widgets/controls","model_module_version":"1.5.0","model_name":"HBoxModel","state":{"_dom_classes":[],"_model_module":"@jupyter-widgets/controls","_model_module_version":"1.5.0","_model_name":"HBoxModel","_view_count":null,"_view_module":"@jupyter-widgets/controls","_view_module_version":"1.5.0","_view_name":"HBoxView","box_style":"","children":["IPY_MODEL_01638eb1127f4d6eacc0376d0a88b306","IPY_MODEL_f04988b571234ea59702b12f090856e4","IPY_MODEL_b5ee3f1c61e14eddb13bc0f500898c76"],"layout":"IPY_MODEL_23af1474081f4e4fb04ca78fdd4c999e"}},"9408971f972043f7937cde0a6434ec72":{"model_module":"@jupyter-widgets/controls","model_module_version":"1.5.0","model_name":"DescriptionStyleModel","state":{"_model_module":"@jupyter-widgets/controls","_model_module_version":"1.5.0","_model_name":"DescriptionStyleModel","_view_count":null,"_view_module":"@jupyter-widgets/base","_view_module_version":"1.2.0","_view_name":"StyleView","description_width":""}},"95d1c637afa3438dba8dc62f05c8418c":{"model_module":"@jupyter-widgets/controls","model_module_version":"1.5.0","model_name":"HTMLModel","state":{"_dom_classes":[],"_model_module":"@jupyter-widgets/controls","_model_module_version":"1.5.0","_model_name":"HTMLModel","_view_count":null,"_view_module":"@jupyter-widgets/controls","_view_module_version":"1.5.0","_view_name":"HTMLView","description":"","description_tooltip":null,"layout":"IPY_MODEL_dbca212ddc0647858ba9d7547aa9de08","placeholder":"β","style":"IPY_MODEL_4a9eeef234684b709d3aa549ecc7fd0e","value":" 770/770 [00:00<00:00, 19.7kB/s]"}},"95df46cf71cb4b1abb952e37db5d9b81":{"model_module":"@jupyter-widgets/base","model_module_version":"1.2.0","model_name":"LayoutModel","state":{"_model_module":"@jupyter-widgets/base","_model_module_version":"1.2.0","_model_name":"LayoutModel","_view_count":null,"_view_module":"@jupyter-widgets/base","_view_module_version":"1.2.0","_view_name":"LayoutView","align_content":null,"align_items":null,"align_self":null,"border":null,"bottom":null,"display":null,"flex":null,"flex_flow":null,"grid_area":null,"grid_auto_columns":null,"grid_auto_flow":null,"grid_auto_rows":null,"grid_column":null,"grid_gap":null,"grid_row":null,"grid_template_areas":null,"grid_template_columns":null,"grid_template_rows":null,"height":null,"justify_content":null,"justify_items":null,"left":null,"margin":null,"max_height":null,"max_width":null,"min_height":null,"min_width":null,"object_fit":null,"object_position":null,"order":null,"overflow":null,"overflow_x":null,"overflow_y":null,"padding":null,"right":null,"top":null,"visibility":null,"width":null}},"9782ae0213f74183b049c2b05e82083c":{"model_module":"@jupyter-widgets/base","model_module_version":"1.2.0","model_name":"LayoutModel","state":{"_model_module":"@jupyter-widgets/base","_model_module_version":"1.2.0","_model_name":"LayoutModel","_view_count":null,"_view_module":"@jupyter-widgets/base","_view_module_version":"1.2.0","_view_name":"LayoutView","align_content":null,"align_items":null,"align_self":null,"border":null,"bottom":null,"display":null,"flex":null,"flex_flow":null,"grid_area":null,"grid_auto_columns":null,"grid_auto_flow":null,"grid_auto_rows":null,"grid_column":null,"grid_gap":null,"grid_row":null,"grid_template_areas":null,"grid_template_columns":null,"grid_template_rows":null,"height":null,"justify_content":null,"justify_items":null,"left":null,"margin":null,"max_height":null,"max_width":null,"min_height":null,"min_width":null,"object_fit":null,"object_position":null,"order":null,"overflow":null,"overflow_x":null,"overflow_y":null,"padding":null,"right":null,"top":null,"visibility":null,"width":null}},"99369c4a7d2446c09fb14093d164b406":{"model_module":"@jupyter-widgets/controls","model_module_version":"1.5.0","model_name":"DescriptionStyleModel","state":{"_model_module":"@jupyter-widgets/controls","_model_module_version":"1.5.0","_model_name":"DescriptionStyleModel","_view_count":null,"_view_module":"@jupyter-widgets/base","_view_module_version":"1.2.0","_view_name":"StyleView","description_width":""}},"9ccfbfb1ffcb4a41a51e2b4b09582cea":{"model_module":"@jupyter-widgets/base","model_module_version":"1.2.0","model_name":"LayoutModel","state":{"_model_module":"@jupyter-widgets/base","_model_module_version":"1.2.0","_model_name":"LayoutModel","_view_count":null,"_view_module":"@jupyter-widgets/base","_view_module_version":"1.2.0","_view_name":"LayoutView","align_content":null,"align_items":null,"align_self":null,"border":null,"bottom":null,"display":null,"flex":null,"flex_flow":null,"grid_area":null,"grid_auto_columns":null,"grid_auto_flow":null,"grid_auto_rows":null,"grid_column":null,"grid_gap":null,"grid_row":null,"grid_template_areas":null,"grid_template_columns":null,"grid_template_rows":null,"height":null,"justify_content":null,"justify_items":null,"left":null,"margin":null,"max_height":null,"max_width":null,"min_height":null,"min_width":null,"object_fit":null,"object_position":null,"order":null,"overflow":null,"overflow_x":null,"overflow_y":null,"padding":null,"right":null,"top":null,"visibility":null,"width":null}},"9d57e99d888a44afb0e5cc20e435e152":{"model_module":"@jupyter-widgets/controls","model_module_version":"1.5.0","model_name":"HBoxModel","state":{"_dom_classes":[],"_model_module":"@jupyter-widgets/controls","_model_module_version":"1.5.0","_model_name":"HBoxModel","_view_count":null,"_view_module":"@jupyter-widgets/controls","_view_module_version":"1.5.0","_view_name":"HBoxView","box_style":"","children":["IPY_MODEL_ac0f91a4e0ef4a1ea6d9e71e4380a0b4","IPY_MODEL_48b80bb0d53f42f8ac42cd5c7f7e9e44","IPY_MODEL_59f49da854f44be0a8ff1ed35c8b565b"],"layout":"IPY_MODEL_c171a76161f0423a9d1e49bbb5a2518d"}},"9e67c4447efa473bbe9b16099367d14e":{"model_module":"@jupyter-widgets/base","model_module_version":"1.2.0","model_name":"LayoutModel","state":{"_model_module":"@jupyter-widgets/base","_model_module_version":"1.2.0","_model_name":"LayoutModel","_view_count":null,"_view_module":"@jupyter-widgets/base","_view_module_version":"1.2.0","_view_name":"LayoutView","align_content":null,"align_items":null,"align_self":null,"border":null,"bottom":null,"display":null,"flex":null,"flex_flow":null,"grid_area":null,"grid_auto_columns":null,"grid_auto_flow":null,"grid_auto_rows":null,"grid_column":null,"grid_gap":null,"grid_row":null,"grid_template_areas":null,"grid_template_columns":null,"grid_template_rows":null,"height":null,"justify_content":null,"justify_items":null,"left":null,"margin":null,"max_height":null,"max_width":null,"min_height":null,"min_width":null,"object_fit":null,"object_position":null,"order":null,"overflow":null,"overflow_x":null,"overflow_y":null,"padding":null,"right":null,"top":null,"visibility":null,"width":null}},"9fd09b82c0994b9db3ca79f16462144a":{"model_module":"@jupyter-widgets/base","model_module_version":"1.2.0","model_name":"LayoutModel","state":{"_model_module":"@jupyter-widgets/base","_model_module_version":"1.2.0","_model_name":"LayoutModel","_view_count":null,"_view_module":"@jupyter-widgets/base","_view_module_version":"1.2.0","_view_name":"LayoutView","align_content":null,"align_items":null,"align_self":null,"border":null,"bottom":null,"display":null,"flex":null,"flex_flow":null,"grid_area":null,"grid_auto_columns":null,"grid_auto_flow":null,"grid_auto_rows":null,"grid_column":null,"grid_gap":null,"grid_row":null,"grid_template_areas":null,"grid_template_columns":null,"grid_template_rows":null,"height":null,"justify_content":null,"justify_items":null,"left":null,"margin":null,"max_height":null,"max_width":null,"min_height":null,"min_width":null,"object_fit":null,"object_position":null,"order":null,"overflow":null,"overflow_x":null,"overflow_y":null,"padding":null,"right":null,"top":null,"visibility":null,"width":null}},"a128d671d27d46369e13bb291f69d3f9":{"model_module":"@jupyter-widgets/controls","model_module_version":"1.5.0","model_name":"DescriptionStyleModel","state":{"_model_module":"@jupyter-widgets/controls","_model_module_version":"1.5.0","_model_name":"DescriptionStyleModel","_view_count":null,"_view_module":"@jupyter-widgets/base","_view_module_version":"1.2.0","_view_name":"StyleView","description_width":""}},"a1f36fc2fb364873aebb933943d147ff":{"model_module":"@jupyter-widgets/controls","model_module_version":"1.5.0","model_name":"FloatProgressModel","state":{"_dom_classes":[],"_model_module":"@jupyter-widgets/controls","_model_module_version":"1.5.0","_model_name":"FloatProgressModel","_view_count":null,"_view_module":"@jupyter-widgets/controls","_view_module_version":"1.5.0","_view_name":"ProgressView","bar_style":"success","description":"","description_tooltip":null,"layout":"IPY_MODEL_ab2c6f60eb7f468eb1acb40902adb01a","max":429,"min":0,"orientation":"horizontal","style":"IPY_MODEL_f38caab569ea40b593a79bdb0ff9c01b","value":429}},"a31d2cd3f39643f78fb4c75a9e9e8448":{"model_module":"@jupyter-widgets/controls","model_module_version":"1.5.0","model_name":"FloatProgressModel","state":{"_dom_classes":[],"_model_module":"@jupyter-widgets/controls","_model_module_version":"1.5.0","_model_name":"FloatProgressModel","_view_count":null,"_view_module":"@jupyter-widgets/controls","_view_module_version":"1.5.0","_view_name":"ProgressView","bar_style":"success","description":"","description_tooltip":null,"layout":"IPY_MODEL_be10389831194348b7a4ef1922b4c048","max":437989703,"min":0,"orientation":"horizontal","style":"IPY_MODEL_0bf259e1b0ba47a592723bd4b4f0cf96","value":437989703}},"a5c805ee43ef409497d77176166b733e":{"model_module":"@jupyter-widgets/controls","model_module_version":"1.5.0","model_name":"FloatProgressModel","state":{"_dom_classes":[],"_model_module":"@jupyter-widgets/controls","_model_module_version":"1.5.0","_model_name":"FloatProgressModel","_view_count":null,"_view_module":"@jupyter-widgets/controls","_view_module_version":"1.5.0","_view_name":"ProgressView","bar_style":"success","description":"","description_tooltip":null,"layout":"IPY_MODEL_e09d85fad1ec4a5895de00cb27460bfd","max":443,"min":0,"orientation":"horizontal","style":"IPY_MODEL_3271f0583be64fbaa6e1763e8ba5a8e9","value":443}},"a6d5de84bc5b438ca3a80143e0548569":{"model_module":"@jupyter-widgets/base","model_module_version":"1.2.0","model_name":"LayoutModel","state":{"_model_module":"@jupyter-widgets/base","_model_module_version":"1.2.0","_model_name":"LayoutModel","_view_count":null,"_view_module":"@jupyter-widgets/base","_view_module_version":"1.2.0","_view_name":"LayoutView","align_content":null,"align_items":null,"align_self":null,"border":null,"bottom":null,"display":null,"flex":null,"flex_flow":null,"grid_area":null,"grid_auto_columns":null,"grid_auto_flow":null,"grid_auto_rows":null,"grid_column":null,"grid_gap":null,"grid_row":null,"grid_template_areas":null,"grid_template_columns":null,"grid_template_rows":null,"height":null,"justify_content":null,"justify_items":null,"left":null,"margin":null,"max_height":null,"max_width":null,"min_height":null,"min_width":null,"object_fit":null,"object_position":null,"order":null,"overflow":null,"overflow_x":null,"overflow_y":null,"padding":null,"right":null,"top":null,"visibility":null,"width":null}},"a7b3fa02c488432bb5abf6accea1a1a0":{"model_module":"@jupyter-widgets/controls","model_module_version":"1.5.0","model_name":"HTMLModel","state":{"_dom_classes":[],"_model_module":"@jupyter-widgets/controls","_model_module_version":"1.5.0","_model_name":"HTMLModel","_view_count":null,"_view_module":"@jupyter-widgets/controls","_view_module_version":"1.5.0","_view_name":"HTMLView","description":"","description_tooltip":null,"layout":"IPY_MODEL_8b20866690fb4c7891cd0ff5a39ae75a","placeholder":"β","style":"IPY_MODEL_e673e3f41a75402e857135cd1d9487f6","value":"vocab.txt: 100%"}},"a9502a1f190549c4b153c6fff8ffba52":{"model_module":"@jupyter-widgets/base","model_module_version":"1.2.0","model_name":"LayoutModel","state":{"_model_module":"@jupyter-widgets/base","_model_module_version":"1.2.0","_model_name":"LayoutModel","_view_count":null,"_view_module":"@jupyter-widgets/base","_view_module_version":"1.2.0","_view_name":"LayoutView","align_content":null,"align_items":null,"align_self":null,"border":null,"bottom":null,"display":null,"flex":null,"flex_flow":null,"grid_area":null,"grid_auto_columns":null,"grid_auto_flow":null,"grid_auto_rows":null,"grid_column":null,"grid_gap":null,"grid_row":null,"grid_template_areas":null,"grid_template_columns":null,"grid_template_rows":null,"height":null,"justify_content":null,"justify_items":null,"left":null,"margin":null,"max_height":null,"max_width":null,"min_height":null,"min_width":null,"object_fit":null,"object_position":null,"order":null,"overflow":null,"overflow_x":null,"overflow_y":null,"padding":null,"right":null,"top":null,"visibility":null,"width":null}},"ab2c6f60eb7f468eb1acb40902adb01a":{"model_module":"@jupyter-widgets/base","model_module_version":"1.2.0","model_name":"LayoutModel","state":{"_model_module":"@jupyter-widgets/base","_model_module_version":"1.2.0","_model_name":"LayoutModel","_view_count":null,"_view_module":"@jupyter-widgets/base","_view_module_version":"1.2.0","_view_name":"LayoutView","align_content":null,"align_items":null,"align_self":null,"border":null,"bottom":null,"display":null,"flex":null,"flex_flow":null,"grid_area":null,"grid_auto_columns":null,"grid_auto_flow":null,"grid_auto_rows":null,"grid_column":null,"grid_gap":null,"grid_row":null,"grid_template_areas":null,"grid_template_columns":null,"grid_template_rows":null,"height":null,"justify_content":null,"justify_items":null,"left":null,"margin":null,"max_height":null,"max_width":null,"min_height":null,"min_width":null,"object_fit":null,"object_position":null,"order":null,"overflow":null,"overflow_x":null,"overflow_y":null,"padding":null,"right":null,"top":null,"visibility":null,"width":null}},"ab7f9724e5944d9090631b430feb6718":{"model_module":"@jupyter-widgets/base","model_module_version":"1.2.0","model_name":"LayoutModel","state":{"_model_module":"@jupyter-widgets/base","_model_module_version":"1.2.0","_model_name":"LayoutModel","_view_count":null,"_view_module":"@jupyter-widgets/base","_view_module_version":"1.2.0","_view_name":"LayoutView","align_content":null,"align_items":null,"align_self":null,"border":null,"bottom":null,"display":null,"flex":null,"flex_flow":null,"grid_area":null,"grid_auto_columns":null,"grid_auto_flow":null,"grid_auto_rows":null,"grid_column":null,"grid_gap":null,"grid_row":null,"grid_template_areas":null,"grid_template_columns":null,"grid_template_rows":null,"height":null,"justify_content":null,"justify_items":null,"left":null,"margin":null,"max_height":null,"max_width":null,"min_height":null,"min_width":null,"object_fit":null,"object_position":null,"order":null,"overflow":null,"overflow_x":null,"overflow_y":null,"padding":null,"right":null,"top":null,"visibility":null,"width":null}},"ac0f91a4e0ef4a1ea6d9e71e4380a0b4":{"model_module":"@jupyter-widgets/controls","model_module_version":"1.5.0","model_name":"HTMLModel","state":{"_dom_classes":[],"_model_module":"@jupyter-widgets/controls","_model_module_version":"1.5.0","_model_name":"HTMLModel","_view_count":null,"_view_module":"@jupyter-widgets/controls","_view_module_version":"1.5.0","_view_name":"HTMLView","description":"","description_tooltip":null,"layout":"IPY_MODEL_0f6b499a447241d98cc68371f6b1e3be","placeholder":"β","style":"IPY_MODEL_6db7b439727f4be6af017421b6327307","value":"special_tokens_map.json: 100%"}},"ae77ee3b6149496f9e9063e85711ca15":{"model_module":"@jupyter-widgets/base","model_module_version":"1.2.0","model_name":"LayoutModel","state":{"_model_module":"@jupyter-widgets/base","_model_module_version":"1.2.0","_model_name":"LayoutModel","_view_count":null,"_view_module":"@jupyter-widgets/base","_view_module_version":"1.2.0","_view_name":"LayoutView","align_content":null,"align_items":null,"align_self":null,"border":null,"bottom":null,"display":null,"flex":null,"flex_flow":null,"grid_area":null,"grid_auto_columns":null,"grid_auto_flow":null,"grid_auto_rows":null,"grid_column":null,"grid_gap":null,"grid_row":null,"grid_template_areas":null,"grid_template_columns":null,"grid_template_rows":null,"height":null,"justify_content":null,"justify_items":null,"left":null,"margin":null,"max_height":null,"max_width":null,"min_height":null,"min_width":null,"object_fit":null,"object_position":null,"order":null,"overflow":null,"overflow_x":null,"overflow_y":null,"padding":null,"right":null,"top":null,"visibility":null,"width":null}},"afe2a61fed624fe2843a59abb7b69aef":{"model_module":"@jupyter-widgets/controls","model_module_version":"1.5.0","model_name":"FloatProgressModel","state":{"_dom_classes":[],"_model_module":"@jupyter-widgets/controls","_model_module_version":"1.5.0","_model_name":"FloatProgressModel","_view_count":null,"_view_module":"@jupyter-widgets/controls","_view_module_version":"1.5.0","_view_name":"ProgressView","bar_style":"success","description":"","description_tooltip":null,"layout":"IPY_MODEL_8261daed1a184be2a08ab47e04e61bbf","max":570,"min":0,"orientation":"horizontal","style":"IPY_MODEL_7bbfdde00b394382a0e13bec21dcadd0","value":570}},"b0d3068009d64075b8b5933554e23f51":{"model_module":"@jupyter-widgets/controls","model_module_version":"1.5.0","model_name":"DescriptionStyleModel","state":{"_model_module":"@jupyter-widgets/controls","_model_module_version":"1.5.0","_model_name":"DescriptionStyleModel","_view_count":null,"_view_module":"@jupyter-widgets/base","_view_module_version":"1.2.0","_view_name":"StyleView","description_width":""}},"b4032d0fe796450e8697364194d98b88":{"model_module":"@jupyter-widgets/base","model_module_version":"1.2.0","model_name":"LayoutModel","state":{"_model_module":"@jupyter-widgets/base","_model_module_version":"1.2.0","_model_name":"LayoutModel","_view_count":null,"_view_module":"@jupyter-widgets/base","_view_module_version":"1.2.0","_view_name":"LayoutView","align_content":null,"align_items":null,"align_self":null,"border":null,"bottom":null,"display":null,"flex":null,"flex_flow":null,"grid_area":null,"grid_auto_columns":null,"grid_auto_flow":null,"grid_auto_rows":null,"grid_column":null,"grid_gap":null,"grid_row":null,"grid_template_areas":null,"grid_template_columns":null,"grid_template_rows":null,"height":null,"justify_content":null,"justify_items":null,"left":null,"margin":null,"max_height":null,"max_width":null,"min_height":null,"min_width":null,"object_fit":null,"object_position":null,"order":null,"overflow":null,"overflow_x":null,"overflow_y":null,"padding":null,"right":null,"top":null,"visibility":null,"width":null}},"b498c129c0e44dff81191cc677cb9aa8":{"model_module":"@jupyter-widgets/controls","model_module_version":"1.5.0","model_name":"HBoxModel","state":{"_dom_classes":[],"_model_module":"@jupyter-widgets/controls","_model_module_version":"1.5.0","_model_name":"HBoxModel","_view_count":null,"_view_module":"@jupyter-widgets/controls","_view_module_version":"1.5.0","_view_name":"HBoxView","box_style":"","children":["IPY_MODEL_65b4483312c44f00ab70e1da216bd2b2","IPY_MODEL_a1f36fc2fb364873aebb933943d147ff","IPY_MODEL_bb0378211ba5450c90958820777491c8"],"layout":"IPY_MODEL_c40c55b78e9245e68d1368efd2116b55"}},"b5ee3f1c61e14eddb13bc0f500898c76":{"model_module":"@jupyter-widgets/controls","model_module_version":"1.5.0","model_name":"HTMLModel","state":{"_dom_classes":[],"_model_module":"@jupyter-widgets/controls","_model_module_version":"1.5.0","_model_name":"HTMLModel","_view_count":null,"_view_module":"@jupyter-widgets/controls","_view_module_version":"1.5.0","_view_name":"HTMLView","description":"","description_tooltip":null,"layout":"IPY_MODEL_e659ac12ac4843df87a9e4c031d865d7","placeholder":"β","style":"IPY_MODEL_8a85e58a32cb4c4d8d8fa35d53775da2","value":" 238k/238k [00:00<00:00, 605kB/s]"}},"b7bb0d6c8ae84f39b2b2336c9e7caf39":{"model_module":"@jupyter-widgets/controls","model_module_version":"1.5.0","model_name":"DescriptionStyleModel","state":{"_model_module":"@jupyter-widgets/controls","_model_module_version":"1.5.0","_model_name":"DescriptionStyleModel","_view_count":null,"_view_module":"@jupyter-widgets/base","_view_module_version":"1.2.0","_view_name":"StyleView","description_width":""}},"b7bca0c9dd3d4c3ca17d0709d69bde13":{"model_module":"@jupyter-widgets/base","model_module_version":"1.2.0","model_name":"LayoutModel","state":{"_model_module":"@jupyter-widgets/base","_model_module_version":"1.2.0","_model_name":"LayoutModel","_view_count":null,"_view_module":"@jupyter-widgets/base","_view_module_version":"1.2.0","_view_name":"LayoutView","align_content":null,"align_items":null,"align_self":null,"border":null,"bottom":null,"display":null,"flex":null,"flex_flow":null,"grid_area":null,"grid_auto_columns":null,"grid_auto_flow":null,"grid_auto_rows":null,"grid_column":null,"grid_gap":null,"grid_row":null,"grid_template_areas":null,"grid_template_columns":null,"grid_template_rows":null,"height":null,"justify_content":null,"justify_items":null,"left":null,"margin":null,"max_height":null,"max_width":null,"min_height":null,"min_width":null,"object_fit":null,"object_position":null,"order":null,"overflow":null,"overflow_x":null,"overflow_y":null,"padding":null,"right":null,"top":null,"visibility":null,"width":null}},"ba517f6122364672b315aa24a2634661":{"model_module":"@jupyter-widgets/controls","model_module_version":"1.5.0","model_name":"HBoxModel","state":{"_dom_classes":[],"_model_module":"@jupyter-widgets/controls","_model_module_version":"1.5.0","_model_name":"HBoxModel","_view_count":null,"_view_module":"@jupyter-widgets/controls","_view_module_version":"1.5.0","_view_name":"HBoxView","box_style":"","children":["IPY_MODEL_2d77343195954f7ebeed13c96bef129f","IPY_MODEL_a5c805ee43ef409497d77176166b733e","IPY_MODEL_7e0fa7d7425f497fb4bffa179aa58f42"],"layout":"IPY_MODEL_507061a7fce8407395df923b3835a459"}},"ba93e5464871467f98153e0d2109b201":{"model_module":"@jupyter-widgets/controls","model_module_version":"1.5.0","model_name":"HTMLModel","state":{"_dom_classes":[],"_model_module":"@jupyter-widgets/controls","_model_module_version":"1.5.0","_model_name":"HTMLModel","_view_count":null,"_view_module":"@jupyter-widgets/controls","_view_module_version":"1.5.0","_view_name":"HTMLView","description":"","description_tooltip":null,"layout":"IPY_MODEL_09ead46f1b0a43bda66b55d17b5fed6f","placeholder":"β","style":"IPY_MODEL_22df55bbc0ea40c6b822f9968d357b28","value":"config.json: 100%"}},"baaaff9d41a64a63aab3812f21bc1a75":{"model_module":"@jupyter-widgets/controls","model_module_version":"1.5.0","model_name":"HBoxModel","state":{"_dom_classes":[],"_model_module":"@jupyter-widgets/controls","_model_module_version":"1.5.0","_model_name":"HBoxModel","_view_count":null,"_view_module":"@jupyter-widgets/controls","_view_module_version":"1.5.0","_view_name":"HBoxView","box_style":"","children":["IPY_MODEL_a7b3fa02c488432bb5abf6accea1a1a0","IPY_MODEL_c52643ecdfb643c4a8a3ccebbbe6aba6","IPY_MODEL_cd1440cd012247038c48473083354872"],"layout":"IPY_MODEL_e95c83bac2864b45b5055221ccd3fce1"}},"bb0378211ba5450c90958820777491c8":{"model_module":"@jupyter-widgets/controls","model_module_version":"1.5.0","model_name":"HTMLModel","state":{"_dom_classes":[],"_model_module":"@jupyter-widgets/controls","_model_module_version":"1.5.0","_model_name":"HTMLModel","_view_count":null,"_view_module":"@jupyter-widgets/controls","_view_module_version":"1.5.0","_view_name":"HTMLView","description":"","description_tooltip":null,"layout":"IPY_MODEL_9025e414ce274dd69d9d63bee970479b","placeholder":"β","style":"IPY_MODEL_b7bb0d6c8ae84f39b2b2336c9e7caf39","value":" 429/429 [00:00<00:00, 13.3kB/s]"}},"be10389831194348b7a4ef1922b4c048":{"model_module":"@jupyter-widgets/base","model_module_version":"1.2.0","model_name":"LayoutModel","state":{"_model_module":"@jupyter-widgets/base","_model_module_version":"1.2.0","_model_name":"LayoutModel","_view_count":null,"_view_module":"@jupyter-widgets/base","_view_module_version":"1.2.0","_view_name":"LayoutView","align_content":null,"align_items":null,"align_self":null,"border":null,"bottom":null,"display":null,"flex":null,"flex_flow":null,"grid_area":null,"grid_auto_columns":null,"grid_auto_flow":null,"grid_auto_rows":null,"grid_column":null,"grid_gap":null,"grid_row":null,"grid_template_areas":null,"grid_template_columns":null,"grid_template_rows":null,"height":null,"justify_content":null,"justify_items":null,"left":null,"margin":null,"max_height":null,"max_width":null,"min_height":null,"min_width":null,"object_fit":null,"object_position":null,"order":null,"overflow":null,"overflow_x":null,"overflow_y":null,"padding":null,"right":null,"top":null,"visibility":null,"width":null}},"beb1f5caa1f748caa03c9a50d5fa2e99":{"model_module":"@jupyter-widgets/controls","model_module_version":"1.5.0","model_name":"HTMLModel","state":{"_dom_classes":[],"_model_module":"@jupyter-widgets/controls","_model_module_version":"1.5.0","_model_name":"HTMLModel","_view_count":null,"_view_module":"@jupyter-widgets/controls","_view_module_version":"1.5.0","_view_name":"HTMLView","description":"","description_tooltip":null,"layout":"IPY_MODEL_83c6982d84ba4800934862113ab8ba4e","placeholder":"β","style":"IPY_MODEL_99369c4a7d2446c09fb14093d164b406","value":" 466k/466k [00:00<00:00, 796kB/s]"}},"c171a76161f0423a9d1e49bbb5a2518d":{"model_module":"@jupyter-widgets/base","model_module_version":"1.2.0","model_name":"LayoutModel","state":{"_model_module":"@jupyter-widgets/base","_model_module_version":"1.2.0","_model_name":"LayoutModel","_view_count":null,"_view_module":"@jupyter-widgets/base","_view_module_version":"1.2.0","_view_name":"LayoutView","align_content":null,"align_items":null,"align_self":null,"border":null,"bottom":null,"display":null,"flex":null,"flex_flow":null,"grid_area":null,"grid_auto_columns":null,"grid_auto_flow":null,"grid_auto_rows":null,"grid_column":null,"grid_gap":null,"grid_row":null,"grid_template_areas":null,"grid_template_columns":null,"grid_template_rows":null,"height":null,"justify_content":null,"justify_items":null,"left":null,"margin":null,"max_height":null,"max_width":null,"min_height":null,"min_width":null,"object_fit":null,"object_position":null,"order":null,"overflow":null,"overflow_x":null,"overflow_y":null,"padding":null,"right":null,"top":null,"visibility":null,"width":null}},"c40c55b78e9245e68d1368efd2116b55":{"model_module":"@jupyter-widgets/base","model_module_version":"1.2.0","model_name":"LayoutModel","state":{"_model_module":"@jupyter-widgets/base","_model_module_version":"1.2.0","_model_name":"LayoutModel","_view_count":null,"_view_module":"@jupyter-widgets/base","_view_module_version":"1.2.0","_view_name":"LayoutView","align_content":null,"align_items":null,"align_self":null,"border":null,"bottom":null,"display":null,"flex":null,"flex_flow":null,"grid_area":null,"grid_auto_columns":null,"grid_auto_flow":null,"grid_auto_rows":null,"grid_column":null,"grid_gap":null,"grid_row":null,"grid_template_areas":null,"grid_template_columns":null,"grid_template_rows":null,"height":null,"justify_content":null,"justify_items":null,"left":null,"margin":null,"max_height":null,"max_width":null,"min_height":null,"min_width":null,"object_fit":null,"object_position":null,"order":null,"overflow":null,"overflow_x":null,"overflow_y":null,"padding":null,"right":null,"top":null,"visibility":null,"width":null}},"c52643ecdfb643c4a8a3ccebbbe6aba6":{"model_module":"@jupyter-widgets/controls","model_module_version":"1.5.0","model_name":"FloatProgressModel","state":{"_dom_classes":[],"_model_module":"@jupyter-widgets/controls","_model_module_version":"1.5.0","_model_name":"FloatProgressModel","_view_count":null,"_view_module":"@jupyter-widgets/controls","_view_module_version":"1.5.0","_view_name":"ProgressView","bar_style":"success","description":"","description_tooltip":null,"layout":"IPY_MODEL_644aff0ba7e840da8be9cb12ef9d065d","max":237661,"min":0,"orientation":"horizontal","style":"IPY_MODEL_ff03f47ff7174bc2a026001e8f14e98c","value":237661}},"c6f087be78f246028707f2c206c880e1":{"model_module":"@jupyter-widgets/base","model_module_version":"1.2.0","model_name":"LayoutModel","state":{"_model_module":"@jupyter-widgets/base","_model_module_version":"1.2.0","_model_name":"LayoutModel","_view_count":null,"_view_module":"@jupyter-widgets/base","_view_module_version":"1.2.0","_view_name":"LayoutView","align_content":null,"align_items":null,"align_self":null,"border":null,"bottom":null,"display":null,"flex":null,"flex_flow":null,"grid_area":null,"grid_auto_columns":null,"grid_auto_flow":null,"grid_auto_rows":null,"grid_column":null,"grid_gap":null,"grid_row":null,"grid_template_areas":null,"grid_template_columns":null,"grid_template_rows":null,"height":null,"justify_content":null,"justify_items":null,"left":null,"margin":null,"max_height":null,"max_width":null,"min_height":null,"min_width":null,"object_fit":null,"object_position":null,"order":null,"overflow":null,"overflow_x":null,"overflow_y":null,"padding":null,"right":null,"top":null,"visibility":null,"width":null}},"c8b15823ffd3486a8c26f70812df92d1":{"model_module":"@jupyter-widgets/controls","model_module_version":"1.5.0","model_name":"DescriptionStyleModel","state":{"_model_module":"@jupyter-widgets/controls","_model_module_version":"1.5.0","_model_name":"DescriptionStyleModel","_view_count":null,"_view_module":"@jupyter-widgets/base","_view_module_version":"1.2.0","_view_name":"StyleView","description_width":""}},"cb1aebe61e014b148c72f43f257a4a37":{"model_module":"@jupyter-widgets/base","model_module_version":"1.2.0","model_name":"LayoutModel","state":{"_model_module":"@jupyter-widgets/base","_model_module_version":"1.2.0","_model_name":"LayoutModel","_view_count":null,"_view_module":"@jupyter-widgets/base","_view_module_version":"1.2.0","_view_name":"LayoutView","align_content":null,"align_items":null,"align_self":null,"border":null,"bottom":null,"display":null,"flex":null,"flex_flow":null,"grid_area":null,"grid_auto_columns":null,"grid_auto_flow":null,"grid_auto_rows":null,"grid_column":null,"grid_gap":null,"grid_row":null,"grid_template_areas":null,"grid_template_columns":null,"grid_template_rows":null,"height":null,"justify_content":null,"justify_items":null,"left":null,"margin":null,"max_height":null,"max_width":null,"min_height":null,"min_width":null,"object_fit":null,"object_position":null,"order":null,"overflow":null,"overflow_x":null,"overflow_y":null,"padding":null,"right":null,"top":null,"visibility":null,"width":null}},"cc7a2fc33e704c93a89a3833c2325212":{"model_module":"@jupyter-widgets/base","model_module_version":"1.2.0","model_name":"LayoutModel","state":{"_model_module":"@jupyter-widgets/base","_model_module_version":"1.2.0","_model_name":"LayoutModel","_view_count":null,"_view_module":"@jupyter-widgets/base","_view_module_version":"1.2.0","_view_name":"LayoutView","align_content":null,"align_items":null,"align_self":null,"border":null,"bottom":null,"display":null,"flex":null,"flex_flow":null,"grid_area":null,"grid_auto_columns":null,"grid_auto_flow":null,"grid_auto_rows":null,"grid_column":null,"grid_gap":null,"grid_row":null,"grid_template_areas":null,"grid_template_columns":null,"grid_template_rows":null,"height":null,"justify_content":null,"justify_items":null,"left":null,"margin":null,"max_height":null,"max_width":null,"min_height":null,"min_width":null,"object_fit":null,"object_position":null,"order":null,"overflow":null,"overflow_x":null,"overflow_y":null,"padding":null,"right":null,"top":null,"visibility":null,"width":null}},"cd1440cd012247038c48473083354872":{"model_module":"@jupyter-widgets/controls","model_module_version":"1.5.0","model_name":"HTMLModel","state":{"_dom_classes":[],"_model_module":"@jupyter-widgets/controls","_model_module_version":"1.5.0","_model_name":"HTMLModel","_view_count":null,"_view_module":"@jupyter-widgets/controls","_view_module_version":"1.5.0","_view_name":"HTMLView","description":"","description_tooltip":null,"layout":"IPY_MODEL_6b5cc4a88c3245b3885097b118bde164","placeholder":"β","style":"IPY_MODEL_03efb2afce3f49a18af1d7aa47dd5cd9","value":" 238k/238k [00:00<00:00, 608kB/s]"}},"d05726ae49d646a5b3c261c0a4563aaa":{"model_module":"@jupyter-widgets/base","model_module_version":"1.2.0","model_name":"LayoutModel","state":{"_model_module":"@jupyter-widgets/base","_model_module_version":"1.2.0","_model_name":"LayoutModel","_view_count":null,"_view_module":"@jupyter-widgets/base","_view_module_version":"1.2.0","_view_name":"LayoutView","align_content":null,"align_items":null,"align_self":null,"border":null,"bottom":null,"display":null,"flex":null,"flex_flow":null,"grid_area":null,"grid_auto_columns":null,"grid_auto_flow":null,"grid_auto_rows":null,"grid_column":null,"grid_gap":null,"grid_row":null,"grid_template_areas":null,"grid_template_columns":null,"grid_template_rows":null,"height":null,"justify_content":null,"justify_items":null,"left":null,"margin":null,"max_height":null,"max_width":null,"min_height":null,"min_width":null,"object_fit":null,"object_position":null,"order":null,"overflow":null,"overflow_x":null,"overflow_y":null,"padding":null,"right":null,"top":null,"visibility":null,"width":null}},"d0b3cf8f953e44b4bf991851573c9b75":{"model_module":"@jupyter-widgets/controls","model_module_version":"1.5.0","model_name":"HBoxModel","state":{"_dom_classes":[],"_model_module":"@jupyter-widgets/controls","_model_module_version":"1.5.0","_model_name":"HBoxModel","_view_count":null,"_view_module":"@jupyter-widgets/controls","_view_module_version":"1.5.0","_view_name":"HBoxView","box_style":"","children":["IPY_MODEL_42cf702d413b476f9874634a8e64fdcb","IPY_MODEL_1fae955ff2524bc5ab83a527c071676a","IPY_MODEL_beb1f5caa1f748caa03c9a50d5fa2e99"],"layout":"IPY_MODEL_3062fd004213433883961df72d959129"}},"d36ff1170f4b46b59622718e36197b31":{"model_module":"@jupyter-widgets/controls","model_module_version":"1.5.0","model_name":"HBoxModel","state":{"_dom_classes":[],"_model_module":"@jupyter-widgets/controls","_model_module_version":"1.5.0","_model_name":"HBoxModel","_view_count":null,"_view_module":"@jupyter-widgets/controls","_view_module_version":"1.5.0","_view_name":"HBoxView","box_style":"","children":["IPY_MODEL_6515923aefa042feac0318dc66111874","IPY_MODEL_a31d2cd3f39643f78fb4c75a9e9e8448","IPY_MODEL_386f24a73da44170aac2690ce4a0123a"],"layout":"IPY_MODEL_1f5cf0cb2d624e2db4f4e0d7dcfd0586"}},"d46cc2d8bd554bc3a07371d7adb7a8b3":{"model_module":"@jupyter-widgets/controls","model_module_version":"1.5.0","model_name":"HTMLModel","state":{"_dom_classes":[],"_model_module":"@jupyter-widgets/controls","_model_module_version":"1.5.0","_model_name":"HTMLModel","_view_count":null,"_view_module":"@jupyter-widgets/controls","_view_module_version":"1.5.0","_view_name":"HTMLView","description":"","description_tooltip":null,"layout":"IPY_MODEL_38395c616fe240978c50e840bdf6fdc6","placeholder":"β","style":"IPY_MODEL_40243b24bff04db3b527506f6176840a","value":"config.json: 100%"}},"d4a0d8491bbb4951a3c7a5121ab63134":{"model_module":"@jupyter-widgets/controls","model_module_version":"1.5.0","model_name":"HTMLModel","state":{"_dom_classes":[],"_model_module":"@jupyter-widgets/controls","_model_module_version":"1.5.0","_model_name":"HTMLModel","_view_count":null,"_view_module":"@jupyter-widgets/controls","_view_module_version":"1.5.0","_view_name":"HTMLView","description":"","description_tooltip":null,"layout":"IPY_MODEL_f09a537483ae46dabe047e2d8bc54863","placeholder":"β","style":"IPY_MODEL_219cdc6a2b614e5fac57585d7292b037","value":"pytorch_model.bin: 100%"}},"d4f7903534834d808d34b164f745afe1":{"model_module":"@jupyter-widgets/controls","model_module_version":"1.5.0","model_name":"DescriptionStyleModel","state":{"_model_module":"@jupyter-widgets/controls","_model_module_version":"1.5.0","_model_name":"DescriptionStyleModel","_view_count":null,"_view_module":"@jupyter-widgets/base","_view_module_version":"1.2.0","_view_name":"StyleView","description_width":""}},"d9ca2ffd1d864148b32bba97809225eb":{"model_module":"@jupyter-widgets/base","model_module_version":"1.2.0","model_name":"LayoutModel","state":{"_model_module":"@jupyter-widgets/base","_model_module_version":"1.2.0","_model_name":"LayoutModel","_view_count":null,"_view_module":"@jupyter-widgets/base","_view_module_version":"1.2.0","_view_name":"LayoutView","align_content":null,"align_items":null,"align_self":null,"border":null,"bottom":null,"display":null,"flex":null,"flex_flow":null,"grid_area":null,"grid_auto_columns":null,"grid_auto_flow":null,"grid_auto_rows":null,"grid_column":null,"grid_gap":null,"grid_row":null,"grid_template_areas":null,"grid_template_columns":null,"grid_template_rows":null,"height":null,"justify_content":null,"justify_items":null,"left":null,"margin":null,"max_height":null,"max_width":null,"min_height":null,"min_width":null,"object_fit":null,"object_position":null,"order":null,"overflow":null,"overflow_x":null,"overflow_y":null,"padding":null,"right":null,"top":null,"visibility":null,"width":null}},"dbca212ddc0647858ba9d7547aa9de08":{"model_module":"@jupyter-widgets/base","model_module_version":"1.2.0","model_name":"LayoutModel","state":{"_model_module":"@jupyter-widgets/base","_model_module_version":"1.2.0","_model_name":"LayoutModel","_view_count":null,"_view_module":"@jupyter-widgets/base","_view_module_version":"1.2.0","_view_name":"LayoutView","align_content":null,"align_items":null,"align_self":null,"border":null,"bottom":null,"display":null,"flex":null,"flex_flow":null,"grid_area":null,"grid_auto_columns":null,"grid_auto_flow":null,"grid_auto_rows":null,"grid_column":null,"grid_gap":null,"grid_row":null,"grid_template_areas":null,"grid_template_columns":null,"grid_template_rows":null,"height":null,"justify_content":null,"justify_items":null,"left":null,"margin":null,"max_height":null,"max_width":null,"min_height":null,"min_width":null,"object_fit":null,"object_position":null,"order":null,"overflow":null,"overflow_x":null,"overflow_y":null,"padding":null,"right":null,"top":null,"visibility":null,"width":null}},"e0917120f96c40a3aae53517a6a34453":{"model_module":"@jupyter-widgets/base","model_module_version":"1.2.0","model_name":"LayoutModel","state":{"_model_module":"@jupyter-widgets/base","_model_module_version":"1.2.0","_model_name":"LayoutModel","_view_count":null,"_view_module":"@jupyter-widgets/base","_view_module_version":"1.2.0","_view_name":"LayoutView","align_content":null,"align_items":null,"align_self":null,"border":null,"bottom":null,"display":null,"flex":null,"flex_flow":null,"grid_area":null,"grid_auto_columns":null,"grid_auto_flow":null,"grid_auto_rows":null,"grid_column":null,"grid_gap":null,"grid_row":null,"grid_template_areas":null,"grid_template_columns":null,"grid_template_rows":null,"height":null,"justify_content":null,"justify_items":null,"left":null,"margin":null,"max_height":null,"max_width":null,"min_height":null,"min_width":null,"object_fit":null,"object_position":null,"order":null,"overflow":null,"overflow_x":null,"overflow_y":null,"padding":null,"right":null,"top":null,"visibility":null,"width":null}},"e09d85fad1ec4a5895de00cb27460bfd":{"model_module":"@jupyter-widgets/base","model_module_version":"1.2.0","model_name":"LayoutModel","state":{"_model_module":"@jupyter-widgets/base","_model_module_version":"1.2.0","_model_name":"LayoutModel","_view_count":null,"_view_module":"@jupyter-widgets/base","_view_module_version":"1.2.0","_view_name":"LayoutView","align_content":null,"align_items":null,"align_self":null,"border":null,"bottom":null,"display":null,"flex":null,"flex_flow":null,"grid_area":null,"grid_auto_columns":null,"grid_auto_flow":null,"grid_auto_rows":null,"grid_column":null,"grid_gap":null,"grid_row":null,"grid_template_areas":null,"grid_template_columns":null,"grid_template_rows":null,"height":null,"justify_content":null,"justify_items":null,"left":null,"margin":null,"max_height":null,"max_width":null,"min_height":null,"min_width":null,"object_fit":null,"object_position":null,"order":null,"overflow":null,"overflow_x":null,"overflow_y":null,"padding":null,"right":null,"top":null,"visibility":null,"width":null}},"e399e03dafd44fafa07fbeee05040e29":{"model_module":"@jupyter-widgets/base","model_module_version":"1.2.0","model_name":"LayoutModel","state":{"_model_module":"@jupyter-widgets/base","_model_module_version":"1.2.0","_model_name":"LayoutModel","_view_count":null,"_view_module":"@jupyter-widgets/base","_view_module_version":"1.2.0","_view_name":"LayoutView","align_content":null,"align_items":null,"align_self":null,"border":null,"bottom":null,"display":null,"flex":null,"flex_flow":null,"grid_area":null,"grid_auto_columns":null,"grid_auto_flow":null,"grid_auto_rows":null,"grid_column":null,"grid_gap":null,"grid_row":null,"grid_template_areas":null,"grid_template_columns":null,"grid_template_rows":null,"height":null,"justify_content":null,"justify_items":null,"left":null,"margin":null,"max_height":null,"max_width":null,"min_height":null,"min_width":null,"object_fit":null,"object_position":null,"order":null,"overflow":null,"overflow_x":null,"overflow_y":null,"padding":null,"right":null,"top":null,"visibility":null,"width":null}},"e5df7a663d624bca8443e4e040fdd64b":{"model_module":"@jupyter-widgets/controls","model_module_version":"1.5.0","model_name":"DescriptionStyleModel","state":{"_model_module":"@jupyter-widgets/controls","_model_module_version":"1.5.0","_model_name":"DescriptionStyleModel","_view_count":null,"_view_module":"@jupyter-widgets/base","_view_module_version":"1.2.0","_view_name":"StyleView","description_width":""}},"e659ac12ac4843df87a9e4c031d865d7":{"model_module":"@jupyter-widgets/base","model_module_version":"1.2.0","model_name":"LayoutModel","state":{"_model_module":"@jupyter-widgets/base","_model_module_version":"1.2.0","_model_name":"LayoutModel","_view_count":null,"_view_module":"@jupyter-widgets/base","_view_module_version":"1.2.0","_view_name":"LayoutView","align_content":null,"align_items":null,"align_self":null,"border":null,"bottom":null,"display":null,"flex":null,"flex_flow":null,"grid_area":null,"grid_auto_columns":null,"grid_auto_flow":null,"grid_auto_rows":null,"grid_column":null,"grid_gap":null,"grid_row":null,"grid_template_areas":null,"grid_template_columns":null,"grid_template_rows":null,"height":null,"justify_content":null,"justify_items":null,"left":null,"margin":null,"max_height":null,"max_width":null,"min_height":null,"min_width":null,"object_fit":null,"object_position":null,"order":null,"overflow":null,"overflow_x":null,"overflow_y":null,"padding":null,"right":null,"top":null,"visibility":null,"width":null}},"e673e3f41a75402e857135cd1d9487f6":{"model_module":"@jupyter-widgets/controls","model_module_version":"1.5.0","model_name":"DescriptionStyleModel","state":{"_model_module":"@jupyter-widgets/controls","_model_module_version":"1.5.0","_model_name":"DescriptionStyleModel","_view_count":null,"_view_module":"@jupyter-widgets/base","_view_module_version":"1.2.0","_view_name":"StyleView","description_width":""}},"e72d8293f91242dd905d16db75a8f861":{"model_module":"@jupyter-widgets/controls","model_module_version":"1.5.0","model_name":"DescriptionStyleModel","state":{"_model_module":"@jupyter-widgets/controls","_model_module_version":"1.5.0","_model_name":"DescriptionStyleModel","_view_count":null,"_view_module":"@jupyter-widgets/base","_view_module_version":"1.2.0","_view_name":"StyleView","description_width":""}},"e95c83bac2864b45b5055221ccd3fce1":{"model_module":"@jupyter-widgets/base","model_module_version":"1.2.0","model_name":"LayoutModel","state":{"_model_module":"@jupyter-widgets/base","_model_module_version":"1.2.0","_model_name":"LayoutModel","_view_count":null,"_view_module":"@jupyter-widgets/base","_view_module_version":"1.2.0","_view_name":"LayoutView","align_content":null,"align_items":null,"align_self":null,"border":null,"bottom":null,"display":null,"flex":null,"flex_flow":null,"grid_area":null,"grid_auto_columns":null,"grid_auto_flow":null,"grid_auto_rows":null,"grid_column":null,"grid_gap":null,"grid_row":null,"grid_template_areas":null,"grid_template_columns":null,"grid_template_rows":null,"height":null,"justify_content":null,"justify_items":null,"left":null,"margin":null,"max_height":null,"max_width":null,"min_height":null,"min_width":null,"object_fit":null,"object_position":null,"order":null,"overflow":null,"overflow_x":null,"overflow_y":null,"padding":null,"right":null,"top":null,"visibility":null,"width":null}},"ebb6c044743e4f03a6c67e3831f75190":{"model_module":"@jupyter-widgets/controls","model_module_version":"1.5.0","model_name":"HTMLModel","state":{"_dom_classes":[],"_model_module":"@jupyter-widgets/controls","_model_module_version":"1.5.0","_model_name":"HTMLModel","_view_count":null,"_view_module":"@jupyter-widgets/controls","_view_module_version":"1.5.0","_view_name":"HTMLView","description":"","description_tooltip":null,"layout":"IPY_MODEL_c6f087be78f246028707f2c206c880e1","placeholder":"β","style":"IPY_MODEL_c8b15823ffd3486a8c26f70812df92d1","value":" 778/778 [00:00<00:00, 34.3kB/s]"}},"efab379638bf49aba3b9dc2a6310f36d":{"model_module":"@jupyter-widgets/controls","model_module_version":"1.5.0","model_name":"DescriptionStyleModel","state":{"_model_module":"@jupyter-widgets/controls","_model_module_version":"1.5.0","_model_name":"DescriptionStyleModel","_view_count":null,"_view_module":"@jupyter-widgets/base","_view_module_version":"1.2.0","_view_name":"StyleView","description_width":""}},"efbfe6f1498d4f23aec3a28c038a9ceb":{"model_module":"@jupyter-widgets/base","model_module_version":"1.2.0","model_name":"LayoutModel","state":{"_model_module":"@jupyter-widgets/base","_model_module_version":"1.2.0","_model_name":"LayoutModel","_view_count":null,"_view_module":"@jupyter-widgets/base","_view_module_version":"1.2.0","_view_name":"LayoutView","align_content":null,"align_items":null,"align_self":null,"border":null,"bottom":null,"display":null,"flex":null,"flex_flow":null,"grid_area":null,"grid_auto_columns":null,"grid_auto_flow":null,"grid_auto_rows":null,"grid_column":null,"grid_gap":null,"grid_row":null,"grid_template_areas":null,"grid_template_columns":null,"grid_template_rows":null,"height":null,"justify_content":null,"justify_items":null,"left":null,"margin":null,"max_height":null,"max_width":null,"min_height":null,"min_width":null,"object_fit":null,"object_position":null,"order":null,"overflow":null,"overflow_x":null,"overflow_y":null,"padding":null,"right":null,"top":null,"visibility":null,"width":null}},"f04988b571234ea59702b12f090856e4":{"model_module":"@jupyter-widgets/controls","model_module_version":"1.5.0","model_name":"FloatProgressModel","state":{"_dom_classes":[],"_model_module":"@jupyter-widgets/controls","_model_module_version":"1.5.0","_model_name":"FloatProgressModel","_view_count":null,"_view_module":"@jupyter-widgets/controls","_view_module_version":"1.5.0","_view_name":"ProgressView","bar_style":"success","description":"","description_tooltip":null,"layout":"IPY_MODEL_0df67a54af9c454cb15b3bcb678f83f2","max":237661,"min":0,"orientation":"horizontal","style":"IPY_MODEL_2cacb213ca0a4e86b5bc9ded5859651d","value":237661}},"f09a537483ae46dabe047e2d8bc54863":{"model_module":"@jupyter-widgets/base","model_module_version":"1.2.0","model_name":"LayoutModel","state":{"_model_module":"@jupyter-widgets/base","_model_module_version":"1.2.0","_model_name":"LayoutModel","_view_count":null,"_view_module":"@jupyter-widgets/base","_view_module_version":"1.2.0","_view_name":"LayoutView","align_content":null,"align_items":null,"align_self":null,"border":null,"bottom":null,"display":null,"flex":null,"flex_flow":null,"grid_area":null,"grid_auto_columns":null,"grid_auto_flow":null,"grid_auto_rows":null,"grid_column":null,"grid_gap":null,"grid_row":null,"grid_template_areas":null,"grid_template_columns":null,"grid_template_rows":null,"height":null,"justify_content":null,"justify_items":null,"left":null,"margin":null,"max_height":null,"max_width":null,"min_height":null,"min_width":null,"object_fit":null,"object_position":null,"order":null,"overflow":null,"overflow_x":null,"overflow_y":null,"padding":null,"right":null,"top":null,"visibility":null,"width":null}},"f0bd2f00d42245bc98c0d6afeb4cacfb":{"model_module":"@jupyter-widgets/controls","model_module_version":"1.5.0","model_name":"HTMLModel","state":{"_dom_classes":[],"_model_module":"@jupyter-widgets/controls","_model_module_version":"1.5.0","_model_name":"HTMLModel","_view_count":null,"_view_module":"@jupyter-widgets/controls","_view_module_version":"1.5.0","_view_name":"HTMLView","description":"","description_tooltip":null,"layout":"IPY_MODEL_6a56e72a1a284b078220b67fbf5a77af","placeholder":"β","style":"IPY_MODEL_42bd78b0bc7245ff9468deba2211303f","value":" 438M/438M [00:23<00:00, 19.7MB/s]"}},"f38caab569ea40b593a79bdb0ff9c01b":{"model_module":"@jupyter-widgets/controls","model_module_version":"1.5.0","model_name":"ProgressStyleModel","state":{"_model_module":"@jupyter-widgets/controls","_model_module_version":"1.5.0","_model_name":"ProgressStyleModel","_view_count":null,"_view_module":"@jupyter-widgets/base","_view_module_version":"1.2.0","_view_name":"StyleView","bar_color":null,"description_width":""}},"f391db4cd84b4824b3aefbbdf9e89e49":{"model_module":"@jupyter-widgets/controls","model_module_version":"1.5.0","model_name":"HBoxModel","state":{"_dom_classes":[],"_model_module":"@jupyter-widgets/controls","_model_module_version":"1.5.0","_model_name":"HBoxModel","_view_count":null,"_view_module":"@jupyter-widgets/controls","_view_module_version":"1.5.0","_view_name":"HBoxView","box_style":"","children":["IPY_MODEL_fa2b3523edc643e6aacf294a3d17f975","IPY_MODEL_662c005df3044164a86879c1285d4634","IPY_MODEL_7efaabb625b84523942d7a6a158a5397"],"layout":"IPY_MODEL_d9ca2ffd1d864148b32bba97809225eb"}},"f49d48cf1c6a497aa66c5adff086bbea":{"model_module":"@jupyter-widgets/base","model_module_version":"1.2.0","model_name":"LayoutModel","state":{"_model_module":"@jupyter-widgets/base","_model_module_version":"1.2.0","_model_name":"LayoutModel","_view_count":null,"_view_module":"@jupyter-widgets/base","_view_module_version":"1.2.0","_view_name":"LayoutView","align_content":null,"align_items":null,"align_self":null,"border":null,"bottom":null,"display":null,"flex":null,"flex_flow":null,"grid_area":null,"grid_auto_columns":null,"grid_auto_flow":null,"grid_auto_rows":null,"grid_column":null,"grid_gap":null,"grid_row":null,"grid_template_areas":null,"grid_template_columns":null,"grid_template_rows":null,"height":null,"justify_content":null,"justify_items":null,"left":null,"margin":null,"max_height":null,"max_width":null,"min_height":null,"min_width":null,"object_fit":null,"object_position":null,"order":null,"overflow":null,"overflow_x":null,"overflow_y":null,"padding":null,"right":null,"top":null,"visibility":null,"width":null}},"f91dabe95efb48ea86664cef13f9e023":{"model_module":"@jupyter-widgets/controls","model_module_version":"1.5.0","model_name":"FloatProgressModel","state":{"_dom_classes":[],"_model_module":"@jupyter-widgets/controls","_model_module_version":"1.5.0","_model_name":"FloatProgressModel","_view_count":null,"_view_module":"@jupyter-widgets/controls","_view_module_version":"1.5.0","_view_name":"ProgressView","bar_style":"success","description":"","description_tooltip":null,"layout":"IPY_MODEL_0ad7dc9fffe74600969e05a108e54a74","max":438006125,"min":0,"orientation":"horizontal","style":"IPY_MODEL_5a859cd96be3482d88c2d73fc13909f8","value":438006125}},"fa2b3523edc643e6aacf294a3d17f975":{"model_module":"@jupyter-widgets/controls","model_module_version":"1.5.0","model_name":"HTMLModel","state":{"_dom_classes":[],"_model_module":"@jupyter-widgets/controls","_model_module_version":"1.5.0","_model_name":"HTMLModel","_view_count":null,"_view_module":"@jupyter-widgets/controls","_view_module_version":"1.5.0","_view_name":"HTMLView","description":"","description_tooltip":null,"layout":"IPY_MODEL_5195985e5fd84185b9bf74b73fe00ae6","placeholder":"β","style":"IPY_MODEL_2bdf27bb6f58409a8e1a348cb6bb87dc","value":"tokenizer_config.json: 100%"}},"fa53aa83f8544f9191a539957b3805ff":{"model_module":"@jupyter-widgets/controls","model_module_version":"1.5.0","model_name":"DescriptionStyleModel","state":{"_model_module":"@jupyter-widgets/controls","_model_module_version":"1.5.0","_model_name":"DescriptionStyleModel","_view_count":null,"_view_module":"@jupyter-widgets/base","_view_module_version":"1.2.0","_view_name":"StyleView","description_width":""}},"fca29d97559645bf8662202895ec194a":{"model_module":"@jupyter-widgets/controls","model_module_version":"1.5.0","model_name":"FloatProgressModel","state":{"_dom_classes":[],"_model_module":"@jupyter-widgets/controls","_model_module_version":"1.5.0","_model_name":"FloatProgressModel","_view_count":null,"_view_module":"@jupyter-widgets/controls","_view_module_version":"1.5.0","_view_name":"ProgressView","bar_style":"success","description":"","description_tooltip":null,"layout":"IPY_MODEL_9fd09b82c0994b9db3ca79f16462144a","max":770,"min":0,"orientation":"horizontal","style":"IPY_MODEL_32e3719b4b1b46fb98b49923d143e95e","value":770}},"fd752ede9296422c9ca049549e0e323c":{"model_module":"@jupyter-widgets/base","model_module_version":"1.2.0","model_name":"LayoutModel","state":{"_model_module":"@jupyter-widgets/base","_model_module_version":"1.2.0","_model_name":"LayoutModel","_view_count":null,"_view_module":"@jupyter-widgets/base","_view_module_version":"1.2.0","_view_name":"LayoutView","align_content":null,"align_items":null,"align_self":null,"border":null,"bottom":null,"display":null,"flex":null,"flex_flow":null,"grid_area":null,"grid_auto_columns":null,"grid_auto_flow":null,"grid_auto_rows":null,"grid_column":null,"grid_gap":null,"grid_row":null,"grid_template_areas":null,"grid_template_columns":null,"grid_template_rows":null,"height":null,"justify_content":null,"justify_items":null,"left":null,"margin":null,"max_height":null,"max_width":null,"min_height":null,"min_width":null,"object_fit":null,"object_position":null,"order":null,"overflow":null,"overflow_x":null,"overflow_y":null,"padding":null,"right":null,"top":null,"visibility":null,"width":null}},"fe01285359134618aada2ca8b5b2b027":{"model_module":"@jupyter-widgets/controls","model_module_version":"1.5.0","model_name":"ProgressStyleModel","state":{"_model_module":"@jupyter-widgets/controls","_model_module_version":"1.5.0","_model_name":"ProgressStyleModel","_view_count":null,"_view_module":"@jupyter-widgets/base","_view_module_version":"1.2.0","_view_name":"StyleView","bar_color":null,"description_width":""}},"fe4192f5366843bc9e61080c3873b567":{"model_module":"@jupyter-widgets/controls","model_module_version":"1.5.0","model_name":"ProgressStyleModel","state":{"_model_module":"@jupyter-widgets/controls","_model_module_version":"1.5.0","_model_name":"ProgressStyleModel","_view_count":null,"_view_module":"@jupyter-widgets/base","_view_module_version":"1.2.0","_view_name":"StyleView","bar_color":null,"description_width":""}},"ff03f47ff7174bc2a026001e8f14e98c":{"model_module":"@jupyter-widgets/controls","model_module_version":"1.5.0","model_name":"ProgressStyleModel","state":{"_model_module":"@jupyter-widgets/controls","_model_module_version":"1.5.0","_model_name":"ProgressStyleModel","_view_count":null,"_view_module":"@jupyter-widgets/base","_view_module_version":"1.2.0","_view_name":"StyleView","bar_color":null,"description_width":""}}}}},"nbformat":4,"nbformat_minor":0}