CoolFace
Modelpublic

KevinPhamH/codebert-finetuned

sourceHugging Faceupdated 5mo agoView on Hugging Face
0likes5downloads
Model Card

KevinPhamH/codebert-finetuned

This model is converted from the local baseline checkpoint in this project:

  • source checkpoint: saved_models/codebert-finetuned/checkpoint-best-acc/model.bin
  • architecture: CodeBERT (RobertaForSequenceClassification)
  • task: vulnerability detection on source code snippets

Inference Notes

The model was trained with a single-logit binary objective. Use sigmoid(logit) to get vulnerability probability and threshold at 0.5 by default.