Datasets:
WenhaoWang
commited on
Commit
•
32bf9e0
1
Parent(s):
ca3f1b8
Update README.md
Browse files
README.md
CHANGED
@@ -56,7 +56,16 @@ pip install datasets
|
|
56 |
```
|
57 |
Then it can be downloaded automatically with
|
58 |
```python
|
59 |
-
import numpy as np
|
60 |
from datasets import load_dataset
|
61 |
dataset = load_dataset('WenhaoWang/D-Rep')
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
62 |
```
|
|
|
56 |
```
|
57 |
Then it can be downloaded automatically with
|
58 |
```python
|
|
|
59 |
from datasets import load_dataset
|
60 |
dataset = load_dataset('WenhaoWang/D-Rep')
|
61 |
+
```
|
62 |
+
|
63 |
+
### Manual
|
64 |
+
|
65 |
+
You can also download each file by ```wget```:
|
66 |
+
|
67 |
+
```
|
68 |
+
wget https://huggingface.co/datasets/WenhaoWang/D-Rep/resolve/main/training_pairs.tar
|
69 |
+
wget https://huggingface.co/datasets/WenhaoWang/D-Rep/resolve/main/test_pairs.tar
|
70 |
+
wget https://huggingface.co/datasets/WenhaoWang/D-Rep/resolve/main/labels.csv
|
71 |
```
|