Instructions to use suayptalha/MoE-Router with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use suayptalha/MoE-Router with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="suayptalha/MoE-Router")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("suayptalha/MoE-Router") model = AutoModelForSequenceClassification.from_pretrained("suayptalha/MoE-Router") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
487fafa | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:88b8c34f35c26161bbd74f6e024d8829afa03bab44802de7933e0f4f5987a3ba
size 267838720
|