Guide

Train Your Model

Step 5 of 5

Convert JSON to SpaCy Format

Train Model

{% with messages = get_flashed_messages() %} {% if messages %}
{{ messages[0] }}
{% endif %} {% endwith %}
Instructions:
  1. Click 'Convert JSON to SpaCy' button to convet json file in to spacy file
  2. Select the number of epochs and provide a model version for training. The model will learn from the uploaded data, optimizing its parameters to better understand and categorize the information.
  3. The number of epochs represents how many times the model will pass through the training data. More epochs may improve the model's performance but may also lead to overfitting if set too high.
  4. Choosing a model version helps you manage different versions of the trained model for tracking and comparison.