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 22
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:07e664b186523ecf0121853ae81dec3ab31d548a70770c390fea66bad18466bf
|
| 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:acaf1f257d801417abe1425e0df69812134ac2d990429ec5108b38379dcb4fca
|
| 3 |
+
size 14548
|