Update README.md
Browse files
README.md
CHANGED
@@ -44,8 +44,7 @@ This is a demo dataset. It consists in two files `data/train.csv` and `data/test
|
|
44 |
You can load it with
|
45 |
```python
|
46 |
from datasets import load_dataset
|
47 |
-
|
48 |
-
demo1 = load_dataset("lhoestq/demo1", data_files=data_files)
|
49 |
```
|
50 |
|
51 |
### Supported Tasks and Leaderboards
|
|
|
44 |
You can load it with
|
45 |
```python
|
46 |
from datasets import load_dataset
|
47 |
+
demo1 = load_dataset("lhoestq/demo1")
|
|
|
48 |
```
|
49 |
|
50 |
### Supported Tasks and Leaderboards
|