Update README.md
Browse files
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/)
|