File size: 1,196 Bytes
74f15a2
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
  "model_repo_id": "JumpHigh/patchtst-cross-sectional-return-forecast",
  "dataset_id": "siddharthmb/stocks-ohlcv",
  "dataset_file": "ohlcv.csv",
  "tickers": [
    "AAPL",
    "MSFT",
    "AMZN",
    "GOOGL",
    "NVDA",
    "TSLA",
    "AMD",
    "INTC",
    "ADBE",
    "ORCL",
    "CSCO",
    "IBM",
    "JPM",
    "BAC",
    "V",
    "MA",
    "AXP",
    "JNJ",
    "PG",
    "KO",
    "WMT",
    "HD"
  ],
  "num_channels": 20,
  "use_synthetic": false,
  "synthetic_steps": 1800,
  "context_length": 512,
  "prediction_length": 64,
  "patch_length": 16,
  "patch_stride": 8,
  "d_model": 128,
  "num_hidden_layers": 4,
  "num_attention_heads": 4,
  "ffn_dim": 512,
  "batch_size": 64,
  "eval_batch_size": 128,
  "num_epochs": 20,
  "learning_rate": 0.0005,
  "weight_decay": 0.01,
  "warmup_ratio": 0.05,
  "max_grad_norm": 1.0,
  "window_stride": 1,
  "train_fraction": 0.7,
  "validation_fraction": 0.15,
  "random_seed": 7,
  "max_csv_chunks": null,
  "csv_chunksize": 500000,
  "min_rows_per_ticker": 1000,
  "device": "auto",
  "bf16": true,
  "output_dir": "patchtst-return-model",
  "checkpoint_upload_every": 1,
  "resume_from_model_id": null,
  "resume_from_subfolder": null
}