Update README.md
Browse files
README.md
CHANGED
|
@@ -71,12 +71,8 @@ The split package is intentionally long-format: filter
|
|
| 71 |
analysis and are not required to reproduce the feature stores.
|
| 72 |
|
| 73 |
## Downloading from Hugging Face
|
| 74 |
-
|
| 75 |
-
Replace `<HF_USERNAME>` with the account or organization that owns the dataset
|
| 76 |
-
repository:
|
| 77 |
-
|
| 78 |
```bash
|
| 79 |
-
hf download
|
| 80 |
--repo-type dataset \
|
| 81 |
--local-dir ./AbAssayBench
|
| 82 |
```
|
|
|
|
| 71 |
analysis and are not required to reproduce the feature stores.
|
| 72 |
|
| 73 |
## Downloading from Hugging Face
|
|
|
|
|
|
|
|
|
|
|
|
|
| 74 |
```bash
|
| 75 |
+
hf download yg3191/AbAssayBench \
|
| 76 |
--repo-type dataset \
|
| 77 |
--local-dir ./AbAssayBench
|
| 78 |
```
|