Datasets:
ArXiv:
DOI:
License:
Update README.md
Browse files
README.md
CHANGED
|
@@ -20,15 +20,15 @@ git clone git@hf.co:datasets/PipeMFL/PipeMFL-240K
|
|
| 20 |
|
| 21 |
## Unzip the dataset
|
| 22 |
```bash
|
| 23 |
-
|
| 24 |
-
|
| 25 |
```
|
| 26 |
```bash
|
| 27 |
-
|
| 28 |
-
|
| 29 |
```
|
| 30 |
```bash
|
| 31 |
-
|
| 32 |
-
|
| 33 |
```
|
| 34 |
|
|
|
|
| 20 |
|
| 21 |
## Unzip the dataset
|
| 22 |
```bash
|
| 23 |
+
cd train_data
|
| 24 |
+
cat train_part_* | tar -xvf - -C ../
|
| 25 |
```
|
| 26 |
```bash
|
| 27 |
+
cd val_data
|
| 28 |
+
cat train_part_* | tar -xvf - -C ../
|
| 29 |
```
|
| 30 |
```bash
|
| 31 |
+
cd test_data
|
| 32 |
+
cat train_part_* | tar -xvf - -C ../
|
| 33 |
```
|
| 34 |
|