UNPKG

kitoken

Version:

Fast and versatile tokenizer for language models, supporting BPE, Unigram and WordPiece tokenization

4 lines 141 B
import * as wasm from "./index_bg.wasm"; export * from "./index_bg.js"; import { __wbg_set_wasm } from "./index_bg.js"; __wbg_set_wasm(wasm);