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
Training in progress, epoch 3
Browse files
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 598513616
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9e79566e2f2d0781b7a0fd76bbfe303a3ff118f60f723cb1950f240e482d83db
|
| 3 |
size 598513616
|
runs/Jan29_16-30-18_EmreSekeroglu/events.out.tfevents.1738157419.EmreSekeroglu.25164.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:2c2af9a5f9ec0cfcc222e46a9543aae695944772208aabb63e288e87ad5d5755
|
| 3 |
+
size 8167
|