ruoxi_sun 58657935fc bundle fingerprint tool repos into evalstone for self-containment
Vendor LLMmap / llm-verify / llm-fingerprint-detector under
bash/fingerprint/tools so the three fingerprint benchmarks run with only
/data1/eval mounted (no /data1/xii dependency):
- run.py DEFAULT_TOOLS_ROOT prefers builtin tools/, falls back to /data1/xii
- exclude .git / node_modules / template backups
- detector dist/ (pre-built) retained; node_modules not needed at runtime
2026-09-03 06:45:46 +00:00

28 lines
716 B
JSON

{
"dataset_path": "./data/datasets/default_dataset.jsonl",
"max_number_chars_response" : 650,
"embedding_model_id": 0,
"batch_size": 128,
"embedding_batch_size": 256,
"num_pairs_per_epoch": 500000,
"num_pairs_per_eval": 5000,
"inference_model": {
"num_blocks": 3,
"feature_size": 384,
"norm_layer": "BatchNorm1d",
"num_heads": 4,
"activation": "gelu",
"optimizer": {
"name": "Adam",
"params": {
"lr": 0.0001
}
},
"with_add_dense_class": false
},
"training": {
"max_epochs": 50,
"early_stop_patience": 5,
"log_every_n_steps": 100
}
}