Update README.md
Browse files
README.md
CHANGED
|
@@ -13,6 +13,15 @@ license: apache-2.0
|
|
| 13 |
Welcome to the CSI-4CAST organization on Hugging Face! This organization hosts datasets for CSI prediction research.
|
| 14 |
**This dataset is originally created for our research paper: [Paper Title](a_link)**
|
| 15 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 16 |
## Dataset Structure
|
| 17 |
|
| 18 |
The datasets are organized in the following structure:
|
|
|
|
| 13 |
Welcome to the CSI-4CAST organization on Hugging Face! This organization hosts datasets for CSI prediction research.
|
| 14 |
**This dataset is originally created for our research paper: [Paper Title](a_link)**
|
| 15 |
|
| 16 |
+
## TL;DR
|
| 17 |
+
|
| 18 |
+
**Quick Start Options:**
|
| 19 |
+
|
| 20 |
+
- **For specific datasets**: Use the `snapshot_download` command to download individual datasets you need
|
| 21 |
+
- **For all datasets with original structure**: Run [`download.py`](https://huggingface.co/spaces/CSI-4CAST/README/blob/main/download.py) followed by [`reconstruction.py`](https://huggingface.co/spaces/CSI-4CAST/README/blob/main/reconstruction.py) to get the complete, well-structured dataset
|
| 22 |
+
|
| 23 |
+
See the [Usage](#usage) section below for detailed instructions.
|
| 24 |
+
|
| 25 |
## Dataset Structure
|
| 26 |
|
| 27 |
The datasets are organized in the following structure:
|