matejklemen commited on
Commit
8b5c5ce
1 Parent(s): 071174b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -2,7 +2,7 @@
2
  license: other
3
  ---
4
 
5
- **Important**: This is only a script for loading the data, but the data itself is private. The script will only work in case you have access to the data, which you may request for non-research purposes [here](https://sterling8.d2.comp.nus.edu.sg/nucle_download/nucle.php).
6
  ```python
7
  data = datasets.load_dataset("matejklemen/nucle", data_dir=<dir-of-private-data>, ignore_verifications=True)"
8
  ```
 
2
  license: other
3
  ---
4
 
5
+ **Important**: This is only a script for loading the data, but the data itself is private. The script will only work in case you have access to the data, which you may request for non-commercial purposes [here](https://sterling8.d2.comp.nus.edu.sg/nucle_download/nucle.php).
6
  ```python
7
  data = datasets.load_dataset("matejklemen/nucle", data_dir=<dir-of-private-data>, ignore_verifications=True)"
8
  ```