@lenml/tokenizer-text_davinci002
TypeScript icon, indicating that this package has built-in type declarations

1.0.4 • Public • Published

@lenml/tokenizer-text_davinci002

a tokenizer.

based on @lenml/tokenizers

Usage

import { fromPreTrained } from "@lenml/tokenizer-text_davinci002";

const tokenizer = fromPreTrained();
console.log(
    "encode()",
    tokenizer.encode("Hello, my dog is cute", null, {
        add_special_tokens: true,
    })
);
console.log(
    "_encode_text",
    tokenizer._encode_text("Hello, my dog is cute")
);

Full Tokenizer API

Complete api parameters and usage can be found in transformer.js tokenizers document

License

Apache-2.0

Package Sidebar

Install

npm i @lenml/tokenizer-text_davinci002

Weekly Downloads

7

Version

1.0.4

License

Apache-2.0

Unpacked Size

14.8 MB

Total Files

10

Last publish

Collaborators

  • luke_zhang