Class LogProb
Inheritance
object
LogProb
Namespace: Glitch9.AIDevKit
Assembly: .dll
Syntax
public class LogProb
Properties
Bytes
Required. The bytes that were used to generate the log probability.
Declaration
public List<int> Bytes { get; set; }
Property Value
Type | Description |
---|---|
List<int> |
Logprob
Required. The log probability of the token.
Declaration
public float Logprob { get; set; }
Property Value
Type | Description |
---|---|
float |
Token
Required. The token that was used to generate the log probability.
Declaration
public string Token { get; set; }
Property Value
Type | Description |
---|---|
string |