Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

xamxte
/
cwe-classifier-roberta-base

Text Classification
Transformers
Safetensors
English
roberta
cybersecurity
vulnerability
cwe
cve
nvd
Eval Results (legacy)
text-embeddings-inference
Model card Files Files and versions
xet
Community

Instructions to use xamxte/cwe-classifier-roberta-base with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use xamxte/cwe-classifier-roberta-base with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="xamxte/cwe-classifier-roberta-base")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("xamxte/cwe-classifier-roberta-base")
    model = AutoModelForSequenceClassification.from_pretrained("xamxte/cwe-classifier-roberta-base")
  • Notebooks
  • Google Colab
  • Kaggle
cwe-classifier-roberta-base
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
xamxte's picture
xamxte
Upload README.md with huggingface_hub
20d5590 verified about 2 months ago
  • .gitattributes
    1.52 kB
    Super-squash branch 'main' using huggingface_hub about 2 months ago
  • README.md
    8.78 kB
    Upload README.md with huggingface_hub about 2 months ago
  • config.json
    9.72 kB
    Super-squash branch 'main' using huggingface_hub about 2 months ago
  • cwe_label_map.json
    3.57 kB
    Super-squash branch 'main' using huggingface_hub about 2 months ago
  • model.safetensors
    499 MB
    xet
    Super-squash branch 'main' using huggingface_hub about 2 months ago
  • tokenizer.json
    3.56 MB
    Super-squash branch 'main' using huggingface_hub about 2 months ago
  • tokenizer_config.json
    359 Bytes
    Super-squash branch 'main' using huggingface_hub about 2 months ago