framolfese commited on
Commit
fe713bf
·
verified ·
1 Parent(s): a5d42f3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -2
README.md CHANGED
@@ -129,7 +129,6 @@ This redistribution keeps the same license. See [`LICENSE`](./LICENSE) copied ve
129
  ```python
130
  from datasets import load_dataset
131
 
132
- # after `ds.push_to_hub(...)` the dataset can be loaded like:
133
- ds = load_dataset("framolfese/2wiki_multihopqa_hotpotfmt")
134
  print(ds["train"][0]["question"])
135
  ```
 
129
  ```python
130
  from datasets import load_dataset
131
 
132
+ ds = load_dataset("framolfese/2WikiMultihopQA")
 
133
  print(ds["train"][0]["question"])
134
  ```