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
Training in progress, epoch 16
Browse files
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 598455164
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:942223fedf954647cf376260f98a2db7dc30f9c523c2d1ede2caefa29b98a8d7
|
| 3 |
size 598455164
|
runs/Jan23_02-58-33_ultramarine/events.out.tfevents.1737590313.ultramarine.3418180.0
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:42d9234d59084d69dec95bf22187cf8d5530aca0e51452be607890ced863fd00
|
| 3 |
+
size 15207
|