mirror of
https://github.com/explosion/spaCy.git
synced 2025-07-27 16:39:55 +03:00
shorten task-specific factory list
This commit is contained in:
parent
8d160ecbae
commit
d4996b696a
|
@ -19,14 +19,8 @@ prototyping** and **prompting**, and turning unstructured responses into
|
||||||
An LLM component is implemented through the `LLMWrapper` class. It is accessible
|
An LLM component is implemented through the `LLMWrapper` class. It is accessible
|
||||||
through a generic `llm`
|
through a generic `llm`
|
||||||
[component factory](https://spacy.io/usage/processing-pipelines#custom-components-factories)
|
[component factory](https://spacy.io/usage/processing-pipelines#custom-components-factories)
|
||||||
as well as through task-specific component factories:
|
as well as through task-specific component factories: `llm_ner`, `llm_spancat`, `llm_rel`,
|
||||||
|
`llm_textcat`, `llm_sentiment` and `llm_summarization`.
|
||||||
- `llm_ner`
|
|
||||||
- `llm_spancat`
|
|
||||||
- `llm_rel`
|
|
||||||
- `llm_textcat`
|
|
||||||
- `llm_sentiment`
|
|
||||||
- `llm_summarization`
|
|
||||||
|
|
||||||
### LLMWrapper.\_\_init\_\_ {id="init",tag="method"}
|
### LLMWrapper.\_\_init\_\_ {id="init",tag="method"}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user