Skip to content
Discussion options

You must be logged in to vote

When you train with training and dev data, the training data is actually used for training (to update your model), while the dev data is used for evaluation that occurs every however-many steps.

The dev data is referred to as "evaluation data" at the start of the training docs.

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@DavidGerva
Comment options

@svlandeg
Comment options

@DavidGerva
Comment options

Answer selected by svlandeg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feat / training Feature: Training utils, Example, Corpus and converters
3 participants