Text Classification
Transformers
TensorBoard
Safetensors
modernbert
Generated from Trainer
text-embeddings-inference
Instructions to use ryanzhangofficial/modernbert-llm-router with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ryanzhangofficial/modernbert-llm-router with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="ryanzhangofficial/modernbert-llm-router")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("ryanzhangofficial/modernbert-llm-router") model = AutoModelForSequenceClassification.from_pretrained("ryanzhangofficial/modernbert-llm-router", device_map="auto") - Notebooks
- Google Colab
- Kaggle
RZ commited on
Training in progress, epoch 1
Browse files- model.safetensors +1 -1
- training_args.bin +1 -1
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 598828592
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b92baa5a239aaec4f37bc48e23e7b7a4c5bad7cda066b4adb8232f16b3cd9861
|
| 3 |
size 598828592
|
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:4c8db5ede39060fe00da216215a754bf725591f66e373ac15db4a1490cb1d188
|
| 3 |
size 5368
|