Skip to content

Commit

Permalink
move eval
Browse files Browse the repository at this point in the history
  • Loading branch information
MisterXY89 committed Dec 14, 2023
1 parent 866427b commit 6234ea0
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions chat_doc/evaluation/evaluate_model.ipynb → evaluate_model.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,33 @@
"## Libraries & Setup"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"%pip install datasets"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"%pip install transformers"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"%pip install pretty-errors"
]
},
{
"cell_type": "markdown",
"metadata": {},
Expand Down

0 comments on commit 6234ea0

Please sign in to comment.