{% extends "template.html" %}
{% block content %}
Concept for a Word (Token) Tree Visualization
Note: Utilizing "faked" data (doesn't actually use GPT-2 model to predict text).
TODO - Adjust font, positioning, and other aspects of individual nodes.
{% endblock %}