interface CustomTokenizer {
    inputs: string[];
    type: "custom";
}

Properties

Properties

inputs: string[]
type: "custom"