{% extends "base.html" %} {% block title %}Upload ยท Sparsifire{% endblock %} {% block content %}
Upload a JSON file containing the corpus of documents you want to analyze.
Your file must be a list of objects. Each object must contain an id (string/number) and a text field.
[
{
"id": "1",
"text": "Sparse autoencoders allow us to..."
},
{
"id": "2",
"text": "Dense embeddings are hard to interpret..."
}
]