Skip to content

Commit

Permalink
Few changes on notebook
Browse files Browse the repository at this point in the history
  • Loading branch information
AlArgente committed Jan 22, 2024
1 parent d84e321 commit bfde21c
Showing 1 changed file with 10 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -665,7 +665,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"Run the following cell in order to train the model for multiple rounds, selecting ya"
"Run the following cell in order to train the model for multiple rounds, selecting the rounds you want to train."
]
},
{
Expand All @@ -676,6 +676,15 @@
"source": [
"train_n_rounds(n_rounds=5)"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"# END\n",
"\n",
"In this notebook we have shown how to train a BiGRU model using the FLEX library. As an example, the BiGRU is trained in a few rounds, but we recommend to try out different settings."
]
}
],
"metadata": {
Expand Down

0 comments on commit bfde21c

Please sign in to comment.