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