Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -42,13 +42,13 @@ You can download the scripts, tools, and crawlers used to create this dataset on
|
|
| 42 |
|
| 43 |
```
|
| 44 |
from datasets import load_dataset
|
| 45 |
-
dataset = load_dataset("
|
| 46 |
```
|
| 47 |
If data loading times are too long and boring, use Streaming.
|
| 48 |
|
| 49 |
```
|
| 50 |
from datasets import load_dataset
|
| 51 |
-
dataset = load_dataset("
|
| 52 |
```
|
| 53 |
|
| 54 |
### Data Instances
|
|
|
|
| 42 |
|
| 43 |
```
|
| 44 |
from datasets import load_dataset
|
| 45 |
+
dataset = load_dataset("nntsuzu/JESC")
|
| 46 |
```
|
| 47 |
If data loading times are too long and boring, use Streaming.
|
| 48 |
|
| 49 |
```
|
| 50 |
from datasets import load_dataset
|
| 51 |
+
dataset = load_dataset("nntsuzu/JESC", streaming=True)
|
| 52 |
```
|
| 53 |
|
| 54 |
### Data Instances
|