How to use SparseCL/BGE-SparseCL-hotpotqa with Transformers:
# Load model directly from transformers import AutoTokenizer, our_BertForCL tokenizer = AutoTokenizer.from_pretrained("SparseCL/BGE-SparseCL-hotpotqa") model = our_BertForCL.from_pretrained("SparseCL/BGE-SparseCL-hotpotqa")
The community tab is the place to discuss and collaborate with the HF community!