Skip to content

Commit

Permalink
Merge pull request #2 from FLEXible-FL/FLEXNLP-crear-qa-notebook
Browse files Browse the repository at this point in the history
First notebook for QA added. Need to be tested on the server's GPUs.
  • Loading branch information
AlArgente authored Jan 19, 2024
2 parents 136d735 + 48638aa commit 547c063
Show file tree
Hide file tree
Showing 5 changed files with 1,041 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -163,4 +163,5 @@ data/

# Experimental files
notebooks/.vector_cache/*
notebooks/my_awesome_qa_model/runs*
notebooks/my_awesome_qa_model/runs/*
flexnlp/notebooks/my_awesome_qa_model/runs/*
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,13 @@
"print(device)"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"Cargamos el dataset"
]
},
{
"cell_type": "code",
"execution_count": null,
Expand Down
Loading

0 comments on commit 547c063

Please sign in to comment.