fix usage
Browse files
README.md
CHANGED
|
@@ -7,7 +7,7 @@ This is the training data used in the DialAM-2024 shared task. See http://dialam
|
|
| 7 |
```python
|
| 8 |
from datasets import load_dataset
|
| 9 |
|
| 10 |
-
ds = load_dataset("ArneBinder/
|
| 11 |
|
| 12 |
# the dataset consists of a single train split
|
| 13 |
assert set(ds) == {"train"}
|
|
|
|
| 7 |
```python
|
| 8 |
from datasets import load_dataset
|
| 9 |
|
| 10 |
+
ds = load_dataset("ArneBinder/dialam2024")
|
| 11 |
|
| 12 |
# the dataset consists of a single train split
|
| 13 |
assert set(ds) == {"train"}
|