Text Classification
Transformers
TensorBoard
Safetensors
modernbert
Generated from Trainer
text-embeddings-inference
Instructions to use Gozde/modernbert-tr-classifier with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Gozde/modernbert-tr-classifier with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="Gozde/modernbert-tr-classifier")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("Gozde/modernbert-tr-classifier") model = AutoModelForSequenceClassification.from_pretrained("Gozde/modernbert-tr-classifier") - Notebooks
- Google Colab
- Kaggle
Ctrl+K
- Jan22_16-00-04_ultramarine
- Jan23_00-18-58_ultramarine
- Jan23_00-50-06_ultramarine
- Jan23_00-55-44_ultramarine
- Jan23_01-04-40_ultramarine
- Jan23_01-09-42_ultramarine
- Jan23_01-13-48_ultramarine
- Jan23_01-19-12_ultramarine
- Jan23_01-24-52_ultramarine
- Jan23_01-30-42_ultramarine
- Jan23_01-42-13_ultramarine
- Jan23_02-58-33_ultramarine
- Jan23_09-12-01_ultramarine
- Jan23_15-47-00_ultramarine
- Jan23_16-34-12_ultramarine
- Jan23_18-47-45_ultramarine