How to use from the
Use from the
Transformers library
# Use a pipeline as a high-level helper
from transformers import pipeline

pipe = pipeline("feature-extraction", model="OpenMatch/Web-DRO")
# Load model directly
from transformers import AutoTokenizer, AutoModel

tokenizer = AutoTokenizer.from_pretrained("OpenMatch/Web-DRO")
model = AutoModel.from_pretrained("OpenMatch/Web-DRO")
Quick Links

The Retrieval Model in Paper: Distributionally Robust Unsupervised Dense Retrieval Training on Web Graphs.

This is a dense retrieval model trained with Group DRO using web information. If you want to reproduce our evaluation results or learn more about our work, please refer to https://github.com/OpenMatch/Web-DRO .

Downloads last month
6
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support