🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@lenml/llama2-tokenizer

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lenml/llama2-tokenizer - npm Package Compare versions

Comparing version
1.1.3
to
1.1.4
+6
-6
package.json
{
"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": {

@@ -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 @@