umamas09 commited on
Commit
84e38c4
·
verified ·
1 Parent(s): 46cfdad

Upload lstm_BTC_USD_CRYPTO_config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. lstm_BTC_USD_CRYPTO_config.json +10 -0
lstm_BTC_USD_CRYPTO_config.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model_type": "LSTM",
3
+ "ticker": "BTC USD CRYPTO",
4
+ "input_shape": [
5
+ 10,
6
+ 6
7
+ ],
8
+ "sequence_length": 10,
9
+ "feature_count": 6
10
+ }