Home

Awesome

transformers

A website which allows you to play with the GPT-2 model

<!-- Badges -->

stability build code style

Built with ❤️ by raphtlw

Table of contents

Model

This website runs the 177M model released by OpenAI and not the full 1588M model due to memory limits (as stated in the website itself)

About

idk what i should put here

Setup

To get set up, you'll need to clone this repository.

Install dependencies

npm i

Start dev server

npm run dev

Contributors