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 1
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:d674bca703556d0384ae0cbab353678a24117746b0b2fdd230ce84b41ebcb4d6
|
| 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:2de58ecc35ef09006b37b4a99e610739c979655c51790a8878d71ec47829a655
|
| 3 |
+
size 16275
|
runs/Apr07_16-19-38_eca8a5344265/events.out.tfevents.1744042779.eca8a5344265.2679.1
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e74b934c1d974b10f30c802fee1bde55d54f7d9136eee761677da820ce468eab
|
| 3 |
+
size 6219
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 5432
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:56b5808071bd8780e5ae5fea44bda094d22221dd738d148c4765023561ab9129
|
| 3 |
size 5432
|