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