Skip to content

Commit

Permalink
reorganizing additional vis notebooks and data
Browse files Browse the repository at this point in the history
  • Loading branch information
Christianfoley committed Dec 13, 2023
1 parent 5c1a179 commit 83d967d
Show file tree
Hide file tree
Showing 26 changed files with 14 additions and 1,855 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
230 changes: 0 additions & 230 deletions data_viz_notebooks/Curse Words.ipynb

This file was deleted.

1,374 changes: 0 additions & 1,374 deletions data_viz_notebooks/Human Feedback.ipynb

This file was deleted.

250 changes: 0 additions & 250 deletions data_viz_notebooks/TayTayAnalysis.ipynb

This file was deleted.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,10 @@
"import pandas as pd\n",
"import numpy as np\n",
"import seaborn as sns\n",
"import matplotlib.pyplot as plt"
"import matplotlib.pyplot as plt\n",
"\n",
"import sys\n",
"sys.path.insert(0, \"../training_curves\")"
]
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,16 @@
"!pip install nbformat"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"import sys\n",
"sys.path.insert(\"../data/mt_bench\")"
]
},
{
"cell_type": "code",
"execution_count": 2,
Expand Down

0 comments on commit 83d967d

Please sign in to comment.