Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -433,9 +433,7 @@ tags:
|
|
433 |
To load one of the datasets, simply provide the tcepi/bidCorpus argument as the first parameter, followed by the name of the desired dataset, such as bid_corpus_raw.
|
434 |
```python
|
435 |
from datasets import load_dataset
|
436 |
-
dataset = load_dataset("tcepi/bidCorpus",
|
437 |
-
"bidCorpus_raw",
|
438 |
-
split="train")
|
439 |
```
|
440 |
|
441 |
### Dataset Summary
|
|
|
433 |
To load one of the datasets, simply provide the tcepi/bidCorpus argument as the first parameter, followed by the name of the desired dataset, such as bid_corpus_raw.
|
434 |
```python
|
435 |
from datasets import load_dataset
|
436 |
+
dataset = load_dataset("tcepi/bidCorpus", "bidCorpus_raw")
|
|
|
|
|
437 |
```
|
438 |
|
439 |
### Dataset Summary
|