Text Classification
Transformers
TensorBoard
Safetensors
modernbert
Generated from Trainer
text-embeddings-inference
Instructions to use m8than/modernbert-docx with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use m8than/modernbert-docx with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="m8than/modernbert-docx")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("m8than/modernbert-docx") model = AutoModelForSequenceClassification.from_pretrained("m8than/modernbert-docx") - Notebooks
- Google Colab
- Kaggle
Training in progress, step 100
Browse files
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 598445936
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:48244df81161f1faea07b58112417c1df3a4c66cebef44a5d2b114afeb740b50
|
| 3 |
size 598445936
|
runs/May27_09-07-05_b1f8e2e2f08b/events.out.tfevents.1748336826.b1f8e2e2f08b.7916.2
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6a236267e3ba4d1a1cf9705c62c5cfcdce57ac535072b337091f3b1a39e58f37
|
| 3 |
+
size 6993
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 5368
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:321ef724eb7d38021cd450f70fa3c9a7b2bab46bbf86eada53c9c779f81449ca
|
| 3 |
size 5368
|