Instructions to use lhallee/moe_train_run with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
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") - Notebooks
- Google Colab
- Kaggle