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