{ "cells": [ { "attachments": {}, "cell_type": "markdown", "metadata": {}, "source": [ "# Project log" ] }, { "attachments": {}, "cell_type": "markdown", "metadata": {}, "source": [ "## Monday 6.26.2023\n", "\n", "- Created log to record important progress\n", "\n", "Restructuring project\n", "- Remove extraneous files from the data folder. The relevant 'data' for this project consists of \n", " - The arxiv metadata the model is trained on. For the prototype we use 20k PDE/Spectral theory articles titled 'APSP.parquet'\n", " - The MSC tag database. A json dictionary mapping the 5 digit codes e.g. 38A17 to their corresponding english names.\n", "\n" ] } ], "metadata": { "kernelspec": { "display_name": "Python 3", "language": "python", "name": "python3" }, "language_info": { "name": "python", "version": "3.10.11" }, "orig_nbformat": 4 }, "nbformat": 4, "nbformat_minor": 2 }