We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ceff1b commit 156e4fbCopy full SHA for 156e4fb
README.md
@@ -13,7 +13,7 @@ Multi-arch bindings for [@huggingface/tokenizers](https://github.com/huggingface
13
npm install @anush008/tokenizers
14
```
15
16
-## Main features
+## Features
17
18
- Train new vocabularies and tokenize using 4 pre-made tokenizers (Bert WordPiece and the 3
19
most common BPE versions).
@@ -29,7 +29,7 @@ npm install @anush008/tokenizers
29
## Basic example
30
31
```ts
32
-import { Tokenizer } from "tokenizers";
+import { Tokenizer } from "@anush008/tokenizers";
33
34
const tokenizer = await Tokenizer.fromFile("tokenizer.json");
35
const wpEncoded = await tokenizer.encode("Who is John?");
0 commit comments