omniverse1 commited on
Commit
f15758f
·
verified ·
1 Parent(s): fe4b6cd

Update config.py

Browse files
Files changed (1) hide show
  1. config.py +1 -1
config.py CHANGED
@@ -50,7 +50,7 @@ TECHNICAL_INDICATORS = {
50
  # Prediction model configuration
51
  PREDICTION_CONFIG = {
52
  'model_name': 'amazon/chronos-2',
53
- 'context_length': 512,
54
  'prediction_length': 30,
55
  'temperature': 1.0,
56
  'top_k': 50,
 
50
  # Prediction model configuration
51
  PREDICTION_CONFIG = {
52
  'model_name': 'amazon/chronos-2',
53
+ 'context_length': 8192, # Disesuaikan dengan kemampuan Chronos-2
54
  'prediction_length': 30,
55
  'temperature': 1.0,
56
  'top_k': 50,