mrm8488 commited on
Commit
7bea82c
1 Parent(s): 47fa219

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -29,7 +29,7 @@ Dataset ID: ```squad_v2``` from [Huggingface/NLP](https://github.com/huggingfac
29
  How to load it from [nlp](https://github.com/huggingface/nlp)
30
 
31
  ```python
32
- train_dataset = nlp.load_dataset('squad_v2, split=nlp.Split.TRAIN)
33
  valid_dataset = nlp.load_dataset('squad_v2', split=nlp.Split.VALIDATION)
34
  ```
35
  Check out more about this dataset and others in [NLP Viewer](https://huggingface.co/nlp/viewer/)
29
  How to load it from [nlp](https://github.com/huggingface/nlp)
30
 
31
  ```python
32
+ train_dataset = nlp.load_dataset('squad_v2', split=nlp.Split.TRAIN)
33
  valid_dataset = nlp.load_dataset('squad_v2', split=nlp.Split.VALIDATION)
34
  ```
35
  Check out more about this dataset and others in [NLP Viewer](https://huggingface.co/nlp/viewer/)