Text Classification
Transformers
TensorBoard
Safetensors
modernbert
Generated from Trainer
text-embeddings-inference
Instructions to use drcoool/modernbert-acceptance-classifier with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use drcoool/modernbert-acceptance-classifier with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="drcoool/modernbert-acceptance-classifier")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("drcoool/modernbert-acceptance-classifier") model = AutoModelForSequenceClassification.from_pretrained("drcoool/modernbert-acceptance-classifier", device_map="auto") - 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 598439784
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a06359998b013f69935badce24f1ebf535a10c459e500ebc6497bca7684b19ef
|
| 3 |
size 598439784
|
runs/Jun17_10-44-36_MacBook-Pro-4.local/events.out.tfevents.1781711077.MacBook-Pro-4.local.31761.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5b97abb74b30dd0c825de92c6e089c57171e3429bc984544fca6c7ba420785d4
|
| 3 |
+
size 156130
|
runs/Jun17_10-44-48_MacBook-Pro-4.local/events.out.tfevents.1781711088.MacBook-Pro-4.local.32326.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0a932f629e3e9557c3ce9f7c5d7f283cf0ad9df9768cde08fe4ef047fcccc0af
|
| 3 |
+
size 155813
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 5496
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5aa465da56409812b3c9b847c666cd35486cf0c1ff99564abb9612ee6806eeba
|
| 3 |
size 5496
|