{ "cells": [ { "cell_type": "code", "execution_count": 1, "metadata": { "colab": { "base_uri": "https://localhost:8080/" }, "id": "w7acpG9P0xz5", "outputId": "d43b52f9-00a5-4785-a808-468bd9df0064" }, "outputs": [ { "name": "stdout", "output_type": "stream", "text": [ "Drive already mounted at /content/drive; to attempt to forcibly remount, call drive.mount(\"/content/drive\", force_remount=True).\n" ] } ], "source": [ "import numpy as np\n", "import pandas as pd\n", "import torch\n", "from google.colab import drive\n", "drive.mount('/content/drive')" ] }, { "cell_type": "code", "execution_count": 2, "metadata": { "colab": { "base_uri": "https://localhost:8080/", "height": 206 }, "id": "CeKFKq622Rdf", "outputId": "d99ed2ff-aa27-4e26-cadc-390f1736da25" }, "outputs": [ { "data": { "text/html": [ "\n", "\n", "
\n", " | Unnamed: 0 | \n", "text | \n", "
---|---|---|
0 | \n", "0 | \n", "Title: Iteration Counter for Mandelbrot Fracta... | \n", "
1 | \n", "1 | \n", "Design Problem Statement:\\n\\nDesign a multiple... | \n", "
2 | \n", "2 | \n", "Problem Statement:\\n\\nDesign a Data Memory mod... | \n", "
3 | \n", "3 | \n", "Problem Statement:\\n\\nDesign and implement a h... | \n", "
4 | \n", "4 | \n", "Problem Statement:\\n\\nDesign a module named \"c... | \n", "
Step | \n", "Training Loss | \n", "
---|---|
25 | \n", "0.672800 | \n", "
50 | \n", "0.733900 | \n", "
75 | \n", "0.647500 | \n", "
100 | \n", "0.586300 | \n", "
125 | \n", "0.555100 | \n", "
150 | \n", "0.580100 | \n", "
175 | \n", "0.518100 | \n", "
200 | \n", "0.495700 | \n", "
225 | \n", "0.517600 | \n", "
250 | \n", "0.489800 | \n", "
275 | \n", "0.529000 | \n", "
300 | \n", "0.406400 | \n", "
325 | \n", "0.478800 | \n", "
350 | \n", "0.464300 | \n", "
375 | \n", "0.473000 | \n", "
400 | \n", "0.398400 | \n", "
425 | \n", "0.455500 | \n", "
450 | \n", "0.441900 | \n", "
475 | \n", "0.472400 | \n", "
500 | \n", "0.418800 | \n", "
525 | \n", "0.447100 | \n", "
550 | \n", "0.388000 | \n", "
575 | \n", "0.392800 | \n", "
600 | \n", "0.392200 | \n", "
625 | \n", "0.420100 | \n", "
650 | \n", "0.421000 | \n", "
675 | \n", "0.428600 | \n", "
700 | \n", "0.409400 | \n", "
725 | \n", "0.371300 | \n", "
750 | \n", "0.414000 | \n", "
775 | \n", "0.401800 | \n", "
800 | \n", "0.448500 | \n", "
825 | \n", "0.408400 | \n", "
"
],
"text/plain": [
"
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.