Datasets:

Modalities:
Text
Formats:
parquet
ArXiv:
Libraries:
Datasets
pandas
License:
nntsuzu commited on
Commit
094910a
·
verified ·
1 Parent(s): 765fdb6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
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("Hoshikuzu/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("Hoshikuzu/JESC", streaming=True)
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