Table of Contents

Class LogprobsResult

public class LogprobsResult
Inheritance
object
LogprobsResult

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>