Update docs [ci skip]

This commit is contained in:
Ines Montani 2020-09-27 18:39:38 +02:00
parent 3838b14148
commit f29d5b9b89
1 changed files with 0 additions and 1 deletions

View File

@ -219,7 +219,6 @@ used when you run [`spacy pretrain`](/api/cli#pretrain).
| `batcher` | Batcher for the training data. ~~Callable[[Iterator[Doc], Iterator[List[Doc]]]]~~ |
| `component` | Component to find the layer to pretrain. Defaults to `"tok2vec"`. ~~str~~ |
| `layer` | The layer to pretrain. If empty, the whole component model will be used. ~~str~~ |
| |
## Training data {#training}