Class Logprobs
Contents
[
Hide
]Logprobs class
Represents log probability information for a choice.
public class Logprobs
Constructors
Name | Description |
---|---|
Logprobs() | The default constructor. |
Properties
Name | Description |
---|---|
TextOffset { get; set; } | Gets or sets a list of integers representing the UTF-8 byte representation of each token. |
TokenLogprobs { get; set; } | Gets or sets a list of token log probabilities. |
Tokens { get; set; } | Gets or sets a list of message content tokens with log probability information. |
TopLogprobs { get; set; } | Gets or sets a list of the most likely tokens and their log probability, at each token position. |
See Also
- namespace Aspose.Pdf.AI
- assembly Aspose.PDF