AI SeedbankHelp preserve open and free AI for humanity's future

← All models

deepset_deberta-v3-base-squad2

deepset · View on Hugging Face ↗

Get this model

Download TorrentMagnet Link

Seeders: 1 · Leechers: 0

Observed 2026-09-02T13:56:39Z via announce.aitorrent.org:7070.

Model card

The complete upstream card, rendered from this payload's README.md — the same hash-verified bytes the torrent distributes. Images and off-site links are removed; the original card on Hugging Face carries them.


language: en license: cc-by-4.0 tags:

  • deberta
  • deberta-v3 datasets:
  • squad_v2 base_model: microsoft/deberta-v3-base model-index:
  • name: deepset/deberta-v3-base-squad2 results:
    • task: type: question-answering name: Question Answering dataset: name: squad_v2 type: squad_v2 config: squad_v2 split: validation metrics:
      • type: exact_match value: 83.8248 name: Exact Match verified: true verifyToken: eyJhbGciOiJFZERTQSIsInR5cCI6IkpXVCJ9.eyJoYXNoIjoiY2IyZTEyYzNlOTAwZmFlNWRiZTdiNzQzMTUyM2FmZTQ3ZWQwNWZmMzc2ZDVhYWYyMzkxOTUyMGNlMWY0M2E5MiIsInZlcnNpb24iOjF9.y8KvfefMLI977BYun0X1rAq5qudmezW_UJe9mh6sYBoiWaBosDO5TRnEGR1BHzdxmv2EgPK_PSomtZvb043jBQ
      • type: f1 value: 87.41 name: F1 verified: true verifyToken: eyJhbGciOiJFZERTQSIsInR5cCI6IkpXVCJ9.eyJoYXNoIjoiOWVhNjAwM2Q5N2Y3MGU4ZWY3N2Y0MmNjYWYwYmQzNTdiYWExODhkYmQ1YjIwM2I1ODEzNWIxZDI1ZWQ1YWRjNSIsInZlcnNpb24iOjF9.Jk0v1ZheLRFz6k9iNAgCMMZtPYj5eVwUCku4E76wRYc-jHPmiUuxvNiNkn6NW-jkBD8bJGMqDSjJyVpVMn9pBA
    • task: type: question-answering name: Question Answering dataset: name: squad type: squad config: plain_text split: validation metrics:
      • type: exact_match value: 84.9678 name: Exact Match verified: true verifyToken: eyJhbGciOiJFZERTQSIsInR5cCI6IkpXVCJ9.eyJoYXNoIjoiOWUxYTg4MzU3YTdmMDRmMGM0NjFjMTcwNGM3YzljM2RkMTc1ZGNhMDQwMTgwNGI0ZDE4ZGMxZTE3YjY5YzQ0ZiIsInZlcnNpb24iOjF9.KKaJ1UtikNe2g6T8XhLoWNtL9X4dHHyl_O4VZ5LreBT9nXneGc21lI1AW3n8KXTFGemzRpRMvmCDyKVDHucdDQ
      • type: f1 value: 92.2777 name: F1 verified: true verifyToken: eyJhbGciOiJFZERTQSIsInR5cCI6IkpXVCJ9.eyJoYXNoIjoiNDU0ZTQwMzg4ZDY1ZWYxOGIxMzY2ODljZTBkMTNlYjA0ODBjNjcxNTg3ZDliYWU1YTdkYTM2NTIxOTg1MGM4OCIsInZlcnNpb24iOjF9.8VHg1BXx6gLw_K7MUK2QSE80Y9guiVR8n8K8nX4laGsLibxv5u_yDv9F3ahbUa1eZG_bbidl93TY2qFUiYHtAQ
    • task: type: question-answering name: Question Answering dataset: name: adversarial_qa type: adversarial_qa config: adversarialQA split: validation metrics:
      • type: exact_match value: 30.733 name: Exact Match
      • type: f1 value: 44.099 name: F1
    • task: type: question-answering name: Question Answering dataset: name: squad_adversarial type: squad_adversarial config: AddOneSent split: validation metrics:
      • type: exact_match value: 79.295 name: Exact Match
      • type: f1 value: 86.609 name: F1
    • task: type: question-answering name: Question Answering dataset: name: squadshifts amazon type: squadshifts config: amazon split: test metrics:
      • type: exact_match value: 68.680 name: Exact Match
      • type: f1 value: 83.832 name: F1
    • task: type: question-answering name: Question Answering dataset: name: squadshifts new_wiki type: squadshifts config: new_wiki split: test metrics:
      • type: exact_match value: 80.171 name: Exact Match
      • type: f1 value: 90.452 name: F1
    • task: type: question-answering name: Question Answering dataset: name: squadshifts nyt type: squadshifts config: nyt split: test metrics:
      • type: exact_match value: 81.570 name: Exact Match
      • type: f1 value: 90.644 name: F1
    • task: type: question-answering name: Question Answering dataset: name: squadshifts reddit type: squadshifts config: reddit split: test metrics:
      • type: exact_match value: 66.990 name: Exact Match
      • type: f1 value: 80.231 name: F1

deberta-v3-base for Extractive QA

This is the deberta-v3-base model, fine-tuned using the SQuAD2.0 dataset. It's been trained on question-answer pairs, including unanswerable questions, for the task of Question Answering.

Overview

Language model: deberta-v3-base
Language: English
Downstream-task: Extractive QA
Training data: SQuAD 2.0
Eval data: SQuAD 2.0
Code: See an example extractive QA pipeline built with Haystack
Infrastructure: 1x NVIDIA A10G

Hyperparameters

batch_size = 12
n_epochs = 4
base_LM_model = "deberta-v3-base"
max_seq_len = 512
learning_rate = 2e-5
lr_schedule = LinearWarmup
warmup_proportion = 0.2
doc_stride = 128
max_query_length = 64

Usage

In Haystack

Haystack is an AI orchestration framework to build customizable, production-ready LLM applications. You can use this model in Haystack to do extractive question answering on documents. To load and run the model with Haystack:

# After running pip install haystack-ai "transformers[torch,sentencepiece]"

from haystack import Document
from haystack.components.readers import ExtractiveReader

docs = [
    Document(content="Python is a popular programming language"),
    Document(content="python ist eine beliebte Programmiersprache"),
]

reader = ExtractiveReader(model="deepset/roberta-base-squad2")
reader.warm_up()

question = "What is a popular programming language?"
result = reader.run(query=question, documents=docs)
# {'answers': [ExtractedAnswer(query='What is a popular programming language?', score=0.5740374326705933, data='python', document=Document(id=..., content: '...'), context=None, document_offset=ExtractedAnswer.Span(start=0, end=6),...)]}

For a complete example with an extractive question answering pipeline that scales over many documents, check out the corresponding Haystack tutorial.

In Transformers

from transformers import AutoModelForQuestionAnswering, AutoTokenizer, pipeline

model_name = "deepset/roberta-base-squad2"

# a) Get predictions
nlp = pipeline('question-answering', model=model_name, tokenizer=model_name)
QA_input = {
    'question': 'Why is model conversion important?',
    'context': 'The option to convert models between FARM and transformers gives freedom to the user and let people easily switch between frameworks.'
}
res = nlp(QA_input)

# b) Load model & tokenizer
model = AutoModelForQuestionAnswering.from_pretrained(model_name)
tokenizer = AutoTokenizer.from_pretrained(model_name)

Authors

Sebastian Lee: sebastian.lee [at] deepset.ai
Timo Möller: timo.moeller [at] deepset.ai
Malte Pietsch: malte.pietsch [at] deepset.ai

About us

deepset is the company behind the production-ready open-source AI framework Haystack.

Some of our other work:

Get in touch and join the Haystack community

For more info on Haystack, visit our GitHub repo and Documentation.

We also have a Discord community open to everyone!

Twitter | LinkedIn | Discord | GitHub Discussions | Website | YouTube

By the way: we're hiring!

Magnet link

Opens the swarm directly in your torrent client — no file download needed. Copy-paste works too:

magnet:?xt=urn:btih:c45848daecd769dee74707b56b854f3d4b6c2158&dn=deepset_deberta-v3-base-squad2

Open magnet in torrent client · infohash c45848daecd769dee74707b56b854f3d4b6c2158

Files & hashes

PathSizesha1sha256
README.md8.5 KB (8,676 B)2f28a86bde57ff9651f281e11923c6f5d69fb050088f77951188a573b420650edb072723059695759381c6c18294f66d7a4b0dff
added_tokens.json23 B (23 B)8ee2b3623dc526b123cde0aaa401755b82299af2dc046d04c9b0ada7ae6f1dc89c465801799acdf0c9a6aab8c15a1b2d5ca4e91f
config.json992 B (992 B)432742e222e68fc643e841a30a340c04f10ee71010362f86504bdffbc7296412ff01240a391e4b683c7ea2aced2ce099f1e80261
model.safetensors701.3 MB (735,360,940 B)2130823a18855fe2cdaecc95b8a527fd18176439aff8759009b728d7d35c1163cd3578b911a3e3e1fbd2522c2b4af398e523f92a
pytorch_model.bin701.3 MB (735,403,951 B)3b7be2b0f9bdfdad96bdc8107c489c1c448e00838a247792955136c18184a22bacf7b317694d54b666897700179d8ccc56538b36
special_tokens_map.json173 B (173 B)e5cc7333cad21d1cec0eaded41e64d7eccf8230d311de3f4eed9d76a43bf0d71f10e62e086ca65ccce9f15d5da0d2098bf519ecc
spm.model2.4 MB (2,464,616 B)1993e578cb006883fd01014f831c6261e8136823c679fbf93643d19aab7ee10c0b99e460bdbc02fedf34b92b05af343b4af586fd
tokenizer.json8.2 MB (8,648,791 B)30710451326205ed12366dea4c6183ecdd3e45607fb827d15550c884144bec6129b81d7ee7cc42c7181a678aa6b408c04a03d764
tokenizer_config.json379 B (379 B)9db17aab41d0b6f0e696607c0a366201ffe593ccb4a034b657a1dbbc871d283ece7418b5f48a673259fd0ad56145e752f3059b1d

Cite this release

Canonical URL
https://aiseedbank.org/models/deepset_deberta-v3-base-squad2/
Slug
deepset_deberta-v3-base-squad2
Infohash
c45848daecd769dee74707b56b854f3d4b6c2158
License
cc-by-4.0
Signing key fingerprint
85a3b32c3712427b

Every file carries a locally computed sha256 — verify a download against the signed sums: deepset_deberta-v3-base-squad2.SHA256SUMS (+ minisign signature).

Provenance

Upstream repositorydeepset/deberta-v3-base-squad2
Revision (pinned)eea39c60cc305c2e4a9504f5ff117294bebb42db
Fetched at2026-09-02T04:30:36Z
License at fetchcc-by-4.0
Snapshot toolhuggingface · seedbank 0.1.0

Trackers

✓ verified · rehash-vs-hf-metadata at 2026-09-02T04:30:52Z

cc-by-4.01.38 GB (1,481,888,541 bytes)transformerspytorchsafetensorsdeberta-v2question-answeringdebertadeberta-v3model-indexendpoints_compatible1 language (en)