This commit is contained in:
Raphael Mitsch 2023-12-11 17:22:04 +01:00
parent d981c27c93
commit 21548daaf3

View File

@ -241,7 +241,8 @@ 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 to include customized prompts for each doc.
contains one question) or if you want to include customized prompts for each
doc.
### Translation {id="translation"}