Text Classification
Transformers
TensorBoard
Safetensors
modernbert
Generated from Trainer
text-embeddings-inference
Instructions to use esekeroglu/ModernBERT-domain-classifier with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use esekeroglu/ModernBERT-domain-classifier with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="esekeroglu/ModernBERT-domain-classifier")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("esekeroglu/ModernBERT-domain-classifier") model = AutoModelForSequenceClassification.from_pretrained("esekeroglu/ModernBERT-domain-classifier") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- df7d2276ddee6010560466d2c46fcdc0bc5eed0db47b9e9bd163a0fde33ec5d4
- Size of remote file:
- 5.43 kB
- SHA256:
- a6873c8859468c9d230069d4c512c274f8f1fe691d2d3a85503b5f41eb253b02
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.