biringaChi / M2

M2: Hard-coded Credentials Detection via LLMs. Reproducibility package for our paper

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Artifact Author: Chidera Biringa


Installation

git clone https://github.com/biringaChi/M2

Dependencies

pip install -r requirements.txt

Core

cd core

Run M1 model

python detect.py --model=M1 --epochs=10 --lr=1e-3

Run M2 model

python detect.py --model=M2 --epochs=4 --lr=1e-4

About

M2: Hard-coded Credentials Detection via LLMs. Reproducibility package for our paper

License:MIT License


Languages

Language:Python 100.0%