Datasets:
Update README.md
Browse files
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",
|
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
|