Michael-Geis commited on
Commit
cd530cf
1 Parent(s): af72c45

added todays log entry

Browse files
Files changed (1) hide show
  1. project_log.ipynb +21 -4
project_log.ipynb CHANGED
@@ -1,11 +1,28 @@
1
  {
2
  "cells": [
3
  {
4
- "cell_type": "code",
5
- "execution_count": null,
6
  "metadata": {},
7
- "outputs": [],
8
- "source": []
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
9
  }
10
  ],
11
  "metadata": {
 
1
  {
2
  "cells": [
3
  {
4
+ "attachments": {},
5
+ "cell_type": "markdown",
6
  "metadata": {},
7
+ "source": [
8
+ "# Project log"
9
+ ]
10
+ },
11
+ {
12
+ "attachments": {},
13
+ "cell_type": "markdown",
14
+ "metadata": {},
15
+ "source": [
16
+ "## Monday 6.26.2023\n",
17
+ "\n",
18
+ "- Created log to record important progress\n",
19
+ "\n",
20
+ "Restructuring project\n",
21
+ "- Remove extraneous files from the data folder. The relevant 'data' for this project consists of \n",
22
+ " - The arxiv metadata the model is trained on. For the prototype we use 20k PDE/Spectral theory articles titled 'APSP.parquet'\n",
23
+ " - The MSC tag database. A json dictionary mapping the 5 digit codes e.g. 38A17 to their corresponding english names.\n",
24
+ "\n"
25
+ ]
26
  }
27
  ],
28
  "metadata": {