Update README.md
Browse files
README.md
CHANGED
|
@@ -203,7 +203,7 @@ For more information, see our [paper](https://arxiv.org/pdf/2509.21205), [websit
|
|
| 203 |
|
| 204 |
Given its size, we recommend [streaming](https://huggingface.co/docs/datasets/stream) the dataset instead of downloading it entirely to disk:
|
| 205 |
|
| 206 |
-
```
|
| 207 |
from datasets import load_dataset
|
| 208 |
dataset = load_dataset('alonsoapp/TABLET-Medium', split='fetaqa_train', streaming=True)
|
| 209 |
print(next(iter(dataset)))
|
|
|
|
| 203 |
|
| 204 |
Given its size, we recommend [streaming](https://huggingface.co/docs/datasets/stream) the dataset instead of downloading it entirely to disk:
|
| 205 |
|
| 206 |
+
```python
|
| 207 |
from datasets import load_dataset
|
| 208 |
dataset = load_dataset('alonsoapp/TABLET-Medium', split='fetaqa_train', streaming=True)
|
| 209 |
print(next(iter(dataset)))
|