Skip to content

Commit

Permalink
Merge branch '#50_dfq_sbert_fine_tuning' into #49-set-up-a-binary-cla…
Browse files Browse the repository at this point in the history
…ssifier

Adding functions for fine tuning from multi-class
  • Loading branch information
Daniel Firebanks-Quevedo committed Jan 22, 2021
2 parents 5707df9 + 7820a23 commit c10b49e
Show file tree
Hide file tree
Showing 9 changed files with 5,859 additions and 245 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"metadata": {},
"outputs": [],
"source": [
"# ! pip install sentence_transformers"
"# ! pip install sentence_transformers==0.4.0"
]
},
{
Expand Down Expand Up @@ -292,7 +292,20 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.7.9"
"version": "3.8.6"
},
"toc": {
"base_numbering": 1,
"nav_menu": {},
"number_sections": true,
"sideBar": true,
"skip_h1_title": false,
"title_cell": "Table of Contents",
"title_sidebar": "Contents",
"toc_cell": false,
"toc_position": {},
"toc_section_display": true,
"toc_window_display": false
}
},
"nbformat": 4,
Expand Down
Loading

0 comments on commit c10b49e

Please sign in to comment.