Chidamtek's picture
Update README.md
3f05856 verified
---
license: mit
---
# cdoebert-vuln-detection-binary-ir - LLVM IR Vulnerability Detector (Placeholder / Upcoming)
Fine-tuned transformer model for detecting vulnerabilities in LLVM Intermediate Representation code as part of my Ph.D. research at Auburn University (Program Understanding Lab).
## Status
- Model placeholder created.
- Fine-tuning complete; weights and full model card uploading in the next few days.
- Similar to my https://huggingface.co/Chidamtek/bert-llvm-ir-vulnerability-detection which is complete
## Intended Use
Reasoning over low-level IR for security analysis (e.g., spotting buffer overflows, use-after-free patterns).
Transferable to agentic code-related tasks.