Skip to content

Base scripts

Three base scripts should be prepared:

  • a training script (trainer.py), to teach new models compatible with the library
  • an evaluation script (evaluator.py), for evaluating models on a pre-defined set of data
  • the predictor script (predictor.py), for tagging raw data

The scripts should be in the "poldeepner2/scripts" folder.