Text Classification
Transformers
TensorBoard
Safetensors
modernbert
Generated from Trainer
text-embeddings-inference
Instructions to use Petri99/ModernBERT-Fine-Student with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Petri99/ModernBERT-Fine-Student with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="Petri99/ModernBERT-Fine-Student")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("Petri99/ModernBERT-Fine-Student") model = AutoModelForSequenceClassification.from_pretrained("Petri99/ModernBERT-Fine-Student") - Notebooks
- Google Colab
- Kaggle
Training in progress, step 500
Browse files
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 598898116
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7feb8c68321b4a3fb901abe2efd837d6a5f9c906ace36f7e611e7c55c794c03b
|
| 3 |
size 598898116
|
runs/Oct23_19-38-13_ec65ff5e83b6/events.out.tfevents.1761248387.ec65ff5e83b6.4546.12
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:824e8a36968111373c3b73577c9a5bf8355bb93d479042ca06122559e31bc49b
|
| 3 |
+
size 12920
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 5905
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9c1a2d6f2b89bc2ca7d7ca05998fdfb07b7d3ad37136b7d1445961aa3857115b
|
| 3 |
size 5905
|