corrected example code (#12466)

This commit is contained in:
Prajakta Darade 2023-03-27 15:02:49 +05:30 committed by Adriane Boyd
parent c48024159d
commit 5a9c8aef8f

View File

@ -64,7 +64,7 @@ details on the architectures and their arguments and hyperparameters.
> config={
> "model": DEFAULT_COREF_MODEL,
> "span_cluster_prefix": DEFAULT_CLUSTER_PREFIX,
> },
> }
> nlp.add_pipe("experimental_coref", config=config)
> ```