lhoestq HF staff commited on
Commit
87ecf16
1 Parent(s): 0ca0d9f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -2
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
- data_files = {"train": "data/train.csv", "test": "test.csv"}
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