Spaces:
Running
Running
Update config.py
Browse files
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':
|
| 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,
|