File size: 577 Bytes
4d65552
 
 
 
 
d9788f8
 
 
 
 
4d65552
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
  "activation": "gelu",
  "architectures": [
    "Time_RCD"
  ],
  "auto_map": {
    "AutoConfig": "configuration_time_rcd.TimeRCDConfig",
    "AutoModel": "modeling_time_rcd.Time_RCD",
    "AutoProcessor": "processing_time_rcd.TimeRCDProcessor"
  },
  "batch_size": 64,
  "d_ff_dropout": 0.05,
  "d_model": 512,
  "d_proj": 256,
  "dropout": 0.1,
  "dtype": "float32",
  "max_seq_len": 512,
  "model_type": "time_rcd",
  "num_features": 1,
  "num_heads": 8,
  "num_layers": 8,
  "patch_size": 16,
  "transformers_version": "4.56.2",
  "use_rope": true,
  "win_size": 5000
}