QuantHive-Research-Tech commited on
Commit
0013516
·
verified ·
1 Parent(s): 7ee0f26

Upload config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. config.json +59 -0
config.json ADDED
@@ -0,0 +1,59 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model_type": "horizon_causal_dit",
3
+ "version": "1.0.0",
4
+ "architecture": {
5
+ "type": "ConditionalDiT1D",
6
+ "d_model": 768,
7
+ "n_blocks": 16,
8
+ "n_heads": 12,
9
+ "d_in": 5,
10
+ "T": 63,
11
+ "dropout": 0.0,
12
+ "mlp_ratio": 4.0,
13
+ "d_c_vec_raw": 17,
14
+ "n_event_types": 8,
15
+ "L_max": 8,
16
+ "d_nl": 384,
17
+ "nl_bottleneck_dim": 256,
18
+ "n_nl_tokens": 4,
19
+ "total_params": 172376579
20
+ },
21
+ "training": {
22
+ "steps": 200000,
23
+ "batch_size": 128,
24
+ "grad_accumulation": 2,
25
+ "effective_batch": 256,
26
+ "learning_rate": 3e-4,
27
+ "warmup_steps": 5000,
28
+ "optimizer": "AdamW",
29
+ "weight_decay": 0.01,
30
+ "precision": "bf16",
31
+ "sigma_data": 0.9904,
32
+ "final_loss": 0.06
33
+ },
34
+ "data": {
35
+ "n_symbols": 50,
36
+ "n_headlines": 1054286,
37
+ "n_macro_series": 48,
38
+ "n_training_windows": 317650,
39
+ "window_size": 63,
40
+ "date_range": "2000-01-04 to 2026-05-04"
41
+ },
42
+ "causal": {
43
+ "graph_nodes": 14,
44
+ "graph_edges": 18,
45
+ "guidance_scale_default": 2.0,
46
+ "inversion_steps": 100,
47
+ "sampling_steps": 15,
48
+ "sigma_max": 2.0,
49
+ "calibrated": true
50
+ },
51
+ "benchmark": {
52
+ "world_properties": "5/5 PASS",
53
+ "causal_validity": "3/3 PASS",
54
+ "natural_experiments": "42/42 RBI events direction match",
55
+ "calibration_error_rate_cut": "2.4%",
56
+ "counterfactual_coherence": 0.975,
57
+ "pearl_level": 3
58
+ }
59
+ }