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