init
This commit is contained in:
24
config.json
Normal file
24
config.json
Normal file
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"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
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user