Datasets:
ArXiv:
DOI:
License:
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,34 @@
|
|
| 1 |
-
---
|
| 2 |
-
license: cc-by-nc-4.0
|
| 3 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: cc-by-nc-4.0
|
| 3 |
+
---
|
| 4 |
+
|
| 5 |
+
# Dataset Card for PipeMFL-240K
|
| 6 |
+
Benchmark code is available in <https://github.com/TQSAIS/PipeMFL-240K>.
|
| 7 |
+
## Download
|
| 8 |
+
Please run the following command to download PipeMFL-240K:
|
| 9 |
+
|
| 10 |
+
### HTTPS:
|
| 11 |
+
```bash
|
| 12 |
+
git clone https://huggingface.co/datasets/PipeMFL/PipeMFL-240K
|
| 13 |
+
```
|
| 14 |
+
|
| 15 |
+
### SSH:
|
| 16 |
+
```bash
|
| 17 |
+
git clone git@hf.co:datasets/PipeMFL/PipeMFL-240K
|
| 18 |
+
```
|
| 19 |
+
|
| 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 |
+
|