BEIR-PL: Zero Shot Information Retrieval Benchmark for the Polish Language
Paper • 2305.19840 • Published
How to use clarin-knext/plt5-base-msmarco with Transformers:
# Load model directly
from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
tokenizer = AutoTokenizer.from_pretrained("clarin-knext/plt5-base-msmarco")
model = AutoModelForSeq2SeqLM.from_pretrained("clarin-knext/plt5-base-msmarco")Part of BEIR-PL: Zero Shot Information Retrieval Benchmark for the Polish Language.
Link to arxiv: https://arxiv.org/pdf/2305.19840.pdf
Contact: konrad.wojtasik@pwr.edu.pl