kawine commited on
Commit
7b92753
1 Parent(s): 534d986

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -39,10 +39,10 @@ Here's how to get the data using Huggingface's `datasets` library:
39
  ```python
40
  from datasets import load_dataset
41
 
42
- # Load all the data (share the same schema)
43
  dataset = load_dataset("stanfordnlp/shp")
44
 
45
- # Load one of the harmless subsets
46
  dataset = load_dataset("stanfordnlp/shp", data_dir="askculinary")
47
  ```
48
 
 
39
  ```python
40
  from datasets import load_dataset
41
 
42
+ # Load all the data
43
  dataset = load_dataset("stanfordnlp/shp")
44
 
45
+ # Load one of the subreddits
46
  dataset = load_dataset("stanfordnlp/shp", data_dir="askculinary")
47
  ```
48