corrected example code (#12466)

This commit is contained in:
Prajakta Darade 2023-03-27 15:02:49 +05:30 committed by GitHub
parent d1474fdd91
commit ae7779e830
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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