Table of Contents

Property Vocabs

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

Vocabs

A list specifying the vocabulary of the model, where each entry corresponds to a specific token or text chunk.
The value of Token 0 is located at entry 0, Token 1 at entry 1, and so forth.

public IReadOnlyList<string> Vocabs { get; }

Property Value

IReadOnlyList<string>