From f29d5b9b89f526473f7d431f71d27d7fc967ea36 Mon Sep 17 00:00:00 2001 From: Ines Montani Date: Sun, 27 Sep 2020 18:39:38 +0200 Subject: [PATCH] Update docs [ci skip] --- website/docs/api/data-formats.md | 1 - 1 file changed, 1 deletion(-) 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}