Skip to content

Commit

Permalink
updated all links to huggingface dataset
Browse files Browse the repository at this point in the history
  • Loading branch information
attila-balint-kul committed Mar 25, 2024
1 parent eccfbd3 commit 91cb1d3
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/docs/examples.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ Install the requirements (recommended inside a virtual environment):
pip install notebook enfobench
```

To run the notebooks, you also need the HuggingFace dataset [attila-balint-kul/electricity-demand](https://huggingface.co/datasets/attila-balint-kul/electricity-demand).
To run the notebooks, you also need the HuggingFace dataset [EDS-lab/electricity-demand](https://huggingface.co/datasets/EDS-lab/electricity-demand).
Download all three files from the `data/` folder into the `data/electicity-demand/` folder of this repository.

Run the example notebooks in the `notebooks` folder.
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ dataset = Dataset(
)
```

The package integrates with the HuggingFace Dataset ['attila-balint-kul/electricity-demand'](https://huggingface.co/datasets/attila-balint-kul/electricity-demand).
The package integrates with the HuggingFace Dataset ['EDS-lab/electricity-demand'](https://huggingface.co/datasets/EDS-lab/electricity-demand).
To use this, just download all the files from the data folder to your computer.

```python
Expand Down
2 changes: 1 addition & 1 deletion src/enfobench/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.5.0"
__version__ = "0.5.1"
2 changes: 1 addition & 1 deletion src/enfobench/datasets/electricity_demand.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ class ElectricityDemandDataset:
This directory should contain all the subset files.
"""

HUGGINGFACE_DATASET = "attila-balint-kul/electricity-demand"
HUGGINGFACE_DATASET = "EDS-lab/electricity-demand"
SUBSETS = ("demand", "metadata", "weather")

def __init__(self, directory: Path | str) -> None:
Expand Down

0 comments on commit 91cb1d3

Please sign in to comment.