omniverse1 commited on
Commit
8eb0667
·
verified ·
1 Parent(s): cd3c678

Update config.py

Browse files
Files changed (1) hide show
  1. config.py +1 -2
config.py CHANGED
@@ -49,8 +49,7 @@ TECHNICAL_INDICATORS = {
49
 
50
  # Prediction model configuration
51
  PREDICTION_CONFIG = {
52
- # Diperbarui ke Chronos-2
53
- 'model_name': 'amazon/chronos-2',
54
  'context_length': 512,
55
  'prediction_length': 30,
56
  'temperature': 1.0,
 
49
 
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,