Class LogprobsResult
public class LogprobsResult
- Inheritance
-
objectLogprobsResult
Properties
ChosenCandidates
Required. Length = total number of decoding steps. The chosen candidates may or may not be in topCandidates.
public List<LogProb> ChosenCandidates { get; set; }
Property Value
- List<LogProb>
TopCandidates
Required. Length = total number of decoding steps.
public List<TopCandidates> TopCandidates { get; set; }
Property Value
- List<TopCandidates>