File size: 570 Bytes
718d2e8
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
## Data Preparation

All the datasets are included in the [reproducebench.tar.gz](https://huggingface.co/datasets/ai9stars/ReproduceBench/blob/main/reproducebench.tar.gz). 
You need firstly download and decompress the data.
The overall file structure after decompressing is as follows:
```
PreproduceBench
|-- PreproduceBench
    |-- itransformer
        |-- source/ # contain the dataset
        |-- dataloader.py
        |-- run_itransformer.py
    |-- lsm
        |-- source/ # contain the dataset
        |-- dataloader.py
        |-- run_itransformer.py
    ...
```