tafseer-nayeem commited on
Commit
24a20e8
1 Parent(s): e92faad

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -53,7 +53,7 @@ print(f'Number of validation samples: {len(validation_dataset)}')
53
 
54
  ```
55
 
56
- If the above code doesn't work due to changes in the Hugging Face datasets library, download the train.json, test.json, and validation.json from the data directory and use the following alternative code:
57
 
58
  ```python
59
  import json
 
53
 
54
  ```
55
 
56
+ **If the above code doesn't work due to changes in the Hugging Face datasets library**, download the `train.json`, `test.json`, and `validation.json` from the data directory and use the following alternative code:
57
 
58
  ```python
59
  import json