UNPKG

bpe-merge-visualizer

Version:

CLI tool to visualize Byte Pair Encoding (BPE) merge steps

19 lines (18 loc) 347 B
{ "name": "bpe-merge-visualizer", "version": "3.1.0", "description": "CLI tool to visualize Byte Pair Encoding (BPE) merge steps", "main": "index.js", "type": "module", "bin": { "bpeviz": "./bin/cli.js" }, "keywords": [ "bpe", "tokenizer", "visualizer", "cli" ], "author": "Your Name", "license": "MIT" }