@lenml/llama2-tokenizer
Advanced tools
+6
-6
| { | ||
| "name": "@lenml/llama2-tokenizer", | ||
| "version": "1.1.3", | ||
| "version": "1.1.4", | ||
| "description": "", | ||
@@ -53,10 +53,10 @@ "source": "src/main.ts", | ||
| "@lenml/llama2-tokenizer-vocab-baichuan2": "^1.1.1", | ||
| "@lenml/llama2-tokenizer-vocab-gemma": "^1.1.1", | ||
| "@lenml/llama2-tokenizer-vocab-falcon": "^1.1.1", | ||
| "@lenml/llama2-tokenizer-vocab-emoji": "^1.1.1", | ||
| "@lenml/llama2-tokenizer-vocab-chatglm3": "^1.1.1", | ||
| "@lenml/llama2-tokenizer-vocab-falcon": "^1.1.1", | ||
| "@lenml/llama2-tokenizer-vocab-gemma": "^1.1.1", | ||
| "@lenml/llama2-tokenizer-vocab-yi": "^1.1.1", | ||
| "@lenml/llama2-tokenizer-vocab-neox": "^1.1.1", | ||
| "@lenml/llama2-tokenizer-vocab-internlm2": "^1.1.1", | ||
| "@lenml/llama2-tokenizer-vocab-llama2": "^1.1.1", | ||
| "@lenml/llama2-tokenizer-vocab-neox": "^1.1.1", | ||
| "@lenml/llama2-tokenizer-vocab-yi": "^1.1.1" | ||
| "@lenml/llama2-tokenizer-vocab-llama2": "^1.1.1" | ||
| }, | ||
@@ -63,0 +63,0 @@ "scripts": { |
+14
-0
@@ -0,1 +1,15 @@ | ||
| # :warning: IMPORTANT UPDATE :warning: | ||
| Our library `@lenml/llama2-tokenizer` has been deprecated. We are excited to introduce our new library `@lenml/tokenizers` as its replacement, offering a broader set of features and an enhanced experience. | ||
| ## Why switch to `@lenml/tokenizers`? | ||
| - **Fully Compatible with `transformers.js` Interfaces**: Seamlessly supports all interfaces defined in `transformers.js`, making migration and integration effortless. | ||
| - **Support for a Wide Range of Models**: Regardless of which model you need, our new library supports it, ensuring broader coverage. | ||
| - **Rich Feature Implementation**: Includes a complete implementation of chat templates and normalizers to better serve your text processing and tokenization needs. | ||
| check out [lenML/tokenizers](https://github.com/lenML/tokenizers). | ||
| ---- | ||
| # 🦙Llama2 Tokenizer for JavaScript | ||
@@ -2,0 +16,0 @@ |
95476
0.89%203
7.41%