mict-zhaw commited on
Commit
779df74
·
verified ·
1 Parent(s): cc363df

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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.