pebblebed/kernel-vuln-dataset
Viewer • Updated • 125k • 18 • 1
Vulnerability detection model for Linux kernel commits.
| Metric | Value |
|---|---|
| AUC | 0.987 |
| Recall | 91.4% |
| Precision | 88.4% |
| F1 | 0.899 |
| FPR | 5.9% |
import torch
checkpoint = torch.load("pytorch_model.pt", map_location="cpu")
model.load_state_dict(checkpoint["model_state_dict"])
Full code: github.com/quguanni/vulnbert
MIT