KevinPhamH/codebert-finetuned
05
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.
