diff --git a/website/docs/api/data-formats.md b/website/docs/api/data-formats.md index 420c09237..6ff3bfd0d 100644 --- a/website/docs/api/data-formats.md +++ b/website/docs/api/data-formats.md @@ -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}