Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

ashield-ai
/
risk-classification-bert

Text Classification
Transformers
TensorBoard
Safetensors
modernbert
Generated from Trainer
text-embeddings-inference
Model card Files Files and versions
xet
Metrics Training metrics Community

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
risk-classification-bert / runs
81 kB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 19 commits
ashield-ai's picture
ashield-ai
Training in progress, epoch 5
949bfcf verified over 1 year ago
  • Jan09_03-51-15_ip-172-16-105-121.ec2.internal
    Training in progress, epoch 1 over 1 year ago
  • Jan09_03-52-38_ip-172-16-105-121.ec2.internal
    Training in progress, epoch 5 over 1 year ago
  • Jan09_04-13-57_ip-172-16-105-121.ec2.internal
    Training in progress, epoch 1 over 1 year ago
  • Jan09_04-37-22_ip-172-16-105-121.ec2.internal
    Training in progress, epoch 1 over 1 year ago
  • Jan09_04-39-01_ip-172-16-105-121.ec2.internal
    Training in progress, epoch 1 over 1 year ago
  • Jan09_05-37-43_ip-172-16-105-121.ec2.internal
    Training in progress, epoch 1 over 1 year ago
  • Jan09_05-41-07_ip-172-16-105-121.ec2.internal
    Training in progress, epoch 1 over 1 year ago
  • Jan09_05-46-46_ip-172-16-105-121.ec2.internal
    Training in progress, epoch 1 over 1 year ago
  • Jan09_06-09-11_ip-172-16-105-121.ec2.internal
    Training in progress, epoch 1 over 1 year ago
  • Jan13_05-23-37_ip-172-16-105-121.ec2.internal
    Training in progress, epoch 1 over 1 year ago
  • Jan13_05-27-59_ip-172-16-105-121.ec2.internal
    Training in progress, epoch 3 over 1 year ago
  • Jan16_00-36-35_d8595fd0f3eb
    Training in progress, epoch 5 over 1 year ago