Datasets:

Modalities:
Tabular
Text
Formats:
json
ArXiv:
Libraries:
Datasets
Dask
License:
ylshen commited on
Commit
c1d8ace
·
verified ·
1 Parent(s): adb53fc

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -11469,7 +11469,7 @@ data = load_dataset("openbmb/DCAD-2000")
11469
  You can also specifiy the language you wanted
11470
  ```
11471
  from datasets import load_dataset
11472
- data = load_dataset("openbmb/DCAD-2000", lang="eng_Latn")
11473
  ```
11474
 
11475
  ## Citation Information
 
11469
  You can also specifiy the language you wanted
11470
  ```
11471
  from datasets import load_dataset
11472
+ data = load_dataset("openbmb/DCAD-2000", name="eng_Latn", split="train")
11473
  ```
11474
 
11475
  ## Citation Information