mirror of
https://github.com/deepset-ai/haystack.git
synced 2025-12-04 19:06:44 +00:00
* Add ability to pass model_kwargs to AutoModelForQuestionAnswering * Add testing for new model_kwargs * Add spacing * Add release notes * Update haystack/preview/components/readers/extractive.py Co-authored-by: Stefano Fiorucci <44616784+anakin87@users.noreply.github.com> * Make changes suggested by Stefano --------- Co-authored-by: Stefano Fiorucci <44616784+anakin87@users.noreply.github.com>
6 lines
153 B
YAML
6 lines
153 B
YAML
---
|
|
enhancements:
|
|
- |
|
|
Add new variable model_kwargs to the ExtractiveReader so we can pass different loading options supported by
|
|
HuggingFace.
|