Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -103,7 +103,17 @@ UTSD is constructed with hierarchical capacities, namely **UTSD-1G, UTSD-2G, UTS
|
|
103 |
|
104 |
## Usage
|
105 |
|
106 |
-
You can access and load UTSD based on [the
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
107 |
|
108 |
It should be noted that due to the construction of our dataset with diverse lengths, the sequence lengths of different samples vary. You can construct the data organization logic according to your own needs.
|
109 |
|
|
|
103 |
|
104 |
## Usage
|
105 |
|
106 |
+
You can access and load UTSD based on [the code in our repo](https://github.com/thuml/Large-Time-Series-Model/tree/main/scripts/UTSD).
|
107 |
+
|
108 |
+
```bash
|
109 |
+
# huggingface-cli login
|
110 |
+
# export HF_ENDPOINT=https://hf-mirror.com
|
111 |
+
|
112 |
+
python ./scripts/UTSD/download_dataset.py
|
113 |
+
|
114 |
+
# dataloader
|
115 |
+
python ./scripts/UTSD/utsdataset.py
|
116 |
+
```
|
117 |
|
118 |
It should be noted that due to the construction of our dataset with diverse lengths, the sequence lengths of different samples vary. You can construct the data organization logic according to your own needs.
|
119 |
|