Text Classification
Transformers
Safetensors
English
modernbert
flashcards
text-embeddings-inference
Instructions to use laddermedia/flashcard-author-probe with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use laddermedia/flashcard-author-probe with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="laddermedia/flashcard-author-probe")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("laddermedia/flashcard-author-probe") model = AutoModelForSequenceClassification.from_pretrained("laddermedia/flashcard-author-probe") - Notebooks
- Google Colab
- Kaggle
- Downloads last month
- 1
Model tree for laddermedia/flashcard-author-probe
Base model
answerdotai/ModernBERT-large