Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -64,7 +64,7 @@ You can then load the dataset into your environment using the following command:
|
|
| 64 |
|
| 65 |
```python
|
| 66 |
from datasets import load_dataset
|
| 67 |
-
dataset = load_dataset('chall', data_dir='path/to/folder/folder_name')
|
| 68 |
```
|
| 69 |
|
| 70 |
Ensure the path specified in `data_dir` correctly points to the folder where you have extracted the dataset files.
|
|
|
|
| 64 |
|
| 65 |
```python
|
| 66 |
from datasets import load_dataset
|
| 67 |
+
dataset = load_dataset('mict-zhaw/chall', data_dir='path/to/folder/folder_name', trust_remote_code=True)
|
| 68 |
```
|
| 69 |
|
| 70 |
Ensure the path specified in `data_dir` correctly points to the folder where you have extracted the dataset files.
|