File size: 598 Bytes
715e5e9
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
28
29
30
{
  "_name_or_path": "Quant/Time-Series-Crypto-Transformer",
  "architectures": [
    "TransformerForTimeSeries"
  ],
  "d_model": 256,
  "n_layers": 4,
  "n_heads": 8,
  "d_ff": 1024,
  "dropout": 0.1,
  "input_size": 12,
  "output_size": 1,
  "context_length": 90,
  "prediction_length": 7,
  "feat_static_cat": [
    "asset_id"
  ],
  "cardinality": [
    5
  ],
  "embedding_dimension": [
    10
  ],
  "scaling": "standard",
  "is_decoder_only": false,
  "activation_function": "gelu",
  "model_type": "transformer_time_series",
  "torch_dtype": "float32",
  "transformers_version": "4.35.0"
}