Duplicated from BAAI/bge-base-en
How to use Narsil/bge-base-en with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained("Narsil/bge-base-en") model = AutoModel.from_pretrained("Narsil/bge-base-en")
The community tab is the place to discuss and collaborate with the HF community!