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

Cyber-ThreaD
/
SecureBERT-AttackER

Token Classification
Transformers
TensorBoard
Safetensors
roberta
Generated from Trainer
Model card Files Files and versions
xet
Metrics Training metrics Community

Instructions to use Cyber-ThreaD/SecureBERT-AttackER with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use Cyber-ThreaD/SecureBERT-AttackER with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("token-classification", model="Cyber-ThreaD/SecureBERT-AttackER")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForTokenClassification
    
    tokenizer = AutoTokenizer.from_pretrained("Cyber-ThreaD/SecureBERT-AttackER")
    model = AutoModelForTokenClassification.from_pretrained("Cyber-ThreaD/SecureBERT-AttackER")
  • Notebooks
  • Google Colab
  • Kaggle
SecureBERT-AttackER / runs
125 kB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 1 commit
Anonymous
Upload folder using huggingface_hub
407337e over 2 years ago
  • Nov13_12-57-19_75b3cadc803a
    Upload folder using huggingface_hub over 2 years ago
  • Nov20_20-36-36_4ba4cc77ee77
    Upload folder using huggingface_hub over 2 years ago
  • Nov21_15-11-53_84c49691a4fe
    Upload folder using huggingface_hub over 2 years ago
  • Nov30_23-10-58_7680f78f04a8
    Upload folder using huggingface_hub over 2 years ago