Skip to content

Commit

Permalink
delete d_total plots
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangir-azerbayev committed Oct 30, 2023
1 parent 2427646 commit d1984b0
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 75 deletions.
47 changes: 0 additions & 47 deletions analysis/hf_reanalysis/reanalysis.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

This file was deleted.

This file was deleted.

0 comments on commit d1984b0

Please sign in to comment.