"
+ ],
+ "text/html": [
+ "\n",
+ " \n",
+ " \n",
+ "
\n",
+ " [12753/12753 3:06:10, Epoch 1/1]\n",
+ "
\n",
+ " \n",
+ " \n",
+ " \n",
+ " Epoch | \n",
+ " Training Loss | \n",
+ " Validation Loss | \n",
+ " Rouge1 | \n",
+ " Rouge2 | \n",
+ " Rougel | \n",
+ " Rougelsum | \n",
+ " Gen Len | \n",
+ "
\n",
+ " \n",
+ " \n",
+ " \n",
+ " 1 | \n",
+ " 2.710200 | \n",
+ " 2.478330 | \n",
+ " 28.317100 | \n",
+ " 7.737800 | \n",
+ " 22.249200 | \n",
+ " 22.248900 | \n",
+ " 18.825500 | \n",
+ "
\n",
+ " \n",
+ "
"
+ ]
+ },
+ "metadata": {}
+ },
+ {
+ "output_type": "stream",
+ "name": "stderr",
+ "text": [
+ "Several commits (28) will be pushed upstream.\n",
+ "WARNING:huggingface_hub.repository:Several commits (28) will be pushed upstream.\n",
+ "Several commits (29) will be pushed upstream.\n",
+ "WARNING:huggingface_hub.repository:Several commits (29) will be pushed upstream.\n",
+ "Several commits (30) will be pushed upstream.\n",
+ "WARNING:huggingface_hub.repository:Several commits (30) will be pushed upstream.\n",
+ "Several commits (31) will be pushed upstream.\n",
+ "WARNING:huggingface_hub.repository:Several commits (31) will be pushed upstream.\n",
+ "Several commits (32) will be pushed upstream.\n",
+ "WARNING:huggingface_hub.repository:Several commits (32) will be pushed upstream.\n",
+ "Several commits (33) will be pushed upstream.\n",
+ "WARNING:huggingface_hub.repository:Several commits (33) will be pushed upstream.\n",
+ "Several commits (34) will be pushed upstream.\n",
+ "WARNING:huggingface_hub.repository:Several commits (34) will be pushed upstream.\n",
+ "Several commits (35) will be pushed upstream.\n",
+ "WARNING:huggingface_hub.repository:Several commits (35) will be pushed upstream.\n",
+ "Several commits (36) will be pushed upstream.\n",
+ "WARNING:huggingface_hub.repository:Several commits (36) will be pushed upstream.\n",
+ "Several commits (37) will be pushed upstream.\n",
+ "WARNING:huggingface_hub.repository:Several commits (37) will be pushed upstream.\n",
+ "Several commits (38) will be pushed upstream.\n",
+ "WARNING:huggingface_hub.repository:Several commits (38) will be pushed upstream.\n",
+ "Several commits (39) will be pushed upstream.\n",
+ "WARNING:huggingface_hub.repository:Several commits (39) will be pushed upstream.\n",
+ "Several commits (40) will be pushed upstream.\n",
+ "WARNING:huggingface_hub.repository:Several commits (40) will be pushed upstream.\n",
+ "Several commits (41) will be pushed upstream.\n",
+ "WARNING:huggingface_hub.repository:Several commits (41) will be pushed upstream.\n",
+ "Several commits (42) will be pushed upstream.\n",
+ "WARNING:huggingface_hub.repository:Several commits (42) will be pushed upstream.\n",
+ "Several commits (43) will be pushed upstream.\n",
+ "WARNING:huggingface_hub.repository:Several commits (43) will be pushed upstream.\n",
+ "Several commits (44) will be pushed upstream.\n",
+ "WARNING:huggingface_hub.repository:Several commits (44) will be pushed upstream.\n",
+ "Several commits (45) will be pushed upstream.\n",
+ "WARNING:huggingface_hub.repository:Several commits (45) will be pushed upstream.\n",
+ "Several commits (46) will be pushed upstream.\n",
+ "WARNING:huggingface_hub.repository:Several commits (46) will be pushed upstream.\n",
+ "Several commits (47) will be pushed upstream.\n",
+ "WARNING:huggingface_hub.repository:Several commits (47) will be pushed upstream.\n",
+ "Several commits (48) will be pushed upstream.\n",
+ "WARNING:huggingface_hub.repository:Several commits (48) will be pushed upstream.\n",
+ "Several commits (49) will be pushed upstream.\n",
+ "WARNING:huggingface_hub.repository:Several commits (49) will be pushed upstream.\n",
+ "Several commits (50) will be pushed upstream.\n",
+ "WARNING:huggingface_hub.repository:Several commits (50) will be pushed upstream.\n",
+ "Several commits (51) will be pushed upstream.\n",
+ "WARNING:huggingface_hub.repository:Several commits (51) will be pushed upstream.\n",
+ "Several commits (52) will be pushed upstream.\n",
+ "WARNING:huggingface_hub.repository:Several commits (52) will be pushed upstream.\n"
+ ]
+ },
+ {
+ "output_type": "display_data",
+ "data": {
+ "text/plain": [
+ ""
+ ],
+ "text/html": [
+ "\n",
+ " \n",
+ " \n",
+ "
\n",
+ " [12753/12753 2:58:49, Epoch 1/1]\n",
+ "
\n",
+ " \n",
+ " \n",
+ " \n",
+ " Epoch | \n",
+ " Training Loss | \n",
+ " Validation Loss | \n",
+ "
\n",
+ " \n",
+ " \n",
+ " \n",
+ "
\n",
+ "
\n",
+ " \n",
+ "
\n",
+ " [709/709 3:29:31]\n",
+ "
\n",
+ " "
+ ]
+ },
+ "metadata": {}
+ },
+ {
+ "output_type": "execute_result",
+ "data": {
+ "text/plain": [
+ "TrainOutput(global_step=12753, training_loss=2.7092539816382053, metrics={'train_runtime': 11171.298, 'train_samples_per_second': 18.265, 'train_steps_per_second': 1.142, 'total_flos': 5.511633300671693e+16, 'train_loss': 2.7092539816382053, 'epoch': 1.0})"
+ ]
+ },
+ "metadata": {},
+ "execution_count": 40
+ }
+ ],
+ "source": [
+ "trainer.train()"
+ ]
+ },
+ {
+ "cell_type": "code",
+ "source": [
+ "import nltk\n",
+ "nltk.download('punkt')"
+ ],
+ "metadata": {
+ "colab": {
+ "base_uri": "https://localhost:8080/"
+ },
+ "id": "qos4YXnjHBZJ",
+ "outputId": "766c5254-6046-4af2-9c8d-53ce3d49867d"
+ },
+ "execution_count": 35,
+ "outputs": [
+ {
+ "output_type": "stream",
+ "name": "stderr",
+ "text": [
+ "[nltk_data] Downloading package punkt to /root/nltk_data...\n",
+ "[nltk_data] Unzipping tokenizers/punkt.zip.\n"
+ ]
+ },
+ {
+ "output_type": "execute_result",
+ "data": {
+ "text/plain": [
+ "True"
+ ]
+ },
+ "metadata": {},
+ "execution_count": 35
+ }
+ ]
+ },
+ {
+ "cell_type": "markdown",
+ "metadata": {
+ "id": "7WdpbAD-1wfx"
+ },
+ "source": [
+ "You can now upload the result of the training to the Hub, just execute this instruction:"
+ ]
+ },
+ {
+ "cell_type": "code",
+ "execution_count": 65,
+ "metadata": {
+ "id": "5xkstOrQ1wfx"
+ },
+ "outputs": [],
+ "source": [
+ "trainer.push_to_hub(\"JeffGuo/my_model\")"
+ ]
+ },
+ {
+ "cell_type": "code",
+ "source": [
+ "trainer"
+ ],
+ "metadata": {
+ "colab": {
+ "base_uri": "https://localhost:8080/"
+ },
+ "id": "BMHNZPSuHASf",
+ "outputId": "5952ecdb-7e93-4272-87b4-90fda518bd33"
+ },
+ "execution_count": 55,
+ "outputs": [
+ {
+ "output_type": "execute_result",
+ "data": {
+ "text/plain": [
+ ""
+ ]
+ },
+ "metadata": {},
+ "execution_count": 55
+ }
+ ]
+ },
+ {
+ "cell_type": "markdown",
+ "metadata": {
+ "id": "MhoSaO7S1wfx"
+ },
+ "source": [
+ "You can now share this model with all your friends, family, favorite pets: they can all load it with the identifier `\"your-username/the-name-you-picked\"` so for instance:\n",
+ "\n",
+ "```python\n",
+ "from transformers import AutoModelForSeq2SeqLM\n",
+ "\n",
+ "model = AutoModelForSeq2SeqLM.from_pretrained(\"sgugger/my-awesome-model\")\n",
+ "```"
+ ]
+ },
+ {
+ "cell_type": "code",
+ "execution_count": 57,
+ "metadata": {
+ "colab": {
+ "base_uri": "https://localhost:8080/",
+ "height": 1000
+ },
+ "id": "wAiixvdT1wfy",
+ "outputId": "02c167b8-dd9a-4ee2-af33-3d2c59ce14e0"
+ },
+ "outputs": [
+ {
+ "output_type": "display_data",
+ "data": {
+ "text/plain": [
+ "\u001b[31mââ\u001b[0m\u001b[31mââââââââââââââââââââââââââââââ\u001b[0m\u001b[31m \u001b[0m\u001b[1;31mTraceback \u001b[0m\u001b[1;2;31m(most recent call last)\u001b[0m\u001b[31m \u001b[0m\u001b[31mâââââââââââââââââââââââââââââââ\u001b[0m\u001b[31mââŽ\u001b[0m\n",
+ "\u001b[31mâ\u001b[0m \u001b[2;33m/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/\u001b[0m\u001b[1;33m_errors.py\u001b[0m:\u001b[94m261\u001b[0m in \u001b[31mâ\u001b[0m\n",
+ "\u001b[31mâ\u001b[0m \u001b[92mhf_raise_for_status\u001b[0m \u001b[31mâ\u001b[0m\n",
+ "\u001b[31mâ\u001b[0m \u001b[31mâ\u001b[0m\n",
+ "\u001b[31mâ\u001b[0m \u001b[2m258 \u001b[0m\u001b[2;33mâ \u001b[0m\u001b[33m\u001b[0m \u001b[31mâ\u001b[0m\n",
+ "\u001b[31mâ\u001b[0m \u001b[2m259 \u001b[0m\u001b[2;33mâ \u001b[0m\u001b[33m\"\"\"\u001b[0m \u001b[31mâ\u001b[0m\n",
+ "\u001b[31mâ\u001b[0m \u001b[2m260 \u001b[0m\u001b[2mâ \u001b[0m\u001b[94mtry\u001b[0m: \u001b[31mâ\u001b[0m\n",
+ "\u001b[31mâ\u001b[0m \u001b[31mâą \u001b[0m261 \u001b[2mâ â \u001b[0mresponse.raise_for_status() \u001b[31mâ\u001b[0m\n",
+ "\u001b[31mâ\u001b[0m \u001b[2m262 \u001b[0m\u001b[2mâ \u001b[0m\u001b[94mexcept\u001b[0m HTTPError \u001b[94mas\u001b[0m e: \u001b[31mâ\u001b[0m\n",
+ "\u001b[31mâ\u001b[0m \u001b[2m263 \u001b[0m\u001b[2mâ â \u001b[0merror_code = response.headers.get(\u001b[33m\"\u001b[0m\u001b[33mX-Error-Code\u001b[0m\u001b[33m\"\u001b[0m) \u001b[31mâ\u001b[0m\n",
+ "\u001b[31mâ\u001b[0m \u001b[2m264 \u001b[0m \u001b[31mâ\u001b[0m\n",
+ "\u001b[31mâ\u001b[0m \u001b[31mâ\u001b[0m\n",
+ "\u001b[31mâ\u001b[0m \u001b[2;33m/usr/local/lib/python3.10/dist-packages/requests/\u001b[0m\u001b[1;33mmodels.py\u001b[0m:\u001b[94m960\u001b[0m in \u001b[92mraise_for_status\u001b[0m \u001b[31mâ\u001b[0m\n",
+ "\u001b[31mâ\u001b[0m \u001b[31mâ\u001b[0m\n",
+ "\u001b[31mâ\u001b[0m \u001b[2m957 \u001b[0m\u001b[2mâ â â \u001b[0mhttp_error_msg = \u001b[33mu\u001b[0m\u001b[33m'\u001b[0m\u001b[33m%s\u001b[0m\u001b[33m Server Error: \u001b[0m\u001b[33m%s\u001b[0m\u001b[33m for url: \u001b[0m\u001b[33m%s\u001b[0m\u001b[33m'\u001b[0m % (\u001b[96mself\u001b[0m.status_code, rea \u001b[31mâ\u001b[0m\n",
+ "\u001b[31mâ\u001b[0m \u001b[2m958 \u001b[0m\u001b[2mâ â \u001b[0m \u001b[31mâ\u001b[0m\n",
+ "\u001b[31mâ\u001b[0m \u001b[2m959 \u001b[0m\u001b[2mâ â \u001b[0m\u001b[94mif\u001b[0m http_error_msg: \u001b[31mâ\u001b[0m\n",
+ "\u001b[31mâ\u001b[0m \u001b[31mâą \u001b[0m960 \u001b[2mâ â â \u001b[0m\u001b[94mraise\u001b[0m HTTPError(http_error_msg, response=\u001b[96mself\u001b[0m) \u001b[31mâ\u001b[0m\n",
+ "\u001b[31mâ\u001b[0m \u001b[2m961 \u001b[0m\u001b[2mâ \u001b[0m \u001b[31mâ\u001b[0m\n",
+ "\u001b[31mâ\u001b[0m \u001b[2m962 \u001b[0m\u001b[2mâ \u001b[0m\u001b[94mdef\u001b[0m \u001b[92mclose\u001b[0m(\u001b[96mself\u001b[0m): \u001b[31mâ\u001b[0m\n",
+ "\u001b[31mâ\u001b[0m \u001b[2m963 \u001b[0m\u001b[2;90mâ â \u001b[0m\u001b[33m\"\"\"Releases the connection back to the pool. Once this method has been\u001b[0m \u001b[31mâ\u001b[0m\n",
+ "\u001b[31mâ°âââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââŻ\u001b[0m\n",
+ "\u001b[1;91mHTTPError: \u001b[0m\u001b[1;36m404\u001b[0m Client Error: Not Found for url: \u001b[4;94mhttps://huggingface.co/JeffGuo/my_model/resolve/main/config.json\u001b[0m\n",
+ "\n",
+ "\u001b[3mThe above exception was the direct cause of the following exception:\u001b[0m\n",
+ "\n",
+ "\u001b[31mââ\u001b[0m\u001b[31mââââââââââââââââââââââââââââââ\u001b[0m\u001b[31m \u001b[0m\u001b[1;31mTraceback \u001b[0m\u001b[1;2;31m(most recent call last)\u001b[0m\u001b[31m \u001b[0m\u001b[31mâââââââââââââââââââââââââââââââ\u001b[0m\u001b[31mââŽ\u001b[0m\n",
+ "\u001b[31mâ\u001b[0m \u001b[2;33m/usr/local/lib/python3.10/dist-packages/transformers/utils/\u001b[0m\u001b[1;33mhub.py\u001b[0m:\u001b[94m417\u001b[0m in \u001b[92mcached_file\u001b[0m \u001b[31mâ\u001b[0m\n",
+ "\u001b[31mâ\u001b[0m \u001b[31mâ\u001b[0m\n",
+ "\u001b[31mâ\u001b[0m \u001b[2m 414 \u001b[0m\u001b[2mâ \u001b[0muser_agent = http_user_agent(user_agent) \u001b[31mâ\u001b[0m\n",
+ "\u001b[31mâ\u001b[0m \u001b[2m 415 \u001b[0m\u001b[2mâ \u001b[0m\u001b[94mtry\u001b[0m: \u001b[31mâ\u001b[0m\n",
+ "\u001b[31mâ\u001b[0m \u001b[2m 416 \u001b[0m\u001b[2mâ â \u001b[0m\u001b[2m# Load from URL or cache if already cached\u001b[0m \u001b[31mâ\u001b[0m\n",
+ "\u001b[31mâ\u001b[0m \u001b[31mâą \u001b[0m 417 \u001b[2mâ â \u001b[0mresolved_file = hf_hub_download( \u001b[31mâ\u001b[0m\n",
+ "\u001b[31mâ\u001b[0m \u001b[2m 418 \u001b[0m\u001b[2mâ â â \u001b[0mpath_or_repo_id, \u001b[31mâ\u001b[0m\n",
+ "\u001b[31mâ\u001b[0m \u001b[2m 419 \u001b[0m\u001b[2mâ â â \u001b[0mfilename, \u001b[31mâ\u001b[0m\n",
+ "\u001b[31mâ\u001b[0m \u001b[2m 420 \u001b[0m\u001b[2mâ â â \u001b[0msubfolder=\u001b[94mNone\u001b[0m \u001b[94mif\u001b[0m \u001b[96mlen\u001b[0m(subfolder) == \u001b[94m0\u001b[0m \u001b[94melse\u001b[0m subfolder, \u001b[31mâ\u001b[0m\n",
+ "\u001b[31mâ\u001b[0m \u001b[31mâ\u001b[0m\n",
+ "\u001b[31mâ\u001b[0m \u001b[2;33m/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/\u001b[0m\u001b[1;33m_validators.py\u001b[0m:\u001b[94m118\u001b[0m in \u001b[92m_inner_fn\u001b[0m \u001b[31mâ\u001b[0m\n",
+ "\u001b[31mâ\u001b[0m \u001b[31mâ\u001b[0m\n",
+ "\u001b[31mâ\u001b[0m \u001b[2m115 \u001b[0m\u001b[2mâ â \u001b[0m\u001b[94mif\u001b[0m check_use_auth_token: \u001b[31mâ\u001b[0m\n",
+ "\u001b[31mâ\u001b[0m \u001b[2m116 \u001b[0m\u001b[2mâ â â \u001b[0mkwargs = smoothly_deprecate_use_auth_token(fn_name=fn.\u001b[91m__name__\u001b[0m, has_token=ha \u001b[31mâ\u001b[0m\n",
+ "\u001b[31mâ\u001b[0m \u001b[2m117 \u001b[0m\u001b[2mâ â \u001b[0m \u001b[31mâ\u001b[0m\n",
+ "\u001b[31mâ\u001b[0m \u001b[31mâą \u001b[0m118 \u001b[2mâ â \u001b[0m\u001b[94mreturn\u001b[0m fn(*args, **kwargs) \u001b[31mâ\u001b[0m\n",
+ "\u001b[31mâ\u001b[0m \u001b[2m119 \u001b[0m\u001b[2mâ \u001b[0m \u001b[31mâ\u001b[0m\n",
+ "\u001b[31mâ\u001b[0m \u001b[2m120 \u001b[0m\u001b[2mâ \u001b[0m\u001b[94mreturn\u001b[0m _inner_fn \u001b[2m# type: ignore\u001b[0m \u001b[31mâ\u001b[0m\n",
+ "\u001b[31mâ\u001b[0m \u001b[2m121 \u001b[0m \u001b[31mâ\u001b[0m\n",
+ "\u001b[31mâ\u001b[0m \u001b[31mâ\u001b[0m\n",
+ "\u001b[31mâ\u001b[0m \u001b[2;33m/usr/local/lib/python3.10/dist-packages/huggingface_hub/\u001b[0m\u001b[1;33mfile_download.py\u001b[0m:\u001b[94m1195\u001b[0m in \u001b[92mhf_hub_download\u001b[0m \u001b[31mâ\u001b[0m\n",
+ "\u001b[31mâ\u001b[0m \u001b[31mâ\u001b[0m\n",
+ "\u001b[31mâ\u001b[0m \u001b[2m1192 \u001b[0m\u001b[2mâ \u001b[0m\u001b[94mif\u001b[0m \u001b[95mnot\u001b[0m local_files_only: \u001b[31mâ\u001b[0m\n",
+ "\u001b[31mâ\u001b[0m \u001b[2m1193 \u001b[0m\u001b[2mâ â \u001b[0m\u001b[94mtry\u001b[0m: \u001b[31mâ\u001b[0m\n",
+ "\u001b[31mâ\u001b[0m \u001b[2m1194 \u001b[0m\u001b[2mâ â â \u001b[0m\u001b[94mtry\u001b[0m: \u001b[31mâ\u001b[0m\n",
+ "\u001b[31mâ\u001b[0m \u001b[31mâą \u001b[0m1195 \u001b[2mâ â â â \u001b[0mmetadata = get_hf_file_metadata( \u001b[31mâ\u001b[0m\n",
+ "\u001b[31mâ\u001b[0m \u001b[2m1196 \u001b[0m\u001b[2mâ â â â â \u001b[0murl=url, \u001b[31mâ\u001b[0m\n",
+ "\u001b[31mâ\u001b[0m \u001b[2m1197 \u001b[0m\u001b[2mâ â â â â \u001b[0mtoken=token, \u001b[31mâ\u001b[0m\n",
+ "\u001b[31mâ\u001b[0m \u001b[2m1198 \u001b[0m\u001b[2mâ â â â â \u001b[0mproxies=proxies, \u001b[31mâ\u001b[0m\n",
+ "\u001b[31mâ\u001b[0m \u001b[31mâ\u001b[0m\n",
+ "\u001b[31mâ\u001b[0m \u001b[2;33m/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/\u001b[0m\u001b[1;33m_validators.py\u001b[0m:\u001b[94m118\u001b[0m in \u001b[92m_inner_fn\u001b[0m \u001b[31mâ\u001b[0m\n",
+ "\u001b[31mâ\u001b[0m \u001b[31mâ\u001b[0m\n",
+ "\u001b[31mâ\u001b[0m \u001b[2m115 \u001b[0m\u001b[2mâ â \u001b[0m\u001b[94mif\u001b[0m check_use_auth_token: \u001b[31mâ\u001b[0m\n",
+ "\u001b[31mâ\u001b[0m \u001b[2m116 \u001b[0m\u001b[2mâ â â \u001b[0mkwargs = smoothly_deprecate_use_auth_token(fn_name=fn.\u001b[91m__name__\u001b[0m, has_token=ha \u001b[31mâ\u001b[0m\n",
+ "\u001b[31mâ\u001b[0m \u001b[2m117 \u001b[0m\u001b[2mâ â \u001b[0m \u001b[31mâ\u001b[0m\n",
+ "\u001b[31mâ\u001b[0m \u001b[31mâą \u001b[0m118 \u001b[2mâ â \u001b[0m\u001b[94mreturn\u001b[0m fn(*args, **kwargs) \u001b[31mâ\u001b[0m\n",
+ "\u001b[31mâ\u001b[0m \u001b[2m119 \u001b[0m\u001b[2mâ \u001b[0m \u001b[31mâ\u001b[0m\n",
+ "\u001b[31mâ\u001b[0m \u001b[2m120 \u001b[0m\u001b[2mâ \u001b[0m\u001b[94mreturn\u001b[0m _inner_fn \u001b[2m# type: ignore\u001b[0m \u001b[31mâ\u001b[0m\n",
+ "\u001b[31mâ\u001b[0m \u001b[2m121 \u001b[0m \u001b[31mâ\u001b[0m\n",
+ "\u001b[31mâ\u001b[0m \u001b[31mâ\u001b[0m\n",
+ "\u001b[31mâ\u001b[0m \u001b[2;33m/usr/local/lib/python3.10/dist-packages/huggingface_hub/\u001b[0m\u001b[1;33mfile_download.py\u001b[0m:\u001b[94m1541\u001b[0m in \u001b[31mâ\u001b[0m\n",
+ "\u001b[31mâ\u001b[0m \u001b[92mget_hf_file_metadata\u001b[0m \u001b[31mâ\u001b[0m\n",
+ "\u001b[31mâ\u001b[0m \u001b[31mâ\u001b[0m\n",
+ "\u001b[31mâ\u001b[0m \u001b[2m1538 \u001b[0m\u001b[2mâ â \u001b[0mproxies=proxies, \u001b[31mâ\u001b[0m\n",
+ "\u001b[31mâ\u001b[0m \u001b[2m1539 \u001b[0m\u001b[2mâ â \u001b[0mtimeout=timeout, \u001b[31mâ\u001b[0m\n",
+ "\u001b[31mâ\u001b[0m \u001b[2m1540 \u001b[0m\u001b[2mâ \u001b[0m) \u001b[31mâ\u001b[0m\n",
+ "\u001b[31mâ\u001b[0m \u001b[31mâą \u001b[0m1541 \u001b[2mâ \u001b[0mhf_raise_for_status(r) \u001b[31mâ\u001b[0m\n",
+ "\u001b[31mâ\u001b[0m \u001b[2m1542 \u001b[0m\u001b[2mâ \u001b[0m \u001b[31mâ\u001b[0m\n",
+ "\u001b[31mâ\u001b[0m \u001b[2m1543 \u001b[0m\u001b[2mâ \u001b[0m\u001b[2m# Return\u001b[0m \u001b[31mâ\u001b[0m\n",
+ "\u001b[31mâ\u001b[0m \u001b[2m1544 \u001b[0m\u001b[2mâ \u001b[0m\u001b[94mreturn\u001b[0m HfFileMetadata( \u001b[31mâ\u001b[0m\n",
+ "\u001b[31mâ\u001b[0m \u001b[31mâ\u001b[0m\n",
+ "\u001b[31mâ\u001b[0m \u001b[2;33m/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/\u001b[0m\u001b[1;33m_errors.py\u001b[0m:\u001b[94m293\u001b[0m in \u001b[31mâ\u001b[0m\n",
+ "\u001b[31mâ\u001b[0m \u001b[92mhf_raise_for_status\u001b[0m \u001b[31mâ\u001b[0m\n",
+ "\u001b[31mâ\u001b[0m \u001b[31mâ\u001b[0m\n",
+ "\u001b[31mâ\u001b[0m \u001b[2m290 \u001b[0m\u001b[2mâ â â â \u001b[0m\u001b[33m\"\u001b[0m\u001b[33m `repo_type`.\u001b[0m\u001b[33m\\n\u001b[0m\u001b[33mIf you are trying to access a private or gated repo,\u001b[0m\u001b[33m\"\u001b[0m \u001b[31mâ\u001b[0m\n",
+ "\u001b[31mâ\u001b[0m \u001b[2m291 \u001b[0m\u001b[2mâ â â â \u001b[0m\u001b[33m\"\u001b[0m\u001b[33m make sure you are authenticated.\u001b[0m\u001b[33m\"\u001b[0m \u001b[31mâ\u001b[0m\n",
+ "\u001b[31mâ\u001b[0m \u001b[2m292 \u001b[0m\u001b[2mâ â â \u001b[0m) \u001b[31mâ\u001b[0m\n",
+ "\u001b[31mâ\u001b[0m \u001b[31mâą \u001b[0m293 \u001b[2mâ â â \u001b[0m\u001b[94mraise\u001b[0m RepositoryNotFoundError(message, response) \u001b[94mfrom\u001b[0m \u001b[4;96me\u001b[0m \u001b[31mâ\u001b[0m\n",
+ "\u001b[31mâ\u001b[0m \u001b[2m294 \u001b[0m\u001b[2mâ â \u001b[0m \u001b[31mâ\u001b[0m\n",
+ "\u001b[31mâ\u001b[0m \u001b[2m295 \u001b[0m\u001b[2mâ â \u001b[0m\u001b[94melif\u001b[0m response.status_code == \u001b[94m400\u001b[0m: \u001b[31mâ\u001b[0m\n",
+ "\u001b[31mâ\u001b[0m \u001b[2m296 \u001b[0m\u001b[2mâ â â \u001b[0mmessage = ( \u001b[31mâ\u001b[0m\n",
+ "\u001b[31mâ°âââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââŻ\u001b[0m\n",
+ "\u001b[1;91mRepositoryNotFoundError: \u001b[0m\u001b[1;36m404\u001b[0m Client Error. \u001b[1m(\u001b[0mRequest ID: \n",
+ "\u001b[33mRoot\u001b[0m=\u001b[1;36m1\u001b[0m-64a83bdb-77e81da43b5d28ea6d550569;\u001b[93mefcc0ac0-0ddb-49f0-9746-8fc12c5b5565\u001b[0m\u001b[1m)\u001b[0m\n",
+ "\n",
+ "Repository Not Found for url: \u001b[4;94mhttps://huggingface.co/JeffGuo/my_model/resolve/main/config.json.\u001b[0m\n",
+ "Please make sure you specified the correct `repo_id` and `repo_type`.\n",
+ "If you are trying to access a private or gated repo, make sure you are authenticated.\n",
+ "\n",
+ "\u001b[3mDuring handling of the above exception, another exception occurred:\u001b[0m\n",
+ "\n",
+ "\u001b[31mââ\u001b[0m\u001b[31mââââââââââââââââââââââââââââââ\u001b[0m\u001b[31m \u001b[0m\u001b[1;31mTraceback \u001b[0m\u001b[1;2;31m(most recent call last)\u001b[0m\u001b[31m \u001b[0m\u001b[31mâââââââââââââââââââââââââââââââ\u001b[0m\u001b[31mââŽ\u001b[0m\n",
+ "\u001b[31mâ\u001b[0m in \u001b[92m\u001b[0m:\u001b[94m3\u001b[0m \u001b[31mâ\u001b[0m\n",
+ "\u001b[31mâ\u001b[0m \u001b[31mâ\u001b[0m\n",
+ "\u001b[31mâ\u001b[0m \u001b[2;33m/usr/local/lib/python3.10/dist-packages/transformers/models/auto/\u001b[0m\u001b[1;33mauto_factory.py\u001b[0m:\u001b[94m456\u001b[0m in \u001b[31mâ\u001b[0m\n",
+ "\u001b[31mâ\u001b[0m \u001b[92mfrom_pretrained\u001b[0m \u001b[31mâ\u001b[0m\n",
+ "\u001b[31mâ\u001b[0m \u001b[31mâ\u001b[0m\n",
+ "\u001b[31mâ\u001b[0m \u001b[2m453 \u001b[0m\u001b[2mâ â â \u001b[0m\u001b[94mif\u001b[0m kwargs.get(\u001b[33m\"\u001b[0m\u001b[33mtorch_dtype\u001b[0m\u001b[33m\"\u001b[0m, \u001b[94mNone\u001b[0m) == \u001b[33m\"\u001b[0m\u001b[33mauto\u001b[0m\u001b[33m\"\u001b[0m: \u001b[31mâ\u001b[0m\n",
+ "\u001b[31mâ\u001b[0m \u001b[2m454 \u001b[0m\u001b[2mâ â â â \u001b[0m_ = kwargs.pop(\u001b[33m\"\u001b[0m\u001b[33mtorch_dtype\u001b[0m\u001b[33m\"\u001b[0m) \u001b[31mâ\u001b[0m\n",
+ "\u001b[31mâ\u001b[0m \u001b[2m455 \u001b[0m\u001b[2mâ â â \u001b[0m \u001b[31mâ\u001b[0m\n",
+ "\u001b[31mâ\u001b[0m \u001b[31mâą \u001b[0m456 \u001b[2mâ â â \u001b[0mconfig, kwargs = AutoConfig.from_pretrained( \u001b[31mâ\u001b[0m\n",
+ "\u001b[31mâ\u001b[0m \u001b[2m457 \u001b[0m\u001b[2mâ â â â \u001b[0mpretrained_model_name_or_path, \u001b[31mâ\u001b[0m\n",
+ "\u001b[31mâ\u001b[0m \u001b[2m458 \u001b[0m\u001b[2mâ â â â \u001b[0mreturn_unused_kwargs=\u001b[94mTrue\u001b[0m, \u001b[31mâ\u001b[0m\n",
+ "\u001b[31mâ\u001b[0m \u001b[2m459 \u001b[0m\u001b[2mâ â â â \u001b[0mtrust_remote_code=trust_remote_code, \u001b[31mâ\u001b[0m\n",
+ "\u001b[31mâ\u001b[0m \u001b[31mâ\u001b[0m\n",
+ "\u001b[31mâ\u001b[0m \u001b[2;33m/usr/local/lib/python3.10/dist-packages/transformers/models/auto/\u001b[0m\u001b[1;33mconfiguration_auto.py\u001b[0m:\u001b[94m944\u001b[0m in \u001b[31mâ\u001b[0m\n",
+ "\u001b[31mâ\u001b[0m \u001b[92mfrom_pretrained\u001b[0m \u001b[31mâ\u001b[0m\n",
+ "\u001b[31mâ\u001b[0m \u001b[31mâ\u001b[0m\n",
+ "\u001b[31mâ\u001b[0m \u001b[2m941 \u001b[0m\u001b[2mâ â \u001b[0mkwargs[\u001b[33m\"\u001b[0m\u001b[33m_from_auto\u001b[0m\u001b[33m\"\u001b[0m] = \u001b[94mTrue\u001b[0m \u001b[31mâ\u001b[0m\n",
+ "\u001b[31mâ\u001b[0m \u001b[2m942 \u001b[0m\u001b[2mâ â \u001b[0mkwargs[\u001b[33m\"\u001b[0m\u001b[33mname_or_path\u001b[0m\u001b[33m\"\u001b[0m] = pretrained_model_name_or_path \u001b[31mâ\u001b[0m\n",
+ "\u001b[31mâ\u001b[0m \u001b[2m943 \u001b[0m\u001b[2mâ â \u001b[0mtrust_remote_code = kwargs.pop(\u001b[33m\"\u001b[0m\u001b[33mtrust_remote_code\u001b[0m\u001b[33m\"\u001b[0m, \u001b[94mNone\u001b[0m) \u001b[31mâ\u001b[0m\n",
+ "\u001b[31mâ\u001b[0m \u001b[31mâą \u001b[0m944 \u001b[2mâ â \u001b[0mconfig_dict, unused_kwargs = PretrainedConfig.get_config_dict(pretrained_model_n \u001b[31mâ\u001b[0m\n",
+ "\u001b[31mâ\u001b[0m \u001b[2m945 \u001b[0m\u001b[2mâ â \u001b[0mhas_remote_code = \u001b[33m\"\u001b[0m\u001b[33mauto_map\u001b[0m\u001b[33m\"\u001b[0m \u001b[95min\u001b[0m config_dict \u001b[95mand\u001b[0m \u001b[33m\"\u001b[0m\u001b[33mAutoConfig\u001b[0m\u001b[33m\"\u001b[0m \u001b[95min\u001b[0m config_dict[\u001b[33m\"\u001b[0m\u001b[33maut\u001b[0m \u001b[31mâ\u001b[0m\n",
+ "\u001b[31mâ\u001b[0m \u001b[2m946 \u001b[0m\u001b[2mâ â \u001b[0mhas_local_code = \u001b[33m\"\u001b[0m\u001b[33mmodel_type\u001b[0m\u001b[33m\"\u001b[0m \u001b[95min\u001b[0m config_dict \u001b[95mand\u001b[0m config_dict[\u001b[33m\"\u001b[0m\u001b[33mmodel_type\u001b[0m\u001b[33m\"\u001b[0m] \u001b[95min\u001b[0m CO \u001b[31mâ\u001b[0m\n",
+ "\u001b[31mâ\u001b[0m \u001b[2m947 \u001b[0m\u001b[2mâ â \u001b[0mtrust_remote_code = resolve_trust_remote_code( \u001b[31mâ\u001b[0m\n",
+ "\u001b[31mâ\u001b[0m \u001b[31mâ\u001b[0m\n",
+ "\u001b[31mâ\u001b[0m \u001b[2;33m/usr/local/lib/python3.10/dist-packages/transformers/\u001b[0m\u001b[1;33mconfiguration_utils.py\u001b[0m:\u001b[94m574\u001b[0m in \u001b[31mâ\u001b[0m\n",
+ "\u001b[31mâ\u001b[0m \u001b[92mget_config_dict\u001b[0m \u001b[31mâ\u001b[0m\n",
+ "\u001b[31mâ\u001b[0m \u001b[31mâ\u001b[0m\n",
+ "\u001b[31mâ\u001b[0m \u001b[2m571 \u001b[0m\u001b[2;33mâ â \u001b[0m\u001b[33m\"\"\"\u001b[0m \u001b[31mâ\u001b[0m\n",
+ "\u001b[31mâ\u001b[0m \u001b[2m572 \u001b[0m\u001b[2mâ â \u001b[0moriginal_kwargs = copy.deepcopy(kwargs) \u001b[31mâ\u001b[0m\n",
+ "\u001b[31mâ\u001b[0m \u001b[2m573 \u001b[0m\u001b[2mâ â \u001b[0m\u001b[2m# Get config dict associated with the base config file\u001b[0m \u001b[31mâ\u001b[0m\n",
+ "\u001b[31mâ\u001b[0m \u001b[31mâą \u001b[0m574 \u001b[2mâ â \u001b[0mconfig_dict, kwargs = \u001b[96mcls\u001b[0m._get_config_dict(pretrained_model_name_or_path, **kwar \u001b[31mâ\u001b[0m\n",
+ "\u001b[31mâ\u001b[0m \u001b[2m575 \u001b[0m\u001b[2mâ â \u001b[0m\u001b[94mif\u001b[0m \u001b[33m\"\u001b[0m\u001b[33m_commit_hash\u001b[0m\u001b[33m\"\u001b[0m \u001b[95min\u001b[0m config_dict: \u001b[31mâ\u001b[0m\n",
+ "\u001b[31mâ\u001b[0m \u001b[2m576 \u001b[0m\u001b[2mâ â â \u001b[0moriginal_kwargs[\u001b[33m\"\u001b[0m\u001b[33m_commit_hash\u001b[0m\u001b[33m\"\u001b[0m] = config_dict[\u001b[33m\"\u001b[0m\u001b[33m_commit_hash\u001b[0m\u001b[33m\"\u001b[0m] \u001b[31mâ\u001b[0m\n",
+ "\u001b[31mâ\u001b[0m \u001b[2m577 \u001b[0m \u001b[31mâ\u001b[0m\n",
+ "\u001b[31mâ\u001b[0m \u001b[31mâ\u001b[0m\n",
+ "\u001b[31mâ\u001b[0m \u001b[2;33m/usr/local/lib/python3.10/dist-packages/transformers/\u001b[0m\u001b[1;33mconfiguration_utils.py\u001b[0m:\u001b[94m629\u001b[0m in \u001b[31mâ\u001b[0m\n",
+ "\u001b[31mâ\u001b[0m \u001b[92m_get_config_dict\u001b[0m \u001b[31mâ\u001b[0m\n",
+ "\u001b[31mâ\u001b[0m \u001b[31mâ\u001b[0m\n",
+ "\u001b[31mâ\u001b[0m \u001b[2m626 \u001b[0m\u001b[2mâ â â \u001b[0m \u001b[31mâ\u001b[0m\n",
+ "\u001b[31mâ\u001b[0m \u001b[2m627 \u001b[0m\u001b[2mâ â â \u001b[0m\u001b[94mtry\u001b[0m: \u001b[31mâ\u001b[0m\n",
+ "\u001b[31mâ\u001b[0m \u001b[2m628 \u001b[0m\u001b[2mâ â â â \u001b[0m\u001b[2m# Load from local folder or from cache or download from model Hub and ca\u001b[0m \u001b[31mâ\u001b[0m\n",
+ "\u001b[31mâ\u001b[0m \u001b[31mâą \u001b[0m629 \u001b[2mâ â â â \u001b[0mresolved_config_file = cached_file( \u001b[31mâ\u001b[0m\n",
+ "\u001b[31mâ\u001b[0m \u001b[2m630 \u001b[0m\u001b[2mâ â â â â \u001b[0mpretrained_model_name_or_path, \u001b[31mâ\u001b[0m\n",
+ "\u001b[31mâ\u001b[0m \u001b[2m631 \u001b[0m\u001b[2mâ â â â â \u001b[0mconfiguration_file, \u001b[31mâ\u001b[0m\n",
+ "\u001b[31mâ\u001b[0m \u001b[2m632 \u001b[0m\u001b[2mâ â â â â \u001b[0mcache_dir=cache_dir, \u001b[31mâ\u001b[0m\n",
+ "\u001b[31mâ\u001b[0m \u001b[31mâ\u001b[0m\n",
+ "\u001b[31mâ\u001b[0m \u001b[2;33m/usr/local/lib/python3.10/dist-packages/transformers/utils/\u001b[0m\u001b[1;33mhub.py\u001b[0m:\u001b[94m433\u001b[0m in \u001b[92mcached_file\u001b[0m \u001b[31mâ\u001b[0m\n",
+ "\u001b[31mâ\u001b[0m \u001b[31mâ\u001b[0m\n",
+ "\u001b[31mâ\u001b[0m \u001b[2m 430 \u001b[0m\u001b[2mâ â \u001b[0m) \u001b[31mâ\u001b[0m\n",
+ "\u001b[31mâ\u001b[0m \u001b[2m 431 \u001b[0m\u001b[2mâ \u001b[0m \u001b[31mâ\u001b[0m\n",
+ "\u001b[31mâ\u001b[0m \u001b[2m 432 \u001b[0m\u001b[2mâ \u001b[0m\u001b[94mexcept\u001b[0m RepositoryNotFoundError: \u001b[31mâ\u001b[0m\n",
+ "\u001b[31mâ\u001b[0m \u001b[31mâą \u001b[0m 433 \u001b[2mâ â \u001b[0m\u001b[94mraise\u001b[0m \u001b[96mEnvironmentError\u001b[0m( \u001b[31mâ\u001b[0m\n",
+ "\u001b[31mâ\u001b[0m \u001b[2m 434 \u001b[0m\u001b[2mâ â â \u001b[0m\u001b[33mf\u001b[0m\u001b[33m\"\u001b[0m\u001b[33m{\u001b[0mpath_or_repo_id\u001b[33m}\u001b[0m\u001b[33m is not a local folder and is not a valid model identifie\u001b[0m \u001b[31mâ\u001b[0m\n",
+ "\u001b[31mâ\u001b[0m \u001b[2m 435 \u001b[0m\u001b[2mâ â â \u001b[0m\u001b[33m\"\u001b[0m\u001b[33mlisted on \u001b[0m\u001b[33m'\u001b[0m\u001b[33mhttps://huggingface.co/models\u001b[0m\u001b[33m'\u001b[0m\u001b[33m\\n\u001b[0m\u001b[33mIf this is a private repository,\u001b[0m \u001b[31mâ\u001b[0m\n",
+ "\u001b[31mâ\u001b[0m \u001b[2m 436 \u001b[0m\u001b[2mâ â â \u001b[0m\u001b[33m\"\u001b[0m\u001b[33mpass a token having permission to this repo with `use_auth_token` or log in\u001b[0m \u001b[31mâ\u001b[0m\n",
+ "\u001b[31mâ°âââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââŻ\u001b[0m\n",
+ "\u001b[1;91mOSError: \u001b[0mJeffGuo/my_model is not a local folder and is not a valid model identifier listed on \n",
+ "\u001b[32m'https://huggingface.co/models'\u001b[0m\n",
+ "If this is a private repository, make sure to pass a token having permission to this repo with `use_auth_token` or \n",
+ "log in with `huggingface-cli login` and pass `\u001b[33muse_auth_token\u001b[0m=\u001b[3;92mTrue\u001b[0m`.\n"
+ ],
+ "text/html": [
+ "ââââââââââââââââââââââââââââââââ Traceback (most recent call last) âââââââââââââââââââââââââââââââââŽ\n",
+ "â /usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_errors.py:261 in â\n",
+ "â hf_raise_for_status â\n",
+ "â â\n",
+ "â 258 â </Tip> â\n",
+ "â 259 â \"\"\" â\n",
+ "â 260 â try: â\n",
+ "â âą 261 â â response.raise_for_status() â\n",
+ "â 262 â except HTTPError as e: â\n",
+ "â 263 â â error_code = response.headers.get(\"X-Error-Code\") â\n",
+ "â 264 â\n",
+ "â â\n",
+ "â /usr/local/lib/python3.10/dist-packages/requests/models.py:960 in raise_for_status â\n",
+ "â â\n",
+ "â 957 â â â http_error_msg = u'%s Server Error: %s for url: %s' % (self.status_code, rea â\n",
+ "â 958 â â â\n",
+ "â 959 â â if http_error_msg: â\n",
+ "â âą 960 â â â raise HTTPError(http_error_msg, response=self) â\n",
+ "â 961 â â\n",
+ "â 962 â def close(self): â\n",
+ "â 963 â â \"\"\"Releases the connection back to the pool. Once this method has been â\n",
+ "â°âââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââŻ\n",
+ "HTTPError: 404 Client Error: Not Found for url: https://huggingface.co/JeffGuo/my_model/resolve/main/config.json\n",
+ "\n",
+ "The above exception was the direct cause of the following exception:\n",
+ "\n",
+ "ââââââââââââââââââââââââââââââââ Traceback (most recent call last) âââââââââââââââââââââââââââââââââŽ\n",
+ "â /usr/local/lib/python3.10/dist-packages/transformers/utils/hub.py:417 in cached_file â\n",
+ "â â\n",
+ "â 414 â user_agent = http_user_agent(user_agent) â\n",
+ "â 415 â try: â\n",
+ "â 416 â â # Load from URL or cache if already cached â\n",
+ "â âą 417 â â resolved_file = hf_hub_download( â\n",
+ "â 418 â â â path_or_repo_id, â\n",
+ "â 419 â â â filename, â\n",
+ "â 420 â â â subfolder=None if len(subfolder) == 0 else subfolder, â\n",
+ "â â\n",
+ "â /usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_validators.py:118 in _inner_fn â\n",
+ "â â\n",
+ "â 115 â â if check_use_auth_token: â\n",
+ "â 116 â â â kwargs = smoothly_deprecate_use_auth_token(fn_name=fn.__name__, has_token=ha â\n",
+ "â 117 â â â\n",
+ "â âą 118 â â return fn(*args, **kwargs) â\n",
+ "â 119 â â\n",
+ "â 120 â return _inner_fn # type: ignore â\n",
+ "â 121 â\n",
+ "â â\n",
+ "â /usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py:1195 in hf_hub_download â\n",
+ "â â\n",
+ "â 1192 â if not local_files_only: â\n",
+ "â 1193 â â try: â\n",
+ "â 1194 â â â try: â\n",
+ "â âą 1195 â â â â metadata = get_hf_file_metadata( â\n",
+ "â 1196 â â â â â url=url, â\n",
+ "â 1197 â â â â â token=token, â\n",
+ "â 1198 â â â â â proxies=proxies, â\n",
+ "â â\n",
+ "â /usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_validators.py:118 in _inner_fn â\n",
+ "â â\n",
+ "â 115 â â if check_use_auth_token: â\n",
+ "â 116 â â â kwargs = smoothly_deprecate_use_auth_token(fn_name=fn.__name__, has_token=ha â\n",
+ "â 117 â â â\n",
+ "â âą 118 â â return fn(*args, **kwargs) â\n",
+ "â 119 â â\n",
+ "â 120 â return _inner_fn # type: ignore â\n",
+ "â 121 â\n",
+ "â â\n",
+ "â /usr/local/lib/python3.10/dist-packages/huggingface_hub/file_download.py:1541 in â\n",
+ "â get_hf_file_metadata â\n",
+ "â â\n",
+ "â 1538 â â proxies=proxies, â\n",
+ "â 1539 â â timeout=timeout, â\n",
+ "â 1540 â ) â\n",
+ "â âą 1541 â hf_raise_for_status(r) â\n",
+ "â 1542 â â\n",
+ "â 1543 â # Return â\n",
+ "â 1544 â return HfFileMetadata( â\n",
+ "â â\n",
+ "â /usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_errors.py:293 in â\n",
+ "â hf_raise_for_status â\n",
+ "â â\n",
+ "â 290 â â â â \" `repo_type`.\\nIf you are trying to access a private or gated repo,\" â\n",
+ "â 291 â â â â \" make sure you are authenticated.\" â\n",
+ "â 292 â â â ) â\n",
+ "â âą 293 â â â raise RepositoryNotFoundError(message, response) from e â\n",
+ "â 294 â â â\n",
+ "â 295 â â elif response.status_code == 400: â\n",
+ "â 296 â â â message = ( â\n",
+ "â°âââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââŻ\n",
+ "RepositoryNotFoundError: 404 Client Error. (Request ID: \n",
+ "Root=1-64a83bdb-77e81da43b5d28ea6d550569;efcc0ac0-0ddb-49f0-9746-8fc12c5b5565)\n",
+ "\n",
+ "Repository Not Found for url: https://huggingface.co/JeffGuo/my_model/resolve/main/config.json.\n",
+ "Please make sure you specified the correct `repo_id` and `repo_type`.\n",
+ "If you are trying to access a private or gated repo, make sure you are authenticated.\n",
+ "\n",
+ "During handling of the above exception, another exception occurred:\n",
+ "\n",
+ "ââââââââââââââââââââââââââââââââ Traceback (most recent call last) âââââââââââââââââââââââââââââââââŽ\n",
+ "â in <cell line: 3>:3 â\n",
+ "â â\n",
+ "â /usr/local/lib/python3.10/dist-packages/transformers/models/auto/auto_factory.py:456 in â\n",
+ "â from_pretrained â\n",
+ "â â\n",
+ "â 453 â â â if kwargs.get(\"torch_dtype\", None) == \"auto\": â\n",
+ "â 454 â â â â _ = kwargs.pop(\"torch_dtype\") â\n",
+ "â 455 â â â â\n",
+ "â âą 456 â â â config, kwargs = AutoConfig.from_pretrained( â\n",
+ "â 457 â â â â pretrained_model_name_or_path, â\n",
+ "â 458 â â â â return_unused_kwargs=True, â\n",
+ "â 459 â â â â trust_remote_code=trust_remote_code, â\n",
+ "â â\n",
+ "â /usr/local/lib/python3.10/dist-packages/transformers/models/auto/configuration_auto.py:944 in â\n",
+ "â from_pretrained â\n",
+ "â â\n",
+ "â 941 â â kwargs[\"_from_auto\"] = True â\n",
+ "â 942 â â kwargs[\"name_or_path\"] = pretrained_model_name_or_path â\n",
+ "â 943 â â trust_remote_code = kwargs.pop(\"trust_remote_code\", None) â\n",
+ "â âą 944 â â config_dict, unused_kwargs = PretrainedConfig.get_config_dict(pretrained_model_n â\n",
+ "â 945 â â has_remote_code = \"auto_map\" in config_dict and \"AutoConfig\" in config_dict[\"aut â\n",
+ "â 946 â â has_local_code = \"model_type\" in config_dict and config_dict[\"model_type\"] in CO â\n",
+ "â 947 â â trust_remote_code = resolve_trust_remote_code( â\n",
+ "â â\n",
+ "â /usr/local/lib/python3.10/dist-packages/transformers/configuration_utils.py:574 in â\n",
+ "â get_config_dict â\n",
+ "â â\n",
+ "â 571 â â \"\"\" â\n",
+ "â 572 â â original_kwargs = copy.deepcopy(kwargs) â\n",
+ "â 573 â â # Get config dict associated with the base config file â\n",
+ "â âą 574 â â config_dict, kwargs = cls._get_config_dict(pretrained_model_name_or_path, **kwar â\n",
+ "â 575 â â if \"_commit_hash\" in config_dict: â\n",
+ "â 576 â â â original_kwargs[\"_commit_hash\"] = config_dict[\"_commit_hash\"] â\n",
+ "â 577 â\n",
+ "â â\n",
+ "â /usr/local/lib/python3.10/dist-packages/transformers/configuration_utils.py:629 in â\n",
+ "â _get_config_dict â\n",
+ "â â\n",
+ "â 626 â â â â\n",
+ "â 627 â â â try: â\n",
+ "â 628 â â â â # Load from local folder or from cache or download from model Hub and ca â\n",
+ "â âą 629 â â â â resolved_config_file = cached_file( â\n",
+ "â 630 â â â â â pretrained_model_name_or_path, â\n",
+ "â 631 â â â â â configuration_file, â\n",
+ "â 632 â â â â â cache_dir=cache_dir, â\n",
+ "â â\n",
+ "â /usr/local/lib/python3.10/dist-packages/transformers/utils/hub.py:433 in cached_file â\n",
+ "â â\n",
+ "â 430 â â ) â\n",
+ "â 431 â â\n",
+ "â 432 â except RepositoryNotFoundError: ���\n",
+ "â âą 433 â â raise EnvironmentError( â\n",
+ "â 434 â â â f\"{path_or_repo_id} is not a local folder and is not a valid model identifie â\n",
+ "â 435 â â â \"listed on 'https://huggingface.co/models'\\nIf this is a private repository, â\n",
+ "â 436 â â â \"pass a token having permission to this repo with `use_auth_token` or log in â\n",
+ "â°âââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââŻ\n",
+ "OSError: JeffGuo/my_model is not a local folder and is not a valid model identifier listed on \n",
+ "'https://huggingface.co/models'\n",
+ "If this is a private repository, make sure to pass a token having permission to this repo with `use_auth_token` or \n",
+ "log in with `huggingface-cli login` and pass `use_auth_token=True`.\n",
+ " \n"
+ ]
+ },
+ "metadata": {}
+ }
+ ],
+ "source": [
+ "from transformers import AutoModelForSeq2SeqLM\n",
+ "\n",
+ "model = AutoModelForSeq2SeqLM.from_pretrained(\"JeffGuo/my_model\")"
+ ]
+ },
+ {
+ "cell_type": "code",
+ "source": [
+ "from transformers import AutoModelForSeq2SeqLM\n",
+ "model = AutoModelForSeq2SeqLM.from_pretrained(\"/content/t5-small-finetuned-xsum/checkpoint-12500\")"
+ ],
+ "metadata": {
+ "id": "0PQsyHmw_M3Y"
+ },
+ "execution_count": 64,
+ "outputs": []
+ },
+ {
+ "cell_type": "code",
+ "source": [
+ "from transformers import pipeline\n",
+ "from random import randrange\n",
+ "\n",
+ "# load model and tokenizer from huggingface hub with pipeline\n",
+ "summarizer = pipeline(\"summarization\", model=\"/content/t5-small-finetuned-xsum/checkpoint-12500\", device=0)\n",
+ "\n",
+ "# select a random test sample\n",
+ "sample = raw_datasets['test'][randrange(len(raw_datasets[\"test\"]))]\n",
+ "print(f\"document: \\n{sample['document']}\\n---------------\")\n",
+ "\n",
+ "# summarize dialogue\n",
+ "#summarizer(\"A household name in China, the Hong-Kong born American singer was remembered for her electrifying energy and megawatt smile on stage and in front of the public. And many people were in disbelief after the news broke late at night on Wednesday. Hashtags such as \"how close depression is near you\", \"symptoms of depression\" have been trending on different online platforms, state media outlets like CCTV, People's Daily and China Daily have put out content to raise people's awareness of depression and mental illness.\")\n",
+ "print(type(sample[\"document\"]))\n",
+ "res = summarizer(sample[\"document\"])\n",
+ "\n",
+ "\n",
+ "print(f\"flan-t5-base summary:\\n{res[0]['summary_text']}\")\n",
+ "\n",
+ "#summarizer([\"\"])"
+ ],
+ "metadata": {
+ "colab": {
+ "base_uri": "https://localhost:8080/"
+ },
+ "id": "_JeFYSQ7L2Ck",
+ "outputId": "bf90d9d0-0145-4e50-acf1-3984d92e67f7"
+ },
+ "execution_count": 83,
+ "outputs": [
+ {
+ "output_type": "stream",
+ "name": "stdout",
+ "text": [
+ "document: \n",
+ "Second-year scholars Callum Pritchard-Ellis, James Ballie, Callum Saunders, James Jones, Fraser Murdock and Perry Ng have all been offered senior deals.\n",
+ "Davis told BBC Radio Stoke: \"We're delighted to have another strong group.\n",
+ "\"Producing our own younger players is going to be more important. It only bodes well for the future of the club.\"\n",
+ "Additionally, three under-16s have also signed first-year scholar contracts.\n",
+ "Crewe's under-21s have enjoyed success again this season, reaching the Professional Development League Two final thanks to a 4-0 win against Cardiff on Wednesday.\n",
+ "Crewe will now play Queens Park Rangers in the final at Loftus Road.\n",
+ "\"The secondary scholars have all been fairly strong,\" Davis added. \"It took a lot of meetings to decide which of the players we would take.\n",
+ "\"The future, at the moment, looks very healthy.\n",
+ "\"It's harder to recruit players now, because of the demands of some of the players and the agents.\n",
+ "\"Experienced players are more or less a 'no, no' for us, particularly names that people know. Financially, they're always out of our domain. Our own players can give us a better style of playing.\"\n",
+ "---------------\n",
+ "\n",
+ "flan-t5-base summary:\n",
+ "Crewe's senior scholars have been offered senior contracts for the club's first-year scholar. - A senior scholar has said the future of the club will be \"healthy\".\n"
+ ]
+ }
+ ]
+ }
+ ],
+ "metadata": {
+ "colab": {
+ "name": "Summarization",
+ "provenance": [],
+ "gpuType": "T4"
+ },
+ "kernelspec": {
+ "display_name": "Python 3",
+ "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.3"
+ },
+ "accelerator": "GPU",
+ "widgets": {
+ "application/vnd.jupyter.widget-state+json": {
+ "9c59ace7d7414de39bd9089106d40b61": {
+ "model_module": "@jupyter-widgets/controls",
+ "model_name": "VBoxModel",
+ "model_module_version": "1.5.0",
+ "state": {
+ "_dom_classes": [],
+ "_model_module": "@jupyter-widgets/controls",
+ "_model_module_version": "1.5.0",
+ "_model_name": "VBoxModel",
+ "_view_count": null,
+ "_view_module": "@jupyter-widgets/controls",
+ "_view_module_version": "1.5.0",
+ "_view_name": "VBoxView",
+ "box_style": "",
+ "children": [
+ "IPY_MODEL_67cc4396a3294d8382dc50cff50fe4b2",
+ "IPY_MODEL_ccca9f0e47ae42ee9a66de68f4776374",
+ "IPY_MODEL_e0a18363d20448b899b205fc7cca40cb",
+ "IPY_MODEL_801da6de33c94c42a8abf3d43472be87"
+ ],
+ "layout": "IPY_MODEL_56d6e462c2d646f2b105f097516042a9"
+ }
+ },
+ "b6c0102a743a4dc6a8f0d31a8782fc3a": {
+ "model_module": "@jupyter-widgets/controls",
+ "model_name": "HTMLModel",
+ "model_module_version": "1.5.0",
+ "state": {
+ "_dom_classes": [],
+ "_model_module": "@jupyter-widgets/controls",
+ "_model_module_version": "1.5.0",
+ "_model_name": "HTMLModel",
+ "_view_count": null,
+ "_view_module": "@jupyter-widgets/controls",
+ "_view_module_version": "1.5.0",
+ "_view_name": "HTMLView",
+ "description": "",
+ "description_tooltip": null,
+ "layout": "IPY_MODEL_35dd514732cf40a3ac05f7318eba5554",
+ "placeholder": "â",
+ "style": "IPY_MODEL_32244a1998c743ae8247816d43898b03",
+ "value": " Copy a token from your Hugging Face\ntokens page and paste it below. Immediately click login after copying\nyour token or it might be stored in plain text in this notebook file. "
+ }
+ },
+ "5a5362b4027f47519979c90f378ed3f8": {
+ "model_module": "@jupyter-widgets/controls",
+ "model_name": "PasswordModel",
+ "model_module_version": "1.5.0",
+ "state": {
+ "_dom_classes": [],
+ "_model_module": "@jupyter-widgets/controls",
+ "_model_module_version": "1.5.0",
+ "_model_name": "PasswordModel",
+ "_view_count": null,
+ "_view_module": "@jupyter-widgets/controls",
+ "_view_module_version": "1.5.0",
+ "_view_name": "PasswordView",
+ "continuous_update": true,
+ "description": "Token:",
+ "description_tooltip": null,
+ "disabled": false,
+ "layout": "IPY_MODEL_04cdfd25912b4019ab62fe2dcad9daa0",
+ "placeholder": "â",
+ "style": "IPY_MODEL_e2600a5469ed421ca2c55ad4f2df45c5",
+ "value": ""
+ }
+ },
+ "8662568bfce34d2daa3667930e9149bb": {
+ "model_module": "@jupyter-widgets/controls",
+ "model_name": "CheckboxModel",
+ "model_module_version": "1.5.0",
+ "state": {
+ "_dom_classes": [],
+ "_model_module": "@jupyter-widgets/controls",
+ "_model_module_version": "1.5.0",
+ "_model_name": "CheckboxModel",
+ "_view_count": null,
+ "_view_module": "@jupyter-widgets/controls",
+ "_view_module_version": "1.5.0",
+ "_view_name": "CheckboxView",
+ "description": "Add token as git credential?",
+ "description_tooltip": null,
+ "disabled": false,
+ "indent": true,
+ "layout": "IPY_MODEL_aa30bb4feb3c48f59730e9860efec395",
+ "style": "IPY_MODEL_21d7542ea2eb4b7c9d2a3cc44c61db08",
+ "value": true
+ }
+ },
+ "5fd77d6f9da048bb89ff4404a432bc8d": {
+ "model_module": "@jupyter-widgets/controls",
+ "model_name": "ButtonModel",
+ "model_module_version": "1.5.0",
+ "state": {
+ "_dom_classes": [],
+ "_model_module": "@jupyter-widgets/controls",
+ "_model_module_version": "1.5.0",
+ "_model_name": "ButtonModel",
+ "_view_count": null,
+ "_view_module": "@jupyter-widgets/controls",
+ "_view_module_version": "1.5.0",
+ "_view_name": "ButtonView",
+ "button_style": "",
+ "description": "Login",
+ "disabled": false,
+ "icon": "",
+ "layout": "IPY_MODEL_6f9d30b9189b4e5ea5afce58a82975b2",
+ "style": "IPY_MODEL_32fdad1696134a67a1166db3c24b3afc",
+ "tooltip": ""
+ }
+ },
+ "bf4cb6dd78bc49739a154bd5eace0845": {
+ "model_module": "@jupyter-widgets/controls",
+ "model_name": "HTMLModel",
+ "model_module_version": "1.5.0",
+ "state": {
+ "_dom_classes": [],
+ "_model_module": "@jupyter-widgets/controls",
+ "_model_module_version": "1.5.0",
+ "_model_name": "HTMLModel",
+ "_view_count": null,
+ "_view_module": "@jupyter-widgets/controls",
+ "_view_module_version": "1.5.0",
+ "_view_name": "HTMLView",
+ "description": "",
+ "description_tooltip": null,
+ "layout": "IPY_MODEL_70cb135100be4181a347ec64cc8d4964",
+ "placeholder": "â",
+ "style": "IPY_MODEL_5a80a61eea6343eabb6d895afaf4184a",
+ "value": "\nPro Tip: If you don't already have one, you can create a dedicated\n'notebooks' token with 'write' access, that you can then easily reuse for all\nnotebooks. |
"
+ }
+ },
+ "56d6e462c2d646f2b105f097516042a9": {
+ "model_module": "@jupyter-widgets/base",
+ "model_name": "LayoutModel",
+ "model_module_version": "1.2.0",
+ "state": {
+ "_model_module": "@jupyter-widgets/base",
+ "_model_module_version": "1.2.0",
+ "_model_name": "LayoutModel",
+ "_view_count": null,
+ "_view_module": "@jupyter-widgets/base",
+ "_view_module_version": "1.2.0",
+ "_view_name": "LayoutView",
+ "align_content": null,
+ "align_items": "center",
+ "align_self": null,
+ "border": null,
+ "bottom": null,
+ "display": "flex",
+ "flex": null,
+ "flex_flow": "column",
+ "grid_area": null,
+ "grid_auto_columns": null,
+ "grid_auto_flow": null,
+ "grid_auto_rows": null,
+ "grid_column": null,
+ "grid_gap": null,
+ "grid_row": null,
+ "grid_template_areas": null,
+ "grid_template_columns": null,
+ "grid_template_rows": null,
+ "height": null,
+ "justify_content": null,
+ "justify_items": null,
+ "left": null,
+ "margin": null,
+ "max_height": null,
+ "max_width": null,
+ "min_height": null,
+ "min_width": null,
+ "object_fit": null,
+ "object_position": null,
+ "order": null,
+ "overflow": null,
+ "overflow_x": null,
+ "overflow_y": null,
+ "padding": null,
+ "right": null,
+ "top": null,
+ "visibility": null,
+ "width": "50%"
+ }
+ },
+ "35dd514732cf40a3ac05f7318eba5554": {
+ "model_module": "@jupyter-widgets/base",
+ "model_name": "LayoutModel",
+ "model_module_version": "1.2.0",
+ "state": {
+ "_model_module": "@jupyter-widgets/base",
+ "_model_module_version": "1.2.0",
+ "_model_name": "LayoutModel",
+ "_view_count": null,
+ "_view_module": "@jupyter-widgets/base",
+ "_view_module_version": "1.2.0",
+ "_view_name": "LayoutView",
+ "align_content": null,
+ "align_items": null,
+ "align_self": null,
+ "border": null,
+ "bottom": null,
+ "display": null,
+ "flex": null,
+ "flex_flow": null,
+ "grid_area": null,
+ "grid_auto_columns": null,
+ "grid_auto_flow": null,
+ "grid_auto_rows": null,
+ "grid_column": null,
+ "grid_gap": null,
+ "grid_row": null,
+ "grid_template_areas": null,
+ "grid_template_columns": null,
+ "grid_template_rows": null,
+ "height": null,
+ "justify_content": null,
+ "justify_items": null,
+ "left": null,
+ "margin": null,
+ "max_height": null,
+ "max_width": null,
+ "min_height": null,
+ "min_width": null,
+ "object_fit": null,
+ "object_position": null,
+ "order": null,
+ "overflow": null,
+ "overflow_x": null,
+ "overflow_y": null,
+ "padding": null,
+ "right": null,
+ "top": null,
+ "visibility": null,
+ "width": null
+ }
+ },
+ "32244a1998c743ae8247816d43898b03": {
+ "model_module": "@jupyter-widgets/controls",
+ "model_name": "DescriptionStyleModel",
+ "model_module_version": "1.5.0",
+ "state": {
+ "_model_module": "@jupyter-widgets/controls",
+ "_model_module_version": "1.5.0",
+ "_model_name": "DescriptionStyleModel",
+ "_view_count": null,
+ "_view_module": "@jupyter-widgets/base",
+ "_view_module_version": "1.2.0",
+ "_view_name": "StyleView",
+ "description_width": ""
+ }
+ },
+ "04cdfd25912b4019ab62fe2dcad9daa0": {
+ "model_module": "@jupyter-widgets/base",
+ "model_name": "LayoutModel",
+ "model_module_version": "1.2.0",
+ "state": {
+ "_model_module": "@jupyter-widgets/base",
+ "_model_module_version": "1.2.0",
+ "_model_name": "LayoutModel",
+ "_view_count": null,
+ "_view_module": "@jupyter-widgets/base",
+ "_view_module_version": "1.2.0",
+ "_view_name": "LayoutView",
+ "align_content": null,
+ "align_items": null,
+ "align_self": null,
+ "border": null,
+ "bottom": null,
+ "display": null,
+ "flex": null,
+ "flex_flow": null,
+ "grid_area": null,
+ "grid_auto_columns": null,
+ "grid_auto_flow": null,
+ "grid_auto_rows": null,
+ "grid_column": null,
+ "grid_gap": null,
+ "grid_row": null,
+ "grid_template_areas": null,
+ "grid_template_columns": null,
+ "grid_template_rows": null,
+ "height": null,
+ "justify_content": null,
+ "justify_items": null,
+ "left": null,
+ "margin": null,
+ "max_height": null,
+ "max_width": null,
+ "min_height": null,
+ "min_width": null,
+ "object_fit": null,
+ "object_position": null,
+ "order": null,
+ "overflow": null,
+ "overflow_x": null,
+ "overflow_y": null,
+ "padding": null,
+ "right": null,
+ "top": null,
+ "visibility": null,
+ "width": null
+ }
+ },
+ "e2600a5469ed421ca2c55ad4f2df45c5": {
+ "model_module": "@jupyter-widgets/controls",
+ "model_name": "DescriptionStyleModel",
+ "model_module_version": "1.5.0",
+ "state": {
+ "_model_module": "@jupyter-widgets/controls",
+ "_model_module_version": "1.5.0",
+ "_model_name": "DescriptionStyleModel",
+ "_view_count": null,
+ "_view_module": "@jupyter-widgets/base",
+ "_view_module_version": "1.2.0",
+ "_view_name": "StyleView",
+ "description_width": ""
+ }
+ },
+ "aa30bb4feb3c48f59730e9860efec395": {
+ "model_module": "@jupyter-widgets/base",
+ "model_name": "LayoutModel",
+ "model_module_version": "1.2.0",
+ "state": {
+ "_model_module": "@jupyter-widgets/base",
+ "_model_module_version": "1.2.0",
+ "_model_name": "LayoutModel",
+ "_view_count": null,
+ "_view_module": "@jupyter-widgets/base",
+ "_view_module_version": "1.2.0",
+ "_view_name": "LayoutView",
+ "align_content": null,
+ "align_items": null,
+ "align_self": null,
+ "border": null,
+ "bottom": null,
+ "display": null,
+ "flex": null,
+ "flex_flow": null,
+ "grid_area": null,
+ "grid_auto_columns": null,
+ "grid_auto_flow": null,
+ "grid_auto_rows": null,
+ "grid_column": null,
+ "grid_gap": null,
+ "grid_row": null,
+ "grid_template_areas": null,
+ "grid_template_columns": null,
+ "grid_template_rows": null,
+ "height": null,
+ "justify_content": null,
+ "justify_items": null,
+ "left": null,
+ "margin": null,
+ "max_height": null,
+ "max_width": null,
+ "min_height": null,
+ "min_width": null,
+ "object_fit": null,
+ "object_position": null,
+ "order": null,
+ "overflow": null,
+ "overflow_x": null,
+ "overflow_y": null,
+ "padding": null,
+ "right": null,
+ "top": null,
+ "visibility": null,
+ "width": null
+ }
+ },
+ "21d7542ea2eb4b7c9d2a3cc44c61db08": {
+ "model_module": "@jupyter-widgets/controls",
+ "model_name": "DescriptionStyleModel",
+ "model_module_version": "1.5.0",
+ "state": {
+ "_model_module": "@jupyter-widgets/controls",
+ "_model_module_version": "1.5.0",
+ "_model_name": "DescriptionStyleModel",
+ "_view_count": null,
+ "_view_module": "@jupyter-widgets/base",
+ "_view_module_version": "1.2.0",
+ "_view_name": "StyleView",
+ "description_width": ""
+ }
+ },
+ "6f9d30b9189b4e5ea5afce58a82975b2": {
+ "model_module": "@jupyter-widgets/base",
+ "model_name": "LayoutModel",
+ "model_module_version": "1.2.0",
+ "state": {
+ "_model_module": "@jupyter-widgets/base",
+ "_model_module_version": "1.2.0",
+ "_model_name": "LayoutModel",
+ "_view_count": null,
+ "_view_module": "@jupyter-widgets/base",
+ "_view_module_version": "1.2.0",
+ "_view_name": "LayoutView",
+ "align_content": null,
+ "align_items": null,
+ "align_self": null,
+ "border": null,
+ "bottom": null,
+ "display": null,
+ "flex": null,
+ "flex_flow": null,
+ "grid_area": null,
+ "grid_auto_columns": null,
+ "grid_auto_flow": null,
+ "grid_auto_rows": null,
+ "grid_column": null,
+ "grid_gap": null,
+ "grid_row": null,
+ "grid_template_areas": null,
+ "grid_template_columns": null,
+ "grid_template_rows": null,
+ "height": null,
+ "justify_content": null,
+ "justify_items": null,
+ "left": null,
+ "margin": null,
+ "max_height": null,
+ "max_width": null,
+ "min_height": null,
+ "min_width": null,
+ "object_fit": null,
+ "object_position": null,
+ "order": null,
+ "overflow": null,
+ "overflow_x": null,
+ "overflow_y": null,
+ "padding": null,
+ "right": null,
+ "top": null,
+ "visibility": null,
+ "width": null
+ }
+ },
+ "32fdad1696134a67a1166db3c24b3afc": {
+ "model_module": "@jupyter-widgets/controls",
+ "model_name": "ButtonStyleModel",
+ "model_module_version": "1.5.0",
+ "state": {
+ "_model_module": "@jupyter-widgets/controls",
+ "_model_module_version": "1.5.0",
+ "_model_name": "ButtonStyleModel",
+ "_view_count": null,
+ "_view_module": "@jupyter-widgets/base",
+ "_view_module_version": "1.2.0",
+ "_view_name": "StyleView",
+ "button_color": null,
+ "font_weight": ""
+ }
+ },
+ "70cb135100be4181a347ec64cc8d4964": {
+ "model_module": "@jupyter-widgets/base",
+ "model_name": "LayoutModel",
+ "model_module_version": "1.2.0",
+ "state": {
+ "_model_module": "@jupyter-widgets/base",
+ "_model_module_version": "1.2.0",
+ "_model_name": "LayoutModel",
+ "_view_count": null,
+ "_view_module": "@jupyter-widgets/base",
+ "_view_module_version": "1.2.0",
+ "_view_name": "LayoutView",
+ "align_content": null,
+ "align_items": null,
+ "align_self": null,
+ "border": null,
+ "bottom": null,
+ "display": null,
+ "flex": null,
+ "flex_flow": null,
+ "grid_area": null,
+ "grid_auto_columns": null,
+ "grid_auto_flow": null,
+ "grid_auto_rows": null,
+ "grid_column": null,
+ "grid_gap": null,
+ "grid_row": null,
+ "grid_template_areas": null,
+ "grid_template_columns": null,
+ "grid_template_rows": null,
+ "height": null,
+ "justify_content": null,
+ "justify_items": null,
+ "left": null,
+ "margin": null,
+ "max_height": null,
+ "max_width": null,
+ "min_height": null,
+ "min_width": null,
+ "object_fit": null,
+ "object_position": null,
+ "order": null,
+ "overflow": null,
+ "overflow_x": null,
+ "overflow_y": null,
+ "padding": null,
+ "right": null,
+ "top": null,
+ "visibility": null,
+ "width": null
+ }
+ },
+ "5a80a61eea6343eabb6d895afaf4184a": {
+ "model_module": "@jupyter-widgets/controls",
+ "model_name": "DescriptionStyleModel",
+ "model_module_version": "1.5.0",
+ "state": {
+ "_model_module": "@jupyter-widgets/controls",
+ "_model_module_version": "1.5.0",
+ "_model_name": "DescriptionStyleModel",
+ "_view_count": null,
+ "_view_module": "@jupyter-widgets/base",
+ "_view_module_version": "1.2.0",
+ "_view_name": "StyleView",
+ "description_width": ""
+ }
+ },
+ "23c71a29a5644ce39f503f440c950c4d": {
+ "model_module": "@jupyter-widgets/controls",
+ "model_name": "LabelModel",
+ "model_module_version": "1.5.0",
+ "state": {
+ "_dom_classes": [],
+ "_model_module": "@jupyter-widgets/controls",
+ "_model_module_version": "1.5.0",
+ "_model_name": "LabelModel",
+ "_view_count": null,
+ "_view_module": "@jupyter-widgets/controls",
+ "_view_module_version": "1.5.0",
+ "_view_name": "LabelView",
+ "description": "",
+ "description_tooltip": null,
+ "layout": "IPY_MODEL_46e519b3a1dd41fa84a8195985040c52",
+ "placeholder": "â",
+ "style": "IPY_MODEL_c412910f38f34e50b9c8d8853b516864",
+ "value": "Connecting..."
+ }
+ },
+ "46e519b3a1dd41fa84a8195985040c52": {
+ "model_module": "@jupyter-widgets/base",
+ "model_name": "LayoutModel",
+ "model_module_version": "1.2.0",
+ "state": {
+ "_model_module": "@jupyter-widgets/base",
+ "_model_module_version": "1.2.0",
+ "_model_name": "LayoutModel",
+ "_view_count": null,
+ "_view_module": "@jupyter-widgets/base",
+ "_view_module_version": "1.2.0",
+ "_view_name": "LayoutView",
+ "align_content": null,
+ "align_items": null,
+ "align_self": null,
+ "border": null,
+ "bottom": null,
+ "display": null,
+ "flex": null,
+ "flex_flow": null,
+ "grid_area": null,
+ "grid_auto_columns": null,
+ "grid_auto_flow": null,
+ "grid_auto_rows": null,
+ "grid_column": null,
+ "grid_gap": null,
+ "grid_row": null,
+ "grid_template_areas": null,
+ "grid_template_columns": null,
+ "grid_template_rows": null,
+ "height": null,
+ "justify_content": null,
+ "justify_items": null,
+ "left": null,
+ "margin": null,
+ "max_height": null,
+ "max_width": null,
+ "min_height": null,
+ "min_width": null,
+ "object_fit": null,
+ "object_position": null,
+ "order": null,
+ "overflow": null,
+ "overflow_x": null,
+ "overflow_y": null,
+ "padding": null,
+ "right": null,
+ "top": null,
+ "visibility": null,
+ "width": null
+ }
+ },
+ "c412910f38f34e50b9c8d8853b516864": {
+ "model_module": "@jupyter-widgets/controls",
+ "model_name": "DescriptionStyleModel",
+ "model_module_version": "1.5.0",
+ "state": {
+ "_model_module": "@jupyter-widgets/controls",
+ "_model_module_version": "1.5.0",
+ "_model_name": "DescriptionStyleModel",
+ "_view_count": null,
+ "_view_module": "@jupyter-widgets/base",
+ "_view_module_version": "1.2.0",
+ "_view_name": "StyleView",
+ "description_width": ""
+ }
+ },
+ "67cc4396a3294d8382dc50cff50fe4b2": {
+ "model_module": "@jupyter-widgets/controls",
+ "model_name": "LabelModel",
+ "model_module_version": "1.5.0",
+ "state": {
+ "_dom_classes": [],
+ "_model_module": "@jupyter-widgets/controls",
+ "_model_module_version": "1.5.0",
+ "_model_name": "LabelModel",
+ "_view_count": null,
+ "_view_module": "@jupyter-widgets/controls",
+ "_view_module_version": "1.5.0",
+ "_view_name": "LabelView",
+ "description": "",
+ "description_tooltip": null,
+ "layout": "IPY_MODEL_222bfc5456184d9ebf59c6e223c16b9b",
+ "placeholder": "â",
+ "style": "IPY_MODEL_c22465dd6ad54749bf20dd2f2d9ae325",
+ "value": "Token is valid (permission: read)."
+ }
+ },
+ "ccca9f0e47ae42ee9a66de68f4776374": {
+ "model_module": "@jupyter-widgets/controls",
+ "model_name": "LabelModel",
+ "model_module_version": "1.5.0",
+ "state": {
+ "_dom_classes": [],
+ "_model_module": "@jupyter-widgets/controls",
+ "_model_module_version": "1.5.0",
+ "_model_name": "LabelModel",
+ "_view_count": null,
+ "_view_module": "@jupyter-widgets/controls",
+ "_view_module_version": "1.5.0",
+ "_view_name": "LabelView",
+ "description": "",
+ "description_tooltip": null,
+ "layout": "IPY_MODEL_4cf75ce535f74ff39ec7e6d5fb92dbef",
+ "placeholder": "â",
+ "style": "IPY_MODEL_9ce113695cc34621b95c97df5276a3d7",
+ "value": "Your token has been saved in your configured git credential helpers (store)."
+ }
+ },
+ "e0a18363d20448b899b205fc7cca40cb": {
+ "model_module": "@jupyter-widgets/controls",
+ "model_name": "LabelModel",
+ "model_module_version": "1.5.0",
+ "state": {
+ "_dom_classes": [],
+ "_model_module": "@jupyter-widgets/controls",
+ "_model_module_version": "1.5.0",
+ "_model_name": "LabelModel",
+ "_view_count": null,
+ "_view_module": "@jupyter-widgets/controls",
+ "_view_module_version": "1.5.0",
+ "_view_name": "LabelView",
+ "description": "",
+ "description_tooltip": null,
+ "layout": "IPY_MODEL_bc70c29aca694266b90c71415e8cd086",
+ "placeholder": "â",
+ "style": "IPY_MODEL_3b66ed358dca41149c1679d5ddabe9d2",
+ "value": "Your token has been saved to /root/.cache/huggingface/token"
+ }
+ },
+ "801da6de33c94c42a8abf3d43472be87": {
+ "model_module": "@jupyter-widgets/controls",
+ "model_name": "LabelModel",
+ "model_module_version": "1.5.0",
+ "state": {
+ "_dom_classes": [],
+ "_model_module": "@jupyter-widgets/controls",
+ "_model_module_version": "1.5.0",
+ "_model_name": "LabelModel",
+ "_view_count": null,
+ "_view_module": "@jupyter-widgets/controls",
+ "_view_module_version": "1.5.0",
+ "_view_name": "LabelView",
+ "description": "",
+ "description_tooltip": null,
+ "layout": "IPY_MODEL_a7a1bf64fb7347f2b997abff3068d0aa",
+ "placeholder": "â",
+ "style": "IPY_MODEL_fc0f6ef8302d4d91bc1e240ba1ead27e",
+ "value": "Login successful"
+ }
+ },
+ "222bfc5456184d9ebf59c6e223c16b9b": {
+ "model_module": "@jupyter-widgets/base",
+ "model_name": "LayoutModel",
+ "model_module_version": "1.2.0",
+ "state": {
+ "_model_module": "@jupyter-widgets/base",
+ "_model_module_version": "1.2.0",
+ "_model_name": "LayoutModel",
+ "_view_count": null,
+ "_view_module": "@jupyter-widgets/base",
+ "_view_module_version": "1.2.0",
+ "_view_name": "LayoutView",
+ "align_content": null,
+ "align_items": null,
+ "align_self": null,
+ "border": null,
+ "bottom": null,
+ "display": null,
+ "flex": null,
+ "flex_flow": null,
+ "grid_area": null,
+ "grid_auto_columns": null,
+ "grid_auto_flow": null,
+ "grid_auto_rows": null,
+ "grid_column": null,
+ "grid_gap": null,
+ "grid_row": null,
+ "grid_template_areas": null,
+ "grid_template_columns": null,
+ "grid_template_rows": null,
+ "height": null,
+ "justify_content": null,
+ "justify_items": null,
+ "left": null,
+ "margin": null,
+ "max_height": null,
+ "max_width": null,
+ "min_height": null,
+ "min_width": null,
+ "object_fit": null,
+ "object_position": null,
+ "order": null,
+ "overflow": null,
+ "overflow_x": null,
+ "overflow_y": null,
+ "padding": null,
+ "right": null,
+ "top": null,
+ "visibility": null,
+ "width": null
+ }
+ },
+ "c22465dd6ad54749bf20dd2f2d9ae325": {
+ "model_module": "@jupyter-widgets/controls",
+ "model_name": "DescriptionStyleModel",
+ "model_module_version": "1.5.0",
+ "state": {
+ "_model_module": "@jupyter-widgets/controls",
+ "_model_module_version": "1.5.0",
+ "_model_name": "DescriptionStyleModel",
+ "_view_count": null,
+ "_view_module": "@jupyter-widgets/base",
+ "_view_module_version": "1.2.0",
+ "_view_name": "StyleView",
+ "description_width": ""
+ }
+ },
+ "4cf75ce535f74ff39ec7e6d5fb92dbef": {
+ "model_module": "@jupyter-widgets/base",
+ "model_name": "LayoutModel",
+ "model_module_version": "1.2.0",
+ "state": {
+ "_model_module": "@jupyter-widgets/base",
+ "_model_module_version": "1.2.0",
+ "_model_name": "LayoutModel",
+ "_view_count": null,
+ "_view_module": "@jupyter-widgets/base",
+ "_view_module_version": "1.2.0",
+ "_view_name": "LayoutView",
+ "align_content": null,
+ "align_items": null,
+ "align_self": null,
+ "border": null,
+ "bottom": null,
+ "display": null,
+ "flex": null,
+ "flex_flow": null,
+ "grid_area": null,
+ "grid_auto_columns": null,
+ "grid_auto_flow": null,
+ "grid_auto_rows": null,
+ "grid_column": null,
+ "grid_gap": null,
+ "grid_row": null,
+ "grid_template_areas": null,
+ "grid_template_columns": null,
+ "grid_template_rows": null,
+ "height": null,
+ "justify_content": null,
+ "justify_items": null,
+ "left": null,
+ "margin": null,
+ "max_height": null,
+ "max_width": null,
+ "min_height": null,
+ "min_width": null,
+ "object_fit": null,
+ "object_position": null,
+ "order": null,
+ "overflow": null,
+ "overflow_x": null,
+ "overflow_y": null,
+ "padding": null,
+ "right": null,
+ "top": null,
+ "visibility": null,
+ "width": null
+ }
+ },
+ "9ce113695cc34621b95c97df5276a3d7": {
+ "model_module": "@jupyter-widgets/controls",
+ "model_name": "DescriptionStyleModel",
+ "model_module_version": "1.5.0",
+ "state": {
+ "_model_module": "@jupyter-widgets/controls",
+ "_model_module_version": "1.5.0",
+ "_model_name": "DescriptionStyleModel",
+ "_view_count": null,
+ "_view_module": "@jupyter-widgets/base",
+ "_view_module_version": "1.2.0",
+ "_view_name": "StyleView",
+ "description_width": ""
+ }
+ },
+ "bc70c29aca694266b90c71415e8cd086": {
+ "model_module": "@jupyter-widgets/base",
+ "model_name": "LayoutModel",
+ "model_module_version": "1.2.0",
+ "state": {
+ "_model_module": "@jupyter-widgets/base",
+ "_model_module_version": "1.2.0",
+ "_model_name": "LayoutModel",
+ "_view_count": null,
+ "_view_module": "@jupyter-widgets/base",
+ "_view_module_version": "1.2.0",
+ "_view_name": "LayoutView",
+ "align_content": null,
+ "align_items": null,
+ "align_self": null,
+ "border": null,
+ "bottom": null,
+ "display": null,
+ "flex": null,
+ "flex_flow": null,
+ "grid_area": null,
+ "grid_auto_columns": null,
+ "grid_auto_flow": null,
+ "grid_auto_rows": null,
+ "grid_column": null,
+ "grid_gap": null,
+ "grid_row": null,
+ "grid_template_areas": null,
+ "grid_template_columns": null,
+ "grid_template_rows": null,
+ "height": null,
+ "justify_content": null,
+ "justify_items": null,
+ "left": null,
+ "margin": null,
+ "max_height": null,
+ "max_width": null,
+ "min_height": null,
+ "min_width": null,
+ "object_fit": null,
+ "object_position": null,
+ "order": null,
+ "overflow": null,
+ "overflow_x": null,
+ "overflow_y": null,
+ "padding": null,
+ "right": null,
+ "top": null,
+ "visibility": null,
+ "width": null
+ }
+ },
+ "3b66ed358dca41149c1679d5ddabe9d2": {
+ "model_module": "@jupyter-widgets/controls",
+ "model_name": "DescriptionStyleModel",
+ "model_module_version": "1.5.0",
+ "state": {
+ "_model_module": "@jupyter-widgets/controls",
+ "_model_module_version": "1.5.0",
+ "_model_name": "DescriptionStyleModel",
+ "_view_count": null,
+ "_view_module": "@jupyter-widgets/base",
+ "_view_module_version": "1.2.0",
+ "_view_name": "StyleView",
+ "description_width": ""
+ }
+ },
+ "a7a1bf64fb7347f2b997abff3068d0aa": {
+ "model_module": "@jupyter-widgets/base",
+ "model_name": "LayoutModel",
+ "model_module_version": "1.2.0",
+ "state": {
+ "_model_module": "@jupyter-widgets/base",
+ "_model_module_version": "1.2.0",
+ "_model_name": "LayoutModel",
+ "_view_count": null,
+ "_view_module": "@jupyter-widgets/base",
+ "_view_module_version": "1.2.0",
+ "_view_name": "LayoutView",
+ "align_content": null,
+ "align_items": null,
+ "align_self": null,
+ "border": null,
+ "bottom": null,
+ "display": null,
+ "flex": null,
+ "flex_flow": null,
+ "grid_area": null,
+ "grid_auto_columns": null,
+ "grid_auto_flow": null,
+ "grid_auto_rows": null,
+ "grid_column": null,
+ "grid_gap": null,
+ "grid_row": null,
+ "grid_template_areas": null,
+ "grid_template_columns": null,
+ "grid_template_rows": null,
+ "height": null,
+ "justify_content": null,
+ "justify_items": null,
+ "left": null,
+ "margin": null,
+ "max_height": null,
+ "max_width": null,
+ "min_height": null,
+ "min_width": null,
+ "object_fit": null,
+ "object_position": null,
+ "order": null,
+ "overflow": null,
+ "overflow_x": null,
+ "overflow_y": null,
+ "padding": null,
+ "right": null,
+ "top": null,
+ "visibility": null,
+ "width": null
+ }
+ },
+ "fc0f6ef8302d4d91bc1e240ba1ead27e": {
+ "model_module": "@jupyter-widgets/controls",
+ "model_name": "DescriptionStyleModel",
+ "model_module_version": "1.5.0",
+ "state": {
+ "_model_module": "@jupyter-widgets/controls",
+ "_model_module_version": "1.5.0",
+ "_model_name": "DescriptionStyleModel",
+ "_view_count": null,
+ "_view_module": "@jupyter-widgets/base",
+ "_view_module_version": "1.2.0",
+ "_view_name": "StyleView",
+ "description_width": ""
+ }
+ },
+ "a5a5d838de2d4943b277bb2f0e739bf0": {
+ "model_module": "@jupyter-widgets/controls",
+ "model_name": "HBoxModel",
+ "model_module_version": "1.5.0",
+ "state": {
+ "_dom_classes": [],
+ "_model_module": "@jupyter-widgets/controls",
+ "_model_module_version": "1.5.0",
+ "_model_name": "HBoxModel",
+ "_view_count": null,
+ "_view_module": "@jupyter-widgets/controls",
+ "_view_module_version": "1.5.0",
+ "_view_name": "HBoxView",
+ "box_style": "",
+ "children": [
+ "IPY_MODEL_37337c451874401db25fb882c1ae9dfa",
+ "IPY_MODEL_9871729cde1942808cd8724400282c0b",
+ "IPY_MODEL_3706f03cef3e4c7b83abd17301a9a95e"
+ ],
+ "layout": "IPY_MODEL_e4856bc29e104eb1b352deca30cc6ad0"
+ }
+ },
+ "37337c451874401db25fb882c1ae9dfa": {
+ "model_module": "@jupyter-widgets/controls",
+ "model_name": "HTMLModel",
+ "model_module_version": "1.5.0",
+ "state": {
+ "_dom_classes": [],
+ "_model_module": "@jupyter-widgets/controls",
+ "_model_module_version": "1.5.0",
+ "_model_name": "HTMLModel",
+ "_view_count": null,
+ "_view_module": "@jupyter-widgets/controls",
+ "_view_module_version": "1.5.0",
+ "_view_name": "HTMLView",
+ "description": "",
+ "description_tooltip": null,
+ "layout": "IPY_MODEL_d1f70639afb14aa68289e202622bcb07",
+ "placeholder": "â",
+ "style": "IPY_MODEL_c3feac419c3442408fb0ed2410616fe8",
+ "value": "100%"
+ }
+ },
+ "9871729cde1942808cd8724400282c0b": {
+ "model_module": "@jupyter-widgets/controls",
+ "model_name": "FloatProgressModel",
+ "model_module_version": "1.5.0",
+ "state": {
+ "_dom_classes": [],
+ "_model_module": "@jupyter-widgets/controls",
+ "_model_module_version": "1.5.0",
+ "_model_name": "FloatProgressModel",
+ "_view_count": null,
+ "_view_module": "@jupyter-widgets/controls",
+ "_view_module_version": "1.5.0",
+ "_view_name": "ProgressView",
+ "bar_style": "success",
+ "description": "",
+ "description_tooltip": null,
+ "layout": "IPY_MODEL_99cea22d6755472faed2975832b19907",
+ "max": 3,
+ "min": 0,
+ "orientation": "horizontal",
+ "style": "IPY_MODEL_77906a41d8ce4d91b9cc52f0b91310de",
+ "value": 3
+ }
+ },
+ "3706f03cef3e4c7b83abd17301a9a95e": {
+ "model_module": "@jupyter-widgets/controls",
+ "model_name": "HTMLModel",
+ "model_module_version": "1.5.0",
+ "state": {
+ "_dom_classes": [],
+ "_model_module": "@jupyter-widgets/controls",
+ "_model_module_version": "1.5.0",
+ "_model_name": "HTMLModel",
+ "_view_count": null,
+ "_view_module": "@jupyter-widgets/controls",
+ "_view_module_version": "1.5.0",
+ "_view_name": "HTMLView",
+ "description": "",
+ "description_tooltip": null,
+ "layout": "IPY_MODEL_8a08f78829c5488ead2a1dcfd75b5765",
+ "placeholder": "â",
+ "style": "IPY_MODEL_1fd2fccec79645e2b0a50cae106f0e7c",
+ "value": " 3/3 [00:00<00:00, 92.61it/s]"
+ }
+ },
+ "e4856bc29e104eb1b352deca30cc6ad0": {
+ "model_module": "@jupyter-widgets/base",
+ "model_name": "LayoutModel",
+ "model_module_version": "1.2.0",
+ "state": {
+ "_model_module": "@jupyter-widgets/base",
+ "_model_module_version": "1.2.0",
+ "_model_name": "LayoutModel",
+ "_view_count": null,
+ "_view_module": "@jupyter-widgets/base",
+ "_view_module_version": "1.2.0",
+ "_view_name": "LayoutView",
+ "align_content": null,
+ "align_items": null,
+ "align_self": null,
+ "border": null,
+ "bottom": null,
+ "display": null,
+ "flex": null,
+ "flex_flow": null,
+ "grid_area": null,
+ "grid_auto_columns": null,
+ "grid_auto_flow": null,
+ "grid_auto_rows": null,
+ "grid_column": null,
+ "grid_gap": null,
+ "grid_row": null,
+ "grid_template_areas": null,
+ "grid_template_columns": null,
+ "grid_template_rows": null,
+ "height": null,
+ "justify_content": null,
+ "justify_items": null,
+ "left": null,
+ "margin": null,
+ "max_height": null,
+ "max_width": null,
+ "min_height": null,
+ "min_width": null,
+ "object_fit": null,
+ "object_position": null,
+ "order": null,
+ "overflow": null,
+ "overflow_x": null,
+ "overflow_y": null,
+ "padding": null,
+ "right": null,
+ "top": null,
+ "visibility": null,
+ "width": null
+ }
+ },
+ "d1f70639afb14aa68289e202622bcb07": {
+ "model_module": "@jupyter-widgets/base",
+ "model_name": "LayoutModel",
+ "model_module_version": "1.2.0",
+ "state": {
+ "_model_module": "@jupyter-widgets/base",
+ "_model_module_version": "1.2.0",
+ "_model_name": "LayoutModel",
+ "_view_count": null,
+ "_view_module": "@jupyter-widgets/base",
+ "_view_module_version": "1.2.0",
+ "_view_name": "LayoutView",
+ "align_content": null,
+ "align_items": null,
+ "align_self": null,
+ "border": null,
+ "bottom": null,
+ "display": null,
+ "flex": null,
+ "flex_flow": null,
+ "grid_area": null,
+ "grid_auto_columns": null,
+ "grid_auto_flow": null,
+ "grid_auto_rows": null,
+ "grid_column": null,
+ "grid_gap": null,
+ "grid_row": null,
+ "grid_template_areas": null,
+ "grid_template_columns": null,
+ "grid_template_rows": null,
+ "height": null,
+ "justify_content": null,
+ "justify_items": null,
+ "left": null,
+ "margin": null,
+ "max_height": null,
+ "max_width": null,
+ "min_height": null,
+ "min_width": null,
+ "object_fit": null,
+ "object_position": null,
+ "order": null,
+ "overflow": null,
+ "overflow_x": null,
+ "overflow_y": null,
+ "padding": null,
+ "right": null,
+ "top": null,
+ "visibility": null,
+ "width": null
+ }
+ },
+ "c3feac419c3442408fb0ed2410616fe8": {
+ "model_module": "@jupyter-widgets/controls",
+ "model_name": "DescriptionStyleModel",
+ "model_module_version": "1.5.0",
+ "state": {
+ "_model_module": "@jupyter-widgets/controls",
+ "_model_module_version": "1.5.0",
+ "_model_name": "DescriptionStyleModel",
+ "_view_count": null,
+ "_view_module": "@jupyter-widgets/base",
+ "_view_module_version": "1.2.0",
+ "_view_name": "StyleView",
+ "description_width": ""
+ }
+ },
+ "99cea22d6755472faed2975832b19907": {
+ "model_module": "@jupyter-widgets/base",
+ "model_name": "LayoutModel",
+ "model_module_version": "1.2.0",
+ "state": {
+ "_model_module": "@jupyter-widgets/base",
+ "_model_module_version": "1.2.0",
+ "_model_name": "LayoutModel",
+ "_view_count": null,
+ "_view_module": "@jupyter-widgets/base",
+ "_view_module_version": "1.2.0",
+ "_view_name": "LayoutView",
+ "align_content": null,
+ "align_items": null,
+ "align_self": null,
+ "border": null,
+ "bottom": null,
+ "display": null,
+ "flex": null,
+ "flex_flow": null,
+ "grid_area": null,
+ "grid_auto_columns": null,
+ "grid_auto_flow": null,
+ "grid_auto_rows": null,
+ "grid_column": null,
+ "grid_gap": null,
+ "grid_row": null,
+ "grid_template_areas": null,
+ "grid_template_columns": null,
+ "grid_template_rows": null,
+ "height": null,
+ "justify_content": null,
+ "justify_items": null,
+ "left": null,
+ "margin": null,
+ "max_height": null,
+ "max_width": null,
+ "min_height": null,
+ "min_width": null,
+ "object_fit": null,
+ "object_position": null,
+ "order": null,
+ "overflow": null,
+ "overflow_x": null,
+ "overflow_y": null,
+ "padding": null,
+ "right": null,
+ "top": null,
+ "visibility": null,
+ "width": null
+ }
+ },
+ "77906a41d8ce4d91b9cc52f0b91310de": {
+ "model_module": "@jupyter-widgets/controls",
+ "model_name": "ProgressStyleModel",
+ "model_module_version": "1.5.0",
+ "state": {
+ "_model_module": "@jupyter-widgets/controls",
+ "_model_module_version": "1.5.0",
+ "_model_name": "ProgressStyleModel",
+ "_view_count": null,
+ "_view_module": "@jupyter-widgets/base",
+ "_view_module_version": "1.2.0",
+ "_view_name": "StyleView",
+ "bar_color": null,
+ "description_width": ""
+ }
+ },
+ "8a08f78829c5488ead2a1dcfd75b5765": {
+ "model_module": "@jupyter-widgets/base",
+ "model_name": "LayoutModel",
+ "model_module_version": "1.2.0",
+ "state": {
+ "_model_module": "@jupyter-widgets/base",
+ "_model_module_version": "1.2.0",
+ "_model_name": "LayoutModel",
+ "_view_count": null,
+ "_view_module": "@jupyter-widgets/base",
+ "_view_module_version": "1.2.0",
+ "_view_name": "LayoutView",
+ "align_content": null,
+ "align_items": null,
+ "align_self": null,
+ "border": null,
+ "bottom": null,
+ "display": null,
+ "flex": null,
+ "flex_flow": null,
+ "grid_area": null,
+ "grid_auto_columns": null,
+ "grid_auto_flow": null,
+ "grid_auto_rows": null,
+ "grid_column": null,
+ "grid_gap": null,
+ "grid_row": null,
+ "grid_template_areas": null,
+ "grid_template_columns": null,
+ "grid_template_rows": null,
+ "height": null,
+ "justify_content": null,
+ "justify_items": null,
+ "left": null,
+ "margin": null,
+ "max_height": null,
+ "max_width": null,
+ "min_height": null,
+ "min_width": null,
+ "object_fit": null,
+ "object_position": null,
+ "order": null,
+ "overflow": null,
+ "overflow_x": null,
+ "overflow_y": null,
+ "padding": null,
+ "right": null,
+ "top": null,
+ "visibility": null,
+ "width": null
+ }
+ },
+ "1fd2fccec79645e2b0a50cae106f0e7c": {
+ "model_module": "@jupyter-widgets/controls",
+ "model_name": "DescriptionStyleModel",
+ "model_module_version": "1.5.0",
+ "state": {
+ "_model_module": "@jupyter-widgets/controls",
+ "_model_module_version": "1.5.0",
+ "_model_name": "DescriptionStyleModel",
+ "_view_count": null,
+ "_view_module": "@jupyter-widgets/base",
+ "_view_module_version": "1.2.0",
+ "_view_name": "StyleView",
+ "description_width": ""
+ }
+ },
+ "b78b31766cb94d41ae743d499a73f44e": {
+ "model_module": "@jupyter-widgets/controls",
+ "model_name": "VBoxModel",
+ "model_module_version": "1.5.0",
+ "state": {
+ "_dom_classes": [],
+ "_model_module": "@jupyter-widgets/controls",
+ "_model_module_version": "1.5.0",
+ "_model_name": "VBoxModel",
+ "_view_count": null,
+ "_view_module": "@jupyter-widgets/controls",
+ "_view_module_version": "1.5.0",
+ "_view_name": "VBoxView",
+ "box_style": "",
+ "children": [
+ "IPY_MODEL_15247f818b3a49fcb62488cadb5bea01",
+ "IPY_MODEL_3f73d0c8d0e347f5bd620983a9f66675",
+ "IPY_MODEL_e569a4fd61e84281b3cf4e8f79a6ec82",
+ "IPY_MODEL_3037acaa3b08453b8db84ab6846f98ff"
+ ],
+ "layout": "IPY_MODEL_eec41b814a8441a3ab17350eef3e895d"
+ }
+ },
+ "8b62f74571274ab7b867a18aa7ab687f": {
+ "model_module": "@jupyter-widgets/controls",
+ "model_name": "HTMLModel",
+ "model_module_version": "1.5.0",
+ "state": {
+ "_dom_classes": [],
+ "_model_module": "@jupyter-widgets/controls",
+ "_model_module_version": "1.5.0",
+ "_model_name": "HTMLModel",
+ "_view_count": null,
+ "_view_module": "@jupyter-widgets/controls",
+ "_view_module_version": "1.5.0",
+ "_view_name": "HTMLView",
+ "description": "",
+ "description_tooltip": null,
+ "layout": "IPY_MODEL_b3e75516f28c4158b579bc1b66e02bac",
+ "placeholder": "â",
+ "style": "IPY_MODEL_d81dcadb89a74d9abe701c860c294ed7",
+ "value": "