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-synth

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

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

  • Libraries
  • Transformers

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

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="ctokx/cti-attack-mapper-modernbert-synth")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("ctokx/cti-attack-mapper-modernbert-synth")
    model = AutoModelForSequenceClassification.from_pretrained("ctokx/cti-attack-mapper-modernbert-synth", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
cti-attack-mapper-modernbert-synth
602 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
ctokx's picture
ctokx
Add synth-augmented ModernBERT weights and tuned thresholds
2f51899 verified 3 days ago
  • .gitattributes
    1.52 kB
    initial commit 3 days ago
  • NOTICE
    1.72 kB
    Add model card and notice 3 days ago
  • README.md
    7 kB
    Add model card and notice 3 days ago
  • config.json
    4.11 kB
    Add synth-augmented ModernBERT weights and tuned thresholds 3 days ago
  • labels.json
    683 Bytes
    Add synth-augmented ModernBERT weights and tuned thresholds 3 days ago
  • model.safetensors
    599 MB
    xet
    Add synth-augmented ModernBERT weights and tuned thresholds 3 days ago
  • thresholds.json
    1.09 kB
    Add synth-augmented ModernBERT weights and tuned thresholds 3 days ago
  • tokenizer.json
    3.58 MB
    Add synth-augmented ModernBERT weights and tuned thresholds 3 days ago
  • tokenizer_config.json
    397 Bytes
    Add synth-augmented ModernBERT weights and tuned thresholds 3 days ago
  • training_meta.json
    356 Bytes
    Add synth-augmented ModernBERT weights and tuned thresholds 3 days ago