UNPKG

gpt-3-encoder

Version:

Javascript BPE Encoder Decoder for GPT-2 / GPT-3

30 lines (29 loc) 638 B
{ "name": "gpt-3-encoder", "version": "1.1.4", "description": "Javascript BPE Encoder Decoder for GPT-2 / GPT-3", "main": "index.js", "types": "./index.d.ts", "files": [ "Encoder.js", "encoder.json", "vocab.bpe", "index.d.ts" ], "scripts": { "test": "jest" }, "repository": { "type": "git", "url": "git+https://github.com/AIDungeon/GPT-3-Encoder.git" }, "author": "", "license": "MIT", "bugs": { "url": "https://github.com/AIDungeon/GPT-3-Encoder/issues" }, "homepage": "https://github.com/AIDungeon/GPT-3-Encoder#readme", "devDependencies": { "jest": "^26.4.2" } }