Files
regspy/config.json
2026-01-20 20:06:28 -08:00

24 lines
638 B
JSON

{
"model": "qwen2.5-coder:3b",
"ollama_url": "http://localhost:11434",
"temperature": 0.4,
"num_ctx": 8192,
"enable_cache": false,
"max_attempts": 10,
"reward_threshold": 0.85,
"fail_count": null,
"use_cot": true,
"dataset_file": "/Users/fadel/Desktop/dev/regspy/dspy/regex-dspy-train.json",
"compiled_program_path": "/Users/fadel/Desktop/dev/regspy/dspy/regex_compiled.json",
"compile_threads": 8,
"compile_candidates": 16,
"compile_num_rules": 5,
"debug": true,
"weights": {
"matches_all": 0.35,
"excludes_all": 0.25,
"coherence": 0.15,
"generalization": 0.15,
"simplicity": 0.1
}
}