mirror of
https://github.com/amazon-science/chronos-forecasting
synced 2026-05-23 09:39:35 +00:00
fix version of datasets.load_dataset
This commit is contained in:
parent
563cb70f12
commit
2b52bfc500
1 changed files with 1 additions and 1 deletions
|
|
@ -76,7 +76,7 @@ def load_and_split_dataset(backtest_config: dict):
|
|||
|
||||
else:
|
||||
ds = datasets.load_dataset(
|
||||
hf_repo, dataset_name, split="train", trust_remote_code=True
|
||||
hf_repo, dataset_name, split="train", trust_remote_code=True, revision="v0.1.0"
|
||||
)
|
||||
|
||||
ds.set_format("numpy")
|
||||
|
|
|
|||
Loading…
Reference in a new issue