Commit History

Add fine-tuning process presentation markdown
5c66d62
verified

jhsu12 commited on

Add demo script: saves FN/FP Solidity code as .sol files for demo purposes
3485e3d
verified

jhsu12 commited on

Remove old comparison files, will re-upload to demo/
d229a22
verified

jhsu12 commited on

Move comparison script to demo/ folder, output to demo/false_negative_and_false_positive/
3eef95e
verified

jhsu12 commited on

Add base vs fine-tuned comparison script for finding FN/FP examples
836fa5f
verified

jhsu12 commited on

Add baseline evaluation script for solidity vulnerability detection
92a2dcf
verified

jhsu12 commited on

Upload evaluate_on_kaggle.py
0b2dd71
verified

jhsu12 commited on

Upload calibrate_thresholds.py
0de61d6
verified

jhsu12 commited on

Add script to evaluate classifiers on combined data from all expert datasets
5d51b6e
verified

jhsu12 commited on

Add sanity check script: evaluate classifier on its own training/test data
0495b60
verified

jhsu12 commited on

Add sanity check: print first 5 samples with raw output vs ground truth
8b79b66
verified

jhsu12 commited on

Add expert classifier evaluation script with per-vuln breakdowns and Trackio visualization
996ce09
verified

jhsu12 commited on

Add script to upload Solidity evaluation dataset to Hub
3824970
verified

jhsu12 commited on

Update upload script: support all checkpoint-* folders per expert, upload as branches + tags
8cbe8a9
verified

jhsu12 commited on

Add script to upload expert classifier checkpoints to Hub
128c0e8
verified

jhsu12 commited on

Add classifier inference script for expert classification models
2e9a79c
verified

jhsu12 commited on

Add inference script for vulnerability detection
73467cc
verified

jhsu12 commited on

Fix post-training eval crash: use trainer.state.best_metric instead of separate evaluate() call
1365b86
verified

jhsu12 commited on

Add classification-based expert training script
27b7fdd
verified

jhsu12 commited on

Fix trackio.init(): use 'name' instead of 'run'
15abb87
verified

jhsu12 commited on

Switch to Qwen2.5-Coder-3B-Instruct + fix OOM eval issues
9bb514f
verified

jhsu12 commited on

Add multi-expert evaluation script
b1dffdf
verified

jhsu12 commited on

Add per-expert training script
be650e2
verified

jhsu12 commited on

Add multi-expert training and evaluation scripts
7e93a29
verified

jhsu12 commited on

Add multi-expert training scripts and design document
eb08b83
verified

jhsu12 commited on

v2: Improved dataset β€” removed generic samples, added Access Control/Reentrancy/Unchecked Calls from darkknight25
875b26a
verified

jhsu12 commited on

Add v2 training script β€” improved dataset, explicit Hub push, Access Control test
f4f30c3
verified

jhsu12 commited on

Optimize eval: batched generation + greedy decoding + reduced max_tokens (10-20x faster)
3ff5893
verified

jhsu12 commited on

Update README with full model card, training details, and usage examples
99a1250
verified

jhsu12 commited on

Add evaluation script with per-type metrics
6bdc695
verified

jhsu12 commited on

Upload best LoRA adapters (lowest eval loss)
80dcc9b
verified

jhsu12 commited on

Fix: max_seq_length β†’ max_length (TRL API rename)
6ddfcaf
verified

jhsu12 commited on

Fix: total_mem β†’ total_memory (PyTorch API)
8c68a5d
verified

jhsu12 commited on

Update: auto-detect flash-attn, add H200 tier, use sdpa fallback
8d145ed
verified

jhsu12 commited on

Add comprehensive README with usage, training details, and research background
3db8ae4
verified

jhsu12 commited on

Add auto-configuring training script (Colab/A100/T4 compatible)
cbf97ae
verified

jhsu12 commited on

initial commit
e573f89
verified

jhsu12 commited on