pharaouk commited on
Commit
d36469a
·
verified ·
1 Parent(s): 564a03c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -2
README.md CHANGED
@@ -70,8 +70,10 @@ Each document in the dataset is a dictionary with the following fields:
70
  - `version`: version of peS2o.
71
 
72
  ------
73
-
74
-
 
 
75
  ## peS2o V2 (Latest)
76
 
77
 
 
70
  - `version`: version of peS2o.
71
 
72
  ------
73
+ ```
74
+ from datasets import load_dataset
75
+ dataset = load_dataset("allenai/peS2o", "v2", split="train")
76
+ ```
77
  ## peS2o V2 (Latest)
78
 
79