diff --git a/analysis/hf_reanalysis/reanalysis.ipynb b/analysis/hf_reanalysis/reanalysis.ipynb index ebb3d4c73..712c4bb36 100644 --- a/analysis/hf_reanalysis/reanalysis.ipynb +++ b/analysis/hf_reanalysis/reanalysis.ipynb @@ -980,53 +980,6 @@ "Visualize how epoch number affects the Chinchilla Scaling Law" ] }, - { - "cell_type": "code", - "execution_count": 28, - "id": "dd301104-be42-4d08-9028-6a2a24927161", - "metadata": { - "tags": [] - }, - "outputs": [], - "source": [ - "scaling_scatter(\n", - " runs, \n", - " x_key='N', \n", - " y_key='D_total', \n", - " z_key='L', \n", - " color_key='R',\n", - " color_type='log',\n", - " fit_fn=single_epoch_fit,\n", - " savepath='single-epoch-runs-fitted-multiepoch-D_total.html'\n", - ")" - ] - }, - { - "cell_type": "code", - "execution_count": 29, - "id": "42a33d7d-589c-4035-ac7c-63c96f5c46a8", - "metadata": { - "tags": [] - }, - "outputs": [], - "source": [ - "runs = {\n", - " **runs, \n", - " 'residuals': runs['L'] - single_epoch_fit(runs['N'], runs['D_total'])\n", - "}\n", - "\n", - "scaling_scatter(\n", - " runs, \n", - " x_key='N', \n", - " y_key='D_total', \n", - " z_key='residuals', \n", - " z_type='linear',\n", - " color_key='R',\n", - " color_type='log',\n", - " savepath='single-epoch-runs-fitted-multiepoch-D_total-residuals.html'\n", - ")" - ] - }, { "cell_type": "code", "execution_count": 30, diff --git a/analysis/hf_reanalysis/single-epoch-runs-fitted-multiepoch-D_total-residuals.html b/analysis/hf_reanalysis/single-epoch-runs-fitted-multiepoch-D_total-residuals.html deleted file mode 100644 index e99b43208..000000000 --- a/analysis/hf_reanalysis/single-epoch-runs-fitted-multiepoch-D_total-residuals.html +++ /dev/null @@ -1,14 +0,0 @@ - -
- -