Skip to content

Commit

Permalink
remove experiment column from charts
Browse files Browse the repository at this point in the history
  • Loading branch information
simonusher committed Jun 14, 2023
1 parent e597ccb commit ca10ff0
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions nbs/01_benchmark_results.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -62,13 +62,15 @@
]
},
{
"attachments": {},
"cell_type": "markdown",
"metadata": {},
"source": [
"### Models"
]
},
{
"attachments": {},
"cell_type": "markdown",
"metadata": {},
"source": [
Expand All @@ -88,6 +90,7 @@
]
},
{
"attachments": {},
"cell_type": "markdown",
"metadata": {},
"source": [
Expand All @@ -108,17 +111,15 @@
"#| eval: false\n",
"#| hide\n",
"df_linear = get_results(\"linear\")\n",
"df_linear[\"Experiment\"] = \"Linear Head\"\n",
"df_bilstm = get_results(\"bilstm\")\n",
"df_bilstm[\"Experiment\"] = \"BiLSTM Head\"\n",
"df_finetuning = get_results(\"finetuning\")\n",
"df_finetuning[\"Experiment\"] = \"Fine-tuning\"\n",
"\n",
"color_range_low = 40\n",
"color_range_high = 75"
]
},
{
"attachments": {},
"cell_type": "markdown",
"metadata": {},
"source": [
Expand Down

0 comments on commit ca10ff0

Please sign in to comment.