boyiwei commited on
Commit
528f1bd
·
verified ·
1 Parent(s): cfb4a95

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -0
README.md CHANGED
@@ -31,3 +31,11 @@ configs:
31
  - split: validation
32
  path: data/validation-*
33
  ---
 
 
 
 
 
 
 
 
 
31
  - split: validation
32
  path: data/validation-*
33
  ---
34
+ ## Usage
35
+ 1. Download the dataset in your local path
36
+ 2. To load the dataset, use the following command line:
37
+ ```python
38
+ from datasets import load_dataset
39
+ newsqa_dataset = load_dataset('newsqa', 'split', data_dir='/your/path/to/dataset')
40
+ ```
41
+