Download the PHP package rahul900day/gpt-3-encoder without Composer
On this page you can find all versions of the php package rahul900day/gpt-3-encoder. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download rahul900day/gpt-3-encoder
More information about rahul900day/gpt-3-encoder
Files in rahul900day/gpt-3-encoder
Download rahul900day/gpt-3-encoder
More information about rahul900day/gpt-3-encoder
Files in rahul900day/gpt-3-encoder
Vendor rahul900day
Package gpt-3-encoder
Short Description GPT-3-Encoder is a PHP implementation of OpenAI's original python encoder/decoder.
License MIT
Package gpt-3-encoder
Short Description GPT-3-Encoder is a PHP implementation of OpenAI's original python encoder/decoder.
License MIT
Please rate this library. Is it a good library?
Informations about the package gpt-3-encoder
GPT-3-Encoder for PHP
PHP BPE Encoder Decoder for GPT-2/GPT-3
About
GPT-2 and GPT-3 use byte pair encoding to turn text into a series of integers to feed into the model. This is a PHP implementation of OpenAI's original python encoder/decoder which can be found here.
Get Started
Requires PHP 7.4+
Install GPT-3-Encoder via the Composer package manager
Usage
Encoding a text to tokens
Decoding to text from tokens
Credits
This packages has some codes and test inspiration from node's gpt-3-encoder
License
This package is released under the MIT License.
All versions of gpt-3-encoder with dependencies
PHP Build Version
Package Version
Requires
php Version
^7.4 || ^8.0
ext-mbstring Version *
ext-mbstring Version *
The package rahul900day/gpt-3-encoder contains the following files
Loading the files please wait ....