Instructions to use WealthFromAI/empire-router-distilbert with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use WealthFromAI/empire-router-distilbert with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="WealthFromAI/empire-router-distilbert")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("WealthFromAI/empire-router-distilbert") model = AutoModelForSequenceClassification.from_pretrained("WealthFromAI/empire-router-distilbert") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
c62f953 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:52e638b40ba84703e62e2523adea81d06bbc51ef3770826656b5e5a6db0ade1f
size 5329
|