update context length to 2048
Browse files- config.json +1 -1
config.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
| 3 |
"TimesFmModelForPrediction"
|
| 4 |
],
|
| 5 |
"attention_dropout": 0.0,
|
| 6 |
-
"context_length":
|
| 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,
|