Table of Contents

Class TokenId

Namespace
Glitch9.AIDevKit
public class TokenId
Inheritance
object
TokenId

Properties

Id

Required. The integer representation of the token for the model. Minimum: 0

public int Id { get; set; }

Property Value

int

StringToken

Required. The string of the token.

public string StringToken { get; set; }

Property Value

string

TokenBytes

Required. The bytes that constituted the token.

public List<int> TokenBytes { get; set; }

Property Value

List<int>