diff --git a/src/transformers/models/autoformer/configuration_autoformer.py b/src/transformers/models/autoformer/configuration_autoformer.py index 017813dcbea..c332ca7e172 100644 --- a/src/transformers/models/autoformer/configuration_autoformer.py +++ b/src/transformers/models/autoformer/configuration_autoformer.py @@ -55,8 +55,8 @@ class AutoformerConfig(PretrainedConfig): scaling (`bool`, *optional* defaults to `True`): Whether to scale the input targets. lags_sequence (`list[int]`, *optional*, defaults to `[1, 2, 3, 4, 5, 6, 7]`): - The lags of the input time series as covariates often dictated by the frequency. Default is `[1, 2, 3, 4, - 5, 6, 7]`. + The lags of the input time series as covariates often dictated by the frequency. + Default is `[1, 2, 3, 4, 5, 6, 7]`. num_time_features (`int`, *optional*, defaults to 0): The number of time features in the input time series. num_dynamic_real_features (`int`, *optional*, defaults to 0):