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
30 lines
555 B
JSON
30 lines
555 B
JSON
{
|
|
"COT_P": 0.2,
|
|
"RAG_P": 0.2,
|
|
"MIN_CHUNKS_RAG": 1,
|
|
"MAX_CHUNKS_RAG": 4,
|
|
"WITH_SYSTEM_P" : 0.9,
|
|
"sampling_universe": {
|
|
"do_sample": [
|
|
true,
|
|
true,
|
|
true,
|
|
true,
|
|
true,
|
|
false
|
|
],
|
|
"temperature": [
|
|
0.1,
|
|
0.2,
|
|
0.3,
|
|
0.4,
|
|
0.5,
|
|
0.6,
|
|
0.7,
|
|
0.7999999999999999,
|
|
0.8999999999999999,
|
|
0.9999999999999999,
|
|
1
|
|
]
|
|
}
|
|
} |