Train Your Model
Convert JSON to SpaCy Format
Train Model
Download Latest Model
{% with messages = get_flashed_messages() %}
{% if messages %}
{{ messages[0] }}
{% endif %}
{% endwith %}
Loading...
Please avoid refreshing the page while processing!
Instructions:
- Click 'Convert JSON to SpaCy' button to convet json file in to spacy file
- 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.
- 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.
- Choosing a model version helps you manage different versions of the trained model for tracking and comparison.