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
Ctrl+K
- Jan09_03-51-15_ip-172-16-105-121.ec2.internal
- Jan09_03-52-38_ip-172-16-105-121.ec2.internal
- Jan09_04-13-57_ip-172-16-105-121.ec2.internal
- Jan09_04-37-22_ip-172-16-105-121.ec2.internal
- Jan09_04-39-01_ip-172-16-105-121.ec2.internal
- Jan09_05-37-43_ip-172-16-105-121.ec2.internal
- Jan09_05-41-07_ip-172-16-105-121.ec2.internal
- Jan09_05-46-46_ip-172-16-105-121.ec2.internal
- Jan09_06-09-11_ip-172-16-105-121.ec2.internal
- Jan13_05-23-37_ip-172-16-105-121.ec2.internal
- Jan13_05-27-59_ip-172-16-105-121.ec2.internal
- Jan16_00-36-35_d8595fd0f3eb