From 80d90d817dde144651d18bc82d27a52bd238cb81 Mon Sep 17 00:00:00 2001 From: Belladore <135602125+belladoreai@users.noreply.github.com> Date: Sun, 24 Mar 2024 20:39:03 +0200 Subject: [PATCH] README. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 09516c6..db6ca8b 100644 --- a/README.md +++ b/README.md @@ -108,7 +108,7 @@ If you want to modify this library to support a new LLaMA tokenizer (new as in t You can pass custom vocab and merge data to the tokenizer by instantiating it like this: ``` -import { llamaTokenizer } from 'llama-tokenizer-js' +import { LlamaTokenizer } from 'llama-tokenizer-js' const tokenizer = new LlamaTokenizer(custom_vocab, custom_merge_data); ```