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
The RankScore property in the SummarySentence class mentions that its supported range is between [0.0., 1.0]. This is not documented anywhere else, so we need to double check with the service team.
The text was updated successfully, but these errors were encountered:
This has already been clarified by the service team:
(2) What is the range of rank_score? Can I compare two rank_score value between two difference document? Do we have User Case for it?
Answer:
The rank score is currently being normalized on each document to the interval [0,1] for all sentences returned from the model, and this value to be document relative and not necessarily comparable across multiple documents.
[Hub Generated] Review request for Microsoft.Security to add version preview/2023-02-01-preview (Azure#22797)
* Adds base for updating Microsoft.Security from version preview/2020-07-01-preview to version 2023-02-01-preview
* Updates readme
* Updates API version in new specs and examples
* Update new API version (Azure#22705)
* Remove versioning (Azure#22745)
* Updade readme (Azure#22871)
* Updade readme
* Trigger new validations
* Remove old swaggers from default tag (Azure#22917)
The
RankScore
property in theSummarySentence
class mentions that its supported range is between [0.0., 1.0]. This is not documented anywhere else, so we need to double check with the service team.The text was updated successfully, but these errors were encountered: