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

  • Log In
  • Sign Up

mcanoglu
/
microsoft-codebert-base-finetuned-defect-cwe-group-detection

Text Classification
Transformers
TensorBoard
Safetensors
roberta
Generated from Trainer
text-embeddings-inference
Model card Files Files and versions
xet
Metrics Training metrics Community

Instructions to use mcanoglu/microsoft-codebert-base-finetuned-defect-cwe-group-detection with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use mcanoglu/microsoft-codebert-base-finetuned-defect-cwe-group-detection with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="mcanoglu/microsoft-codebert-base-finetuned-defect-cwe-group-detection")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("mcanoglu/microsoft-codebert-base-finetuned-defect-cwe-group-detection")
    model = AutoModelForSequenceClassification.from_pretrained("mcanoglu/microsoft-codebert-base-finetuned-defect-cwe-group-detection")
  • Notebooks
  • Google Colab
  • Kaggle
microsoft-codebert-base-finetuned-defect-cwe-group-detection / runs
8.33 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 5 commits
mcanoglu's picture
mcanoglu
Training in progress, epoch 4
f0663a5 verified about 2 years ago
  • Feb22_19-46-04_nsgc669eel
    Training in progress, epoch 4 about 2 years ago