From 6390fbbffdc9a6fd246dcf9443f571b3a4d44b4b Mon Sep 17 00:00:00 2001 From: shadeMe Date: Fri, 25 Aug 2023 10:55:31 +0200 Subject: [PATCH] `prettier` --- website/docs/api/curatedtransformer.mdx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/website/docs/api/curatedtransformer.mdx b/website/docs/api/curatedtransformer.mdx index 900231244..5fdbd86cb 100644 --- a/website/docs/api/curatedtransformer.mdx +++ b/website/docs/api/curatedtransformer.mdx @@ -59,7 +59,8 @@ how the component should be configured. You can override its settings via the `config` argument on [`nlp.add_pipe`](/api/language#add_pipe) or in your [`config.cfg` for training](/usage/training#config). See the [model architectures](/api/architectures#curated-trf) documentation for details -on the curated transformer architectures and their arguments and hyperparameters. +on the curated transformer architectures and their arguments and +hyperparameters. > #### Example >