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 1
Browse files
runs/Jan09_21-51-18_ip-172-16-105-121.ec2.internal/events.out.tfevents.1736459920.ip-172-16-105-121.ec2.internal.18764.13
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:275a73bf078efd5830f49f5dd3e06bbfe7470da0a21d43ff02d10617494f9b5a
|
| 3 |
+
size 6378
|