Views
No views yet
answerdotai/ModernBERT-base, it is specifically designed to map input claims or queries into 768-dimensional dense vectors. The model was fine-tuned on the FEVER dataset to perform high-precision cosine similarity matching with corresponding evidence vectors in the vector space.pietrolesci/nli_fever dataset, with the following targeted processing applied:label == 0 (Entailment/Supports) in the train set.premise column as the Query and the corresponding hypothesis column as the Positive Passage.1@misc{yuu-xie2026modernbert-base-dpr-fever,
2 author = {Yuu-Xie},
3 title = {fever-dpr-query-encoder-modernbert-base},
4 year = {2026},
5 publisher = {Hugging Face},
6 howpublished = {\url{https://huggingface.co/Yuu-Xie/fever-dpr-query-encoder-modernbert-base}}
7}