Datasets:

Modalities:
Audio
Text
Formats:
parquet
Languages:
Thai
ArXiv:
Libraries:
Datasets
Dask
License:
pattaraearth commited on
Commit
42669a4
·
verified ·
1 Parent(s): ad1618b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -47,7 +47,7 @@ dataset_info:
47
 
48
  ## How to use
49
 
50
- You can easily load the dataset using the 🤗 `datasets` library. The dataset can be downloaded and prepared with a single command:
51
  ```python
52
  from datasets import load_dataset
53
  lotus_dis = load_dataset("nectec/LOTUSDIS", split="train")
 
47
 
48
  ## How to use
49
 
50
+ You can easily load the dataset using the 🤗 `datasets` library. The dataset can be loaded and prepared with a single line of Python code:
51
  ```python
52
  from datasets import load_dataset
53
  lotus_dis = load_dataset("nectec/LOTUSDIS", split="train")