Text Classification
Transformers
TensorBoard
Safetensors
modernbert
Generated from Trainer
text-embeddings-inference
Instructions to use ashield-ai/prompt-classification-bert with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ashield-ai/prompt-classification-bert with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="ashield-ai/prompt-classification-bert")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("ashield-ai/prompt-classification-bert") model = AutoModelForSequenceClassification.from_pretrained("ashield-ai/prompt-classification-bert") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 3
Browse files
runs/Jan09_21-43-31_ip-172-16-105-121.ec2.internal/events.out.tfevents.1736459012.ip-172-16-105-121.ec2.internal.18764.10
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:8897062b86e60fe14eaf11d99ba271ff6292dbef7386fc12e0deb6950db10a02
|
| 3 |
+
size 7788
|