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 4
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:06bd3059a371840f1476ca9b7305e2b591d7d84b11da726eb99ef05f93fa835b
|
| 3 |
size 598452088
|
runs/Apr07_16-35-58_eca8a5344265/events.out.tfevents.1744043759.eca8a5344265.2679.3
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:fd97d8b41a0d63d9960426563b692d9a9be7969ff6303b9ae00ef8abbb95888e
|
| 3 |
+
size 7364
|