How to use Qdrant/bm25 with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("Qdrant/bm25", dtype="auto")
translate from simplified Chinese and remove duplicated words.
Β· Sign up or log in to comment