cmatkhan commited on
Commit
5dd2b69
·
verified ·
1 Parent(s): 8a805dc

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -3
README.md CHANGED
@@ -191,7 +191,7 @@ in order to explore the contents of this repository.
191
 
192
  ### huggingface_cli/duckdb
193
 
194
- You can retrieves and displays the file paths for each configuration of0
195
  the "BrentLab/rossi_2021" dataset from Hugging Face Hub.
196
 
197
  ```python
@@ -209,8 +209,6 @@ dataset_paths_dict = {d.get("config_name"): d.get("data_files")[0].get("path") f
209
  pprint(dataset_paths_dict)
210
  ```
211
 
212
- ### explore metadata
213
-
214
  The entire repository is large. It may be preferable to only retrieve
215
  specific files or partitions. You can use the metadata files to choose
216
  which files to pull.
 
191
 
192
  ### huggingface_cli/duckdb
193
 
194
+ You can retrieves and displays the file paths for each configuration of
195
  the "BrentLab/rossi_2021" dataset from Hugging Face Hub.
196
 
197
  ```python
 
209
  pprint(dataset_paths_dict)
210
  ```
211
 
 
 
212
  The entire repository is large. It may be preferable to only retrieve
213
  specific files or partitions. You can use the metadata files to choose
214
  which files to pull.