Datasets:
Tasks:
Question Answering
Modalities:
Text
Formats:
json
Size:
1K - 10K
ArXiv:
Tags:
lost-in-the-middle
License:
Update README.md
Browse files
README.md
CHANGED
@@ -61,4 +61,5 @@ from datasets import load_dataset
|
|
61 |
dataset = load_dataset("bzantium/LITM", "kv75")
|
62 |
|
63 |
### Example for loading the qa20 dataset
|
64 |
-
dataset = load_dataset("bzantium/LITM", "qa20")
|
|
|
|
61 |
dataset = load_dataset("bzantium/LITM", "kv75")
|
62 |
|
63 |
### Example for loading the qa20 dataset
|
64 |
+
dataset = load_dataset("bzantium/LITM", "qa20")
|
65 |
+
```
|