Text Classification
Transformers
TensorBoard
Safetensors
modernbert
Generated from Trainer
text-embeddings-inference
Instructions to use WilliamHH/Assignment4_Distilled_ModernBERT with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use WilliamHH/Assignment4_Distilled_ModernBERT with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="WilliamHH/Assignment4_Distilled_ModernBERT")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("WilliamHH/Assignment4_Distilled_ModernBERT") model = AutoModelForSequenceClassification.from_pretrained("WilliamHH/Assignment4_Distilled_ModernBERT") - Notebooks
- Google Colab
- Kaggle
Training in progress, step 2385
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:b353986478bc299d5fe80425349a31652c428152e05dd31b07a28cc6eecab7ab
|
| 3 |
size 598898116
|
runs/Oct17_11-04-45_ae9080e98c82/events.out.tfevents.1760699092.ae9080e98c82.673.2
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:bfcb8e509ec5196b7e171518b7e3d612d49778b825662c2e1df0ee4e376a9442
|
| 3 |
+
size 24818
|