diff --git a/.gitignore b/.gitignore index e6833df..7cfebb8 100644 --- a/.gitignore +++ b/.gitignore @@ -49,6 +49,7 @@ Thumbs.db *.h5 *.onnx /models/*.pt +/models/*.json !/models/README.md # Data diff --git a/models/ara_v8_stocks.json b/models/ara_v8_stocks.json deleted file mode 100644 index 17eb80a..0000000 --- a/models/ara_v8_stocks.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "model_version": "8.0.0", - "architecture": "AraAI-v8-CrossSectional", - "trained_at": "2026-08-08T22:50:13.363046+00:00", - "train_start": "1963-01-02", - "train_end": "2026-08-06", - "n_symbols": 99, - "seed": 0, - "n_seeds": 3, - "n_train": 1015933 -} \ No newline at end of file