For the complete documentation index, see llms.txt. This page is also available as Markdown.

Find And Label

This phase is composed of two phases namely findTrainingData and label. This will help experienced users to quicken the process of creating training data.

./zingg.sh --phase findAndLabel --conf config.json

As this is phase runs findTrainingData and label together, it should be run only for small datasets where findTrainingData takes a short time to run, else the the user will have to wait long for the console to label.

Last updated