Datasets:

ArXiv:
DOI:
License:
File size: 604 Bytes
735df3d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
---
license: cc-by-nc-4.0
---

# Dataset Card for PipeMFL-240K
Benchmark code is available in <https://github.com/TQSAIS/PipeMFL-240K>.
## Download
Please run the following command to download PipeMFL-240K:

### HTTPS:
```bash
git clone https://huggingface.co/datasets/PipeMFL/PipeMFL-240K
```

### SSH:
```bash
git clone git@hf.co:datasets/PipeMFL/PipeMFL-240K
```


## Unzip the dataset
```bash
    cd train_data
    cat train_part_* | tar -xvf - -C ../
```
```bash
    cd val_data
    cat train_part_* | tar -xvf - -C ../
```
```bash
    cd test_data
    cat train_part_* | tar -xvf - -C ../
```