You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/_frontend/src/models/ModelItem/utils.js
+9Lines changed: 9 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -31,6 +31,15 @@ const data = {
31
31
'Even smaller than small. Uses a very reduced size of embeddings to provide with better performance.',
32
32
tuned:
33
33
'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.',
0 commit comments