maverick90024 commited on
Commit
aa4db79
·
verified ·
1 Parent(s): 3d68af0

Export ensemble models for BTC-USD (1d)

Browse files
mean_reversion_lookback60/README.md ADDED
@@ -0,0 +1,67 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - time-series
4
+ - forecasting
5
+ - temporal
6
+ - trading
7
+ - btc-usd
8
+ library_name: temporal-forecasting
9
+ ---
10
+
11
+ # Temporal Trading Model: BTC-USD (mean_reversion)
12
+
13
+ This is a pre-trained Temporal transformer model for time series forecasting of BTC-USD.
14
+
15
+ ## Model Details
16
+
17
+ - **Symbol**: BTC-USD
18
+ - **Interval**: 1d
19
+ - **Lookback Window**: 60 periods
20
+ - **Forecast Horizon**: 7 periods
21
+ - **Focus**: mean_reversion
22
+ - **Training Date**: 2025-11-09 19:40 UTC
23
+ - **Training Epochs**: 15
24
+ - **Best Validation Loss**: 0.1757873147726059
25
+
26
+ ## Model Architecture
27
+
28
+ - **Model Type**: Temporal Transformer
29
+ - **d_model**: 512
30
+ - **Encoder Layers**: None
31
+ - **Decoder Layers**: None
32
+
33
+ ## Features
34
+
35
+ Input features used: 16 features
36
+
37
+ ## Usage
38
+
39
+ ```python
40
+ from strategies.model_cache import get_model_cache
41
+
42
+ # Import from HuggingFace
43
+ cache = get_model_cache()
44
+ model_path, scaler_path, metadata = cache.import_from_huggingface(
45
+ repo_id="YOUR_REPO_ID",
46
+ symbol="BTC-USD",
47
+ interval="1d",
48
+ lookback=60,
49
+ focus="mean_reversion",
50
+ forecast_horizon=7
51
+ )
52
+ ```
53
+
54
+ ## License
55
+
56
+ GPL-3.0-or-later
57
+
58
+ ## Citation
59
+
60
+ ```
61
+ @software{temporal_trading_model,
62
+ title = {Temporal Trading Model: BTC-USD (mean_reversion)},
63
+ author = {Unidatum Integrated Products LLC},
64
+ year = {2025},
65
+ url = {https://github.com/OptimalMatch/temporal-trading-agents}
66
+ }
67
+ ```
mean_reversion_lookback60/config.json ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "cache_key": "BTC-USD_1d_mean_reversion_219c1188f7be",
3
+ "symbol": "BTC-USD",
4
+ "interval": "1d",
5
+ "lookback": 60,
6
+ "focus": "mean_reversion",
7
+ "forecast_horizon": 7,
8
+ "feature_columns": [
9
+ "Close",
10
+ "Open",
11
+ "High",
12
+ "Low",
13
+ "Volume",
14
+ "Returns",
15
+ "MA_7",
16
+ "MA_21",
17
+ "MA_50",
18
+ "Price_to_MA7",
19
+ "Price_to_MA21",
20
+ "Price_to_MA50",
21
+ "RSI",
22
+ "RSI_Deviation",
23
+ "BB_Position",
24
+ "Price_Stretch"
25
+ ],
26
+ "training_timestamp": "2025-11-09T19:40:29.454615",
27
+ "data_end_timestamp": "2025-11-08T00:00:00",
28
+ "training_epochs": 15,
29
+ "best_val_loss": 0.1757873147726059,
30
+ "model_architecture": {
31
+ "d_model": 512,
32
+ "num_encoder_layers": null,
33
+ "num_decoder_layers": null
34
+ }
35
+ }
mean_reversion_lookback60/pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bfb71b27d79d1995d3fd926ab0b0f662939a73157db672c0a49ebdd567fe9f85
3
+ size 186979317
mean_reversion_lookback60/scaler.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1b79bb9b32c81af22fd612940af714b3b88b50715149806c756a7feeb91e0e25
3
+ size 833