Skip to content

Commit

Permalink
Add tooltips for Unidirectional and Bidirectional models [skip test] (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
pabla committed Nov 10, 2022
1 parent 5cb6089 commit 6f0d860
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/_frontend/src/models/ModelItem/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,15 @@ const data = {
'Even smaller than small. Uses a very reduced size of embeddings to provide with better performance.',
tuned:
'Model finetuned by John Snow Labs on public and inhouse datasets, to provide better accuracy.',
unidirectional: [
'This model was trained to take into account the direction of the relation. ',
<em>chunk1</em>,
' will always be the source of the relation, ',
<em>chunk2</em>,
' the target.',
],
bidirectional:
'This model was not trained to take into consideration the direction of the relation, meaning that it can return relations from left to right or right to left indistinctly.',
};

export const addNamingConventions = (title) => {
Expand Down

0 comments on commit 6f0d860

Please sign in to comment.