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

Building and saving the model

Builds up the Zingg models using the training data from the above phases and writes them to the folder zinggDir/modelId as specified in the config.

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

Last updated