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

CIRCL
/
cwe-parent-vulnerability-classification-roberta-base

Text Classification
Transformers
PyTorch
Safetensors
roberta
Generated from Trainer
text-embeddings-inference
Model card Files Files and versions
xet
Community

Instructions to use CIRCL/cwe-parent-vulnerability-classification-roberta-base with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use CIRCL/cwe-parent-vulnerability-classification-roberta-base with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="CIRCL/cwe-parent-vulnerability-classification-roberta-base")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("CIRCL/cwe-parent-vulnerability-classification-roberta-base")
    model = AutoModelForSequenceClassification.from_pretrained("CIRCL/cwe-parent-vulnerability-classification-roberta-base", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
cwe-parent-vulnerability-classification-roberta-base
1 GB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 280 commits
cedricbonhomme's picture
cedricbonhomme
End of training
95c7ad5 verified about 1 month ago
  • .gitattributes
    1.52 kB
    initial commit about 1 year ago
  • README.md
    4.42 kB
    End of training about 1 month ago
  • config.json
    11 kB
    End of training about 1 month ago
  • emissions.csv
    1.02 kB
    End of training about 1 month ago
  • merges.txt
    456 kB
    Training in progress, epoch 1 about 1 year ago
  • metrics.json
    243 Bytes
    End of training about 1 month ago
  • model.safetensors
    500 MB
    xet
    End of training about 1 month ago
  • pytorch_model.bin
    499 MB
    xet
    End of training 12 months ago
  • special_tokens_map.json
    280 Bytes
    Training in progress, epoch 1 about 1 year ago
  • tokenizer.json
    3.56 MB
    Training in progress, epoch 1 about 1 month ago
  • tokenizer_config.json
    388 Bytes
    Training in progress, epoch 1 about 1 month ago
  • training_args.bin
    5.27 kB
    xet
    End of training about 1 month ago
  • vocab.json
    798 kB
    Training in progress, epoch 1 about 1 year ago