File size: 720 Bytes
9ae5076
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
  "sampling": {
    "do_sample": true,
    "max_output_tokens": 32768,
    "seed": null,
    "seed_status": "not set for scored evaluation calls",
    "temperature": 1.0,
    "top_k": 20,
    "top_logprobs": 5,
    "top_p": 0.95
  },
  "forecast_pooling": {
    "draws": 3,
    "draw_scope": "scored closure forecasts only",
    "draws_are_independent": true,
    "physical_validity": "arithmetic mean",
    "reaction_probabilities": "per-category arithmetic mean, then renormalize per item",
    "recommendation": "mode across draws",
    "portfolio": "portfolio from the first draw with the modal recommendation",
    "campaign_actions_are_pooled": false,
    "committed_campaign_trajectory_is_changed": false
  }
}