minGPT TensorFlow.js

Status: Loading pre-trained model...

Technical Details

This is a character-level GPT (Generative Pre-trained Transformer) implementation in TensorFlow.js, trained on Shakespeare's works.

Model Architecture

Key Components

Training Details

Implementation Notes

This implementation demonstrates several key concepts:

Current Performance

The improved model has achieved:

Note: This is a minimal educational implementation. Production models like GPT-3 have billions of parameters and train on much larger datasets.