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:
parent
c2ff011010
commit
5c2b5ecd9c
1 changed files with 21 additions and 0 deletions
21
README.md
21
README.md
|
@ -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
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue