Corrects `dset = load_dataset("SEACrowd/tydiqa", trust_remote_code=True)`

#1
by Owos - opened
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -32,7 +32,7 @@ Question Answering
32
  ### Using `datasets` library
33
  ```
34
  from datasets import load_dataset
35
- dset = datasets.load_dataset("SEACrowd/tydiqa", trust_remote_code=True)
36
  ```
37
  ### Using `seacrowd` library
38
  ```import seacrowd as sc
 
32
  ### Using `datasets` library
33
  ```
34
  from datasets import load_dataset
35
+ dset = load_dataset("SEACrowd/tydiqa", trust_remote_code=True)
36
  ```
37
  ### Using `seacrowd` library
38
  ```import seacrowd as sc