Enter all the desired criteria: the apps that satisfy them all will be searched; if a criterion is specified multiple times, only the last occurrence will be considered.
Transformer Explainer was designed to provide an interactive exploration of the inner workings of a text-generating Transformer.
It is a useful tool for students and computer science scientists who wants to understand the mechanisms underlying artificial intelligence as applied to text generation.
In particular, the model provides a visual representation of the steps through which a transformer generates the word to be inserted at the end of the entered sentence.

Transformer Explainer features a live GPT-2 (small) model running directly in the browser. This model is derived from the PyTorch implementation of GPT by Andrej Karpathy's nanoGPT project and has been converted to ONNX Runtime for seamless in-browser execution. The interface is built using JavaScript, with Svelte as a front-end framework and D3.js for creating dynamic visualizations. Numerical values are updated live following the user input.
Here are some of the interactive features you can play with:
Copy link