After the training is finished a log-file with all relevant information (path to train data, params for filtering, ..) is stored in `saved_models/MNB_logs`. For the evaluation of the training only the path to this log-file is needed. The evaluation of the training run is started with:
```
moderation_classifier --eval_mnb LOG_FILE
```
### BERT
Training for all newspapers and topics is started with the following command:
```
moderation_classifier --train_bert INPUT_DATA
```
Training for one newspapers (here: tagesanzeiger) and one topic (here: Wissen) is started with the following command:
After the training is finished a log-file with all relevant information (path to train data, params for filtering, ..) is stored in `saved_models/BERT_logs`. For the evaluation of the training only the path to this log-file is needed. The evaluation of the training run is started with: