mirror of
https://github.com/explosion/spaCy.git
synced 2025-07-13 09:42:26 +03:00
fix typo
This commit is contained in:
parent
a89eae9283
commit
bd6426b341
|
@ -32,7 +32,7 @@ as well as through task-specific component factories: `llm_ner`, `llm_spancat`,
|
||||||
> llm = nlp.add_pipe("llm", config=config)
|
> llm = nlp.add_pipe("llm", config=config)
|
||||||
>
|
>
|
||||||
> # Construction via add_pipe with a task-specific factory and default GPT3.5 model
|
> # Construction via add_pipe with a task-specific factory and default GPT3.5 model
|
||||||
> llm = nlp.add_pipe("llm-ner")
|
> llm = nlp.add_pipe("llm_ner")
|
||||||
>
|
>
|
||||||
> # Construction from class
|
> # Construction from class
|
||||||
> from spacy_llm.pipeline import LLMWrapper
|
> from spacy_llm.pipeline import LLMWrapper
|
||||||
|
|
Loading…
Reference in New Issue
Block a user