Datasets:

Formats:
arrow
ArXiv:
Libraries:
Datasets
License:
Yong99 commited on
Commit
4ee8968
1 Parent(s): e8f737b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -1
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 following code](https://github.com/thuml/Large-Time-Series-Model/tree/main/scripts/UTSD) in our repo.
 
 
 
 
 
 
 
 
 
 
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