TYM666 commited on
Commit
a54a46a
·
verified ·
1 Parent(s): b796945

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -36,7 +36,7 @@ RMISC/
36
 
37
  During merging, RMISC adds an `_original_filename` column to every row. This column stores the stem of the original Parquet filename and makes the merge reversible.
38
 
39
- > If you need the original one-file-per-series layout, either restore it with the code below or use the [`zipped_version`](https://huggingface.co/datasets/YOUR_HF_NAMESPACE/YOUR_DATASET_NAME/tree/zipped_version) branch, or use the following memory-efficient parsing script.
40
 
41
  ```python
42
  import os
@@ -157,7 +157,7 @@ Download only one sub-dataset:
157
  from huggingface_hub import snapshot_download
158
 
159
  snapshot_download(
160
- repo_id="YOUR_HF_NAMESPACE/YOUR_DATASET_NAME",
161
  repo_type="dataset",
162
  revision="main",
163
  allow_patterns=["ApplianceEnergy/*"],
@@ -171,7 +171,7 @@ Download the complete `main` branch:
171
  from huggingface_hub import snapshot_download
172
 
173
  snapshot_download(
174
- repo_id="YOUR_HF_NAMESPACE/YOUR_DATASET_NAME",
175
  repo_type="dataset",
176
  revision="main",
177
  local_dir="RMISC-main",
 
36
 
37
  During merging, RMISC adds an `_original_filename` column to every row. This column stores the stem of the original Parquet filename and makes the merge reversible.
38
 
39
+ > If you need the original one-file-per-series layout, either restore it with the code below or use the [`zipped_version`](https://huggingface.co/datasets/nju-zhangsq/RMISC/tree/zipped_version) branch, or use the following memory-efficient parsing script.
40
 
41
  ```python
42
  import os
 
157
  from huggingface_hub import snapshot_download
158
 
159
  snapshot_download(
160
+ repo_id="nju-zhangsq/RMISC",
161
  repo_type="dataset",
162
  revision="main",
163
  allow_patterns=["ApplianceEnergy/*"],
 
171
  from huggingface_hub import snapshot_download
172
 
173
  snapshot_download(
174
+ repo_id="nju-zhangsq/RMISC",
175
  repo_type="dataset",
176
  revision="main",
177
  local_dir="RMISC-main",