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_22-00-43_ip-172-16-105-121.ec2.internal/events.out.tfevents.1736460044.ip-172-16-105-121.ec2.internal.18764.14
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:314125a6b8042074f8916c456ac6cff6400715afa60e80e73cfb5bb0b65f53f8
|
| 3 |
+
size 7783
|