facebook/xnli
Viewer • Updated • 6.4M • 35.4k • 71
How to use ibraheemmoosa/mt-ranker-base with Transformers:
# Load model directly
from transformers import MTRanker
model = MTRanker.from_pretrained("ibraheemmoosa/mt-ranker-base", dtype="auto")This is the MT-Ranker-Base model from the ICLR'24 Spotlight paper MT-Ranker: Reference-free machine translation evaluation by inter-system ranking.
For model loading instructions see our GitHub.
We are working on streamlining the model loading.