File size: 1,275 Bytes
c011bf2
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
{
  "model_repo_id": "kyLELEng/market-gpt-return-token-v2",
  "dataset_id": "siddharthmb/stocks-ohlcv",
  "dataset_file": "ohlcv.csv",
  "use_synthetic": false,
  "synthetic_steps": 900,
  "tickers": [
    "AAPL",
    "MSFT",
    "AMZN",
    "GOOGL",
    "NVDA",
    "TSLA",
    "AMD",
    "INTC",
    "JPM",
    "BAC",
    "V",
    "MA"
  ],
  "num_assets": 12,
  "num_buckets": 101,
  "bucket_method": "quantile",
  "clip_value": 5.0,
  "vol_span": 60,
  "context_steps": 128,
  "prediction_steps": 32,
  "window_stride": 1,
  "train_fraction": 0.8,
  "validation_fraction": 0.1,
  "n_embd": 384,
  "n_layer": 6,
  "n_head": 6,
  "dropout": 0.1,
  "forecast_only_loss": true,
  "per_device_train_batch_size": 4,
  "per_device_eval_batch_size": 4,
  "gradient_accumulation_steps": 8,
  "learning_rate": 0.0003,
  "weight_decay": 0.1,
  "warmup_ratio": 0.05,
  "num_train_epochs": 5.0,
  "max_steps": -1,
  "logging_steps": 20,
  "eval_strategy": "epoch",
  "save_strategy": "no",
  "bf16": true,
  "fp16": false,
  "random_seed": 7,
  "num_eval_contexts": 12,
  "num_sample_paths": 24,
  "generation_temperature": 1.0,
  "generation_top_p": 0.95,
  "max_csv_chunks": null,
  "csv_chunksize": 500000,
  "min_rows_per_ticker": 1000,
  "output_dir": "market-gpt-return-token"
}