Paste text below. The app will remove non-ASCII characters, lowercase the text, then use
BERT (bert-base-uncased) to produce tokens and embeddings (last hidden state).
8256
Per-token embeddings (last_hidden_state)
Per-token embeddings (last_hidden_state)
Transform with BERT
Notes
Embeddings are 768-dim vectors from the last hidden state (one row per token).
Special tokens like [CLS] and [SEP] are included.
Truncation keeps the UI responsive; increase Max tokens if needed.