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
class Hypothesis:
"""Represents a translation hypothesis
Attributes:
value: The hypothetical translation value
score: The score representing the quality of the translation
"""
Question: How is it defined / how does it translate to a aconfidence in [0, 1]?
Disclaimer
This discussion asks a similar questionhttps://github.com//discussions/249
However it is not answered - so I post mine despite the similar previously posed question.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
The score value in argos-translate/argostranslate/translate.py at master · argosopentech/argos-translate · GitHub
Question:
How is it defined / how does it translate to a aconfidence in [0, 1]?
Disclaimer
This discussion asks a similar questionhttps://github.com//discussions/249
However it is not answered - so I post mine despite the similar previously posed question.
Beta Was this translation helpful? Give feedback.
All reactions