yg3191 commited on
Commit
7c97ce4
·
verified ·
1 Parent(s): 2b4de33

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -5
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 <HF_USERNAME>/AbAssayBench \
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
  ```