Jarosław Kuchta commited on
Commit
eec860f
·
1 Parent(s): ab67c9d

Add config.json — JFP inference settings

Browse files
Files changed (1) hide show
  1. config.json +20 -0
config.json ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model_type": "jfp-aligned",
3
+ "base_model": "Qwen/Qwen2.5-7B-Instruct",
4
+ "jfp_version": "v16E.0.0",
5
+ "inference": {
6
+ "temperature": 0.0,
7
+ "top_p": 1.0,
8
+ "repetition_penalty": 1.1,
9
+ "max_new_tokens": 2048,
10
+ "do_sample": false,
11
+ "output_format": "structured_json"
12
+ },
13
+ "jfp_settings": {
14
+ "strict_mode": true,
15
+ "hallucination_fallback": "SIGNAL_UNKNOWN",
16
+ "audit_required": true,
17
+ "drift_protection": true,
18
+ "constitutional_layer": "system_prompt.txt"
19
+ }
20
+ }