Skip to content

Commit

Permalink
misc
Browse files Browse the repository at this point in the history
  • Loading branch information
wassname committed Oct 13, 2020
1 parent c4f1068 commit bbb808e
Show file tree
Hide file tree
Showing 2 changed files with 557 additions and 3 deletions.
52 changes: 49 additions & 3 deletions notebooks/c03_Finetuning/Finetuning.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -893,7 +893,8 @@
"ExecuteTime": {
"end_time": "2020-10-13T08:10:31.936417Z",
"start_time": "2020-10-13T08:10:31.889452Z"
}
},
"lines_to_next_cell": 0
},
"outputs": [],
"source": [
Expand Down Expand Up @@ -995,7 +996,8 @@
"ExecuteTime": {
"end_time": "2020-10-11T01:04:36.026554Z",
"start_time": "2020-10-11T01:04:36.023074Z"
}
},
"lines_to_next_cell": 2
},
"outputs": [],
"source": []
Expand Down Expand Up @@ -1101,7 +1103,7 @@
{
"data": {
"application/vnd.jupyter.widget-view+json": {
"model_id": "1906108eeb424136a5b90f38858d3edd",
"model_id": "",
"version_major": 2,
"version_minor": 0
},
Expand All @@ -1111,6 +1113,50 @@
},
"metadata": {},
"output_type": "display_data"
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Original performance without finetuning\n",
"Start Loss: 413.2012 F1: 0.0852\n"
]
},
{
"data": {
"application/vnd.jupyter.widget-view+json": {
"model_id": "ff3e72de259449a28b3469d01581e54f",
"version_major": 2,
"version_minor": 0
},
"text/plain": [
"HBox(children=(FloatProgress(value=0.0, max=2.0), HTML(value='')))"
]
},
"metadata": {},
"output_type": "display_data"
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Epoch 0/1\n",
"----------\n"
]
},
{
"data": {
"application/vnd.jupyter.widget-view+json": {
"model_id": "44fdf1e0978c433d865e20dee4983194",
"version_major": 2,
"version_minor": 0
},
"text/plain": [
"HBox(children=(FloatProgress(value=0.0, description='train', max=52.0, style=ProgressStyle(description_width='…"
]
},
"metadata": {},
"output_type": "display_data"
}
],
"source": [
Expand Down
Loading

0 comments on commit bbb808e

Please sign in to comment.