Skip to content

Commit 84464d9

Browse files
authored
Add tooltips for Unidirectional and Bidirectional models [skip test] (#13064)
1 parent 5c5c386 commit 84464d9

File tree

1 file changed

+9
-0
lines changed
  • docs/_frontend/src/models/ModelItem

1 file changed

+9
-0
lines changed

docs/_frontend/src/models/ModelItem/utils.js

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,15 @@ const data = {
3131
'Even smaller than small. Uses a very reduced size of embeddings to provide with better performance.',
3232
tuned:
3333
'Model finetuned by John Snow Labs on public and inhouse datasets, to provide better accuracy.',
34+
unidirectional: [
35+
'This model was trained to take into account the direction of the relation. ',
36+
<em>chunk1</em>,
37+
' will always be the source of the relation, ',
38+
<em>chunk2</em>,
39+
' the target.',
40+
],
41+
bidirectional:
42+
'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.',
3443
};
3544

3645
export const addNamingConventions = (title) => {

0 commit comments

Comments
 (0)