Text Classification
Transformers
TensorBoard
Safetensors
English
modernbert
reasoning
reasoning-datasets-competition
text-embeddings-inference
Instructions to use davanstrien/ModernBERT-based-Reasoning-Required with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use davanstrien/ModernBERT-based-Reasoning-Required with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="davanstrien/ModernBERT-based-Reasoning-Required")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("davanstrien/ModernBERT-based-Reasoning-Required") model = AutoModelForSequenceClassification.from_pretrained("davanstrien/ModernBERT-based-Reasoning-Required") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 24
Browse files
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 598452088
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:40ec7e8ad3719808f42450758ebad1cc33e512ff38c537f4b5f089d416b80d3f
|
| 3 |
size 598452088
|
runs/Apr07_16-13-08_eca8a5344265/events.out.tfevents.1744042389.eca8a5344265.2679.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:adbdef313e0f7b12776c823360ca93aafae2a8a6369612af0250140821610432
|
| 3 |
+
size 15393
|