Time Series Forecasting
TimesFM
Safetensors
rajatsen91 kashif HF Staff commited on
Commit
dc24437
·
verified ·
1 Parent(s): 57ac978

update context length to 2048 (#8)

Browse files

- update context length to 2048 (35b819da6788895a384b5cac509d2b142a5b713c)


Co-authored-by: Kashif Rasul <[email protected]>

Files changed (1) hide show
  1. config.json +1 -1
config.json CHANGED
@@ -3,7 +3,7 @@
3
  "TimesFmModelForPrediction"
4
  ],
5
  "attention_dropout": 0.0,
6
- "context_length": 512,
7
  "freq_size": 3,
8
  "head_dim": 80,
9
  "hidden_size": 1280,
 
3
  "TimesFmModelForPrediction"
4
  ],
5
  "attention_dropout": 0.0,
6
+ "context_length": 2048,
7
  "freq_size": 3,
8
  "head_dim": 80,
9
  "hidden_size": 1280,