vasudevgupta
commited on
Commit
•
9f7fd57
1
Parent(s):
dea6a3d
Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
Obtained using following code:
|
2 |
+
|
3 |
+
```python
|
4 |
+
from datasets import load_dataset
|
5 |
+
|
6 |
+
dataset = load_dataset("natural_questions", split="validation")
|
7 |
+
dataset.save_to_disk("natural_questions_validation")
|
8 |
+
```
|