Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -56,7 +56,7 @@ You can load it directly with:
|
|
| 56 |
|
| 57 |
```python
|
| 58 |
from datasets import load_dataset
|
| 59 |
-
dataset = load_dataset("
|
| 60 |
```
|
| 61 |
or download it from the *Files and versions* tab.
|
| 62 |
|
|
|
|
| 56 |
|
| 57 |
```python
|
| 58 |
from datasets import load_dataset
|
| 59 |
+
dataset = load_dataset("Joz16gg162/boe_2024_dataset", split="full")
|
| 60 |
```
|
| 61 |
or download it from the *Files and versions* tab.
|
| 62 |
|