Question Answering
Transformers
PyTorch
Safetensors
English
deberta-v2
deberta
deberta-v3
Eval Results (legacy)
Instructions to use deepset/deberta-v3-base-squad2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use deepset/deberta-v3-base-squad2 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("question-answering", model="deepset/deberta-v3-base-squad2")# Load model directly from transformers import AutoTokenizer, AutoModelForQuestionAnswering tokenizer = AutoTokenizer.from_pretrained("deepset/deberta-v3-base-squad2") model = AutoModelForQuestionAnswering.from_pretrained("deepset/deberta-v3-base-squad2") - Inference
- Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -126,6 +126,6 @@ Some of our other work:
|
|
| 126 |
|
| 127 |
<p>For more info on Haystack, visit our <strong><a href="https://github.com/deepset-ai/haystack">GitHub</a></strong> repo and <strong><a href="https://haystack.deepset.ai">Documentation</a></strong>.
|
| 128 |
|
| 129 |
-
We also have a <strong><a class="h-7" href="https://haystack.deepset.ai/community/join">
|
| 130 |
|
| 131 |
-
[Twitter](https://twitter.com/deepset_ai) | [LinkedIn](https://www.linkedin.com/company/deepset-ai/) | [
|
|
|
|
| 126 |
|
| 127 |
<p>For more info on Haystack, visit our <strong><a href="https://github.com/deepset-ai/haystack">GitHub</a></strong> repo and <strong><a href="https://haystack.deepset.ai">Documentation</a></strong>.
|
| 128 |
|
| 129 |
+
We also have a <strong><a class="h-7" href="https://haystack.deepset.ai/community/join">Discord community open to everyone!</a></strong></p>
|
| 130 |
|
| 131 |
+
[Twitter](https://twitter.com/deepset_ai) | [LinkedIn](https://www.linkedin.com/company/deepset-ai/) | [Discord](https://haystack.deepset.ai/community/join) | [GitHub Discussions](https://github.com/deepset-ai/haystack/discussions) | [Website](https://deepset.ai)
|