corrected example code (#12466)

This commit is contained in:
Prajakta Darade 2023-03-27 15:02:49 +05:30 committed by Adriane Boyd
parent 4380d750f9
commit 0ecbeff1a6

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)
> ```