Instructions to use deepset/gelectra-base-germanquad with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use deepset/gelectra-base-germanquad with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("question-answering", model="deepset/gelectra-base-germanquad")# Load model directly from transformers import AutoTokenizer, AutoModelForQuestionAnswering tokenizer = AutoTokenizer.from_pretrained("deepset/gelectra-base-germanquad") model = AutoModelForQuestionAnswering.from_pretrained("deepset/gelectra-base-germanquad") - Inference
- Notebooks
- Google Colab
- Kaggle
Commit ·
eeba048
1
Parent(s): df881d8
Update README.md
Browse files
README.md
CHANGED
|
@@ -60,4 +60,4 @@ Some of our work:
|
|
| 60 |
Get in touch:
|
| 61 |
[Twitter](https://twitter.com/deepset_ai) | [LinkedIn](https://www.linkedin.com/company/deepset-ai/) | [Slack](https://haystack.deepset.ai/community/join) | [GitHub Discussions](https://github.com/deepset-ai/haystack/discussions) | [Website](https://deepset.ai)
|
| 62 |
|
| 63 |
-
By the way: [we're hiring!](
|
|
|
|
| 60 |
Get in touch:
|
| 61 |
[Twitter](https://twitter.com/deepset_ai) | [LinkedIn](https://www.linkedin.com/company/deepset-ai/) | [Slack](https://haystack.deepset.ai/community/join) | [GitHub Discussions](https://github.com/deepset-ai/haystack/discussions) | [Website](https://deepset.ai)
|
| 62 |
|
| 63 |
+
By the way: [we're hiring!](http://www.deepset.ai/jobs)
|