1
0
Fork 0
mirror of https://github.com/qurator-spk/sbb_ner.git synced 2025-06-30 22:49:56 +02:00

fix README

This commit is contained in:
Kai 2022-02-21 16:27:17 +01:00
parent c2ff011010
commit 5c2b5ecd9c

View file

@ -236,3 +236,24 @@ Perform BERT for NER supervised training and test/cross-validation.
```
bert-ner --help
```
### bert-pregenerate-trainingdata
Generate data for BERT pre-training from a corpus text file where
the documents are separated by an empty line (output of corpuscollect).
#### Usage
```
bert-pregenerate-trainingdata --help
```
### bert-finetune
Perform BERT pre-training on pre-generated data.
#### Usage
```
bert-finetune --help
```