mirror of
https://github.com/explosion/spaCy.git
synced 2025-07-27 00:19:48 +03:00
Update website/docs/api/large-language-models.mdx
Co-authored-by: Sofie Van Landeghem <svlandeg@users.noreply.github.com>
This commit is contained in:
parent
72ae1dd573
commit
82adb8a877
|
@ -241,7 +241,7 @@ objects. This depends on the return type of the [model](#models).
|
|||
Different to all other tasks `spacy.Raw.vX` doesn't provide a specific prompt,
|
||||
wrapping doc data, to the model. Instead it instructs the model to reply to the
|
||||
doc content. This is handy for use cases like question answering (where each doc
|
||||
contains one question) or if you want include customized prompts for each doc.
|
||||
contains one question) or if you want to include customized prompts for each doc.
|
||||
|
||||
#### spacy.Raw.v1 {id="raw-v1"}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user