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
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

ctokx
/
cti-attack-mapper-modernbert

Text Classification
Transformers
Safetensors
English
modernbert
cyber-threat-intelligence
mitre-attack
multi-label-classification
defensive-security
blue-team
threat-intelligence
text-embeddings-inference
Model card Files Files and versions
xet
Community

Instructions to use ctokx/cti-attack-mapper-modernbert with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use ctokx/cti-attack-mapper-modernbert with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="ctokx/cti-attack-mapper-modernbert")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("ctokx/cti-attack-mapper-modernbert")
    model = AutoModelForSequenceClassification.from_pretrained("ctokx/cti-attack-mapper-modernbert", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
cti-attack-mapper-modernbert / docs
15.8 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
ctokx's picture
ctokx
Add docs/
37bb27c verified 7 days ago
  • CARD_SECTIONS.md
    4.09 kB
    Add docs/ 7 days ago
  • LLM_LABELLING_PLAN.md
    11.7 kB
    Add docs/ 7 days ago