AdityaaXD commited on
Commit
072fdba
·
verified ·
1 Parent(s): 89c01b8

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +4 -3
README.md CHANGED
@@ -77,10 +77,11 @@ lstm.eval()
77
  | `lstm_attention.pt` | Trained LSTM+Attention model weights |
78
  | `transformer.pt` | Trained Transformer model weights |
79
  | `shap_values.pkl` | SHAP feature importance values |
80
- | `btc_usd_historical.csv` | Raw BTC-USD price data (2015-2025) |
81
- | `btc_usd_features.csv` | Processed data with technical indicators |
82
 
83
- ## 📈 Training Data
 
 
 
84
 
85
  - **Ticker**: BTC-USD
86
  - **Date Range**: 2015-01-01 to 2025-01-01
 
77
  | `lstm_attention.pt` | Trained LSTM+Attention model weights |
78
  | `transformer.pt` | Trained Transformer model weights |
79
  | `shap_values.pkl` | SHAP feature importance values |
 
 
80
 
81
+ ## 📊 Dataset
82
+
83
+ Training data is available separately:
84
+ **🔗 [AdityaaXD/Multi-Model-Trading-Data](https://huggingface.co/datasets/AdityaaXD/Multi-Model-Trading-Data)**
85
 
86
  - **Ticker**: BTC-USD
87
  - **Date Range**: 2015-01-01 to 2025-01-01