maverick90024 commited on
Commit
65181bf
·
verified ·
1 Parent(s): 31bcffc

Export ensemble models for BTC-USD (1d)

Browse files
balanced_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 (balanced)
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**: balanced
22
+ - **Training Date**: 2025-11-09 19:40 UTC
23
+ - **Training Epochs**: 15
24
+ - **Best Validation Loss**: 0.32455316185951233
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: 17 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="balanced",
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 (balanced)},
63
+ author = {Unidatum Integrated Products LLC},
64
+ year = {2025},
65
+ url = {https://github.com/OptimalMatch/temporal-trading-agents}
66
+ }
67
+ ```
balanced_lookback60/config.json ADDED
@@ -0,0 +1,36 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "cache_key": "BTC-USD_1d_balanced_f230d2efd653",
3
+ "symbol": "BTC-USD",
4
+ "interval": "1d",
5
+ "lookback": 60,
6
+ "focus": "balanced",
7
+ "forecast_horizon": 7,
8
+ "feature_columns": [
9
+ "Close",
10
+ "Open",
11
+ "High",
12
+ "Low",
13
+ "Volume",
14
+ "Returns",
15
+ "Log_Returns",
16
+ "MA_7",
17
+ "MA_21",
18
+ "MA_50",
19
+ "Volatility_7",
20
+ "Volatility_21",
21
+ "RSI",
22
+ "Momentum_7",
23
+ "Momentum_21",
24
+ "Volume_Ratio",
25
+ "Price_Range"
26
+ ],
27
+ "training_timestamp": "2025-11-09T19:40:14.165092",
28
+ "data_end_timestamp": "2025-11-08T00:00:00",
29
+ "training_epochs": 15,
30
+ "best_val_loss": 0.32455316185951233,
31
+ "model_architecture": {
32
+ "d_model": 512,
33
+ "num_encoder_layers": null,
34
+ "num_decoder_layers": null
35
+ }
36
+ }
balanced_lookback60/pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:daff8e7592e96cebc5c30c83029e89cba7d5f96eb700efb9bd17e73654f46fe6
3
+ size 186981823
balanced_lookback60/scaler.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:30674505db5b947ec23b82fe0ef047ca1f52f7b7e09a1dd6929fa80aad17a0f5
3
+ size 857