alonsoapp commited on
Commit
7dcb64f
·
verified ·
1 Parent(s): 3527ca4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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)))