Table of Contents

Property Vocabs

Namespace
LMKit.Tokenization
Assembly
LM-Kit.NET.dll

Vocabs

Gets the complete list of tokens (vocabulary) used by the model. Each entry corresponds to a token or text chunk.

public IReadOnlyList<string> Vocabs { get; }

Property Value

IReadOnlyList<string>