CoolFace
Modelpublic

Necent/efficientrag-filter-mdeberta-v3-base

sourceHugging Facemitupdated 5mo agoView on Hugging Face
0likes9downloads
Model Card

EfficientRAG Filter (mdeberta-v3-base)

Filter component of EfficientRAG — constructs next-hop queries via token selection.

What it does

Given the original question + extracted useful tokens, the Filter selects which tokens to keep in the next retrieval query. This is extractive (no generation) — it picks words from the input.

Architecture

  • —Base: microsoft/mdeberta-v3-base (86M params, multilingual)
  • —Standard DebertaV2ForTokenClassification with 2 labels (keep/discard)

Training

Data5,691 samples (HotpotQA EN + Dragon-derec RU)
Epochs2
Batch size4
LR1e-5
Max length128
HardwareApple M3 Pro, ~17 minutes

Usage

Related